Wednesday, October 03, 2007
Linux Color Scheme Designer
While browsing Synaptic in Ubuntu, I found a neat little app called Agave.
It is a very simple little color scheme tool for the Gnome desktop. I don't do web design work in Ubuntu because I prefer using Fireworks for page comps, but it is still an interesting app to play with. The only thing I would change would be to include a broader palette than web safe colors.
Saturday, September 22, 2007
Grasshopper on Flower
Taken with my new Canon Rebel XTi digital SLR camera. I have no idea what kind of flower it is.
Photography • Comments (0) • Trackbacks (0) • Permalink
Thursday, September 20, 2007
Designing the “Future Of” Sites
Digital Web Magazine published an article last month about the start-to-finish design and branding of Carson System’s Future of Online Advertising website. I always enjoy reading case studies about design and branding; it gives me new ideas for how to approach problems. It is also interesting to see the amount and types of ideas that get tossed and amount of revisions that are made before the final product is completed and published.
It is one thing to say “the design must be attractive and communicate to the target audience” but something quite different to actually see an example from start to finish. Most design books and articles only give the design specs and the finished product, none of the in between stuff.
Monday, September 17, 2007
Optimizing PNG Images for Older Browsers
Sitepoint had a great article in their newsletter today on how to optimize PNG images to avoid a gray background in older versions of IE. (I've linked to the original post on their forums.) The end result is that the transparent part of the images will display normally in IE7/Firefox/Safari/Opera etc and degrade gracefully for those still using IE6 and below. No hacks, not extra code, no conditional comments - just a minor adjustment while creating the image.
You will need Fireworks - according to the author this technique isn't possible in the popular image editing programs Photoshop, GIMP, or Paint Shop Pro. In a nutshell, you set the file format to PNG-8 with alpha transparency, and the end result has semi-transparent colors. The better browsers will recognize the semi-transparent colors, and display the image properly. The older versions of IE will treat the semi-transparent colors as fully transparent colors, and render the image like a GIF. (The image may appear thinner/choppier, but will have a transparent instead of gray background.)
