1. spine.js contacts tutorial bugs

    When working through the spine contacts tutorial, there are a few things missing (as of 4/20/2012) to get the final pretty output.

    1. Edit slug.json to include spine/lib/list as a dependency.

    2. Edit Main to include the following

      className: 'main stack'
    3. The public index should export the app in this manner:

      exports.app = new App({el: $("#article")});
    4. The body should contain the following:

      
      <header id="header">
        <h1>Spine Contacts</h1>
      </header>
      <article id="article"></article>
      
    5. Finally, copy over the fancy css from the github repo!

     
  2. If there is only a vimball for what you want to install, so be it.

     
  3. more api ideas to consume

     
  4. I had no difficulties building ruby 1.9.3 with rvm, but when I attempted a bundle install, I’d get a segmentation fault with the backtrace pointing at openssl. Ultimately the solution was to install openssl again as an rvm package, and force it to ignore both the os x base version and the newer macports version.

     
  5.  
  6. using regex in vim subtitute command

    Wrap your captures in escapes parentheses, then use a 1 based index to refer to the captures in the replacement section. Basically something like

    %s/blarg \(capture 1\) \(capture 2\)/replaced with flipped blarg \2 \1/
    
     
  7. 13:55 1st Sep 2011

    Notes: 1

    Tags: cssfirefox

     
  8. Quick way to find the line numbers for iPhone crash reports

     
  9.  
  10.