RSS

Monthly Archives: January 2006

New Year’s Resolution

Wayne has convinced me to stop using underscores in my code. From now on, it’s all dashes.

 
Leave a comment

Posted by on January 24, 2006 in fribble

 

Grab a nice clean logo for PowerPoint

Being one of the guys that “does graphicsâ€? at Navigator, I’m often asked to help find or fix client logos for our PowerPoint or Word documents. Most folks find a logo on the client’s website, copy it to the clipboard, and then paste it on a PowerPoint page. Often the logo is smaller than they would like. When they drag the corner to make it larger, it gets jagged looking, blurry, or both.

The vast majority of the graphics found on the web are GIF or JPG files. Both of these file formats are “rasterâ€? images, meaning they interpret pictures as a grid of pixels. GIF and JPG files store this information in different ways (see the Wikipedia Graphics file format summary for specifics) but they are still presenting the final pictures the same way, as a grid of different colored pixels.

Raster images usually scale downwards ok, because PowerPoint and Word do a decent job at removing information to provide less detail. But they don’t do as nice a job scaling images up because it’s difficult to tell how to interpolate the images as they get bigger.

In order to get a graphic to look good at the custom size we would like, we need to start with the largest, cleanest image possible. The easiest way is to find a vector-based version of the client logo instead of the bitmap logos presented on webpages.

Here’s a simple way to try:

Search for a PDF that uses the vector logo. Most companies do not post vector versions of their logos online for people to download and use. They do, however, use vector logos in the PDFs that they publish. You can use Google to search only within one specific website by entering the search terms you’re looking for, followed by the word “site” and a colon followed by the domain name. So to find all the PDFs on Lego’s site, you could use PDF site:lego.com.

Open each PDF you see listed until you find a nice, clean vector logo. You can tell the difference when you zoom in (use the icon that looks like a magnifying glass). A bitmap logo will look pixilated and boxy, like this:

This won’t work well for a clean display and print from PowerPoint. If the only logos you can find in the PDF look like this when you zoom in, close that file and try another.

We’re looking for a vector version that will look clean no matter how much you zoom in. The next PDF in the list has one. Compared to the same size as the one above, this one looks very clean, like this:

No matter how much we zoom in, the edges still look clear and there are no signs of over-grown pixels.

Now that we’ve found a vector version of the logo, lets zoom out to the largest possible size that the screen will allow to fit the entire logo. Then use the Snapshot tool (the one that looks like a camera) to select the logo.

When you let go of the mouse button, Acrobat will inform you that “The selected area has been copied to the clipboard.â€? Now you can simply switch over to PowerPoint or Word and paste the logo onto your document. It’s likely that the logo will paste in larger than you like so simply resize it down to the size you need. Because it was captured at a large size in a very clean format, it will scale down nicely with clean lines in both PowerPoint and Word.

That’s it. Using this technique will provide the highest possible quality logos when the orignal vector source is not available.

 
Leave a comment

Posted by on January 20, 2006 in fribble

 

Tags: ,

SVN as a Web Site Maintenence Tool

Alex King has (whom I was previously familiar for his collection of WordPress themes) posted a very interesting idea about using SVN as a web site maintenance tool. Aaron and Jeff introduced me to SVN earlier this year and we use it to manage version control on our projects at Navigator clients. But our work is almost always web applications. He describes the big idea near the end of the article thusly:

Branching and tagging are very basic and common practices in software development, but much less common in web site development. It’s hard to stress enough the benefit of having your web site under source control and being able to take advantage of all these capabilities.

I’ll have to ponder this more and discuss with the guys at work. Maybe I’ll be installing SVN on the iMac at home sometime soon.

 
Leave a comment

Posted by on January 20, 2006 in process

 

Google Earth now available for OSX

I realize this has been out for a while now, but I have finally downloaded and installed it myself. The implementation is great and I have the last piece of the puzzle for a complete “switch” to using the iMac at home. There isn’t anything I need to get my work machine out for personal work or enjoyment now while at home.

Get Google Earth for OSX if you haven’t already.

 
Leave a comment

Posted by on January 16, 2006 in fribble