| TOTAL: 38 Page: 1 of 2 |
|
How to DoubleSpace with HTML! A simple trick for double spaced lines
This tutorial is for the people like me who don’t have advanced wordprocessors. I write my papers with html (usually dreamweaver) so double spacing is tough.

| Hits: | 151 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
HTML Tutorial - Massive and very complete guide to working with HTML code
A brief introduction to the tutorial and what you can expect to learn.

| Hits: | 85 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Usability for older web users - Webcredible performs a real user study of the fi
The main finding of our study was that elderly users were more likely to assign blame when using the Internet. Of the 8 elderly participants, 3 appeared to blame themselves for any difficulties which they encountered (sample quotes: “I don't really know what I'm doing”; “It's probably my fault”; “This always happens to me”). 4 of the elderly users, however, seemed to blame the site(s) for any difficulties which they encountered (sample quotes: “I hate it when websites do this”

| Hits: | 130 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Learning Difficulties and Web Accessibility - What you need to know
Accessibility is about making it as easy as possible for all members of society to fully take part in that society. It is about removing barriers. It is about inclusion and empowerment. It is about creating the sort of world that we all want to live in - a message that should resonate with us all. Where the UK government stands This year, the UK government gave “a clear commitment to ensuring that all government websites and online services present no barriers to use for those with disabil

| Hits: | 146 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Add to Favorites - Code that works in both IE and in Firefox
In this tutorial I will give you a code that will create an "Add to Favorites" button. Simply place the following code where you want the button to appear.

| Hits: | 59 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Coding Cleanup - Learn How to Tidy Your Html and CSS Coding In Firefox
You will need to have the Firefox Browser for this tutorial.Browse your PC for a html document (any will do) and open to bring it into the browser, or you can type a url and use a web page.

| Hits: | 85 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Lists Uncovered - Learn all about HTML style lists and how to create them
As some of you will know, HTML was originally designed to display research and so on, in which lists was a often used feature and why lists are a large part of html. In this article I?ll explain the syntax, show how to create each type, give examples of when to use each and leave you off with an idea or two to get your coding brain in gear. Now there are 3 types of lists: Ordered, Unordered and Definition lists.

| Hits: | 84 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Creating HTML Lists
HTML lists can be used for a variety of different things, this tutorial will show you the basics.

| Hits: | 152 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Web usability: The basics
Web usability is about making your website in such a way that your site users can find what they're looking for quickly and efficiently. A usable website can reap huge benefits on to your website and your business. * Every £1 invested in improving your website's usability returns £10 to £100 (source: IBM1) * A web usability redesign can increase the sales/conversion rate by 100%

| Hits: | 210 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Eight web usability killers
Your website seems great to you. You're proud of the fact that you're online and getting hits. But are your site users happy with your site? Are they successful at obtaining the information, completing the tasks, or finding and purchasing the products they need? Many web sites considered robust and healthy by their owners may be suffering from life-threatening diseases.

| Hits: | 190 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Change the scrollbar colors
Matching scrollbars are a great way to make your site come together and look much nicer. To change te look of your scroll bar, you must add the following code in your section.

| Hits: | 50 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Creating a Drop Down Menu
This tutorial walks you through adding a Drop Down Java Script Menu to your page. A Drop down menu is where you have multiple options stored in a menu accessible by using the scroll bar arrow.

| Hits: | 65 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Adding a Mouse Over ImageMenu to your page
This tutorial walks you through adding a MouseOver Image Java Script Menu to your page. Mouseover java script is where you rollover the image with the mouse and it swaps the image for another.

| Hits: | 70 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Creating An HTML Web Page Template
Open a notepad. Save the notepad document as index.html, selecting file type as all files. 2. Setup your HTML DOC To set up our HTML file so that we can build the contents of the templatetype in the parts of the HTML that appear above and below the body of the document including the body tags. 3. Design Layout: Tables allow us to organize information around a page. Setting up the table involves designing a table for the project.

| Hits: | 57 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Fixed Background Using HTML
Do you have an image in back ground you'd like to stay put? You will need to add a background properties attribute to the body tag where you have put the attribute for your background image. This will give you the illusion of the page contents moving as you scroll over a static or immobile wallpaper.

| Hits: | 56 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Writing and Saving HTML in a Note Pad
Using a notepad as an editor 1. Open your notepad * clicking start => programs => accessories => notepad 2. Write your html code in the notepad, or copy it from generator 1, generator 2, or generator 3 to the notepad. 3. Remember your page should have all the compenents of an HTML document as listed in our basic tutorial on page components 4. Click the File menu and select save as. 5. The Save as window appears. # Browse to where you want to save it. # C

| Hits: | 54 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Flags & Structure
What are Flags? Flags are basically commands. For example, if you want to place a text sentence, you'd place a flag at the beginning and end of your sentence. This applies for everything in HTML. Flag Formats All flags or commands have the same format. They always begin with a < and end in >. The tag (flag or command) goes inside these symbols.

| Hits: | 91 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
SSI Echo
In addition to including files into your page, Server Side Includes can also be used to get information from the server and write it to the page before it is sent to the reader. Though they aren’t meant as replacements for more sophisticated methods of generating dynamic content such as CGI or PHP, SSI are a nice way of adding small details to your page. Here we will discuss the file, date and time options.

| Hits: | 82 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Server Side Includes
One of the trickiest aspects of maintaining a site rears its head when you need to update a part of your design that occurs on every page. You’re suddenly faced with the prospect of copying and pasting new code into dozens of files. If you have used Includes, all you’ll have to do is modify the file that you’re including into the rest of your pages and they will all be updated in one fell swoop.

| Hits: | 100 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |
Link Requests
The search engines can only take you so far. The majority of the traffic a good site is going to pick up will come from links pointing to it from other sites. When the directories dry up, you're left with the prospect of having to contact people with sites that you want to get a link from and asking them for it. Do this wrong, and you've messed up a chance at a free link.

| Hits: | 152 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-14 |