22nd Jan 2013 • David Carr Getting the week commencing date and week number using PHP Using php's date function you can get all sorts of date combinations including finding the week... Read more
21st Jan 2013 • David Carr Generate a PDF from a web page Easily convert a web page into a PDF with MPDF, this library makes it possible to take a webpage and... Read more
20th Jan 2013 • David Carr Pagination with a PHP class I've recently wrote a pagination class for php, I used to do this in a procedural way by using f... Read more
15th Jan 2013 • David Carr PHP adding multiple times together Working with dates and times can be tricky unless you use some handy built in functions, I found mys... Read more
2nd Jan 2013 • David Carr Connecting to your MySQL database with PDO (PHP Data Object) It's been coming for some time but mysql_ has been officially depreciated and will be removed co... Read more
30th Oct 2012 • David Carr Display YouTube videos from a users RSS Feed with PHP Using an RSS feed you can load videos from a users feed, this can be as simple as a list of videos t... Read more
25th Oct 2012 • David Carr Easily make your tables responsive with JS/CSS I'm in the middle of building a responsive CRM when I realised it all works great except for the... Read more
23rd Oct 2012 • David Carr Avoiding pageshift by forcing a scrollbar with CSS Page shifting when moving from page to page? chances are its a scrollbar issue this quick tip will s... Read more
21st Oct 2012 • David Carr 3 ways to disable autocomplete on your forms Here are 3 ways to stop forms remember what has previosuly been entered into them, the fist way is t... Read more
21st Oct 2012 • David Carr Dynamic Form with jQuery UI datepicker This tutorial is a continuation of Dynamic Form Elements with jQuery That tutorial covered making dy... Read more
26th Sep 2012 • David Carr Myspace redesign in an effort to rise again Myspace are addressing its known issues with a brand new design which looks fresh and modern. Read more
5th Sep 2012 • David Carr mp4 player made easy with HTML5 Video Player videojs I've recently come across a HTML 5 video player, primarily its run using HTML 5 with flash fallb... Read more
4th Sep 2012 • David Carr Grant access based on IP address with PHP A quick tip for only allowing access to a website for a range of IP addresses. Read more
4th Sep 2012 • David Carr Wordpress Forrst Plugin for Pages I've written a new plugin for Wordpress that will allow you to display your 25 latest forrst (pu... Read more
29th Jul 2012 • David Carr Site running slow find out why with Pingdom Tools I've recently converted my site over from a custom built system to Wordpress as I'm learning... Read more