Category Archives: design

Advanced button theming on jQuery UI Dialog

There is a very annoying bugfeature that I have found when using jQueryUI. It’s not the themes, they work great, in fact, they are the best thing since sliced bread. But in a ‘Cupertino.esc’ way, they provide too much simplicity over the functionality that I require. This post aims to solve that in a progressive [...]
Also posted in Development, How-To, JavaScript, css | Tagged , , | Comments closed

Bulletproof @font-face

There is quite an interesting discussion going on at Jeffrey Zeldman’s blog concerning the @font-face syntax and how to make sure that it is working in all browsers. It’s interesting to see the different ‘hacks’ that are being put together for something that should be hashed out to work well in all major browsers. Why [...]
Also posted in Development, css | Tagged , , , | Comments closed

Usability and a Simple JavaScript hovering menu

Many web developers ask ‘what is usability?’.  This is one of those topics that I can explain, but it may be easier to demonstrate. My this experiences have led to some principles; one of them is that if I’m going to build it, it must be usable.   Unfortunately, many sites that I like, that tout [...]
Also posted in HTML, JavaScript, Misc, jquery | Comments closed

Scribd and Slide mode : Why is my height wrong?

While recently using Scribd‘s services, I came across a very nasty bug, and a nice clean fix.  Scribd allows developers to tap into a great, but somewhat basic API.  One of these settings allows a developer to set a default ‘mode’ before the API then builds the flash calls necessary to display the document.  The [...]
Also posted in Development, Flash, HTML, JavaScript, Scribd, jquery | Tagged , , , | Comments closed