We're building a brand new version of the site, and we'd love to hear your ideas
Members
Technology Zones
IBM Learning Center
Articles
Hosted By
Info
|
Articles & Tutorials  -
One of the main reasons for having to use images on any web page is to create curves and round corners. It's currently impossible to create any kind of curved shapes using just HTML, so images need to be used. Putting these images into the HTML document with a table layout can create a large amount of superfluous code. Using the power of CSS we'll create the following box with round corners, without an <img> tag in sight..  -
Crucial to the ethos of the web is providing information in a way which is easy to read. It sounds simple, but there are many design considerations which factor into this, one of the most obvious being: "Which font do I choose?".  -
Learn how to migrate your existing sites from tables to CSS, and how to start including more CSS based design into your workflow. Why? Because I still think many people find learning to build CSS layout sites from scratch difficult. There's a steep learning curve associated with CSS design, much more so than tables, and getting consistent results across different browsers is tricky, even for the more experienced. .  -
Developers put a lot of effort into ensuring their sites can be viewed in outdated browsers, but all too often ignore newer browsers, or worse still, a whole range of visitors. Accessibility means access to information for all. Information to all, regardless of the device used to view the document, or abilities of the visitor. This article covers the W3C guidelines for making your site accessible - a legal requirement for companies in the UK and United States..  -
A comprehensive Cascading Style Sheet (CSS) tutorial. Learn how to use the power of CSS to apply styles throughout your entire website - and changing them - whilst modifying only a single file!.  -
This tutorial will take you through the process of creating tables in HTML, from the easy, ones to the more complex..  -
An introduction to the basics of HTML. Including text formatting, colours, links, images and backgrounds..  -
This article explains how to implement session tracking using two of the simplest & oldest methods available to programmers. The techniques presented in this article do not use the new technologies present to implement session tracking, but use some old, tried and tested ways which are extremely popular even today..  -
THis tutorial will teach you to make your pages look nicer with several different text formatting options.. 
|
Search
Code Samples
New Members
|