mulicheng

Syndicate content
Where stuff from my brain lands
Updated: 7 min 55 sec ago

Using YUI to Create Nested Tabs

Tue, 2008-04-29 10:36 -
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 I’d take a whack at this one and see what I could come [...]

Using Multiple Python Environments With Gentoo

Fri, 2008-04-25 12:09 -
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 my new projects. One of the reasons I was still using version [...]

Using YUI components in a templated environment

Fri, 2008-04-11 15:40 -
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 a couple little quirks that were annoying me. Here are my observations and [...]

Serving JavaScript Fast

Wed, 2008-04-02 14:55 -
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 next generation of web apps make heavy use of JavaScript and CSS. We’ll show you [...]

Using a Makefile to generate Latex documents

Mon, 2008-03-31 09:28 -
So, you’re using Latex to compile a paper, article, or book. If you have any type of table of contents, index, or bibliography, you’ve probably noticed that you have to run latex two (or sometimes 3) times to generate the final document. In addition, you probably have to run a conversion program to [...]