May 2010
adamj_design: Installed #Windows7 on a Toshiba S105 Laptop (made pre 2007) and the OS works like a charm. 1.7ghz processor, 2gb ram, average video card.
adamj_design: PunyPNG makes images smaller without reducing quality. Great for large backgrounds.
http://www.gracepointafterfive.com/punypng/ #webdesign
adamj_design: I used this service http://closure-compiler.appspot.com/home to minify my #javascript
file from 128kb to 64kb. More intense than jscompress, but more effective.
adamj_design: Used http://jscompress.com/ to minify four JavaScript files at 128kb down to 1 at 86kb. Great, safe tool.
#webdesign #minify #javascript
adamj_design: Amazing blog that uses only two images and web #typography (Georgia) for the design. Beautiful.
#webdesign #blog http://andyrutledge.com/
adamj_design: Using inline #css and #JavaScript means that it is loaded with every page refresh. Better to link
to an external file. #webdesign