Contact
Email me at: timwright@csskarma.com or...
Follow me on Twitter
New in the lab
- 03-17-2008Display RSS/XML with XMLHttpRequest
- Testing and modifying from http://www.deheus.net. Retrieves an xml and xsl stylesheet with XMLHttpRequest(). Applies the stylesheet to the xml. Adds the fragment to the div.
- 03-14-2008jQuery Style Switcher
- Exploring MooTools Asset.css and wondering if jQuery can do the same thing, but with much less code... yes it can. And this is it.
- 03-10-2008MooTools Tooltips
- Checking out, what I think is, one of the more useful MooTools uses, the tool tip.
- 02-20-2008CSS Shelves
- Cool 3D shadowing effect using CSS. This is very cool looking and came out of the CSS generated arrows. The HTML is pretty straight forward, just an unordered list, but the CSS gets a little tricky.
- 02-10-2008CSS Circles
- This is a test module for border-radius, to see how smooth the border lines can get with different color combinations and radius values.
- 01-30-2008CSS3 multi-column test module
- Test module for CSS3 multi-columns using column-width, column-gap, column-rule and column-fill. I think this will prove useful for columns within a div (organizing main content). I currently works in -moz- & -webkit-.
- 11-15-2007CSS Generated Arrows
- Generating directional arrows without images; this is a lot cooler than it looks. Check out the link and poke around through the code to see what's going on there. I finally got it to work in IE6.
Latest research
- 05-14-2008Mobile Web Design
- A book by Cameron Moll giving a great jumping-off point for anyone looking to get into mobile develo... continue Tags: book, mobile, design
- 04-30-2008Designing Web Navigation
- While Designing Web Navigation focuses on creating navigation systems for large, information-rich si... continue Tags: book, design, navigation
- 04-24-2008JQuery in Action
- jQuery in Action is a fast-paced introduction and guide. It shows you how to traverse HTML documents... continue Tags: book, javascript, ajax