‘Web Standards’ Archive

The deal with opening hyperlinks in a new window or tab.

The main consensus is to avoid them. Why you say? Well because it’s not necessary. If you really want to open a link in another tab or window, you can do it yourself:
In Firefox, hover over the link you want to access, right-click your mouse to get a menu and click on “Open Link in [...]

Pushing for Web Standards

Websites dedicated to online awareness and magazines alike are pushing more and more the importance of Web Standards. Sites like A List Apart has been an advocate for Web Standards and Web Accessibility for years. Wordpress, Joomla and other content management systems have embraced the principles of accessibility. Forums like Accessifyforum have also seen increased [...]

Getting Lists right

Lists can be tricky, but as long as you keep a consistent structure and the correct sequence, lists are a piece of cake.
Here are the basics to remember:

Make your menus into unordered lists,
Place the list inside a div,
Have an H2 header with menu title (hide it if not need to be visible),
The ul has no [...]

W3C has a new look!

The new and beautified World Wide Web Consortium website is proof that it can be done. Those of us that visit that site regularly know how extensive the site is and a task this big is daunting. Nevertheless, the improvement is welcomed.
Things to notice:

It’s scalable width size,
More breathable (meaning that there’s less content on the [...]

SEO or web standards?

I recently read an article in the Website Magazine on SEO (Search Engine Optimization) and I was happy to see that a couple of the elements listed where directly related to web standards. Title, headers, using HTML only for content, and being clear and concise were all part of focusing on the most important thing [...]

No Canadian Section 508

Ok so Canada does not have the national equivalent to the United States section 508. But if you want to know what they recommend you can read their Common Look and Feel standards for the Internet documentation. Obviously the information is for government and public sector websites, but it could be useful to get another [...]

Podcast One – Web Standards

Thinking Accessible Podcast
[Intro Music] Welcome to the first podcast of Thinking Accessible. My name is RocĂ­o Alvarado and on today’s podcast I will talk to you about web standards.
Web Standards are a set of guidelines developed by a group of people a while back to ensure consistency within the HTML code and CSS. There are [...]

Yet another post on Web Standards

What are web standards?
Simply put, they are a set of guidelines for web development and web designing. It represents the good practices of the profession. When I started creating websites I had no idea their were rules, but now that I know they exist and I know why I need to use them I cannot [...]