<?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/"
	>

<channel>
	<title>Crawlicious</title>
	<atom:link href="http://crawlicious.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://crawlicious.com/wp</link>
	<description>tools for web business</description>
	<lastBuildDate>Sat, 21 Aug 2010 17:34:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jQuery: how to select an option by it&#8217;s text</title>
		<link>http://crawlicious.com/wp/2010/08/21/jquery-how-to-select-an-option-by-its-text/</link>
		<comments>http://crawlicious.com/wp/2010/08/21/jquery-how-to-select-an-option-by-its-text/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 17:28:44 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://crawlicious.com/wp/?p=394</guid>
		<description><![CDATA[Supposedly you should be able to select select options by their text values like this $(&#8216;#myselect&#8217;).val(&#8216;aval&#8217;); This doesn&#8217;t seem to work if your options have value attributes however. So, to select options by their text value, when you have values set (like this) &#60;select id=&#8221;myselect&#8221;&#62;&#60;option value=&#8221;1&#8243;&#62;alpha&#60;/option&#62;&#60;option value=&#8221;2&#8243;&#62;beta&#60;/option&#62;&#60;/select&#62; You can use a filter like this $("#single [...]]]></description>
		<wfw:commentRss>http://crawlicious.com/wp/2010/08/21/jquery-how-to-select-an-option-by-its-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>strange ssh tricks</title>
		<link>http://crawlicious.com/wp/2010/06/02/strange-ssh-tricks/</link>
		<comments>http://crawlicious.com/wp/2010/06/02/strange-ssh-tricks/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 22:53:46 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://crawlicious.com/wp/?p=388</guid>
		<description><![CDATA[Suppose that you need to transfer a file from hostA to hostC.  Between these hosts is a hostB that you use to hop through.  Maybe between hostA and hostB is a firewall or maybe you are traversing networks or something.  Here are some ways that you can transfer that file. cat myfile.txt &#124; ssh hostB [...]]]></description>
		<wfw:commentRss>http://crawlicious.com/wp/2010/06/02/strange-ssh-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim log shortcut</title>
		<link>http://crawlicious.com/wp/2010/05/14/vim-lo-shortcut/</link>
		<comments>http://crawlicious.com/wp/2010/05/14/vim-lo-shortcut/#comments</comments>
		<pubDate>Fri, 14 May 2010 14:55:31 +0000</pubDate>
		<dc:creator>eric</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://crawlicious.com/wp/?p=382</guid>
		<description><![CDATA[Here is a simple vim shortcut for adding a piece of code that will log a debug message. iab _log container.libBLExternal.log(&#8220;&#8221;)&#60;left&#62;&#60;left&#62; now, if you type _log&#60;space or tab&#62; in a file, you will get container.libBLExternal.log(&#8221; &#8220;) and your cursor will be placed between the quotes, all ready to go ahead with your log entry!  Yay! [...]]]></description>
		<wfw:commentRss>http://crawlicious.com/wp/2010/05/14/vim-lo-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
