Archive for the ‘Snippets’

Preview Email in Rails07.02.13

I’ve recorded another video showing RailsMailPreview and FBDistributedNotification specifically on how to preview your email from a rails app.

http://www.youtube.com/watch?v=RBChCL_LP5U

Posted in Programming, Projects, Ruby, Ruby On Rails, Snippets, videowith Comments Off on Preview Email in Rails

Ruby Web Scraping Using Nokogiri and Curb06.25.13

I made a video on using nokogiri and curb to web scrape. Simple but to the point maybe I’ll start to make more of this stuff.

http://www.youtube.com/watch?v=eumekfP4IKQ

Posted in Programming, Ruby, Snippets, videowith Comments Off on Ruby Web Scraping Using Nokogiri and Curb

Cocoa for today10.24.10

I’m going to start posting more code snippets on my blog and each of those posts will be called Cocoa for today and of course the title changes for the specific code I’m writing.

If your working with NSOutlineView and need to deselect all items you can use

the deselect all method from NSOutlineView

[myOutlineView deselectAll:nil];

Posted in Cocoa, Objective-C, Snippetswith Comments Off on Cocoa for today

  • Recent Comments