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.
Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user. One of those simple APIs the Vibration API. The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...
It's no secret that Facebook has become a major traffic driver for all types of websites. Nowadays even large corporations steer consumers toward their Facebook pages instead of the corporate websites directly. And of course there are Facebook "Like" and "Recommend" widgets on every website. One...
A while back I read a very interesting article by MooTools core developer Jan Kassens about how to create a custom pseudo selector in MooTools. I was surprised at the ease in which one can add their own pseudo selector that I...
I'm a huge fan of WordPress' method of individual article deletion. You click the delete link, the menu item animates red, and the item disappears. Here's how to achieve that functionality with MooTools JavaScript. The PHP - Content & Header The following snippet goes at the...
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