loading comments

Creating a website navigation bar with CSS

Posted on: September 7, 2008 Categories: CSS, Menus/Navigation, Tutorials

There are many ways to create a navigation bar, you can use a programs like Photoshop and then convert the image into code, but when I see people creating them in Photoshop I think why bother? When you can simply use CSS for the whole creation and code of it. Granted Photoshop can be used in other development tasks such as designing a full website template. But in this tutorial I will show you how to create a very clean navigation bar using CSS and nothing else (Well HTML too but CSS for the majority!)

Click here to read more…

loading comments

Creating your own Favicon

Posted on: September 3, 2008 Categories: Tutorials, XHTML

Favicons are great little icons that appear on the left of a website URL in your browsers address bar, Favicon’s don’t seem important and some website won’t have them, In my opinion a favicon is just as important as a logo. While it is 16 x 16 in size it gives your website a unique small logo to be identified by, Favicons also appear in favorites and bookmarks, so I think it’s important to have one. In this tutorial I will show how create your own favicon, converting a standard image into a .ico and of course getting your Favicon to appear on your website!

Click here to read more…

loading comments

The structure of a XHTML document

Posted on: September 2, 2008 Categories: Tutorials

The structure of a XHTML document is slightly more different than a standard HTML. You will have certain parts in XHTML such as doctype’s and XML properties that HTML doesn’t have, there’s ultimately the same type of code language, but with changes, but it’s important to understand the basics of XHTML after all it’s the next generation of HTML so people should be in the know about it. In this tutorial you will learn about HTML, XHTML and there differences and the overall structure of both, and why it’s important to start using XHTML over HTML.

Click here to read more…

loading comments

Common XHTML tags defined in CSS

To make your life alot easier you can define the common XHTML tags you use on your webpages within your Stylesheet, doing this can define a certain tag globally and you’ll never have to modify it within your XHTML again! In this tutorial we will show you the XHTML tags you can define in CSS! If your just getting into CSS then this will be perfect knowledge for you later on, as you may already be coding stuff in your XHTML pages when infact you could simply define it in one stylesheet and be done with it!

Click here to read more…

loading comments

How to make a decent navigation bar

Posted on: August 26, 2008 Categories: CSS, Menus/Navigation, Tutorials

A navigation bar is of course essential part of a website as it’s going to where all your links to the site are stored, so your obviously be going to needing one, and it’s also going to be need to look appealing. This tutorial will teach you how to make a navigation bar using only XHTML and CSS with no use of Javascript or any other code

Click here to read more…

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7