1 | Next Page

Viewing BLOB content in phpMyAdmin

Nov 20, 2009 10:42 AM
Rating: (Total Clicks 15)

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

Nov 3, 2009 4:57 PM
Rating: (Total Clicks 28)

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

Oct 29, 2009 11:55 AM
Rating: (Total Clicks 39)

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

Oct 20, 2009 9:54 AM
Rating: (Total Clicks 42)

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

Oct 8, 2009 9:53 AM
Rating: (Total Clicks 30)

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

Aug 30, 2009 7:49 PM
Rating: (Total Clicks 34)

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

Jul 15, 2009 7:48 PM
Rating: (Total Clicks 19)

SimpleXML provides no way to remove XML nodes. DOM to the rescue! (translate)

Custom Zend Form Image Upload Element

Jun 29, 2009 11:47 PM
Rating: (Total Clicks 39)

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

May 13, 2009 1:39 PM
Rating: (Total Clicks 21)

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

May 8, 2009 3:40 PM
Rating: (Total Clicks 40)

A detailed post explaining the first steps to get Vlad the Deployer working for your PHP application. (translate)

1 | Next Page