CSS Centering
Description: How do you center a containing block on a page using CSS? There are two main methods and the choice should be made based on whether your page layout is liquid (will move in and out depending on the size of the browser window) or fixed width.
Added on: 11-Feb-2007 Hits: 194
|
Comments (0)CSS Basics
Description: These tutorials covers all the basics of CSS design.
Added on: 01-Feb-2007 Hits: 169
|
Comments (0)XML for Absolute Beginner
Description: Welcome to the wonderful world of Extensible Markup Language (XML). This short article is an effort to explain what XML is, what are it's benefits, and briefly describe some of standards evolving around it.
Added on: 27-Jan-2007 Hits: 160
|
Comments (0)Programming Projects & Source Codes
Description: Download Free Projects in C, C++, Java, ASP, ASP.Net, Pascal, COBOL. Thousands
of source codes available. Script directory contains over 25,000 script links in a well
categorised fashion.
Added on: 13-Jan-2007 Hits: 105
|
Comments (0)Multiple Form Submit Buttons
Description: It is often required that you need to send the data in the same form to different cgi scripts depending one certain criteria. JavaScript allows you to modify the action field of an HTML form dynamically. This article shows you how to do it.
Added on: 03-Dec-2006 Hits: 122
|
Comments (0)CSS Rollovers
Description: Image rollovers are usually composed of two individual images; one for the default state and one for when the mouse is hovered over the image or link. However, it bears some advantages to use a single image by taking advantage of CSS image offsets. Here’s how a rollover for an anchor is usually done:
Added on: 09-Oct-2006 Hits: 119
|
Comments (0)