Web Design Tutorials Made Easy


Multi-Column in CSS3

I am sure that all of us at one time have developed a website with more
than one column. In the past (back in my tables days) columns and rows
were a huge part of my designs. Things are about to change. In the
midst of cross-browser support issues with CSS2, A List Apart has a wonderfully written article that dives into the specifics of the proposed addition to the CSS standard (CSS3).
Funny thing is this was proposed in draft from in 2001. I for one would
find this very useful and a much needed time saver when coding column
websites. Take a moment and read their article.

One last thing to note is the compatibility, according to ALA:

"The script has been tested in IE6, Firefox 1.0.4, Netscape
7.1, Safari 1.2 and 2.0, and Opera 8 (though the Opera tests indicate a
tendency to crash)."


Web Design Color Choices

Choosing the color scheme for your web site is an important first step in the design process. There are several things to consider
before you pick out the colors.

Does the person or company you are working for have a specific color scheme or a logo that they will be using? Is the logo color part of the overall site design? For instance can you imagine the golden arches in purple and green?

Read the rest of this entry »


The Ever-Changing World of PHP

In this article, I will take you through a brief history, current libraries, and PHP 5.

Then:

PHP has always been an ever-expanding web programming language, ever since it’s initial release on June 8th, 1995. PHP initially began as a bunch of CGI binaries written in C deemed “Personal Home Page Tools” (PHP tools). Two years later, Andi Gutmans and Zeev Suraski, the founders of Zend Technologies, took Rasmus Lerdorf‘s PHP-FI (PHP’s version 2) and rewrote the parser, giving birth to PHP 3 (now called Pre-Hypertext-Processor). In 1998, the parser was redesigned once again and named the Zend Engine, and the popular PHP 4 was released in the May of 2004.

Read the rest of this entry »


Categories
Archives