January 2012
8 posts
Jan 23rd
260 notes
1 tag
How I stay focused while telecommuting
I’ve been telecommuting for the past 3+ years now, at a recent networking event I had no less than three conversations sharing tips with others on how I make it work for me. TL;DR; Create a structure. A daily agenda. e.g. shower, coffee, email, work, etc Log your activity in Evernote: notes, questions, meetings, screenshots Use TeuxDeux.com to keep a small, running list of your active...
Jan 23rd
Wireframe your website on pape... (thenextweb.com) →
Makes me want a bigger whiteboard to stick these all over it. *Wireframe your website on paper with these awesome smartphone and Web UI stencils*
Jan 16th
JavaScript Pattern Collection (blog.highub.com) →
*JavaScript Pattern Collection*
Jan 13th
Dream: Einstein, Aliens, and the Bible
I had a dream of Emily reading an essay by Albert Einstein on why the Bible is wrong about extraterrestrials, and that it has been misquoted, and misused in the U.S. There was almost mentions of Jesus, but I forget the context. What does it mean?!
Jan 11th
Sugar: A Javascript library for working with... →
Jan 5th
1 note
Remember to set WebRequest.Proxy=null, kids!
Was playing around with Google’s geocoder api using .NET’s WebRequest and WebResponse to get the JSON data back to my app. All by itself, Google’s service is extremely fast, of course, but in my app, it was taking anywhere from 3s-16s to retrieve, and parse the JSON into POCOs. Not cool bro. Turns out, I just needed to set the Proxy property on my WebRequest object to null, and...
Jan 4th
Jan 4th
3,063 notes
December 2011
1 post
Dec 30th
125,496 notes
November 2011
1 post
Resumé foolery
Reading over some submittals for an open position we have, here are just two things that made me do a slight double-take: “Here is some generic information below that I use to respond to opportunities.” Very classy Giving us just their first name, and an email address that is 75% digits, and the other 25% is a single letter. Cryptic. Hiding something?
Nov 8th
September 2011
1 post
2 tags
LESS CSS is cool
LESS is pretty damn cool. I wanted to create a simple star-rating set of styles, so that I could just add different classes to an element and it would output the appropriate graphic. class=’star-1’ would be a 1 star rating class=’star-2’ would be a 2 star rating, etc  LESS took care of all the math I needed for the background offset. Pretty neat. I’d used SASS/SCSS...
Sep 21st
July 2011
4 posts
HTML loading. Raw html vs js array, etc. →
Jul 21st
Test Your API with Cucumber and json_spec //... →
Jul 12th
Waldo: Search the JavaScript Object Model in under... →
Jul 12th
jquery.expand examples | Atomic Spin →
Jul 12th
June 2011
16 posts
An open letter to speakers « Scott Berkun →
Jun 28th
3 notes
Only Five Networked Cars For Every 1,000 Would End... →
We stand upon the precipice of the future. Will you now sit with me while our automated car takes us there safely?
Jun 28th
How to take advantage of Redis just adding it to... →
Lots of good info here on Redis if you’re new to it. It can do more than just store your data.
Jun 28th
Koder for iPad: Nerds Rejoice! You Can Code on... →
Jun 25th
Harvard Business Review: What Makes a Team... →
Jun 25th
1 note
gitguys.com - git tutorials →
Jun 25th
Beating 60fps in Javascript | Chandler's Blog →
Cool research into render-loops in js using various techniques.
Jun 24th
Buffalo CloudStor 2-Bay 2 TB (1 x 2 TB) NAS →
Not a bad price, and easy to upgrade with a second drive.
Jun 23rd
Classes in Coffeescript →
It is a pretty nice syntax for the “clean” output it produces. Less junk-prototype code, and more simple js.
Jun 23rd
GitHub for Mac →
It’s nice, but not for me at this time. I love Github, but I also love iTerm+gitx
Jun 22nd
My gripes with JavaScript « IronJS Blog →
Some valid concerns, certainly, and the core-language itself does not solve the solution, but he does not mention tools like Coffeescript that can alleviate many of the gripes. I know that is not an optimal solution, but it’s an up-and-comer, I think.
Jun 22nd
Jun 22nd
ORM is an anti-pattern | Seldo.Com Blog →
Jun 22nd
What are some good resources for Backbone.js? -... →
Jun 22nd
CoffeeScript Cookbook » Home →
Jun 22nd
Elegant Code » Exploring CoffeeScript Part 1 – And... →
Jun 22nd
April 2011
1 post
Injecting html into iframe - jsFiddle →
Apr 21st
March 2011
11 posts
MacRuby 0.10 Released: XCode 4 Support and App... →
Mar 24th
Node.js Jobs →
Node.js job board is up
Mar 24th
Scaling A JavaScript Codebase →
Definitely some solid suggestions in here.
Mar 17th
“Was getting the “`validate_db_name’: db_name must be a string or...”
– Rails app won’t start - Mongoid | Google Groups
Mar 14th
wvanbergen/chunky_png - GitHub →
Ruby lib for reading/writing PNG files
Mar 10th
Railscasts - I18n Backends →
Mar 10th
Rails 3 Performance: Abysmal to Good to Great |... →
Mar 10th
Fresh Icon Sets To Improve You... (noupe.com)
*Fresh Icon Sets To Improve Your Designs* www.noupe.com​/freebie /fresh-icon-sets-to-impr…>
Mar 10th
Parallels - Consumer Tech Blog - Running IE6, IE7... →
Mar 9th
Dropping the Drip: How to Get Started Making... →
Mar 9th
Rails 3 Validation Shortcut
rubyquicktips: In Rails 2 the only way to add multiple validations to a field is through separate validate statements: validates_presence_of :title validates_length_of :title, :maximum => 30 Rails 3 simplifies this process by adding a method called validates which is a “shortcut to all default validators”. Using the validates method your code will look like this: validates(:title, :presence...
Mar 9th
12 notes
November 2010
3 posts
tpope's vim-fugitive at master - GitHub →
fugitive.vim: a Git wrapper so awesome, it should be illegal
Nov 4th
cssSandpaper – a CSS3 JavaScript Library →
Nov 4th
JavaScript InfoVis Toolkit →
Nov 3rd
October 2010
2 posts
irbtools / Release the power of irb! →
Oct 8th
Ruby Quicktips - Using Symbol#to_proc with #method →
(via Instapaper)
Oct 3rd
September 2010
8 posts
Jasmine: BDD for Javascript →
Sep 19th
Exploring Javascript's parseInt() And parseFloat()... →
Sep 16th