Hovering Intently
Late to the party, I know, but it's worth pointing this out, as an addendum to previous ranting. hoverIntent is a jQuery plugin that replaces the standard on/off hover switch with a delay, triggering...
Late to the party, I know, but it's worth pointing this out, as an addendum to previous ranting. hoverIntent is a jQuery plugin that replaces the standard on/off hover switch with a delay, triggering...
Everyone thinks that the major problems of CSS are mostly due to incompatible browser implementations but that's not quite the full story. It can be hard to see how cascading style sheets are not...
This technique been mentioned in passing for a couple of years now, and recently seems to be gaining a fair amount of attention. Many web designers love the idea of building dropdowns like this....
Joel on Software has published the first draft of a short essay on usability, where he makes the salient point that: Something is usable if it behaves exactlyas expected. This principle of usability...
Why and MenTaLguY show how to upwink javascript into web requests - is this a replacement for Greasemonkey, or just total insanity?
Sometimes, things happen that are just totally impossible to explain. Like this... Ok, so that border on the feature object box is set to 1px dotted #D4E5FF. Now, we...
Yep, the cat couldn't stay in the bag any longer... I know of at least two implementations that are wingling their way out of development - Trixie and now Turnabout Of course, an Internet Explorer...
Think you understand the basics of HTML and the Document Object Model? Start with a basic CSS selector: #items { width:180px; height:220px; } Now the HTML that this CSS decorates: ...
➔ mezzoblue § Side-stepping IE
➔ stu nicholls | the CSS playground | min-width for IE
➔ svendtofte.com - max-width in Internet Explorer
➔ XSS (Cross Site Scripting) Cheatsheet: Esp: for filter evasion - by RSnake
➔ Why can't Firefox parse HTML?
➔ Single Page Application And Development Environment - TrimPath - Trac
➔ Sending XHTML as text/html Considered Harmful