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…
-
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…
-
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…
-
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…
-
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…