- This topic is empty.
-
AuthorPosts
-
July 9, 2008 at 11:38 pm #22904
iamaw
MemberSince I’m still a CSS newb and Im not yet perfect with my coding…
I often times find myself working on a website and Ill suddenly find a better way to do what I’m trying to do… but it requires a lot of tweaking and changing of the CSS and markup that I already have. So I decide it might be a better idea to just start all over again from scratch and use what I already created as a guideline for the second attempt.My CSS ends up being a hell of a lot cleaner, easier to understand and much more efficient this way.
It’s become so common of me to do this that I actually name my project folders numerically now… I start with "1" and then continue to "2", "3" sometimes even "4" until the project is complete.Does anyone else ever just start over like this? Or do you tend to just tweak and tweak until you get what you want?
Maybe this is a dumb question, but I’d like to know how others go about dealing with their project management…Cheers,
Alex.July 10, 2008 at 5:30 am #48434koewnet
MemberYes, I do it all the time. I’ve dubbed it "Progressive CSS Enhancement". I usually go about it this way:
- CSS inside <style> in <head>, local document[/*:m]
- CSS moved to a separate CSS file and fetched through a <link href="">-tag, local document[/*:m]
- Deeper browser tests (through browsershots and the like)), external document (uploaded on a server)[/*:m]
- Tweaks/filters and CSS shorthand-conversion, external document[/*:m][/list:o]
It really helps if you’ve got one or more CSS cheat sheets. Still, it’s tomato/tomato, eh?
July 10, 2008 at 10:16 pm #48458iamaw
Member"Edwin" wrote:I don’t go so far till folder 4, but recently with a redesign I created a second folder indeed and started from blank again. I think the most important thing is that you have a good structure in your xhtml and then it’s less work to make a new css-file.Yes exactly, redoing what you already have (even if its just the slightest bit out of whack) makes for a much better final product. You tend to notice better ways to do things as you’re redoing it, it’s sort of like reverse engineering on something you’ve already created. As koewnet mentioned it’s a great progressive enhancement :).
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.