28th Jul 2012 • David Carr Is a static salt enough when storing passwords? No is the short answer, equally having random salts stored in the database is not that much better i... 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
24th May 2012 • David Carr Coda 2 released today will you be getting a copy? So unless you live under a rock you'll know today is launch day for Panic's Coda 2, its been... 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
1st Mar 2012 • David Carr Adding Events to Microsoft Outlook from PHP using ICAL I've recently been trying to find the best way of creating a calendar event outlook from a php d... Read more
13th Feb 2012 • David Carr Move emails to selected IMAP Folder Moving email from one IMAP mailbox folder another is a simple process this short tutorial will show... Read more
13th Feb 2012 • David Carr Display mailbox folders with IMAP using PHP When using IMAP its likely you will want access to the users mailbox so they can view all their fold... Read more
12th Feb 2012 • David Carr Is Twitter bad for your Blog? This is a question I've been thinking about recently. I used to blog frequently heck almost dail... Read more
16th Jan 2012 • David Carr Mixing Jeditable with a Calendar For a recent project I needed to be able to edit text directly on the webpage I decided to use jedit... Read more