Viewing profile — wookiehangover
wookiehangover
HN member- Joined
- Tue, Apr 14, 2009, 6:43 PM UTC
- HN karma
- 16
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About wookiehangover
Recent public activity
- story
-
comment
Comment #4373732
If you're like me and you like the sound of white noise more than rain, you can relax to this http://wookiehangover.github.com/whitenoise/
-
comment
Comment #4075604
Since when is having a page work without JavaScript "something special"? Good to know that "graceful degradation" is impossible if you use jQuery or Prototype... IMO if you're not …
-
comment
Comment #4016355
phew, at least the empty TOS has a real TOS linked at the bottom.
-
comment
Comment #4016161
+1 for Ask Jeeves reference
-
comment
Comment #3471350
also, who needs unit tests?
-
comment
Comment #3471223
sweet, user agent sniffing and no deferreds for ajax calls. I'm in.
-
comment
Comment #2259217
a positive PHP post is on the front page of Hacker News. ergo, Hacker News has officially jumped the shark.
-
comment
Comment #2237225
just ported jshint into the jslint.vim plugin, for vim addicts that write javascript :) https://github.com/wookiehangover/jshint.vim
-
comment
Comment #2202501
this is really just a wrapper .keypress() with the char codes mapped... so to bind an event handler to a single keypress, you're adding 3kb of js for something jQuery already provi…
-
comment
Comment #2175849
worrying about the end of unix time ;)
-
comment
Comment #2143750
you know what I trust? a javascript tutorial that contains no javascript or styling. also, double plus true on the "property maps" thing.
-
comment
Comment #2142316
still ugly.
-
comment
Comment #2137894
http://html5test.com/ has a good breakdown for each browser and a score that's actually explained http://html5readiness.com/ has a great feature comparison chart with a unique pres…
-
comment
Comment #2112721
great explanation of how subclassing works in 1.5! now you can extend / overwrite jQuery in extreme isolation without polluting its global namespace.
-
comment
Comment #2110935
adding some good starting points: http://eloquentjavascript.net/contents.html http://code.google.com/edu/submissions/html-css-javascript/#... https://developer.mozilla.org/en/JavaS…
-
comment
Comment #2108759
from the creator of the ExpressJS ( http://expressjs.com/ ) framework for node
-
comment
Comment #2099075
This looks pretty swell. I'm a fan of the UI improvements. I also use a chrome plugin to inject some styling and other fun features to HN. It's on github at https://github.com/wook…
- comment
- comment
- comment
-
comment
Comment #2094192
Downvote this if you hate writing unit tests for code you release publicly.
-
comment
Comment #2094169
Enterprise JS is 400 lines of code... 0 lines of tests. Kudos, NYT.
-
comment
Comment #2085991
adding position:relative without knowing what it does... great advice
- story