New Twitter Background
I finally got a few minutes of downtime which is pretty rare for me and decided to spice up my twitter background.
As a graphic designer & developer, it frustrates me that I don’t have a custom bad-ass web site and personal social networking designs. I spend all of my time designing for others and never have enough time to design for myself anymore. It’s unfortunate because the reality is, no matter how many hours I put in each day, I still seem to be getting no-where financially.
My Opinions on using Flash for Web Design

There have been many times when a client asks me about using flash to build their web site. I usually immediately let out an internal sigh and begin to think about ways to explain to him why it’s not always the best idea. Now, don’t get me wrong. I’m not against using flash for design, but I believe that if you can make the web site function the same using XHTML/CSS or Javascript, why use flash? Flash shouldn’t be for building full web sites in my opinion. It should only be used to create elements on your site which cannot be programmed with normal use of XHTML/CSS or Javascript.
40 Tips for optimizing your php code
Great article I found on http://reinholdweber.com/ about optimizing your php code.
- If a method can be static, declare it static. Speed improvement is by a factor of 4.
- echo is faster than print.
- Use echo’s multiple parameters instead of string concatenation.













