Web development firm Webslash approached me with the task of integrating their design for a new joke sharing website, Jokepants, into an existing script called FMyScript. FMyScript is a story sharing script. This was a relatively quick project as the script was already coded and just required modifications to make it suitable for jokes as opposed to stories. read more
City Coupons
City Coupons, a very recent project, in essence is a full content management for coupons. Using the system you are able to add printable, SMS and viewable coupons to your website. In addition to this, the system has a range of other features to offer. Started at the beginning of November ‘09 a[...]
The Alternative Top 100 Songs of the Decade
Disgusted at the fact that Absoute Radio’s “Songs of the Decade” includes fifteen, yes, 15 songs by McFly, one of my good friends Daniel Bailey has created an alternative Top 100 songs of the Decade list. If you strongly disagree with any of these then leave a comment. I’ve a[...]
Case of the missing/hidden IE8 Developer Tools window
Whilst working on a current project I was trying to get cross-browser compatability working nicely. However when I came to load up IE’s Developer Tools I found it was loading up the window but nothing was there! I’m running Windows 7 and this seems to be the only [...]
Email to SMS / Email to Mobile, Free Database
Heres another one of my general snippets in part of coding a new project. This database has been created solely using data from Wikipedia. I’ve edited the list, removed those which are either commercial, don’t provide actual email addresses or those that I can visibly see don’t wor[...]
MultiPart E-Mail Code for PHP (Text and HTML)
Whilst trawling through some of my ultra-old posts on various forums I’ve found this nifty little piece of code that enables you to send in both HTML and TEXT form. This is useful for clients that cant display HTML (they will display the text instead). I developed it back in 2007 so it may nee[...]
[PHP] Get current time in milliseconds
I recently needed to get the current time in milliseconds, of course this can easily be retrieved using microtime() however I needed the entire number in digits, not in decimals with seconds seperately etc. Heres how: ?View Code PHP1 2 3 $timeparts = explode(" ",microtime()[...]