Friday, October 15, 2010

RESOURCE : Requesting Facebook Help!

Does anyone out there have a good resource for developing a successful business page on Facebook? I'm working on one for the shop I'm working at, and I'd like a creative way to feature items, artists, etc.

Any ideas or resources you use?

Thanks, as always, for the help. You are awesome.

Tuesday, October 12, 2010

TIP : Let it sit in your Cart

My latest experience with Vista Print was quite frustrating... the price that I quoted my client for business cards turned into a much larger price based on hard-to-read quotes and a last minute price change (base from $4.99 to $19.99). I had everything uploaded and ready to go before I realized that the final price was going to be huge. So I logged off, and pursued other options. The next night I got an email from Vista print offering special pricing on business cards– lo and behold the prices had shrunk more than 50%.

It's something I've been noticing lately with online retailers- if you have a cart active on their service, then many will offer you a great deal to buy what you put in your cart a few days ago. It's good business for them, because they can cajole people into buying what they're not quite sure about... but it makes people who make quick decisions unlucky.

So- if there's something you're looking for, but don't need right away, put it in your virtual shopping cart and walk away.


(I don't advise this tactic when shopping in real life, as most times someone will just come and restock everything... oh, and your ice cream could melt.)

Monday, October 11, 2010

TOOLBOX : Sharpie Pencil Review

When I first read about the Sharpie Liquid Pencil on the Sharpie Blog I was pretty stoked. I am a fan of using pencils for my doodles- but I hate that they rub and fade over time. Sharpie's Liquid pencil promises to write and erase like a pencil, and to be permanent after 24 hours (or more?).

Since I am also a Sharpie-aholic, I went ahead and bought a set at the office store to try out.

Overall it's a disappointment. The pen[cil] does not write smoothly, more like a cheap ballpoint. When you do write with it, it leaves a relatively deep impression in the paper that makes it virtually impossible to erase completely. At the same time, the "liquid graphite" is very easy to smear, or "erase" with your finger or hand.

The uneven quality means that it is not any good at the things I love doing with a pencil- shading, varying stroke weight, messing around. I'm really not sure that it is good at anything. I will check it out to see how permanent it is tomorrow.

Guess I'm stuck with my mechanical pencil fallbacks, and all my Sharpie pens (which I heart) and markers.

(If you want an even more thorough review, check out this one. Check out my blog where I plan to reminisce about all my great Sharpie moments.)

Friday, October 8, 2010

QUESTION : Ordering Business Cards online

Hey guys, I designed a couple of business cards for an actress friend. They are headshots, so I want to get them printed on glossy paper (4 color photo, one side) and sent directly to her. I was thinking of using an online service, but it's expensive! Does anyone have any places they would suggest, or a local printer they've worked with?

Wednesday, September 29, 2010

TIP : File Formats for Web Graphics

Sometimes I find a beautiful site with only one problem- the designer chose the wrong image format. It's another one of those ridiculous things that can make me crazy... but they aren't doing it on purpose... right? I thought I would put the subject to someone who understands the math/programming side of it better, Patrick. Here's what he has to say about JPEGs, GIFs, and PNGs with a couple of visual aids – alison


Early on in the web, programmers and designers wanted to start using photos and other images for web content. However - these files were big and typical connections were slow, and compromises had to be made. Programmers and mathematicians have been working on these problems for years, and the result is a field known as image compression. In short, some data is thrown out, the file size shrinks, and web browser guesses at what used to be there. These are typically referred to as "lossy formats" because some of the original data is lost, and it's gone forever. Once the data is gone, you can't get it back. There are no magic tricks in existence that can make a blurry thumbnail look as clear as a professional photo. This all sounds bad, but luckily the lossy formats such as JPEG, GIF, and PNG were each designed to cause the least noticeable distortion for their specific purpose.


(Keep in mind that data will be lost when working in these formats. When you are working on master images or on images for print, you should use lossless formats such as TIFF, PSD, .AI, or .EPS that keep every pixel of the original file there.)


Here are some examples of the same images - compressed 4 different ways.

Click on the image below for an HTML page of examples.



JPEG files were originally intended as a way to cram photos into smaller file sizes. They're good for images with a lot of varying details, and a wide range of colors. However - this is all based on math designed to approximate everything and keep throwing out more details until the file is small enough. Quality is based on a sliding scale in applications such as Adobe Photoshop, and the farther you pull the slider towards a "small file" - the less accurate the color, and the blurrier the image.

Good for:
• Smallest size for photos
• Small file size for large-dimensioned files

Problems:
• Color Inaccuracy - Colors change slightly when files are saved. If you are trying to use the exact same color in two areas or in two different files - there's a likely chance they will not match. It will also be nearly impossible to match the JPEG’s background to an HTML background color, so the edges of the JPEG rectangle will show.
• Block Artifacts- Another interesting distortion that's common in JPEGs is the appearance of squares. The math is based on splitting the whole scene up into smaller squares, so as the file is more compressed, the squares appear as distortion in the picture. This is especially noticeable on vector based graphics like logos, or anything with a solid contrasting background color.
• Generational loss - Each time a JPEG is modified and saved - it gets blurrier. The result is very similar to repeated generations of copies on an old copier.



PNG uses math to find patterns in images to reduce the file size. The file will recognize large areas of solid color and other patterns to compress them toa smaller file size. You can also mark a background color as "transparent", where the background of a web page will show through.
When saving a PNG file, you can choose the number of colors used, and a best fit will be found. The more color variation, the less accurate the colors will be. At this point dithering is used. Dithering is when pixels are alternated between two or more colors to approximate another color in between them. (Inkjet printers rely on dithering to get the appearance of all the colors in a photo out of a simple 3 to 5 color ink cartridge, so if you look under a magnifier, you can see some of the alternating colors. )

Good for:
• Solid shapes - edges are more accurate and sharper than with JPEG
• Illustrations & detailed drawings - thin lines and other details remain sharp
• Color matching - if you have several images such as company logos and borders that need consistently matching colors - PNG is the right choice

Problems:
• Once a certain amount of color variation is reached - JPEG will make smaller files
• PNG is not well supported on older photo editing packages such as Adobe Photoshop (pre CS3), so consider GIF instead.
• Some older versions of Internet Explorer from before 2005 do not work well with PNG



GIF is very similar to PNG, but is an older format with some minor differences. It can only use between 2-256 colors, not a full spectrum (PNG can). In general, it works well with older software packages where PNG is not fully supported. GIF can also be used for low quality, looped, animations. The animations are just a sequence of images with no sound, which can be created by Photoshop, Adobe Flash, and video editing programs. However, they can be useful for simple tasks, like animated advertisements and don't require plugins such as Adobe Flash.

Good for:
• Solid shapes - edges are more accurate and sharper than a JPEG
• Illustrations & detailed drawings - thin lines and other details are not blurred out
• Color matching - if you have several images such as company logos, backgrounds, and borders that need consistently matching colors - GIF/PNG are the right choice
• Higher compatibility with older graphics applications and web browsers than PNG

Problems:
• 256 color limit (not typically good for photos)
• PNG makes smaller files in most cases



In conclusion, web graphics have a lot of complexities behind them. However, in most cases, using a PNG is the right thing to use today for everything except photos. JPEGs were designed specifically for photos, and remain the best solution for photos today.

If you would like to research the topic further - Lynda (of lynda.com) wrote Designing Web Graphics, one of the earliest books on the subject. Most of what she covers there is still relevant today, and she has some excellent tricks to get the best quality out of your graphics.