CSS Confessions

Confessions of a CSS developer, via alhier (en ja, ik zal dan binnenkort eens iets over css schrijven, want moeilijk is dat ook niet, eigenlijk):

  1. I passionately use the * {margin:0; padding:0} rule. Sometimes I feel rebellious and add border:0
    Nah. Meestal reset en fonts van YUI.
  2. Everything before IE6 is dead to me
    Yep. Voor persoonlijke dingen: vergeet die ouwe brol.
  3. I couldn’t care less if my css validates or not
    Och, ik lig er niet van wakker, maar ik kijk het toch altijd eens na.
  4. I am in love with :hover and use it extensively for unusual layout stuff
    Neuh, niet echt.
  5. I still have to look up the correct definition order for some shorthand notations
    Dat is tegenwoordig niet echt meer het geval, toch niet voor die dingen die ik regelmatig gebruik. Euh, dus het is eigenlijk wel het geval, dus. 🙂
  6. I occasionaly throw in advanced CSS3 stuff just to show off
    Nah. Nog niet echt naar gekeken, eigenlijk zelfs. Ik zal het dan wel zien als het werkt.
  7. I still have no clue what design showcase sites like CSSMania have to do with CSS
    Tja.
  8. I still think CSS is hard to master
    Nee. Een misvatting. CSS is niet moeilijk. Logisch nadenken, een beetje, en vooral: met een open geest naartoe gaan en niet moeilijker doen dan nodig.
  9. I’m a sucker for one-line definitions
    Soms. Ik doe meestal
    dink {
       spel: gerief;
       anderdink: trala;
    }
  10. I would never ever optimize my css code by comprimising on readability
    Da’s een recept voor onheil. Maar ik doe het natuurlijk wel soms. 🙂
  11. I comment my stylesheets way too much
    Te weinig, eigenlijk. Ik begin altijd met goeie bedoelingen, maar het loopt verkeerd af.
  12. I love Adobe Dreamweaver and I think there’s nothing comparable for optimizing your web development workflow
    Notepad++, Web Developer Toolbar en Firebug. Dreamweaver is overschat en overkill.
  13. I have a huge cheat sheet with all the CSS 3 selectors on my wall behind my screen
    Euh… Google, iemand?
  14. I have a php script that basically crawls a website/project and creates a css file with all html tags, divs and classes
    Ik maak ze allebei samen, meestal, html en css.
  15. I am guilty of using old school html tables for specific scenarios
    Nee. Het is al een eeuwigheid geleden dat ik nog een tabel voor lay-out van niet-tabulaire gegevens gedaan heb. Gelijk, járen geleden.
  16. I will seriously cry when all browsers fully support CSS 3
    Ik zal dat dan wel zien.

Heh. Lijstjes zijn wijs.

4 reacties op “CSS Confessions”

  1. een php script om html te overlopen??!! Ik begin meestal met CSS en een embryonale HTML page waar ik de nodige dingen in sandbox. En commentaar? cold turkey! maken de CSS onnodig zwaar (including mean parsing effort), als er al andere mensen in moeten zijn, schrijf ik wel een aparte readme.txt

Reacties zijn gesloten.