12th Dec 2013 • David Carr Free Web Development E-Book Giveaway from Developer.Press Fancy getting your hands on the essential PHP ebook PHP Array Filtering: The Use Cases or... Read more
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
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
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