|
Fallen Angel
|
 |
« on: July 06, 2006, 09:32:39 PM » |
|
Found from a link here, CSS Tweak is: ...a web based CSS optimization tool. It will take any CSS file and optimize the syntax, grouping your style declarations into shorthand where possible. It can also remove comments, and strip whitespace for maximum compression. The one thing that makes it different from other tools however, is you can also stop it from altering your syntactical layout at all. Instead it will go through and stick with the layout you have defined, and clean up any areas that are incorrectly formatted.[/url] http://www.cssdev.com/csstweak/
|
|
|
|
|
Logged
|
"No matter how hard you try, You're still in prison, If ya born with wings and you never fly." 
|
|
|
|
|
Anti
IB Geek Girls
 
Karma: +4/-0
Offline
Posts: 86
Ask me about my Drupal
|
 |
« Reply #2 on: July 01, 2007, 12:28:35 AM » |
|
Bookmarked Both!
|
|
|
|
|
Logged
|
Understanding the scope of the problem is the first step on the path to true panic.
|
|
|
|
Giomanach
|
 |
« Reply #3 on: July 06, 2007, 11:24:25 PM » |
|
Oooooorrrrr...if you're a lazy typer like me, you use shorthand syntax anyway! :P
|
|
|
|
|
Logged
|
(V) This Bunny Is Your Friend (o.o) Show Him Respect (")(") For He Sits On Your Server
|
|
|
Anti
IB Geek Girls
 
Karma: +4/-0
Offline
Posts: 86
Ask me about my Drupal
|
 |
« Reply #4 on: July 07, 2007, 12:16:36 AM » |
|
I am lazier than that, my text editor does it all.
|
|
|
|
|
Logged
|
Understanding the scope of the problem is the first step on the path to true panic.
|
|
|
|
Giomanach
|
 |
« Reply #5 on: July 07, 2007, 12:18:16 AM » |
|
I'm old fashoined, like to ensure i kno what's being written in the coding, not what a program generates, as it's not always clean, or valid.
|
|
|
|
|
Logged
|
(V) This Bunny Is Your Friend (o.o) Show Him Respect (")(") For He Sits On Your Server
|
|
|
|
Caz
|
 |
« Reply #6 on: July 07, 2007, 06:27:09 PM » |
|
I am with Gio on this one and although StyleMaster has an optimise option I prefer to be able to read my css with ease 2 years later. 
|
|
|
|
|
Logged
|
Anyone can create a usable website. It takes a graphic designer to make it slow, confusing, and painful to use.
|
|
|
Anti
IB Geek Girls
 
Karma: +4/-0
Offline
Posts: 86
Ask me about my Drupal
|
 |
« Reply #7 on: July 07, 2007, 08:41:43 PM » |
|
I think you would have to keep a local uncompressed copy anyway. Maybe just upload it and not link to it. Might get a little complex, though. 
|
|
|
|
|
Logged
|
Understanding the scope of the problem is the first step on the path to true panic.
|
|
|
|
Fallen Angel
|
 |
« Reply #8 on: July 07, 2007, 09:31:19 PM » |
|
That's what I've done if I've ever optimised any of mine. I'm with Caz on needing to be able to read it (I like my spaces and stuff in my CSS), but where file weight has been an issue and I've compressed it I've kept the original version locally.
|
|
|
|
|
Logged
|
"No matter how hard you try, You're still in prison, If ya born with wings and you never fly." 
|
|
|
|
VHormazabal
|
 |
« Reply #9 on: July 08, 2007, 04:00:16 AM » |
|
That's what I've done if I've ever optimised any of mine. I'm with Caz on needing to be able to read it (I like my spaces and stuff in my CSS), but where file weight has been an issue and I've compressed it I've kept the original version locally. Umm I always optimise my stylesheets, but only: Compress colors Compress font-weight Remove last ; All that are very safe changes
|
|
|
|
|
Logged
|
|
|
|
|