Textmate 2 Tips - A collection of info from help files, figuring stuff out, and other sources.
DCI for dummies - In case the Wikipedia article I pointed to on Friday made your eyes glaze over.
Introducting Graphiti: An Alternate Frontend for Graphite - This looks like a pretty nice way to generate graphs from Ruby + Javascript.
SOLID JavaScript: The Single Responsibility Principle - First of a series on the SOLID design principles and their use in structuring your JavaScript.
…backbone-front-end-presentation A talk on using Backbone, delivered at the Boston Frontend Developers meetup.
Ben Orenstein
Ben is the amusingly-named r00k on Github. Two things in the past month, both related to his mouth: talk_notes Notes from his talk on Vim for Rails, which he gave both at RailsConf 2010 and at the first Boston Vim meetup . dtx_site The Web site for the quartet in which he sings .
Chad Pytel…
Senior Frontend Web Developer - Denver, Colorado
Digitally Imported , a family of online radio stations, is looking for a Senior Frontend Web Developer to work on a full time basis from the comfort of their own home. Developers outside of the US are welcome, but they do require candidates to be fluent in English — click here to learn more. P.S. I recommend DI's Electro House channel, it's awesome!
Ruby Engineer - San Francisco, California…
This is a great example of a windows service. I use it in a app that reads email from pop, and updates a database/webapp written in SilverLight for the FrontEnd.
One note, this uses a Timer Approach to initiate the check. I found unless I put a lock around the worker class,I would see the timer fire again, and I get get a breakpoint in another "thread", while debugging the first. The lock fixed the issue. But take note if you using this or something similar.
using System;
using System.Collections;