HTML, CSS, Javascript and more
If you built a mobile website you just automatically redirect mobile visitors on your main website to the mobile version, right?
This article is about my thoughts on how to build a solid codebase for your (frontend) web development.
The Ono List Pager, a JavaScript library that creates a paging UI out of HTML list items, is now stable and complete enough to be made public. It can be used to create an animating spotlight on a homepage, but it can also be used to put a lot of information in a small space.
CSS is in essence relatively simple: you point to one or more nodes in the DOM with a rule and apply some styles to it. That is the theory. In practice debugging CSS can be hard sometimes. Most of the time it’s because either the code lacks the neccesary structure or you don’t have arcane knowledge of browser bugs.
Stepping up for the designers here: progressive enhancement is not always in the best interest of your client.