Monthly Archives: April 2008

Using YUI to Create Nested Tabs

Recently, I was browsing the YUI JavaScript forums and found a post about nesting the tab control. I haven’t done that before personally, but have done things where my tabs had Ajax or DHTML dependencies inside the tabs. I decided … Continue reading

Posted in Programming, Web | Tagged , , , , | 10 Comments

Using Multiple Python Environments With Gentoo

It’s been some time since Python 2.5 became stable and released. Version 2.5 has plenty of new features that have helped me in deciding that it was time to go ahead and start using it for primary development of all … Continue reading

Posted in Programming | Tagged , , , , | Comments Off on Using Multiple Python Environments With Gentoo

Using YUI components in a templated environment

If you develop sites anything like I do, you’ll end up setting up a site wide layout and theme before you start coding any individual pages. I like to add YUI components where they are useful, but I’ve come across … Continue reading

Posted in Programming | Tagged , , , , | 2 Comments

Serving JavaScript Fast

I found this excellent writeup on serving JavaScript files posted on Digg.com. I think I’ll convert some of those ideas to Python but I thought it worth posting here in the mean time with the link to the story. The … Continue reading

Posted in Programming | Tagged , , | Comments Off on Serving JavaScript Fast