Posts tagged "php"
-
January 23, 2013
Parsing and evaluating PHP in Haskell: Part 2
-
January 16, 2013
Parsing and evaluating PHP in Haskell: Part 1
-
April 24, 2012
5 ways how PHP is better than Node.js
-
July 13, 2011
PHP typehinting gotcha in exceptions/methods
-
May 6, 2011
How to use built-in SPL exception classes for better error handling
-
August 26, 2010
Now you can write PHP code... without writing any code
-
July 28, 2010
The "do X or die()" pattern must die
-
July 14, 2010
Wicket from the point of view of a PHP developer
-
June 26, 2010
Refactoring explained to an absolute beginner
-
October 21, 2009
Did you think your site validated input properly? Think again!
-
September 12, 2009
What is a null object, and when are they useful?
-
June 26, 2009
Unit testing 4: Mock objects and testing code which uses the database
-
June 17, 2009
Unit testing 3: Writing tests for existing code
-
June 10, 2009
Unit testing part 2: Writing and running tests
-
June 8, 2009
Refactoring
-
May 20, 2009
Dealing with different password validation schemes in a single app
-
May 16, 2009
Doctrine vs. Propel: 2009 update
-
May 7, 2009
Validating Zend_Forms using model objects
-
April 14, 2009
PHP Magic Features
-
April 9, 2009
Making a custom front controller in Zend Framework
-
April 5, 2009
Integrating FCKeditor with Zend_Form
-
April 1, 2009
Using a builder to construct complex classes
-
March 23, 2009
Improving Ajax performance in Zend Framework applications
-
March 20, 2009
Improved PDF generation with RE Framework RE_Pdf
-
March 16, 2009
Zend_Controller actions that accept parameters?
-
March 9, 2009
Database backed Zend_Form elements
-
March 6, 2009
Sending files better: Apache mod_xsendfile and PHP
-
March 2, 2009
Handling errors in Zend Framework
-
February 28, 2009
Creating a simple abstract model to reduce boilerplate code
-
February 20, 2009
Closures coming in PHP 5.3 and that's a Good Thing
-
February 18, 2009
Zend_Acl part 3: creating and storing dynamic ACLs
-
February 16, 2009
Practical uses for reflection
-
February 4, 2009
Even more PHP mistakes!
-
February 2, 2009
Avoiding endless switch-case structures with classes
-
January 26, 2009
GroupFight: My old PHP-based game
-
January 23, 2009
Using models as criteria objects for querying the database
-
January 21, 2009
Three PHP mistakes that will cause you debugging nightmares
-
January 19, 2009
What would make template engines actually useful?
-
January 17, 2009
Optimizing Zend Framework and Doctrine applications
-
January 7, 2009
Another idea for using models with forms
-
January 5, 2009
Decoupling models from the database: Data Access Object pattern in PHP
-
December 27, 2008
Reusable "generic" actions in Zend Framework
-
December 11, 2008
Thoughts on unit testing and application design
-
December 1, 2008
NetBeans 6.5 review
-
November 27, 2008
CSRF protection revisited
-
November 14, 2008
Improved Zend Framework package maker
-
October 30, 2008
Mix PHP and namespaces, get weirdness
-
October 16, 2008
How to CSRF protect all your forms
-
October 14, 2008
Zend Framework - good for beginners or not?
-
October 10, 2008
PHP tip: How to make a file downloadable through your script
-
October 4, 2008
Making a PDF generator class using Zend_Pdf
-
September 17, 2008
Generic collections in PHP
-
August 27, 2008
Database helper for PHPUnit
-
August 21, 2008
Implementing swappable authentication methods
-
August 4, 2008
PRADO: PHP goes ASP.NET (ish)
-
August 1, 2008
View inheritance and "blocks" in Zend_View
-
July 28, 2008
Setting up command-line PHP on Windows
-
July 19, 2008
Is Smarty really obsolete?
-
July 8, 2008
Automating creation and caching of image thumbnails
-
June 13, 2008
Good habits I learnt from Django
-
June 2, 2008
Autogenerating forms from Doctrine models
-
May 1, 2008
Is PHP a good first language?
-
March 20, 2008
PHP with Microsoft IIS and Microsoft SQL server
-
March 11, 2008
Setting up Windows as a PHP development server
-
March 7, 2008
Tracking the user's browsing history with PHP
-
March 2, 2008
Doctrine vs. Propel
-
February 24, 2008
Fluent PHP and pooQuery revisited
-
January 21, 2008
pooQuery - The Fluent PHP Revolution!
-
December 30, 2007
How to get code-assist for your classes in Zend Studio and/or Aptana
-
December 6, 2007
Are DB layers like Zend_Db making people forget SQL?
-
November 24, 2007
Quick introduction to using Zend_Layout
-
November 22, 2007
Localize your site in 3 easy steps
-
November 16, 2007
Routing and complex URLs in Zend Framework
-
November 10, 2007
How to automatically escape template variables in Zend_View
-
November 8, 2007
Summing up Smarty and Zend View
-
November 5, 2007
Different PHP template engines
-
November 3, 2007
The best Smarty + Zend View Helpers solution!
-
October 26, 2007
Handling Ajax requests in the Zend Framework
-
October 15, 2007
LAN party place reservation
-
October 3, 2007
How to easily redirect PHP output to a file
-
September 29, 2007
PHP on .NET?