RSS Feed

Jan 16

New Twitter Background

Posted on Saturday, January 16, 2010 in Graphic Design, Music, Personal, Web Design
Download the Custom Dro 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.


Jul 17

My Opinions on using Flash for Web Design

Posted on Friday, July 17, 2009 in Web Design

Flash Fail!

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.


Mar 9

40 Tips for optimizing your php code

Posted on Monday, March 9, 2009 in Programming

Great article I found on http://reinholdweber.com/ about optimizing your php code.

  1. If a method can be static, declare it static. Speed improvement is by a factor of 4.
  2. echo is faster than print.
  3. Use echo’s multiple parameters instead of string concatenation.
Better Tag Cloud