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.

The thing that sucks about my field at the moment is that no one is really willing to pay what us designers and developers are worth. In turn, projects take longer to complete and are more difficult because freelancers end up having to take on more projects at a time, at lower costs than normal, in order to pay the bills & survive.
I strongly believe that if clients were willing to pay more, designers could focus more of their attention to the one specific project at hand and not worry about having to take on others just to stay afloat.

Regardless, I took a bit of time I had left over after completing a task and decided to finally design something for myself. Check out my new Twitter Background image and feel free to comment and let me know what you think.

I have uploaded it to the server in case anyone wants to use it as their background. I understand that it’s a personal background and has all my links on it, but if anyone requests a custom made one for use on their page, I will gladly create one for them as time permits.

Link to the full size image: http://the-dro.com/images/twitter_bg2.png

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.

Here are a few things about flash that every designer & client should consider

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.
  4. (more…)

Better Tag Cloud