Archive for the ‘Web Design Tutorials’ Category

thumbnail

Fundamentals in PHP - Part 4

This tutorial will cover the four types of PHP loops, the while loop, the for loop, the foreach loop, and the do loop.
Read Tutorial

thumbnail

Fundamentals of PHP - Part 3

This tutorial will cover PHP arrays, and will help you progress into more advanced PHP code.
Read Tutorial

thumbnail

Fundamentals of PHP - Part 2

This beginner PHP tutorial will cover POST and GET methods.
Read Tutorial

thumbnail

Fundamentals of PHP - Part 1

This is the first tutorial in the Fundamentals of PHP series, In this brief article designed for PHP Beginners, I will be going over the fundamentals of PHP. This includes such things as the syntax, basic data output, variables, and briefly go over file ‘inclusions’ as well as best practices.
Read Tutorial

thumbnail

Display your RSS feed count in plain text

This tutorial will show you how to display your Feedburner feed count as a plain text. A good example is shown by Smashing Magazine’s feed count.

thumbnail

Create a CSS drop-down menu

The #menu div is our “container” and it’s 100% wide, so we could leave it as it is because it would default to this. However to properly contain the floated child lists if we also float the #menu div is will stretch to contain its floated children.
We then need to set the required dropdown width [...]

thumbnail

Redirect without using PHP

This tutorial will show you to redirect users to another webpage without using header and other PHP methods. It’s actually very simple, just one line of HTML code.

thumbnail

Basic CSS Tutorial

Styles defines how to display the HTML elements. Both Netscape 4.0 and IE 4.0 version support CSS.
Initially the presentation layout is handled by the browser. But it let to so many problems. The solve the problems “World Wide Web Consortium” (w3c) - the non profit, standard setting consortium responsible for standardizing html, created styles in [...]

thumbnail

Basic MySQL Tutorial

MySQL is the most popular open source SQL database management system, is developed, distributed, and supported by MySQL AB. MySQL AB is a commercial company, founded by the MySQL developers.

thumbnail

Adobe Dreamweaver keyboard shortcuts

This article features a list of Adobe Dreamweaver CS3 keyboard shortcuts.