2nd Jan 2013 • David Carr Connecting to your MySQL database with PDO (PHP Data Object) It's been coming for some time but mysql_ has been officially depreciated and will be removed co... Read more
30th Oct 2012 • David Carr Display YouTube videos from a users RSS Feed with PHP Using an RSS feed you can load videos from a users feed, this can be as simple as a list of videos t... Read more
25th Oct 2012 • David Carr Easily make your tables responsive with JS/CSS I'm in the middle of building a responsive CRM when I realised it all works great except for the... Read more
23rd Oct 2012 • David Carr Avoiding pageshift by forcing a scrollbar with CSS Page shifting when moving from page to page? chances are its a scrollbar issue this quick tip will s... Read more
21st Oct 2012 • David Carr 3 ways to disable autocomplete on your forms Here are 3 ways to stop forms remember what has previosuly been entered into them, the fist way is t... Read more
21st Oct 2012 • David Carr Dynamic Form with jQuery UI datepicker This tutorial is a continuation of Dynamic Form Elements with jQuery That tutorial covered making dy... Read more
4th Sep 2012 • David Carr Grant access based on IP address with PHP A quick tip for only allowing access to a website for a range of IP addresses. Read more
28th Jul 2012 • David Carr Highlight matched words in a search This tutorial will show you how to highlight words from a search. Read more
15th Jun 2012 • David Carr Hiding and protecting a directory with htaccess When building web applications is makes sense to hide sensitive files such as say a config file into... Read more
12th May 2012 • David Carr Dynamic Form Elements with jQuery When creating a form you don't always know how many form elements to give to the user, it depend... Read more
8th May 2012 • David Carr Removing index.php from your codeigniter 2 url with htaccess In Codeigniter by default all calls to your controller from a http request will have index.php insid... Read more
29th Apr 2012 • David Carr Creating a simple captcha form with validation This tutorial will show you how to create a captcha form to stop automatic submissions, to premis is... Read more
27th Mar 2012 • David Carr Show working days of a month excluding weekends with PHP This tutorial will show you how to get the individual working dates of a month, whilst removing week... Read more
26th Mar 2012 • David Carr Creating an image gallery from a folder of images automatically This tutorial will show you how to quickly create a gallery from a folder of images. Using PHP and m... Read more
25th Mar 2012 • David Carr Wordpress Jetpack get number of Subscriber/followers There's a great Wordpress plugin called Jetpack it comes bundled with some great options such as... Read more