Posts Tagged coding

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 […]

Best of May 2010, Tutorials, Inspiration and Resources

By Matthew Leak on June 2nd, 2010 Category: Inspiration No Comments

Best of May 2010, Tutorials, Inspiration and Resources

May has past and it seems with each passing month the content on the web keeps getting better. Tuttoaster has gathered some of the best tutorials, inspiration, resources and freebies for you, we hope you will enjoy them as much as we did collecting them. Tutorials We’re never to old to learn right? Then grab […]

Create a Camera Application in Flash Using ActionScript 3

By Carlos on May 19th, 2010 Category: Tutorials 10 Comments

Create a Camera Application in Flash Using ActionScript 3

In this tutorial, I will show you how to create a camera application that captures the user webcam image and saves it as a JPG file. Let’s see how! Final Result, does not work previewed in Dreamweaver, please open in browser Step 1: Set Up Your Flash File Launch Flash and create a new document. […]

Code an Awesome Minimal Design from PSD to XHTML & CSS

By Matthew Leak on May 11th, 2010 Category: Tutorials 21 Comments

Code up an Awesome Minimal Web Design from PSD to XHTML

Last week we went through the process of designing an awesome minimal web design in Photoshop. If you haven’t read part 1 then you can view it here. In part 1 we created our site design making use of the 960 grid system to keep the site layout really clean and tidy. Now, let’s look at […]