9 reasons you must install Sublime Text 2. Code like a man, man.

1p1e1:

Hello, fellow code monkeys.

Look at your editor. Now back at mine. Now back at yours. Now back to mine. Sadly your editor is not like mine. But if you stopped using noob-scented editor, and switched to Sublime Text 2, your editor could look like mine.

Look down. Back up. Where are you?

You are on a desk with the editor your editor could look like. 

What’s in your hand? Back at me. I have it! It’s a package control with several handy plugins that you would love. Look again. The plugins are now diamonds. Anything is possible when your editor looks like Sublime Text 2 and not Eclipse.

I’m on a horse.

Read More

James Patterson Books for Trade on Tradeomics.com

OK, someone has an unhealthy infatuation with James Patterson….but he’s just so darn good!  http://bit.ly/vobYLb

Mustache: Logic-less Ruby Templates

Mustache is a templating system that removes all logic from the display. The only thing you can do is display the values of variables which are methods on the view class. This looks really, really intriguing but I don’t know if anyone is really using it out there. Any experience?

Facebook API Javascript Error on Line 22

I was playing around with the sample code in facebook’s API documentation and kept running into an error that stated ‘b is null’ on line 22 of all.js.

I found a workaround after looking around a bit. Basically you put the following line under the call to FB.init.

FB.UIServer.setLoadedNode = function(a,b {FB.UIServer._loadedNodes[a.id]=b;};