<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/ruby/tags/e</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Oct 2008 16:46:11 GMT</pubDate>
<item>
<title>(Ruby) Super Simple Speller v2 - gtcaz</title>
<link>http://snipplr.com/view/2709/super-simple-speller-v2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 May 2007 13:19:04 GMT</pubDate>
<guid>http://snipplr.com/view/2709/super-simple-speller-v2/</guid>
</item>
<item>
<title>(Ruby) Preview in IE command (Windows native version) - gtcaz</title>
<link>http://snipplr.com/view/2639/preview-in-ie-command-windows-native-version/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 May 2007 11:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/2639/preview-in-ie-command-windows-native-version/</guid>
</item>
<item>
<title>(Ruby) Check for new twitters in e/TextMate - gtcaz</title>
<link>http://snipplr.com/view/2361/check-for-new-twitters-in-etextmate/</link>
<description><![CDATA[ <p>Requires the twitter bundle.  This is an early attempt at updating this.  Pretty crude at the moment, but it works.</p> ]]></description>
<pubDate>Tue, 20 Mar 2007 01:11:53 GMT</pubDate>
<guid>http://snipplr.com/view/2361/check-for-new-twitters-in-etextmate/</guid>
</item>
<item>
<title>(Ruby) Image info from blogging.rb - gtcaz</title>
<link>http://snipplr.com/view/2357/image-info-from-bloggingrb/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Mar 2007 14:06:14 GMT</pubDate>
<guid>http://snipplr.com/view/2357/image-info-from-bloggingrb/</guid>
</item>
<item>
<title>(Ruby) Post to Twitter from e/TextMate - gtcaz</title>
<link>http://snipplr.com/view/2351/post-to-twitter-from-etextmate/</link>
<description><![CDATA[ <p>Adapted from http://journal.mychores.co.uk/articles/2007/01/21/updating-twitter-from-ruby-rails</p> ]]></description>
<pubDate>Sun, 18 Mar 2007 10:39:00 GMT</pubDate>
<guid>http://snipplr.com/view/2351/post-to-twitter-from-etextmate/</guid>
</item>
<item>
<title>(Ruby) Check for e updates - gtcaz</title>
<link>http://snipplr.com/view/2292/check-for-e-updates/</link>
<description><![CDATA[ <p>Requires wget and curl.</p> ]]></description>
<pubDate>Fri, 09 Mar 2007 12:02:28 GMT</pubDate>
<guid>http://snipplr.com/view/2292/check-for-e-updates/</guid>
</item>
<item>
<title>(Ruby) Strip HTML Tags - gtcaz</title>
<link>http://snipplr.com/view/2097/strip-html-tags/</link>
<description><![CDATA[ <p>This replaces the PHP-based function in the HTML bundle.  You need to add two files to your bundle's Support/lib folder (create the directories if they're not present):

http://dev.rubyonrails.org/browser/trunk/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb?format=raw
http://dev.rubyonrails.org/browser/trunk/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb?format=raw</p> ]]></description>
<pubDate>Fri, 02 Feb 2007 15:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/2097/strip-html-tags/</guid>
</item>
<item>
<title>(Ruby) Preview in IE - gtcaz</title>
<link>http://snipplr.com/view/2081/preview-in-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Feb 2007 13:49:25 GMT</pubDate>
<guid>http://snipplr.com/view/2081/preview-in-ie/</guid>
</item>
<item>
<title>(Ruby) Post snippet to Snipplr - gtcaz</title>
<link>http://snipplr.com/view/2044/post-snippet-to-snipplr/</link>
<description><![CDATA[ <p>Alternative bundle command for e (http://www.e-texteditor.com) or TextMate.

Replace YOUR_API_KEY_HERE with a valid API key -- you can find it on your Settings page (http://snipplr.com/settings/).

Changed the command to allow selection of language.  (Thanks, Tyler!)  Also it was unnecessary to escape entities when posting to Snipplr, so that caused problems.  Please let me know if you have any issues with or suggestions for this command.  If you're using TextMate, you'll need to alter the path to CocoaDialog, and you might as well use an environment variable for the API Key.

2/2/2007: Fixed a bug that prevented posting snippets with no tags.  Languages are now sorted alphabetically.</p> ]]></description>
<pubDate>Tue, 30 Jan 2007 20:26:49 GMT</pubDate>
<guid>http://snipplr.com/view/2044/post-snippet-to-snipplr/</guid>
</item>
<item>
<title>(Ruby) Get one of your snippets from Snipplr - gtcaz</title>
<link>http://snipplr.com/view/2039/get-one-of-your-snippets-from-snipplr/</link>
<description><![CDATA[ <p>This command allows you to browse your snippet collection on Snipplr and retrieve them into e.  Requires the installation of the wxCocoaDialog exe in the /Support/bin subdirectory.

Replace YOUR_API_KEY_HERE with the API key -- you can find it on your Settings page (http://snipplr.com/settings/).

Update 1/31/2007: I found escaping the $ was necessary to prevent the snippet engine from eating the variable.
Update 2/01/2007: Use the standard library function for escaping the snippet (instead of my own gsub() regex.
Update 2/02/2007: Add error checking code; handle empty accounts a bit more gracefully (and informatively).</p> ]]></description>
<pubDate>Tue, 30 Jan 2007 15:26:51 GMT</pubDate>
<guid>http://snipplr.com/view/2039/get-one-of-your-snippets-from-snipplr/</guid>
</item>
<item>
<title>(Ruby) Super Simple Speller v3 - gtcaz</title>
<link>http://snipplr.com/view/2037/super-simple-speller-v3/</link>
<description><![CDATA[ <p>Requires aspell and wxCocoaDialog.

Now checks all of your selection for misspellings.

Known issues: 
* e doesn't see contractions as a "word", so you must select things like can't, won't, etc. or the command won't see the whole word.

* Duplicate misspelled words are not handled well.  Replacements are done globally, yet you'll be asked for each occurrence.

Place in the Text bundle
I named the command: Spell check word/selection
Save: Nothing
Input: Selected Text or Word
Output: Replace Selected Text
Key Equivalent: Ctrl-;
Scope Selector: {Blank}</p> ]]></description>
<pubDate>Mon, 29 Jan 2007 22:27:02 GMT</pubDate>
<guid>http://snipplr.com/view/2037/super-simple-speller-v3/</guid>
</item>
<item>
<title>(Ruby) wxCocoaDialog dropdown example in Ruby - gtcaz</title>
<link>http://snipplr.com/view/2036/wxcocoadialog-dropdown-example-in-ruby/</link>
<description><![CDATA[ <p>This is an example of how to use the wxCocoaDialog dropdown widget from Ruby.</p> ]]></description>
<pubDate>Mon, 29 Jan 2007 20:07:16 GMT</pubDate>
<guid>http://snipplr.com/view/2036/wxcocoadialog-dropdown-example-in-ruby/</guid>
</item>
<item>
<title>(Ruby) wxCocoaDialog progressbar example - gtcaz</title>
<link>http://snipplr.com/view/2031/wxcocoadialog-progressbar-example/</link>
<description><![CDATA[ <p>This is an example of how to use the progressbar widget from Alexander Stigsen's new wxCocoaDialog, an open source port of CocoaDialog to Win32 using the ExWidgets toolkit.  This is a companion project to his e Text Editor.</p> ]]></description>
<pubDate>Sat, 27 Jan 2007 11:02:39 GMT</pubDate>
<guid>http://snipplr.com/view/2031/wxcocoadialog-progressbar-example/</guid>
</item>
</channel>
</rss>