Friday, July 24, 2009

CSS clutter, resolved

It might be an old trick, but i like it. when you find yourself linking to many CSS files and want to clear up some of them, just link to one, and use:

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");

Tuesday, July 7, 2009

ajax + back/forward + bookmark

http://www.equipo24.com/

so, not only does this site do a great job of using ajax in a very pretty way, but it supports a simple back forward bookmarking method, as well as linking.

mootools version

prototype version