9,150 reputation
126098
bio website procbits.com
location Lincoln, NE
age
visits member for 4 years, 8 months
seen 6 hours ago
stats profile views 1,063

Lover of technology, passion for software, and programming language junkie.

Twitter: @jprichardson

Github: http://github.com/jprichardson

Coding blog: http://procbits.com

Notable JavaScript Projects:

  1. http://stringjs.com
  2. http://logmeup.com

21h
comment Jam vs Bower, what's the difference?
For anyone stumbling upon this question, it's important to note that bower is moving from component.json to bower.json for its configuration files. groups.google.com/forum/?fromgroups#!topic/twitter-bower/…
May
10
comment Create object to append to both HTTP and HTTPS Express Servers in Node.js
I'm genuinely curious, why wouldn't you serve everything over HTTPS?
May
2
answered How to send CONTROL+C at spawn in nodejs
May
1
awarded  Nice Question
Apr
23
awarded  Famous Question
Apr
22
awarded  Popular Question
Apr
7
awarded  node.js
Mar
26
comment How to convert json to NameValueCollection in C#
I'm author of the blog post and this answer. I should add an addendum of clarity to your note. This method presented here is the recommended way. I lacked context in my statement of calling this method "outdated". I actually shouldn't have even included that statement at all, and should remove it.
Mar
6
comment How do I turn a canvas element that uses an image served by ImageService as background to a downloadable image?
Can you elaborate on your solution a bit more? So you're not doing this client side at all?
Mar
5
awarded  Favorite Question
Feb
26
comment NodeJS: Executing a file from the CLI
It'd help if you'd explain what you're trying to accomplish. But, you can exec it again from the Node repl or use the vm module in Node core: nodejs.org/api/vm.html
Feb
24
comment Global Node modules not installing correctly. Command not found
It's because /usr/local/share/npm/bin/ is not in your $PATH of your shell. That's why the shell can't find express.
Feb
22
awarded  Popular Question
Feb
14
answered How to implement file download functionality using Node.js and express, so that the user is prompted to save the file?
Feb
4
comment fs.readFile anomaly
Gonna need to see more code. Is your loop a "for" loop, or are you using "forEach"?
Feb
4
comment how can superagent and nock work together?
Ok, works now. Give it a shot.
Feb
4
revised how can superagent and nock work together?
added 1177 characters in body
Feb
4
comment how can superagent and nock work together?
OK, I'll try this out on my end and see what I come up with.
Feb
4
answered how can superagent and nock work together?
Jan
30
revised Javascript console.log(object) vs. concatenating string
Add node.js tag.