10th Apr 2013 • David Carr Adding multiple times together in an array with PHP Adding times together can be complex when taking seconds, minutes and hours into account of multiple... Read more
6th Apr 2013 • David Carr Splitting a telephone number in php with substr I recently had a collection of numbers in the format of area code then the telephone number with no... Read more
19th Mar 2013 • David Carr How to upload videos to YouTube with PHP Using the YouTube API its possible to upload videos to your own YouTube account using their API, thi... Read more
18th Mar 2013 • David Carr Dynamically binding select menus with PHP & jQuery I've recently had the need to show different select menus depending on what was selected in the... Read more
27th Feb 2013 • David Carr Autocomplete with PHP, MySQL and Jquery UI A clean guide on creating an autocomplete input using jQuery UI & PHP Read more
25th Jan 2013 • David Carr Use advanced filters in Sequel Pro Sequel Pro is a great remote database management tool, when viewing contents of a table there is a b... Read more
24th Jan 2013 • David Carr Released new Wordpress plugin WP Luminous - Syntax highlighter I've recently come across a fantastic accurate and powerful syntax highlighting library built in... Read more
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