Tag Archive for 'PHP'

Quick PHP Debugging with FirePHP

 

Recently when browsing past issues of php|architect magazine, I came across mention of a Firefox add-on called FirePHP. For those who have not heard of it, FirePHP is both a Firefox add-on and a PHP library used to send messages to the Firebug console.

Get Propelled!

 

About two years ago I read of an emerging ORM-solution called Propel.  Having just finished my first full readthrough of PHP 5 Object, Patterns, and Practice by Matt Zandstra, I was eager to research object relational mappers that differed from the one used in that book.  My experience was one of major disappointment.  After spending [...]

Application Caching with Cache_Lite

 

When developing a web application using PHP, it is important to follow best practices for optimizing memory usage, database access, and file sizes.  All these thing taken into account for, you will likely still find parts of an application to be bulky, or you may find repeated data calls an unnecessary overhead.  When you need [...]

Product Highlight: Nu-Coder by NuSphere

 

With PHP becoming a bigger player in the realm of enterprise web application design, there are several questions that the PHP developer must ask his/herself.   One such question is licensing, and whether or not an application should be open or closed source.
Since PHP itself is an open source project, the vast majority of products released [...]

To PHP or not to PHP…Let the Framework Debate Begin! (Part 1)

 

While PHP Frameworks have become quite popular with web developers over the last two years, they have their drawbacks.  They can be bulky and/or bloated, bringing the simplest of tasks into a fold of dependencies and data calls.  They can be difficult to administrate remotely – if you use a shared host, some command-line configurations [...]

Extending HTML_QuickForm_Rule

 

HTML_QuickForm is a very popular PEAR library that eases form design for the web programmer.  It consists of three separate but equally important parts – form components, form renderers, and form validators.  The last of these three is the focus of this week’s tutorial.
Web programmers always have to be considerate of the security risks involved [...]

All Work and No Play Makes Eric Wish He Could Post Here More

 

These past 3 months have been very exciting for me – I started a new job in Web Development working with a commercial open-source CMS by a company named NStein.  We are currently in the 3.x branch of their software, aptly named WCM (Web Content Management…how creative…)  3.x is very extendable, but its out-of-the-box functionality [...]