Awesome CSS Cookbook -- Get It While It Lasts
Tue, 2006-04-04 21:08
I don't know how long that site will stick around. It has a lot of really cool CSS stuff though. Could save you countless hours of time. If you're a dev, you know how to read the HTML page and know how to type the URL to download the CSS file for inspection.
I recommend hitting the site, downloading the stuff, and keeping it in your "knowledge salvo".










I don't know how long that site will stick around.
You think it might not stick for long? Why?
I recommend hitting the site, downloading the stuff, and keeping it in your "knowledge salvo".
wget -r -c http://www.pmob.co.uk/ can help there.
There's really some cool stuff there. Thanks for linking us.
wget -c -r cannot really help, as all the content is on linked pages
wget -c -r cannot really help, as all the content is on linked pages
Well yeah, and -r (as in recursive) will get all those linked files. I just did it and I have the whole site on my hard drive now.
Gosh, don't know why I keep forgetting how easy it is to use the wget statement. Libervisco, I had to add another parameter -k to make all the links work locally instead of referring back up to the website again.
I added a --referer=http://nuxified.org/