Thursday, June 3, 2010

Link dump

Some of the crazy CSS stuff I've been reading up on.

http://www.alistapart.com/articles/sprites
http://www.alistapart.com/articles/fluidgrids/
http://unstoppablerobotninja.com/entry/fluid-images
http://www.clagnut.com/blog/348/ - 62.5% rule
http://stopdesign.com/archive/2003/03/07/replace-text.html - Fahrner Image Replacement (FIR)

http://www.alistapart.com/articles/responsive-web-design/ - media queries, not just for mobile
@media screen and (max-width: 600px) {
.footer {
-- standard css rules --
}
}
Bear in mind this is CSS3 and therefore not supported by IE. They do seem to be well supported in FF3.6, contrary to quirksmode.


Amy Hoy knows how to hustle: http://slash7.com/2009/12/02/my-year-of-hustle-the-freckle-aversary/
Thomas Fuchs (her husband) helps write Prototype and Script.aculo.us (v1+2): http://mir.aculo.us/

Prototype 1.7 has a sexy new Element#on. I will be metaphorically feeling up #getLayout as well.
http://prototypejs.org/2010/4/5/prototype-1-7-rc1-sizzle-layout-dimensions-api-event-delegation-and-more

No comments: