25th Jul 2013 • David Carr Get longitude and latitude from an address with PHP and Google Maps API Getting longitude and latitude from an address used to be a fairly complex task a few years ago, tha... Read more
15th Jun 2013 • David Carr Display Tweets from Twitter for API 1.1 Twitter as of 11th of June 2013 has turned off access to its API version 1.0. All requests now need... Read more
9th Jun 2013 • David Carr Creating a blog from scratch with PHP - Part 2 SEO URLS This tutorial will cover adding SEO urls to the existing blog, This part will cover using (SEO) sear... Read more
7th Jun 2013 • David Carr Creating a blog from scratch with PHP This tutorial will cover creating a very simply blog, it will only consist of posts, the front-end w... Read more
4th Jun 2013 • David Carr Detecting and replacing bad words in PHP User submitted content should always be moderated before its used or outputted on a public website,... Read more
29th May 2013 • David Carr Create an RSS feed with PHP This tutorial will cover how to create a valid RSS feed from a database table of records using PHP. Read more
18th May 2013 • David Carr Simple Member Only Page Here's a quick way to secure a page so only logged in users can access it otherwise the user is... Read more
15th May 2013 • David Carr Sending HTML emails & attachments using PHP & Swiftmailer Sending email with raw PHP is very easy to do, but sending HTML email is a little more involved brin... Read more
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