Regex – “The” searching
Say you have a list of movie titles, and you want to either sort them, or search through them, and…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Say you have a list of movie titles, and you want to either sort them, or search through them, and…
Ever wanted to sort a resultset of data, by value, but I wanted a couple of exceptions to appear at…
On a project I am working on, I need to enable language translation. Thinking about it, turned into something quite…
MySQL Incorrect String value replication error. We use ANT for releasing versions of our PHP applications. Its very smart and…
Help in using Ubuntu Terminal Console Remote connection To ssh to another Lunix terminal, use this command: ssh username@host -p…
Console commands in Ubuntu for use with subversion Checkout a branch: svn checkout url@revision path To update your local source:…
Removing letters from a string using Regular Expressions. Very simple. but brain bending – All I wanted to do was…
TabIndex is an attribute to HTML elements that tells the browser which control takes focus next when TAB is pressed.…
Dependency Injections When creating PHP classes, particulary when utilising Unit tests, its a good idea to use dependancy injections. This…
I’d not come across REPLACE as a MySQL function before. I’d always used a combination of concatination of LEFTs and…