alexhansford + web   72

dotdragnet - The CSS Box Model - part two..
A good introduction to css box model and suitable hacks
Bookmarks  css  delicious-export  design  web 
june 2011 by alexhansford
RedSnapper
These are the ones with WiiFind
Bookmarks  delicious-export  mac  osx  software  web 
june 2011 by alexhansford
ChangeNotes.com - Monitor web site changes
Keep an eye on websites without having to visit them all the time using this useful tool
Bookmarks  delicious-export  internet  tools  web 
june 2011 by alexhansford
Shorty
A TinyURL service for your own server - I've used these in the past, you just need to make them really permanent, otherwise it defeats the point.
Bookmarks  delicious-export  seo  software  tools  web  webdesign 
june 2011 by alexhansford
Who Is Your Visitor? An Average Profile | Know-How
You never really know who is going to visit your web-site next. However, since you’d like to comfort most of your web users, you need to know their habits and the profile of your average visitor — to adapt the design and layout to your users’ needs.
Bookmarks  delicious-export  design  reference  web  webdesign 
june 2011 by alexhansford
sIFR 2.0: Rich Accessible Typography for the Masses
A useful introduction to an advanced way to use text in menus and other website GUIs
Bookmarks  css  delicious-export  design  internet  typography  web  webdesign 
june 2011 by alexhansford
eLaB - Web publishing and accessibility guidelines
A good place for well written content guidelines for your website or organisation
Bookmarks  delicious-export  uk  web 
june 2011 by alexhansford
The Coral Content Distribution Network
An ideal tool to help your website deal with the Slashdot effect or save some bandwidth!
Bookmarks  delicious-export  internet  web 
june 2011 by alexhansford
BBC - bbc.co.uk Standards & Guidelines - Home Page
This site details all standards & guidelines for developing and delivering products and services for bbc.co.uk.
Bookmarks  delicious-export  design  development  guidelines  standards  web  webdesign 
june 2011 by alexhansford
Going Postel
I wrote a little while back about my feelings on hash-bang URLs:

I feel so disappointed and sad when I see previously-robust URLs swapped out for the fragile #! fragment identifiers. I find it hard to articulate my sadness…

Fortunately, Mike Davies is more articulate than I. He’s written a detailed account of breaking the web with hash-bangs.

It would appear that hash-bang usage is on the rise, despite the fact that it was never intended as a long-term solution. Instead, the pattern (or anti-pattern) was intended as a last resort for crawling Ajax-obfuscated content:

So the #! URL syntax was especially geared for sites that got the fundamental web development best practices horribly wrong, and gave them a lifeline to getting their content seen by Googlebot.

Mike goes into detail on the Gawker outage that was a direct result of its “sites” being little more than single pages that require JavaScript to access anything.

I’m always surprised when I come across as site that deliberately chooses to make its content harder to access.

Though it may not seem like it at times, we’re actually in a pretty great position when it comes to front-end development on the web. As long as we use progressive enhancement, the front-end stack of HTML, CSS, and JavaScript is remarkably resilient. Remove JavaScript and some behavioural enhancements will no longer function, but everything will still be addressable and accessible. Remove CSS and your lovely visual design will evaporate, but your content will still be addressable and accessible. There aren’t many other platforms that can offer such a robust level of loose coupling.

This is no accident. The web stack is rooted in Postel’s law. If you serve an HTML document to a browser, and that document contains some tags or attributes that the browser doesn’t understand, the browser will simply ignore them and render the document as best it can. If you supply a style sheet that contains a selector or rule that the browser doesn’t recognise, it will simply pass it over and continue rendering.

In fact, the most brittle part of the stack is JavaScript. While it’s far looser and more forgiving than many other programming languages, it’s still a programming language and that means that a simple typo could potentially cause an entire script to fail in a browser.

That’s why I’m so surprised that any front-end engineer would knowingly choose to swap out a solid declarative foundation like HTML for a more brittle scripting language. Or, as Simon put it:

Gizmodo launches redesign, is no longer a website (try visiting with JS disabled): http://gizmodo.com/

Read Mike’s article, re-read this article on URL design and listen to what John Resig has to say in this interview .

Tagged with
urls
javascript
web
development
ajax
google
rest
twitter
gawker
lifehacker
robustness
accessiblity
urls  javascript  web  development  ajax  google  rest  twitter  gawker  lifehacker  robustness  accessiblity  from google
february 2011 by alexhansford

Copy this bookmark:



description:


tags: