9 reasons you must install Sublime Text 2. Code like a man, man.
Read my newest article: “From 0 to 15,909 pageviews: the Hacker-News and Paul-Irish effects”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.
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
Ugh. I really wish I had known about Underscore before now. Around 60 awesome functions to use in your javascript coding. What a lifesaver.
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;};
I’ve been researching push notifications for a few months, but I hadn’t stumbled upon my many requirements…until now! Here are my requirements:
- Works with Rails 3.1 (sorry Juggernaut)
- Is free (sorry Pusher)
- Is easy to work with in development
- Is easy to deploy to production
- Is SSL…