Working with gettext Creating the translation directory structure Portable Object files Translation Domain Using Translator in PHP Variable interpolation
Category Archives: PHP
Wamp 403 Forbidden – You don’t have permission to access / on this server.
Look for this part in the httpd.conf file installed in C:\wamp\bin\apache\apache 2.x.xx\conf
Localizing PHP web sites using gettext
Localizing PHP web sites using gettext Developing multi language web sites using PHP is actually very easy. A common approach is having an include file for every supported language which contains an array that maps string ids to localized text (for example “WelcomeText” => “Welcome to our homepage.” would be included using something like <?= …
50 Powerful Time-Savers For Web Designers
Being a web designer is not easy. Not only do we need to have a good understanding about visual design, typography, information architecture, psychology and a plethora of other disciplines; in our work, we need to take care of so many details, so that our job becomes more and more time-consuming, requiring dozens of tools, …
Continue reading “50 Powerful Time-Savers For Web Designers”
Useful PHP Tools
PHP is one of the most widely used open-source server-side scripting languages that exist today. With over 20 million indexed domains using PHP, including major websites like Facebook, Digg and WordPress, there are good reasons why many Web developers prefer it to other server-side scripting languages, such as Python and Ruby.
php Debugging Tools
Webgrind Webgrind is an Xdebug profiling Web front end in PHP 5. It implements a subset of the features of kcachegrind, installs in seconds and works on all platforms. For quick ‘n’ dirty optimizations, it does the job.