Posts tagged Interface
Jun
15
2009
Thoughts and tips on using CSS Frameworks
I used to know how to design well. Until I realized I've been too confined with my own self-discovered processes. Here are my thoughts and tips on using of CSS Frameworks and tools like Compass, Blueprint CSS, 960 GS and many others:
Continue reading »
Feb
22
2009
jQuery team adds jQuery.support and deprecates jQuery.browser
The latest and greatest jQuery release no longer uses browser sniffing but jQuery.browser still exists in jQuery 1.3.
What is browser sniffing? It's a simply a method of detecting the user's browser. It's normally done through old school javascript (client-side sniffing) and exists as a feature for some other javascript frameworks as well.
Continue reading »