Welcome to the Blog of Farr Design
If you like what you see SUBSCRIBE!
This is one of the most useful generators I’ve come across recently. Finally a generator that will create CSS sprites automatically, no more loading images in photoshop and piecing them together (although I love photoshop). This makes it quick and painless to reduce the number of http requests on the page for smaller images.

I’ve been trying to figure this out, maybe somebody can help me.
For most freelance web designers designing comes easy. That’s what we’re here for…to design! It would be nice if that was all we had to do, but it’s not. Sure we get to be our own bosses but we also have to be entrepreneurs, accountants and much much more.
An important aspect of freelancing is deciding how much to charge for web design. Here’s my question:
Is it okay to charge differently depending on who wants your services?
Let me explain. Say I charge $30 per hour on average (I don’t actually charge by the hour buy I make sure it comes out to that) because I’ve calculated that’s how much I need to live off of plus expenses. Is it okay to charge more for bigger companies and less for say an individual? Or should I keep it a flat rate?
My moral standing on this is that for most individuals this might be breaking their wallet where as it won’t for a big company. But another factor in this would be that most design work comes from referrals from past jobs. Individuals know other individuals. Big companies know other big companies.
So more specifically my question is should I change my rates depending on the wallet of the client in hopes of any work and pick and choose or should I keep my rates at a comfortable level and potentially not get a lot of work?
Discuss.
Wordpress is great for anyone looking to become a professional blogger. If you’re still stuck with one of those on-site blogs like blogger and would like to switch over to a blog that has more control and flexibility Wordpress is for you. Here’s why:
Here are some simple steps:
What are some other reasons that Wordpress is so awesome?
I’ve recently just finished and launched the redesign of author Lisa Lipkind Leibow’s website and wordpress blog.
Let me know what you think!
An organization’s Web site gives visitors a first impression. A professional and stylistic look to your Web site is crucial to having and maintaining an online presence. Upgrading your Web site’s overall layout, design and look leads to more creative credibility that can lead to fewer page exits, higher Web site traffic, greater number of return visits and more overall interest in what your company has to offer.
Since I don’t have much time to write today. I thought I’d show off my workspace. As a freelance web designer that works from home it’s always pertinent to have your own quiet workspace. Currently mine is in my dining room, and my husband often plays WOW on the PC, forgets that I’m in the room working and yells at the screen. But currently it’s the cheapest workspace I can afford right now. As you can see I’ve already got the best computers, so I couldn’t afford an office if I tried.
Equipment:
Micro Velocity PC with LG screen Windows 7 OS
uses: Gaming, IE web design troubleshooting
Dell Laptop with Linux OS
uses: Some serious programing!
iMac with Leopard OSX and Wacom tablet
uses: All my designing goes on here along with web surfing.
Oh yes, that poster in the background..I’m not supposed to talk about it. :)
I love my set up. I get a good couple hours of it to myself while my husband is at work as long as my cat isn’t sitting on the keyboard that I’m using (she has to use the one I’m at, seriously?)
So what does your workspace look like?
Here are a few CSS resources and time savers that I find really helpful.
For those days when you can’t quite figure out what you want to do, it’s nice to look at other people’s work and who knows what will trigger your muse! Just be careful not to be a copy cat.
On my adventures through Web Design I often find myself stuck on certain things and how to do them. Thanks to the world wide web and it’s many many blogs often a search or two on the great Google will help me figure things out.
Here’s a few that have helped me out today:
How to Add Twitter to your blog (step-by-step)
This one was great! I hate the clunky look of the widget twitter generates for you and wanted a simple way to add / customize it for a website. This is so simple, two plugs and you’re done.
I was having trouble figuring out how to have double quote image to line up with text. This tutorial provided an easy fix to my hour of frustration.
IE Conditional Comments
So you’ve created this beautiful design and it works in the most up to date browsers (Firefox, Safari, Opera, Chrome) and then you look at that little runt in the family IE and your design looks like it’s been made by a 12 year old. You can’t just ignore it because 80% of your clientele use IE (Why do they still use it? Don’t ask.) That’s where IE conditional comments come in.
IE conditional comments are a way to selectively “comment out” any portion of your page in a way that only IE can interpret or the other way around.
Here’s a general example of what you would see in your code:
<!–[if (conditional) IE (version)]>
comments here
<![endif]–>
Conditional variables:
! The “not” operator.
lt The “less than” operator.
lte The “less than or equal to” operator.
gt The “greater than” operator.
gte The “greater than or equal to” operator
example:
<!–[if lt IE 7]>
<link href=”style.css” rel=”stylesheet” type=”text/css” />
<![endif]–>
In this example style.css would be used on any browser less than IE7.
Filed under: Web Design, tutorials by Afarr
Tags: code, comments, conditional comments, IE, if, Internet Explorer
No Comments »