Symfony

Symfony installation

System requirements PHP needs to be a minimum version of PHP 5.3.9 JSON needs to be enabled ctype needs to be enabled Your php.ini needs to have the date.timezone setting Installation Linux and Mac OS X Systems  $ sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony  $ sudo chmod a+x /usr/local/bin/symfony This will create a global symfony… Continue reading Symfony installation

css

CSS @font-face absolute URL from external domain: fonts not loading in firefox

You can’t use @font-face in Firefox with a font hosted on a different domain If you want to specify a font for @font-face using an absolute URL, or a font hosted on a different domain, it needs to be served with Access Control Headers, specifically the Access-Control-Allow-Origin header set to ‘*’ or the domains allowed… Continue reading CSS @font-face absolute URL from external domain: fonts not loading in firefox

php

What is Interface ? Benefit’s of interface. and What is the requirement to use interface? with example.

A device or program enabling a user to communicate with a computer ! The user interface allows the user to communicate with the operating system. user interface          – the keyboard, mouse, menus of a computer system. software interface    – the languages and codes that the applications use to communicate with… Continue reading What is Interface ? Benefit’s of interface. and What is the requirement to use interface? with example.