Posts Tagged ‘Web Standards’

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 [...]

Pretty and accessible design

It is more and more apparent that accessibility can be beautiful. I came across Accessibility in Focus, a website for an accessible web award.
There was 4 finalist, one of them was the Salford City Council. A fairly large website. Its navigation is straightforward even if at first glance the site looks overwhelming. This site is [...]

Podcast Four – Divide and Conquer

Transcript of the podcast:
[Intro music] Welcome to podcast four of Thinking Accessible. Today’s podcast is called Divide and Conquer. I will talk to you about layout versus content.
One of the keys of being successful in web standards is to divide the layout and the content.What I mean by this is that all the content related [...]

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 [...]

Web Standards are important because..

The article Why web standards are important in web design by Dustin Brewer is absolutely a must read. It explains quite well the fundamentals of web standards. Brewer does not only relate the topic in terms of what it represents to the designer or developer, but he also looks at the clients perspective. If this [...]

So what is web accessibility?

Web accessibility is part of web standards. It focuses on making any online content accessible to people with disabilities. These people use a variety of assistive technologies to navigate through the Internet. For example, people with visual impairments often use a screen reader to read outloud the text on the page. People with reduced motor [...]

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 [...]