Graphics
Online Training Courses from Lynda.com
Submitted by J.B. Churchill on Fri, 2009-09-11 15:28Western MD Birding Website Redesign
Submitted by J.B. Churchill on Tue, 2008-10-14 19:01Review of Feng-GUI
Submitted by J.B. Churchill on Mon, 2008-04-21 20:17It uses the colors and patterns of your site to assess where people would likely be looking while navigating your site. Their algorithm is based on actual research on what kinds of things capture peoples attention. I tested it out on this blog and also on one of my own websites called Western MD Birding and I attached some images below showing the results of both.
Web 2.0 and Online Generators [100+]
Submitted by J.B. Churchill on Wed, 2007-10-10 12:49Animator vs. Animation Flash Animation
Submitted by J.B. Churchill on Thu, 2007-09-13 11:37Color Strategy
Submitted by J.B. Churchill on Sun, 2007-05-27 20:15Family - Funny Money
Submitted by J.B. Churchill on Sat, 2007-04-21 21:41Learning HTML color codes (converting RGB to hexadecimal)
Submitted by J.B. Churchill on Sat, 2007-03-10 11:15I've been trying to understand how html color codes (hex codes) work and how colors mix so I can experiment with my own color schemes more intuitively. I came across a decent article at sitepronews (Understanding HTML Color Codes) that explained a little bit about the hexadecimal part. It seems intuitve but I learned that the Hex option on the Windows Calculator can help determine the hex values.
Crash Course - Image Optimization
Submitted by J.B. Churchill on Thu, 2006-10-12 21:06I've been reading a lot about Image Optimization for the web over the past couple of weeks. This is something I can no longer ignore since wait times (while images are loading) lead to frustrated readers. I've improved some of my old Image Magick scripts (Perl).
mogrify -geometry $size convert -density 72x72 -filter lanczos -compress JPEG -quality 80 $fntnwhere $size is a
Perhaps the most interesting fact is that Image Quality is NOT a percentage. In fact it is somewhat meaningless in that it varies from program to program. It is a good idea to test the level of quality in an image to find the maximum quality reduction (which is positively correlated to byte size reduction) that doesn't visibly degrade the appearance of the image. That isn't as easy to automate.


