Ruby for PHP Developers

By Jose on September 9th, 2010 Category: Tutorials 24 Comments

With our knowledge of PHP we can learn a lot about Ruby. Use of variables, loops, arrays, functions and classes, everything starting from PHP. In the end, there is an example to see all together where we’ll combine what we have learnt to see something really useful in action. Brief Introduction We could say PHP […]

Creating a Upload/Download System Using PHP Classes

By Cody Robertson on August 29th, 2010 Category: Tutorials 15 Comments

Making a PHP upload script can be a very challenging task when you are just starting out, heck; it’s still hard to some extent when you are an experienced developer. So today, I’m going to show you how to make one using PHP5 Classes and a simple form. In the script we will be able […]

How to Create a Forum in PHP from Scratch

By Jose on August 9th, 2010 Category: Tutorials 28 Comments

In this tutorial we’ll see how to make a forum using PHP and MySQL. We have to cover a lot of different things, so let’s start! Some details about this tutorial You can download a compressed folder with the whole project inside. So sometimes I won’t show all the code of a file in order […]

Learning JavaScript and DOM with Console

By Hein on August 2nd, 2010 Category: Tutorials 7 Comments

In this tutorial, you are going to learn what a console is, and more importantly, how you can leverage it to learn JavaScript and DOM quickly. So let’s get started. Console? A console is not a specific project or a command-line terminal, nor is it a Xbox 360 or PS3 (though learning JavaScript and DOM […]

Code an Email Newsletter from PSD to HTML

By Matthew Leak on July 14th, 2010 Category: Tutorials 21 Comments

Last week we learned how to go about designing HTML emails. This week we’re going to turn the PSD into a functional HTML email. To code a HTML newsletter you can either code it from scratch, or use an already existing template. I personally like to use an existing template, especially the ones supplied by […]

Design an Email Newsletter in Photoshop

By Matthew Leak on July 9th, 2010 Category: Tutorials 13 Comments

Design an Email Newsletter in Photoshop

Email newsletters are becoming more and more popular with businesses, it’s almost becoming a kind of trend. It is, by far, one of the most effective ways to spread the word about up and coming projects, company news, and other business-related stuff to a potentially large audience. Obviously you need to have people on the […]