- Author
-
Craig Buckler
- Department
-
PHP
- Date
- June 9, 2010
Has everyone switched to PHP5 or are programmers still writing PHP4-only applications? Are developers purposely writing cross-platform code? Cast your vote on the SitePoint poll today. Read more .
- Author
-
Craig Buckler
- Department
-
PHP
- Date
- June 9, 2010
It's hard to believe PHP was born 15 years ago today. Craig looks back at the language's birth and its unruly teenage years. Read more .
- Author
-
Louis Simoneau
- Department
-
PHP
- Date
- May 4, 2010
PHP version 5.4 will include the PHP-FPM patch, which is great news for those of us who like to run PHP under the nginx web server. You may be asking, "What is PHP-FPM, and why should I care?" Louis has the answers. Read more .
- Author
-
Craig Buckler
- Department
-
PHP
- Date
- April 29, 2010
Are you fed up with clients doing things they shouldn't in WordPress? Why not remove all the dangerous menu options! Craig describes how... Read more .
- Author
-
Craig Buckler
- Department
-
PHP
- Date
- April 15, 2010
WordPress is easy, right? But you could make it even easier for your clients. Craig provides a couple of code snippets which could help. Read more .
- Author
-
Craig Buckler
- Department
-
PHP
- Date
- March 26, 2010
PHP extensions are essential for all but the most basic web applications. Craig provides some useful tips for situations when a PHP extension isn't loaded on your target platform. Read more .
- Author
-
Craig Buckler
- Department
-
PHP
- Date
- March 4, 2010
Moving your web application from a test environment to a live server can be tricky if you don't have the same PHP configuration. Craig provides two option-override solutions which could save you from purchasing an expensive dedicated server. Read more .
- Author
-
Louis Simoneau
- Department
-
PHP
- Date
- February 9, 2010
If you're anything like me, you'd sooner forgo water than Firebug when working on a web project. The little ’bug is a fantastically useful HTML/CSS/JavaScript/Ajax debugger. But did you know it can also be used to debug PHP? Yes, thanks to an additional Firefox extension called FirePHP. Read more .
- Author
-
Craig Buckler
- Department
-
PHP
- Date
- February 4, 2010
Craig provides a useful technique which splits WordPress page or post content into multiple sections. You can add it to any theme and do not need a plugin. Read more .
- Author
-
Mal Curtis
- Department
-
PHP
- Date
- February 4, 2010
Facebook's soon-to-be-released PHP "code transformer," dubbed HipHop, promises performance gains of up to 50% by transforming PHP source code into compiled C++. Mal gives us the lowdown on this exciting development in the PHP world. Read more .