<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>b b b &#187; Ruby</title>
	<atom:link href="http://smnuman.wordpress.com/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://smnuman.wordpress.com</link>
	<description>...browsing broosing boosing... or blah blah blah ;)</description>
	<lastBuildDate>Thu, 10 Jun 2010 12:32:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='smnuman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>b b b &#187; Ruby</title>
		<link>http://smnuman.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://smnuman.wordpress.com/osd.xml" title="b b b" />
	<atom:link rel='hub' href='http://smnuman.wordpress.com/?pushpress=hub'/>
		<item>
		<title>e-TextEditor commands</title>
		<link>http://smnuman.wordpress.com/2009/12/21/e-texteditor-commands/</link>
		<comments>http://smnuman.wordpress.com/2009/12/21/e-texteditor-commands/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 10:44:04 +0000</pubDate>
		<dc:creator>Syed Muhammad Numan</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[CheatSheet]]></category>
		<category><![CDATA[E]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://smnuman.wordpress.com/2009/12/21/e-texteditor-commands/</guid>
		<description><![CDATA[While trying to find some e-texteditor knowhows, I found the following cheatsheet here: Keyboard shortcuts for E Text Editor (http://www.e-texteditor.com/) Was added some time ago under the Cheat Sheet Title &#8220;e&#8221; but was deleted somehow. File Operations =============== Ctrl+N : New file Double-Click tab bar : New file Ctrl+O : Open file Ctrl+S : Save [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smnuman.wordpress.com&#038;blog=5207224&#038;post=50&#038;subd=smnuman&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While trying to find some <strong>e-texteditor</strong> knowhows, I found the following <em>cheatsheet</em> <a href="http://cheat.errtheblog.com/s/e_text_editor/">here</a>:</p>
<blockquote><p>
Keyboard shortcuts for E Text Editor (<a href="http://www.e-texteditor.com/" rel="nofollow">http://www.e-texteditor.com/</a>)<br />
Was added some time ago under the Cheat Sheet Title &#8220;e&#8221; but was deleted somehow.</p>
<p><strong>File Operations</strong><br />
===============</p>
<pre>
Ctrl+N               : New file
Double-Click tab bar : New file
Ctrl+O               : Open file
Ctrl+S               : Save file
Ctrl+Shift+S         : Save as
Ctrl+W               : Close file
Ctrl+Shift+T         : Go To File dialog
</pre>
<p><strong>Editing</strong><br />
=======</p>
<pre>
Ctrl+K         : Delete to end of line; if the caret already is at 
                 end-of-line it deletes the newline.
Ctrl+Shift+K   : Delete the entire line
Ctrl+Backspace : Delete to start of word (same as Ctrl+H)
Ctrl+Delete    : Delete to end of word
Ctrl+(Shift)+U : Change case on word/selection
Alt+G          : Inverse case on word/selection
Alt+Shift+D    : Duplicate line/selection
Ctrl+Alt+U     : Title case
Ctrl+T         : Transpose, for swapping words or chars.
Ctrl+Alt+R     : Run current line/selection
Ctrl+C         : Copy (or: Ctrl+Insert)
Ctrl+V         : Paste (or: Shift+Insert)
Ctrl+X         : Cut
Ctrl+Z         : Undo
Ctrl+Y         : Redo. If there are multiple branches to choose from, 
                 undo history will be displayed.
Esc            : Word completion. 
</pre>
<p><strong>Selection</strong><br />
=========</p>
<pre>
Ctrl+A           : Select all
Ctrl+Shift+arrow : Select entire word
Alt+Left-mouse   : column selection
Ctrl+Left-mouse  : Multi selection
Shift+Home       : Selects to the first non-whitespace char on the line, 
                   second time the white spaces will be selected as well 
Shift+Ctrl+Home  : Selects to the beginning of the document
Shift+Ctrl+End   : Selects to the end of the document
Shift+Ctrl+L     : Selects current line
Shift+Ctrl+W     : Selects current word
Shift+Ctrl+Space : Selects current scope. If you keep hitting it,
                   it will cycle through the available scopes.
</pre>
<p><strong>Folding</strong><br />
=======</p>
<pre>
F1          : Toggle current fold
Alt+F1      : Open current fold and closes all others
Ctrl+F1     : Fold all
Ctrl+Alt+F1 : Unfold all
Shift+F1    : Select current fold
Left-mouse  : Fold end or fold indicator: Select fold, twice to fold
Mouseover   : Fold end: Show fold preview
              Fold indicator: Highlight fold (useful for nested folds)
</pre>
<p><strong>Navigation</strong><br />
==========</p>
<pre>
Ctrl+Tab           : Go to last active tab (or next tab if used repeatedly)
Ctrl+Shift+Tab     : Go to previous tab
Alt+Ctrl+R/L-arrow : Next/previous tab
Alt+Ctrl+Up-arrow  : Go to header/source
Ctrl+L             : Go to Symbol
Ctrl+G             : Go to line
Ctrl+F             : Find
Ctrl+G             : Find next
Ctrl+R             : Replace
Home               : Move cursor to the beginning of the line
End                : Move cursor to the end of the line
Ctrl+Home          : Move cursor to the beginning of the document
Ctrl+End           : Move cursor to the end of the document
Ctrl+Up/Down-arrow : Scroll up/down, without moving the caret
Ctrl+1-9           : Go to tab
Ctrl+Alt+0         : Go to last tab
Ctrl+0             : List open tabs
</pre>
<p><strong>View</strong><br />
====</p>
<pre>
Ctrl+P       : Show/hide Project Pane
F5           : Show/hide Symbol List
F6           : Show/hide Revision History
F7           : Show/hide Undo History
F1           : Toggle Fold
Ctrl+F1      : Fold All
Alt+F1       : Fold Others
Alt+Ctrl+F1  : Unfold All
Ctrl+Alt+P   : Show/hide Web Preview
</pre>
<p><strong>Document</strong><br />
========</p>
<pre>
Ctrl+M : Make milestone
</pre>
<p><strong>Bundles</strong><br />
=======</p>
<pre>
Ctrl+Shift+B : Show bundle editor
Ctrl+Alt+T   : Select bundle
Esc          : Kill current running bundle command
</pre>
<p><strong>Projects</strong><br />
========</p>
<pre>
Ctrl+P       : Show/hide project pane
Ctrl+Shift+P : Switch focus between editor and project pane 
               (opening it if needed). 
Arrow keys   : Up/down and expand/close folder
Enter        : Open file in editor
F2           : Rename
F5           : Refresh project view
Shift-F10    : Show context menu
</pre>
<p><strong>Mouse Shortcuts</strong><br />
===============</p>
<pre>
Double-click    : Select word
Triple-click    : Select line
Alt-doubleclick : Select scope
</pre>
<p><strong>Command Line Options</strong><br />
====================</p>
<pre>
--clearstate    : Don't reload files from last session.
--clearlayout   : Resets window layout and positions.
--clearundo     : Clear undo history for all un-milestoned files.
</pre>
<p>Bundles: <a href="http://tmbundles4win.googlecode.com/svn/trunk/" rel="nofollow">http://tmbundles4win.googlecode.com/svn/trunk/</a><br />
Version 2, updated 139 days ago. </p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smnuman.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smnuman.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smnuman.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smnuman.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smnuman.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smnuman.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smnuman.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smnuman.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smnuman.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smnuman.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smnuman.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smnuman.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smnuman.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smnuman.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smnuman.wordpress.com&#038;blog=5207224&#038;post=50&#038;subd=smnuman&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smnuman.wordpress.com/2009/12/21/e-texteditor-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">FunLover AllOver</media:title>
		</media:content>
	</item>
		<item>
		<title>Standalone Ruby/RoR</title>
		<link>http://smnuman.wordpress.com/2009/12/11/standalone-rubyror/</link>
		<comments>http://smnuman.wordpress.com/2009/12/11/standalone-rubyror/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 07:02:41 +0000</pubDate>
		<dc:creator>Syed Muhammad Numan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://smnuman.wordpress.com/2009/12/11/standalone-rubyror/</guid>
		<description><![CDATA[Ruby craze has drawn attention to many coders and that brought in turn attention to their needs like how to distribute their code to the clients as a stand alone? Well, here is a way you can do it too! Learn how you can turn your script to an executable with some downloadable tools at different sites.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smnuman.wordpress.com&#038;blog=5207224&#038;post=39&#038;subd=smnuman&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=ruby+stand+alone">Digging</a> through the google I found the following informative articles on the web:</p>
<ul>
<li><a href="http://www.erikveen.dds.nl/rubyscript2exe/">A Ruby compiler</a> : to make your script standalone!</li>
<li>Another way to compile your script is to use <a href="http://www.erikveen.dds.nl/allinoneruby/index.html">AllInOneRuby</a>.</li>
</ul>
<p>Both of these have incorporated the <a href="http://www.erikveen.dds.nl/eee/index.html">EEE</a> or Environment Embedding Executable technique explained very well by Erik in his <a>site</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smnuman.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smnuman.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smnuman.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smnuman.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smnuman.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smnuman.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smnuman.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smnuman.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smnuman.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smnuman.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smnuman.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smnuman.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smnuman.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smnuman.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smnuman.wordpress.com&#038;blog=5207224&#038;post=39&#038;subd=smnuman&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smnuman.wordpress.com/2009/12/11/standalone-rubyror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">FunLover AllOver</media:title>
		</media:content>
	</item>
		<item>
		<title>Stylish: way to write CSS in Ruby/RoR</title>
		<link>http://smnuman.wordpress.com/2009/11/24/stylish-way-to-write-css-in-rubyror/</link>
		<comments>http://smnuman.wordpress.com/2009/11/24/stylish-way-to-write-css-in-rubyror/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 10:34:10 +0000</pubDate>
		<dc:creator>Syed Muhammad Numan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://smnuman.wordpress.com/2009/11/24/stylish-way-to-write-css-in-rubyror/</guid>
		<description><![CDATA[I was trying to learn and earn the Ruby and further on RoR &#8212; Ruby on Rails, a web development framework. On the way I found out the wonderful Stylish gem that can be used to create the CSS from within the Ruby for the yielded pages! This is indeed a wonderful tool created by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smnuman.wordpress.com&#038;blog=5207224&#038;post=23&#038;subd=smnuman&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to learn and earn the Ruby and further on RoR &#8212; Ruby on Rails, a web development framework. On the way I found out the wonderful <a href="http://ionfish.github.com/stylish/index.html">Stylish</a> gem that can be used to create the CSS from within the Ruby for the yielded pages!</p>
<p>This is indeed a wonderful tool created by <a href="http://extralogical.net/about/">Ben Estaugh</a> of <a href="http://extralogical.net">Extralogical</a>.</p>
<p>As Ben says, Stylish has <a href="http://ionfish.github.com/stylish/ruby19.html">more beauty</a> of creation when gemmed with Ruby 1.9 as it can be layed out more CSS like with shorthand syntax available for hash in 1.9.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smnuman.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smnuman.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smnuman.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smnuman.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/smnuman.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/smnuman.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/smnuman.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/smnuman.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smnuman.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smnuman.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smnuman.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smnuman.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smnuman.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smnuman.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smnuman.wordpress.com&#038;blog=5207224&#038;post=23&#038;subd=smnuman&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://smnuman.wordpress.com/2009/11/24/stylish-way-to-write-css-in-rubyror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">FunLover AllOver</media:title>
		</media:content>
	</item>
	</channel>
</rss>
