treehouse : what would you like to learn today?
Web Design Web Development iOS Development

zero

  • how to write single line css

    I think one line CSS is easier to organize. For example: /*- - - - - - - - - - Contents -------------------- AA01. Header AB01. Content ------------------*/ ... /*- - - - - - - - - - AA01. Header ------------------*/ #header { backgrou…
    Comment by zero September 2008 permalink
  • Has anyone used "Starkers"?

    I think Chris talked about Starkers in his "Designing for WP" series. But ya, I've used Starkers. Love it. I've also used the sandbox (http://sndbx.org), which uses alot of complicated php to give posts and pages dynamic classe…
    Comment by zero September 2008 permalink
  • is javascript learning needed before to learn jquery?

    jQuery is famous for being simple, quick, and easy to learn, hence it is the "write less, do more" javascript library. I learned jQuery with hardly a working knowledge of javascript, and it's the only javascript library that I use. If…
    Comment by zero September 2008 permalink
  • CMS?

    "james.davis" said:I started watching part one of the series. I apologize now if this is answered in a later serious. Does this mean I have to recreate my whole site? In the beginning Chris tour down his old site. I do not want to do t…
    Comment by zero September 2008 permalink
  • jQuery, AJAX, and mediawiki

    var path = $(\"a\").attr(\"href\"); $(\"a\").click(function(){ $(\"#column-content\").load(path); }); :( Didn't work. I just ended up simplifying and minimalizing the design of the wiki, and then link…
    Comment by zero September 2008 permalink
  • Google Chrome

    I've tried it using it and it's nice and all for just browsing the web. It's really fast. But, when working with code Firefox with Firebug takes the cake. Firefox and all it's extensions just make the internet more productive and…
    Comment by zero September 2008 permalink