Another javascript library to handle keyboard combos is Mousetrap.
Compared to the latter I like the way Keypress handle multiple combos declaration, but overall mousetrap seems more robust.
Also it's not clear to me how Keypress differentiate (if it does so) among a sequence of keys or a combinations.
Mousetrap is using the + notation to handle that so you can declare different bindings for combinations 'command+shift+k' and sequences 'command shift k'.
This is an interesting concept.
I'm developing a blogging platform leveraging dropbox—that it's actually powering my website—but I've taken i different approach and I'm parsing on the server the markdown files. I haven't actually thought about using it with static html files, this approach have the benefit of greater flexibility in the type of content you can provide.
Nice redesign indeed, and kudos to Myspace to pull something like this out from almost nowhere.
My only concern is with horizontal scrolling; for this kind of content it feel more a gimmick than a feature to me.
If you like TaskPaper—which by the way it's awesome—you should check [FoldingText], by the same developer. It's currently in alpha, and expand on the idea of TaskPaper adding some interesting features, like the builtin timer.
I doubt it will be that cheap, at least to implement a fully fledged service alla google maps. But sure it will be interesting for a lot of developers.
Amazon builded AWS out of necessity and then transformed it into a public service.
I believe it make sense to them to build a map service in the same way, giving they they are still a logistic company it could be more than helpfull for them.
This is brilliant, maybe overpowered but brilliant.
But the thing I cannot stand is the use of images for text.
I would have preferred to se the use of @font-face with fallback to images for old browsers.
This is interesting for me also. I'm an Italian citizen and I would like to apply and relocate to the Bay Area. But I need to figure out the entire visa thing, and how to make it work for starting company.
WriteRoom is nice—it's also one of the first distraction-free writing app—but i prefer to use Byword. I like to combine paragraph focus with full screen for distraction free mode. Also it support markdown syntax, that for me is a must have for a writing app.
You can add the first folder by opening it(cmd+o) or add it by dragging it into the SublimeText view.
Also if you wish to remove project from the quick switch list you can do so by editing the recent_workspaces array in the Session.sublime_session. On osX you can find it under /Users/USER_NAME/Library/Application Support/Sublime Text 2/Settings/