Archive for the 'Standards' Category
November 16, 2006
Yahoo and Microsoft Adopt Sitemaps Standard
Does your site offer a site map for search engine crawlers yet? It just became a lot more compelling to offer one now that Microsoft and Yahoo have begun supporting it:
In alphabetical order, Google, Microsoft and Yahoo have agreed to all support a unified system of submitting web pages through feeds to their crawlers. Called Sitemaps, taking its name from the precursor system that Google launched last year, all three search engines will now support the method.
Providing a sitemap according to the specification will make it easier for the search engines to rapidly index new content you add to your site.
Permanent Link | Subscribe via RSS | Subscribe via Email | Comment
September 8, 2006
Targeting Accessibility
A new court ruling you should be aware of that sets a precedent for web site accessibility:
The court held: “the ‘ordinary meaning’ of the ADA’s prohibition against discrimination in the enjoyment of goods, services, facilities or privileges, is that whatever goods or services the place provides, it cannot discriminate on the basis of disability in providing enjoyment of those goods and services.” The court thus rejected Target’s argument that only its physical store locations were covered by the civil rights laws, ruling instead that all services provided by Target, including its Web site, must be accessible to persons with disabilities.
…
The plaintiffs charge that target.com fails to meet the minimum standard of web accessibility. It lacks compliant alt-text, an invisible code embedded beneath graphic images that allows screen readers to detect and vocalize a description of the image to a blind computer user. It also contains inaccessible image maps and other graphical features, preventing blind users
from navigating and making use of all of the functions of the website. And because the website requires the use of a mouse to complete a transaction, blind Target customers are unable to make purchases on target.com independently.
The irony here is that there is no good technical reason for not having a highly accessible web site these days. The limitations of Target’s site mentioned above are all old school design techniques that are quite simply out of date and unnecessary. Why they didn’t just update their site design instead of fighting a costly court battle is beyond me.
Permanent Link | Subscribe via RSS | Subscribe via Email | Comment
May 18, 2006
AMS-CMS Integration Audio Download
You may recall that I did an audio conference a couple weeks ago with Wes Trochlil on the potential and pitfalls of integration association and content management systems. The session was very well received by our attendees at the live event.
I am pleased to now make the program available as a download: Understanding the Potential (and Pitfalls) of Integrating CMS and AMS Systems Audio Product. For $99 you will receive an MP3 file of the audio and a PDF of the slides. A sample of the audio is available in this post.
And here is a special one week offer to my blog readers: use this code when you buy the product and get 40% off! This code will be good until one week from today (May 24, 2006). Enter this code in the shopping cart to receive your discount: V823R4E1 Please feel free to share the code with anyone you think might benefit from this unique program.
Learn more about the audio program.
Permanent Link | Subscribe via RSS | Subscribe via Email | Comment
March 24, 2006
Understanding the Potential (and Pitfalls) of Integrating CMS and AMS Systems
Ever wondered if you should integrate your association management system with your web content management system? Everyone says you should but have you really evaluated the benefits and costs of doing so?
If the answer to that question interests you, then join me and Wes Trochlil for an online event about AMS-CMS integration: Understanding the Potential (and Pitfalls) of Integrating CMS and AMS Systems. This is a must attend event if you are contemplating integration or are not happy with your current situation.
This event is a 90 minute online seminar on April 27, with pre and post activities in an online community for participants. The first 10 registrants will get one free hour of remote consulting with either Wes or myself. Those first spots won’t last long, so act quickly!
Permanent Link | Subscribe via RSS | Subscribe via Email | Comment
January 13, 2006
PrAjax
Pragmatic Studios is holding a 3-day Ajax training in Reston, VA next month. Check it out if you want your web dev team to be up to speed on the latest in interactive web applications.
Permanent Link | Subscribe via RSS | Subscribe via Email | Comment
December 21, 2005
Give Me Unified Login or Give Me Death!
A question came across the ASAE Technology Section list this week about how to manage multiple logins for a variety of web-based services offered to members of an association. I chose to deliver a bit of a rant rather than a direct answer. I’ve posted my note below:
I think the time has come where any serious vendor in the association market should support authentication from another system for their product and associations should begin to demand it.
As others have posted, this level of integration is relatively easy to achieve via web services. Sure, each association/system will have its quirks that may require some tweaking but the basics are well defined.
Hostile user/login management systems immediately cripple your ability to create member value on the web. We, as an industry, shouldn’t tolerate it any longer.
I think that people these days are willing to create a new login for organizations/companies that they interact with and receive value from. One login. Unless the value you provide is incredibly high, most will not be happy to create multiple logins for just you and many will not bother. Vendors take note: you’ll be at an increasingly greater competitive disadvantage the longer you fail to support external authentication mechanisms in your services and products.
Permanent Link | Subscribe via RSS | Subscribe via Email | 7 Comments
December 12, 2005
Lean XHTML and Precise CSS
For those of you employing or exploring standards-based designs using CSS (and this should be all of you!), check out this post on Lean XHTML and Precise CSS. Looks like a good method for organizing your stylesheets. CSS files can get pretty complex as your site develops, so having some organizational method will make life easier down the road. The article also reviews the benefits of keeping presentation code in CSS and out of your page markup.
(Via 456 Bereas Street blog.)
Permanent Link | Subscribe via RSS | Subscribe via Email | Comment
December 1, 2005
CSS/Standards Link Roundup
Here are a few standards-related links I’ve been meaning to post. Hope you find them useful!
- High Accessibility is Effective Search Engine Optimization
Nice ALA article. It is completely true, as well. If you make your site highly accessible it becomes more accessible to search engine indexers as well as the visually impaired. - Visual Studio to Support Standards
Based on my own personal experience, I’ll believe it when I see it. I believe they intend to do it but MS does not have much experience paying attention to standards in the past so I’m sure it will take them a while to get it right. - Tantek on CSS Hacks
Great review of the state of CSS, hacks needed to implement, and future directions for browsers. - Printing a Book with CSS
Another ALA article on how CSS could be used to format text appropriately for printing a book.
Permanent Link | Subscribe via RSS | Subscribe via Email | One Comment
November 25, 2005
Feel the Power of Standards-based Design
Chris Spurgeon works on the American Public Media family of web sites. He recently posted on the Well about some changes he made to the Marketplace web site:
I just changed the tab navigation of the Marketplace radio show website (www.marketplace.org) from vertical tabs along the left hand side of thepage to horizontal tabs along the top. Other than uploading the new tab graphics, all I had to do was tweak 2 CSS rules and the change instantly appeared on more than 5 thousand static pages. So damn cool.
Chris graciously gave permission for me to quote his post here. This is a fantastic example of how going to a CSS design allows you to make significant changes quickly by editing just a single file.
Another thing to note is that if you look at the source code for the page, you can see that it includes corporate branding and search elements for the overall organization that do not cleanly separate content from presentation. The reality of web design in large organizations is that you often don’t have control of everything and have to work around various things that are not open for negotiation. However, the rest of the page does separate presentation from content markup, which enabled Chris to make that big change so easily. This shows how you don’t have to follow a purist approach to still benefit from these techniques.
Permanent Link | Subscribe via RSS | Subscribe via Email | Comment
November 22, 2005
Extension to RSS Spec Released
Microsoft has just published an extension to RSS and OPML to enable updates to be share back and forth (I think) via RSS and OPML.
Ray Ozzie has a post on how it came about.
Permanent Link | Subscribe via RSS | Subscribe via Email | Comment
+1 (410) 742-9088 | david@highcontext.com
Copyright © 2008 High Context Consulting
Privacy Policy: HCC will never share your information with anyone without your permission.