Development 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.
- 07-01-2007dynamic CSS graph & "table"
- This is something I'm working on to make a graph and a table from the same unordered list with PHP and CSS. It invovles using embeded styles and using an echo to dynamically generate the bar graph. Basically, you can enter the graph values once and it will generate the styles, "table" and graph. You can view it in action with the link above.
- 06-18-2007Three Column CSS layout starter files
- File to start you off on you quest for the 3 column layout.
- 06-10-2007CSS & JavaScript tooltip timed flyouts
- Accessible tooltip popup with an easily edited javascript timer. This is very easy to use and stlye as you wish..
- 05-08-2007Web2.0 background with pure CSS
- How to create a slick "web 2.0" split-color background without using images.
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