|
|
|
Benefits Of Making Your Website Accessible To Disabled Users – Part 2: The Business Case
The Disability Discrimination Act states that service providers must not discriminate against disabled people. A website is regarded as a service and therefore comes under this law. Some organisations are changing to their websites, but many are...
Custom Web site Design Strategies
Web site design has certainly, in the past decade, evolved tremendously. More clients now are demanding custom design, as opposed to the 'cookie cutter' sites of yesteryear. Where once there existed a limit as to the types of fonts used, the types...
How To Design Your Web Site With CSS
Cascading Style Sheets (CSS) allows you to create fast loading pages, increase your search engine rankings, and modify your whole site with one style sheet. So why don’t more people use them? This is because they got so used to html design and are...
SEO Benefits Of CSS
This article is most useful if you are somewhat familiar with HTML and CSS. I explain the concepts well enough that you do not have to be an expert, but I want to provide material that will introduce you to more advanced design in ways you can...
Webmaster Secrets for Top 10 Search Results in Google, Yahoo and MSN.
In the following article a very simple 3 step process will reveal just how simple search engine optimisation can be once you know how. There are multitudes of websites that will theorise you to death about engine algorithms, page rank formulas,...
|
|
| |
|
|
|
|
|
|
Finding a Good HTML Editor
Once you've decided to write your own HTML, and you've got some
idea of how it all works, there's one thing left to think about:
which program are you going to use to do it? While you can use
programs like Notepad or Wordpad that come with Windows, they
don't have any specialised HTML editing features, and that can
slow you down more than you'd think.
The choice of HTML editors out there, though, is bewildering:
there are literally thousands. Here's a guide to things you
should look for when you're searching for your perfect HTML
partner.
Syntax Highlighting
One of the most vital features for any editor is syntax
highlighting. This means that it understands how HTML works, and
will make tags a different colour from text, making it easier
for you to see what you're doing.
You should try to find an editor that has up-to-date syntax
highlighting and checks whether your tags are valid or not.
Instead of just colouring anything you put between angle
brackets, it should check whether what you're entering is valid
HTML, and warn you if it isn't (usually by turning it red).
Another thing to look out for when it comes to syntax
highlighting is what the editor supports that you might want to
use with HTML: it's good to have highlighting for CSS and
Javascript, as well as PHP or Perl (or whatever you use
server-side). Some editors mark them in the same colour to
indicate 'not HTML', while some highlight them in a useful way -
this is what you want.
Tag Suggestion
It's good to get an editor that knows about valid HTML tags and
how they're structured, as that means it can let you know what
you should be including and let you browse through tags to find
the one you're thinking of. If you type ' |
|
|
|
|
|