I love my macbook pro. I’m posting form BlogMate within TextMate and it’s pretty slick. Listening to Bethany Live in iTunes and talking to Phil in Adium. Programming for Maryland Online an dall in all having a good time. Life is good.
Archive for the 'programming' Category
No tags for this post.
Proper Environment for the Web Development
Published by December 28th, 2006 in programming. 0 CommentsGreat 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.
No tags for this post.
Gallery2 Watermarks on all Images
Published by December 5th, 2006 in linux, pictures and programming. 0 CommentsAfter 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.
No tags for this post.
The PNG problem in Windows Internet Explorer
Published by November 15th, 2005 in programming, software and technology. 0 CommentsThis is by far the quickest and easiest technique for getting png files to work in IE that I have found. Check it out here:
The PNG problem in Windows Internet Explorer
No tags for this post.





