Latest Posts
Create Events on Google Calendar with Git Commit
To track colleagues' work or let colleagues track my work, we started using Google Calendar with writing Git Commits as events.
Generating Objective-C Literals from JSON
The modern syntaxes for NSDictionary, NSArray, NSNumber are supported from Xcode 4.4. To use this easily for testing, I customized JSON#stringify method ported from JSON2.js. With node.js, the script …
Released Evernote Plugin for Coda 2
This plug-in allows you to clip snippets and rendered HTML from Markdown to Evernote. http://ngs.github.com/evernote-codaplugin
Released Creole Plugin for Coda 2
This plug-in allows you to preview and generate HTML from Creole wiki documents. http://ngs.github.com/creole-codaplugin
Released Markdown Plugin for Coda 2
This plug-in allows you to preview and generate HTML from Markdown wiki documents. http://ngs.github.com/markdown-codaplugin
Debugging Coda Plug-In with LLDB
Open Edit Scheme window (⌘<). Select Run pane from side bar. In Info tab, select Coda 2.app from Executable dropdown. Click the OK button to close the window. Select your your plug-in target. …
Released Gist Plugin for Coda 2
This plug-in allows you to create public and private gists from current active document. http://ngs.github.com/gist-codaplugin
Migrating Coda modes to Coda 2
Coda 1.x modes are not compatible with Coda 2. This is how to migrate Coda 1.x modes to Coda 2.
jquery-rails confirmation with Bootstrap
In default, jquery-rails prompts with native JavaScript confirm. That’s sucks. So I overrode $.rails.fire method to show Bootstrap style modal instead.
