26th Sep 2013 • David Carr Fixing mod_fcgid: read data timeout Running a script longer then 45 seconds causes a mod_fcgid: read data timeout in 45 seconds, this ma... Read more
25th Sep 2013 • David Carr Preview a domain by editing your host file When developing a new website it can be very useful to look at the site on a live server before you... Read more
13th Aug 2013 • David Carr Launched a new PHP framework - Simple MVC Famework I've been working on a new framework for quite some time, I've dedicated to release it for a... Read more
8th Aug 2013 • David Carr A few tips on using Photoshop from a developers perspective This video shows a few tips on using photoshop covering, measuring elements and finding colour codes... Read more
7th Aug 2013 • David Carr Securing elFinder with a login page elFinder is a great file manager, it can integrate easily into many web editors, Its installation is... Read more
1st Aug 2013 • David Carr Load MP3's from a folder with option to play on page Thus tutorial will show you how to grab videos from a folder and list them on a page, once listed an... Read more
27th Jul 2013 • David Carr Connecting to a MySQL database with PDO This video covers connection to a database using PDO in a try catch block with Exceptions. Read more
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