Listless Navigation – Using CSS To Do More With Less
I've guest-blogged on Chris Coyier's blog, CSS-Tricks.com.
Jump over to Chris' blog to read my article -- Listless Navigation - Using CSS To Do More With Less.
I've guest-blogged on Chris Coyier's blog, CSS-Tricks.com.
Jump over to Chris' blog to read my article -- Listless Navigation - Using CSS To Do More With Less.
While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready? Promises are becoming a big part of the JavaScript world...
With Firefox OS, asm.js, and the push for browser performance improvements, canvas and WebGL technologies are opening a world of possibilities. I featured 9 Mind-Blowing Canvas Demos and then took it up a level with 9 Mind-Blowing WebGL Demos, but I want to outdo...
Responsive web design is something you hear a lot about these days. The moment I really started to get into responsive design was a few months ago when I started to realise that 'responsive' is not just about scaling your websites to the size of your...
Remember the good old days of Windows applications forcing you to scroll down to the bottom of the "terms and conditions" pane, theoretically in an effort ensure that you actually read them? You're saying "No David, don't do it." Too late -- I've done...
A very interesting idea. Now I just have to get enough traffic to my sites to make it worth it…
I have written a response to your article on CSS-Tricks. I hope that you don’t take offense to the article, I only want to clarify the importance of using lists for semantic and accessible markup.
It seems impossible to find an example of listless navs with sub-menus. Can you point to any? Thanks