9th Dec 2013 • David Carr Super simple form Captcha using RainCaptcha RainCaptcha is simple to use CAPTCHA for forms, it helps prevent spam submissions by creating images... Read more
9th Dec 2013 • David Carr MySQL get users birthday Here's a simple way to select all birthdays for the current date, where the date of birth is sto... Read more
6th Dec 2013 • David Carr Book Review - PHP Array Filtering, The Use cases Do you use arrays? Do you use the most effective inbuilt functions to filter multiple arrays? If not... Read more
30th Oct 2013 • David Carr PHP's extract function and HTML arrays I'm a huge fan of using the extract function in php its very handy it lets you extract an array... Read more
22nd Oct 2013 • David Carr Wordpress Twenty Thirteen theme - display post excerpt's By default the Wordpress theme twenty thirteen shows the full post. When using the post types such a... Read more
12th Oct 2013 • David Carr Building a content management system from scratch - SEO URLS This tutorial will explain how to change the simple CMS to use search engine friendly urls instead o... Read more
6th Oct 2013 • David Carr Creating a blog from scratch with PHP - Part 4 Categories This part will cover adding categories to posts. Read more
30th Sep 2013 • David Carr Creating a blog from scratch with PHP - Part 3 comments with Disqus This part will cover using adding Disqus to the posts. Disqus is simple to use comment system you ca... Read more
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