the fade anything technique

Problem You want to add something flash to your site.A color loads, which you then want to change Solution Well cool “Fade Anything Technique”!Really simple implementation, just copy and then any divs, etc with an id of fade-xxx will fade from that color. Many more options, check out these highly recommended articles. Example <head> … [...]

Resize image command line – mogrify

Problem You want to resize images from the command line. Solution Use image magik mogrify command.mogrify -resize “percentage” image_naAlso you can view current sizing – like this:% identify IMG_3864.JPGIMG_3864.JPG JPEG 563×422 563×422+0+0 DirectClass 8-bit 32.8887kb Example mogrify -resize 20% IMG_3705.JPG Reference Technorati Tags: mogrifymogrify man page – resize an image