Archive

Posts Tagged ‘HTML’

Do not create empty links

October 4th, 2009

Whenever you put a link on a web page, make sure that it has text content. This may seem incredibly obvious, but it is actually not all that uncommon to find links that do not contain any text at all. These links usually come in one of the following shapes: <a href=”http://example.com/” accesskey=”0″></a> <a href=”http://example.com/”><img [...]

Share

Web dev ,

Use the fieldset and legend elements to group HTML form controls

October 4th, 2009

The fieldset and legend elements, which should always be used together, allow you to create and name groups of related input fields in HTML forms. By doing this you help users understand how the input fields are related. How the grouping is conveyed to the user depends mainly on whether the user is sighted or [...]

Share

Web dev , , , , ,

(Almost) never add a reset button to a form

October 4th, 2009

There was a time when many, many, forms on the web had a reset button. Thankfully, reset buttons are not quite as common these days, but there are enough of them out there to cause users lots of frustration.

Share

Web dev , ,

Online Converters

October 3rd, 2009
Online Converters

Online converters always come in handy. Once you need to perform some operation with your files, they can save your time achieving the same results online, without installing some specific software. In fact, there are many online tools, which convert formats, files and code snippets for free. Some of them are quite specific tools aimed [...]

Share

Computers, Internet, Web dev , , , , , ,

HTML Table Building: 30+ Beautiful Examples and Useful Javascripts

September 21st, 2009
HTML Table Building: 30+ Beautiful Examples and Useful Javascripts

Table is an excellent way of presenting information, especially when a company wants to cite various prices for its services or products. For instance, some websites require users to sign up different levels of membership in order to access certain exclusive contents. They can present to users the distinct features that each level has to [...]

Share

Computers, Graphics, Internet, Web dev , , , ,