- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- TopStyle (27 days)
- javascript.com (5 days)
- webreference.com (20 hours)
- JavaScript Tip Archive (8 days)
- Jim Waldo (956 days)
- petes eats (792 days)
- flaver (786 days)
- spikefu (1148 days)
- Developer Dispatch (336 days)
- FlashComponents.net (1708 days)
Viewing BLOB content in phpMyAdmin
PhpMyAdmin seems to have changed their concept of how to view BLOB content multiple times, making it hard to find a solution for my recent install. (translate)
Fulltext searches with Xapian and PHP
Sometimes MySQL just isn't quick enough. Especially when it comes to fulltext searches. Everything needs to be indexed correctly, and if we're using different fields with different weights for a relevance percentage, things get very complicated quickly. Xapian to the rescue. (translate)
Quick helper script for ZF view translations
Manual copy and paste jobs are a pain. Faced with the prospect of internationalizing 30+ big view files, I thought there had to be a better way. When I started to use the reg exp search facility in Textmate, the penny dropped. A helper script is what was needed. (translate)
Quick lint check on changed php files with svn st and xargs
If you haven't done it in a hook already, here's the quick way to check all your changed files for syntax errors. (translate)
Zend Framework DB and Mysql pre 5.17
I was getting weird errors when running multiple queries with Zend Framework, that I just couldn't replicate in my dev environment. (translate)
Looking after your health is important
About three months ago I suffered a contractors nightmare: An injury that meant I couldn't work for quite some time. (translate)
Remove nodes in SimpleXMLElement
SimpleXML provides no way to remove XML nodes. DOM to the rescue! (translate)
Custom Zend Form Image Upload Element
It really is time to post something, isn't it? Here is a quick way to have an image preview inside of a form based on Zend Form. (translate)
Getting phpunit to work with MAMP
In order to run my unit tests, I needed to get phpunit running with MAMP. Thanks to the helpful post of Mark Kirby on this, I figured it out. (translate)
Deploying PHP applications with Vlad and SVN
A detailed post explaining the first steps to get Vlad the Deployer working for your PHP application. (translate)