Preview Email in Rails • 07.02.13
I’ve recorded another video showing RailsMailPreview and FBDistributedNotification specifically on how to preview your email from a rails app.
I’ve recorded another video showing RailsMailPreview and FBDistributedNotification specifically on how to preview your email from a rails app.
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.
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];
|