| bio | website | trevorlandau.net |
|---|---|---|
| location | Connecticut | |
| age | 26 | |
| visits | member for | 2 years, 6 months |
| seen | 10 hours ago | |
| stats | profile views | 276 |
NYTimes software engineer
|
Apr 18 |
comment |
Using dust.js (asynchronous) in synchronous callbacks Not to mention this will block everything. |
|
Apr 18 |
comment |
Using dust.js (asynchronous) in synchronous callbacks If it's bad practice, dont make it a potential answer. |
|
Mar 24 |
comment |
Add method to string class in node.js express.js coffeescript Op is asking for coffeescript |
|
Mar 21 |
comment |
Express parse content in body or query params What do you mean by "better way to get at the books"? |
|
Mar 6 |
comment |
Unable to call dispose on domain at appropriate time Thanks. I'll give this a shot when I get the chance. |
|
Mar 1 |
comment |
ios6 Safari bug on orientation change when <input> has placeholder text Instead of getElementsByTagName you can use document.documentElement. developer.mozilla.org/en-US/docs/DOM/document.documentElement |
|
Feb 20 |
comment |
How to use Node.js 0.8.x domains with express? There is a problem with this route. If you don't have an error. When is dispose called? I asked a question on that topic here: stackoverflow.com/questions/14971028/… |
|
Feb 14 |
comment |
How to use Node.js 0.8.x domains with express? This does work. enter Must be called. Yes, odd not in docs. |
|
Feb 14 |
comment |
Running node.js code just displays a node identifier Def a path issue. Nice. I didn't know nodejs worked. |
|
Feb 14 |
comment |
Running node.js code just displays a node identifier WHat happens when you do node -v? |
|
Feb 14 |
comment |
document.addEventListener “this” context @Martin This is the way you get around context in CS, but you should understand what it does under the hood. Paste the fat arrow code into the online CS repl and see how it sets self = this |
|
Feb 10 |
comment |
Concatenating and minifying RequireJS with Grunt Are you using require.js in tandem with r.js? |
|
Feb 8 |
comment |
Transforming a json format variable into a javascript array But you can provide the lib. github.com/douglascrockford/JSON-js |
|
Feb 8 |
comment |
Transforming a json format variable into a javascript arrayEval? extra charac |
|
Feb 8 |
comment |
Transforming a json format variable into a javascript array What does the browser console say when you try to do this? WHat errors occur? WHat does "doesn't work" mean? |
|
Jan 24 |
comment |
Backbone.js - custom collection not working You must pass update:true to fetch with newer versions of BB |
|
Jan 22 |
comment |
Effect of assigning JavaScript function to variable It's just how the JS parser was written. Perhaps this article will be of assistance. net.tutsplus.com/tutorials/javascript-ajax/…. I used to have this great article on how it actually stored the vars, but I am unable to find it. :( |
|
Jan 11 |
comment |
2 divs 50% inline block not next to each other Ugh, still doesn't work on Blackberry 4.6. |
|
Jan 11 |
comment |
2 divs 50% inline block not next to each other aka webkit..... |
|
Jan 11 |
comment |
2 divs 50% inline block not next to each other Oddly, Chrome, Mobile safari, and android ignore the spaces. jsbin and blackberry do not... |