Community Page
- elliottback.com/wp/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi, Worked for years, but today requires a new activation.... serial number 1045 1557 0885 5951 0032 1070 Activation Code 7067 3221 8552 6937 3433 2427 0144 3945 Activation Type: Repair 93:13 Many...
- Hi Susan, My mother lives in Colorado Springs and is about to undergo the Canadian passport routine. Did you find a place in the Springs for Canadian passport pictures?
- PHOENIX, ARIZONA For anyone in the PHOENIX metropolitan area who is looking for Canadian passport photos, I urge you to go to Hassan Photography. They were recommended by the Canadian Consulate in...
- Ok so after having my photo rejected i turned to the interwebz to find a location that does passport photos and the person behind the counter dosnt look at you like a monkey doing a math problem...
- Here is another list: http://blog.epicedits.com/2007/11/07/87-great-photography-blogs-and-feeds/
3 years ago
3 years ago
It crashed as soon as I clicked the evil E and sent an error report to Microsoft. I'll stick with firefox as my browser.
3 years ago
I wrote an 8 line perl script to reformat the results of your script, and calculate that it reduces a 7340 byte CSS file to 6556 bytes, a 10.6 percent reduction in size. Mod_gzip reduces that same file to 1793 bytes, at a compression ratio of 75.6 percent. As an added bonus, that compression can apply to all text documents you serve, without destroying their readability. Try it out--setting up server side compression is easy to do, and can definitely help out if you are bandwidth-concious. :-)
For reference, here's the script:
#!/usr/bin/perl
foreach (<>) {
s/\;(?! })/\;\n\t/go;
s/\;(?= })/\;\n/go;
s/{/{\n\t/go;
s/}/}\n\n/go;
print;
}
All that being said, I have no idea what's up with spreadfirefox.com's stylesheets. Have you sent them an e-mail about it?
3 years ago