4th Feb 2019 • David Carr Creating a blog from scratch with PHP - Part 9 Cover Image In this part, we will add a cover photo to the blog posts. Read more
31st May 2018 • David Carr Creating a blog from scratch with PHP - Part 8 Tags Sidebar In the last tutorial we created the ability for having tags for each post, this part will conti... Read more
28th May 2018 • David Carr Creating a blog from scratch with PHP - Part 7 Tags In this part, I will explain how to add the ability to add tags the posts, how to display them and s... Read more
25th Oct 2015 • David Carr Dynamically set iframe properties with jQuery Using jQuery it’s possible to pass properties to set the src, width and height of an iframe fr... Read more
22nd Aug 2015 • David Carr Duplicate form sections with jQuery When working with forms it can be incredibly useful to duplicate parts of the form, for instance whe... Read more
28th Feb 2015 • David Carr Create PDF with form data It’s possible to populate a PDF using information provided by a form using the MPDF ... Read more
7th May 2014 • David Carr Form to CSV with PHP Outputting a forms contents to a CSV file is incredibly handy and easy to do, this post will cover t... Read more
5th May 2014 • David Carr Premium Display Xbox live data with xboxapi and cache it Xbox does not provide an official API for anyone to use. Their are a few sites that provide an API o... Read more
9th Mar 2014 • David Carr Creating a blog from scratch with PHP - Part 6 Pagination In this part pagination will be added to create the posts into pages, to limit how many posts are di... Read more
6th Mar 2014 • David Carr Creating a blog from scratch with PHP - Part 5 Sidebar, Categories and Archives This part will add a sidebar to the blog and list latest posts, categories and archives. 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
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
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
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