PHP for Beginner Web Designers – PDF
This week I’ve created a quick PDF for beginner web designers, that you can print off and keep on your wall, desk, or even in a drawer. It’s not intended for those comfortable with PHP, just beginners...
View ArticleHow to use AJAX to send website forms
AJAX seems to have a reputation for being really difficult. A bit like PHP, really. Now, when you get right down to the nitty gritty it’s not exactly simple. However you can dip your toes in quite...
View ArticlePHP splitting arrays / array_chunk – Web Design Tutorial
Today, Dan goes through a short tutorial on how to split arrays into desirable chunks using a problem solving method and a PHP function. Continue reading →
View ArticleHow to Write Custom Post Type Queries
Custom Post Type queries in Wordpress aren't difficult - and in today's post Luci shows you just how easy they can be. Continue reading →
View ArticleDynamic Christmas web design background update with PHP
In this week's video tutorial we share and explain a simple method using PHP to swap your website's background dynamically for the Christmas months. Continue reading →
View ArticleWeb Design Tutorial – Automatic seasonal changes with PHP
In this week's web design video tutorial we share a PHP Script for automatically changing your website's logo depending on pre-defined seasons such as Valentines, Easter, Halloween and Christmas....
View ArticleWeb Design WordPress Custom Metadata Queries
This week Luci shows how easy it is to perform search queries on custom metadata queries on your Wordpress website. Continue reading →
View ArticleWeb Design Tutorial – Create a word count limit PHP function
This week Dan goes through a great little PHP tutorial on how to limit the amouint of words you want to show for a description or content. Continue reading →
View ArticleWeb Design Tutorial – Using the array_unique PHP function
Today Dan goes through a nice little PHP function to remove duplicate data from an Array. Continue reading →
View ArticleHow to display your latest tweet with PHP
This week we have overhauled our free PHP script that allows you to display your latest tweet on your website. Continue reading →
View ArticleWeb Design Tutorial – Extending WordPress User Profiles
This week Steve Looks at a handy combination of WordPress plugins that allow you to extend the standard WordPress subscriber profile area. Continue reading →
View ArticleWeb Design Tutorial – Echo ‘last’ class on items
Today I wanted to share a really good little web design tip with you all. It’s a really simple PHP script but something that I think will come in handy. WordPress & Magento use this technique...
View ArticleWeb Design Tutorial – 301 Redirects with .htaccess (& PHP/ASP)
In this week's video tutorial we demonstrate how to do 301 redirects with .htaccess files. We also cover PHP & ASP 301 redirects. Continue reading →
View ArticleWeb Design Tutorial – Debugging your website
A nice quick web design tutorial for you this morning. Something I get asked a fair amount by people is what are the best ways of quickly and efficiently debugging code, and how to do it without...
View ArticleChange Templates for Custom Post Type posts in WordPress
In this weeks blog, Claire takes us through assigning different templates to Custom Post Type Posts, using the 'Post Template' drop down. Continue reading →
View ArticleWeb Design Tutorial – Parsing CSV’s with PHP
Something I’ve been asked a few times recently is how to quickly parse a CSV file in PHP. The latest occasion was when a colleague needed to send an email to a group of customers – so in this Web...
View ArticleInserting CSV data into a Database with PHP
After writing my web design tutorial a couple of weeks ago on Parsing CSV data with PHP, I got a couple of requests asking how this data could then be inserted into a database. So this week I’ll be...
View ArticleCreate a Christmas Class and Condition with PHP
Robert Bavington takes a look at creating a Christmas class and condition with PHP Continue reading →
View ArticleAdd a FREE Sample Button to your product page in Magento
Today, Claire shows us how to create FREE sample products with ease on a Magento store without having to create new products. Continue reading →
View ArticleGet Products from the parent / same category on Product pages in Magento
Show products by Same-Category or Parent-Category on your product page dynamically, and with minimal time, by using this simple code snippet Continue reading →
View Article