Great post on slashdot about setting up a proper environment web developing. I’m posting a good one here for future reference. Enjoy.
Actual article here.
Actual comment here.
This is Unix/OSX-centric, and I’ve been doing this for years and showing others the way:
* My code always has a standard layout (bin, conf, src, lib, and so on). No exceptions, because you never know when that little script will become a big app (this happens to me at least once a year).
* Use good coding practices: unit tests, continuous integration, whatever
* The code is checked into CVS/Subversion/Darcs, whatever. Use branches and so forth intelligently (dev on the trunk, release branches which are bugfix only, whatever). Make it “obvious” where the latest stable code always lives, so that someone besides yourself can deploy it.
Continue reading ‘Proper Environment for the Web Development’
We traveled to Ohio this past weekend to visit with Grandma Rhoda and enjoy a King Christmas get together. It was a blast as you can see from the photos on my pix page.

Published on
December 5, 2006 in
holidays.
Better late than never, but here is my Christmas 2006 list:
I’m hoping to get a Nintendo Wii after Christmas so I’ll need some goodies to make it great:
- Extra Wii Remote
- Extra Wii Nunchuck (add on to the remote)
- Nintendo Wii 512 MB Card
- Nintendo Wii Component Video Cables
- Zelda: Twilight Princess Game
- Excite Truck Game
I’m in need of a nice business card holder. Preferably durable metal since the plastic one I have is almost destroyed.
Boxers with elastic sown in (not showing but under the material) and button fly.
Think Geek Wishlist
That is all I can think of for now. I’ll be posting more until the 15th then I’ll stop. Thanks for looking!
After much searching and Database queries I found a forum post that explains how to add a url rewrite rule to make all images on a gallery2 site have a watermark. I’m sure also with some massaging it can be applied to different albums, but all I need is all or nothing.
Continue reading ‘Gallery2 Watermarks on all Images’