5th Aug 2014 • David Carr Get initials from a name Here is a simple way to collect the first letter of each word, This can be useful to get say a perso... Read more
23rd Jul 2014 • David Carr Quick way to add hours and minutes with PHP This post describes a very simple way to add or sub-tract time to a given time using the date and st... Read more
11th Jun 2014 • David Carr HTML5 support for older browsers Sitepoint released a great post today HTML5 Forms: The Markup it explains the various inpu... Read more
7th May 2014 • David Carr Form to CSV with PHP Outputting a forms contents to a CSV file is incredibly handy and easy to do, this post will cover t... Read more
5th May 2014 • David Carr Premium Display Xbox live data with xboxapi and cache it Xbox does not provide an official API for anyone to use. Their are a few sites that provide an API o... Read more
8th Apr 2014 • David Carr Macaw: Route closures and controllers Build the foundations of an application with the Macaw routing class to route requests to closures o... Read more
8th Apr 2014 • David Carr Collect remote CSV file and save to a local CSV file using PHP Here is a quick way to read a csv file hosted remotely, download its contents and store it to a loca... Read more
25th Mar 2014 • David Carr Retain rows when using a GROUP BY with GROUP_CONCAT Keep rows that would normally be lost when selecting rows using a COUNT and GROUP By. To keep say an... Read more
9th Mar 2014 • David Carr Creating a blog from scratch with PHP - Part 6 Pagination In this part pagination will be added to create the posts into pages, to limit how many posts are di... Read more
6th Mar 2014 • David Carr Creating a blog from scratch with PHP - Part 5 Sidebar, Categories and Archives This part will add a sidebar to the blog and list latest posts, categories and archives. Read more
11th Feb 2014 • David Carr Importing Wordpress posts to another system using the exported XML file I recently moved away from Wordpress to my own system, one of the challenges I faced was moving my p... Read more
1st Feb 2014 • David Carr Login and Registration system with PHP This tutorial will cover creating a login system with registration upon registering an activation li... Read more
22nd Jan 2014 • David Carr Connecting to Gmail with imap_open Using PHP connecting to an POP/IMAP server is a relatively easy process, it can be useful for using... Read more
21st Dec 2013 • David Carr Use Google finance calculator to convert currency with PHP Convert currency from one country to another easily with Google's finance calculator, using that... Read more
14th Dec 2013 • David Carr Detecting dynamic form submissions with php Here's a very simple way to detect if a form has been submitted, I've recently wrote a plugi... Read more