<?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>Whoila Blog</title>
	<atom:link href="http://www.whoila.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.whoila.com/blog</link>
	<description>Visual gallery of things</description>
	<lastBuildDate>Tue, 15 May 2012 20:53:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>superfish.com awesome screenshot firefox plugin extension</title>
		<link>http://www.whoila.com/blog/?p=2074</link>
		<comments>http://www.whoila.com/blog/?p=2074#comments</comments>
		<pubDate>Tue, 15 May 2012 20:53:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2074</guid>
		<description><![CDATA[Disable awesome screenshot extension to get rid of superfish hijacking.]]></description>
			<content:encoded><![CDATA[<p>Disable awesome screenshot extension to get rid of superfish hijacking.</p>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2074</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery append images to table add new column</title>
		<link>http://www.whoila.com/blog/?p=2072</link>
		<comments>http://www.whoila.com/blog/?p=2072#comments</comments>
		<pubDate>Sun, 06 May 2012 05:20:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2072</guid>
		<description><![CDATA[var re = new RegExp(&#8216;(http:\\/\\/\\S+[\\.png&#124;\\.jpg&#124;\\.gif])&#8217;,'g&#8217;); &#160; $(&#8220;tr .item_name&#8221;).each(function() { &#160; &#160; var newimage=&#8221;; &#160; &#160; var images = $(this).html().match(/http:\/\/\S+(\.png&#124;\.jpg&#124;\.gif)/g); &#160; &#160; var thumbs = $(this).html().replace(re, &#8216;&#60;img src=&#8221;$1&#8243; class=&#8221;thumbnail50&#8243;/&#62;&#8217;);&#160; &#160; &#160; $.each(images, function(index, value) {&#160; &#160; &#160; &#160; &#160; &#160; newimage += &#8220;&#60;img class=&#8217;thumbnail50&#8242; src=&#8221;+value+&#8221;&#62;&#8221;; &#160; &#160; }); &#160; &#160; $(this).parent().prepend(&#8220;&#60;td&#62;BBB&#60;/td&#62;&#8221;); &#160; });]]></description>
			<content:encoded><![CDATA[</p>
<p>var re = new RegExp(&#8216;(http:\\/\\/\\S+[\\.png|\\.jpg|\\.gif])&#8217;,'g&#8217;);</p>
<p>&nbsp;</p>
<p>$(&#8220;tr .item_name&#8221;).each(function() {</p>
<p>&nbsp; &nbsp; var newimage=&#8221;;</p>
<p>&nbsp; &nbsp; var images = $(this).html().match(/http:\/\/\S+(\.png|\.jpg|\.gif)/g);</p>
<p>&nbsp; &nbsp; var thumbs = $(this).html().replace(re, &#8216;&lt;img src=&#8221;$1&#8243; class=&#8221;thumbnail50&#8243;/&gt;&#8217;);&nbsp;</p>
<p>&nbsp; &nbsp; $.each(images, function(index, value) {&nbsp;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newimage += &#8220;&lt;img class=&#8217;thumbnail50&#8242; src=&#8221;+value+&#8221;&gt;&#8221;;</p>
<p>&nbsp; &nbsp; });</p>
<p>&nbsp; &nbsp; $(this).parent().prepend(&#8220;&lt;td&gt;BBB&lt;/td&gt;&#8221;);</p>
<p>&nbsp;</p>
<p>});</p>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2072</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jqGrid not editable TD within editable TR row</title>
		<link>http://www.whoila.com/blog/?p=2070</link>
		<comments>http://www.whoila.com/blog/?p=2070#comments</comments>
		<pubDate>Sat, 05 May 2012 07:12:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2070</guid>
		<description><![CDATA[line 2368: if($(ptr).length === 0 &#124;&#124; ptr[0].className.indexOf( &#8216;ui-state-disabled&#8217; ) &#62; -1 &#124;&#124; ($(td,ts).hasClass(&#8216;noEdit&#8217;)) &#124;&#124; ($(td,ts).closest(&#8220;table.ui-jqgrid-btable&#8221;).attr(&#8216;id&#8217;) &#124;&#124; &#8221;).replace(&#8220;_frozen&#8221;,&#8221;") !== ts.id ) {&#160; I added noEdit class to column so it wont be clickable.]]></description>
			<content:encoded><![CDATA[</p>
<p>line 2368: if($(ptr).length === 0 || ptr[0].className.indexOf( &#8216;ui-state-disabled&#8217; ) &gt; -1 || ($(td,ts).hasClass(&#8216;noEdit&#8217;)) || ($(td,ts).closest(&#8220;table.ui-jqgrid-btable&#8221;).attr(&#8216;id&#8217;) || &#8221;).replace(&#8220;_frozen&#8221;,&#8221;") !== ts.id ) {&nbsp;</p>
<div>I added noEdit class to column so it wont be clickable.</div>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2070</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync hostgator SSH 2222</title>
		<link>http://www.whoila.com/blog/?p=2068</link>
		<comments>http://www.whoila.com/blog/?p=2068#comments</comments>
		<pubDate>Thu, 03 May 2012 06:32:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2068</guid>
		<description><![CDATA[rsync on hostgator http://forums.hostgator.com/rsync-t55940.html http://blog.aseaofflames.com/2010/10/how-to-backup-your-shared-server/#step1 &#160; rsync -vre &#8216;ssh -p 2222&#8242; . &#8211;exclude &#8216;.hg&#8217; &#8211;exclude &#8216;.git&#8217; me@199.99.99.9:~/www/sitename]]></description>
			<content:encoded><![CDATA[<p>rsync on hostgator</p>
<p><a href="http://forums.hostgator.com/rsync-t55940.html">http://forums.hostgator.com/rsync-t55940.html</a></p>
<p><a href="http://blog.aseaofflames.com/2010/10/how-to-backup-your-shared-server/#step1">http://blog.aseaofflames.com/2010/10/how-to-backup-your-shared-server/#step1</a></p>
<p>&nbsp;</p>
<p>rsync -vre &#8216;ssh -p 2222&#8242; . &#8211;exclude &#8216;.hg&#8217; &#8211;exclude &#8216;.git&#8217; <a href="mailto:me@199.99.99.9:~/www/sitename">me@199.99.99.9:~/www/sitename</a></p>
<div></div>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2068</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who are those dancers in the emirates commercial 2012 &#8220;Hello Tomorrow&#8221;?</title>
		<link>http://www.whoila.com/blog/?p=2066</link>
		<comments>http://www.whoila.com/blog/?p=2066#comments</comments>
		<pubDate>Thu, 03 May 2012 00:32:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2066</guid>
		<description><![CDATA[The guys dancing on stage&#8230; they look like they got some good moves.]]></description>
			<content:encoded><![CDATA[<p>The guys dancing on stage&#8230; they look like they got some good moves.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/kR5m_SdN6VM" frameborder="0"></iframe></p>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2066</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really pissed at Google Storage right now&#8230;</title>
		<link>http://www.whoila.com/blog/?p=2064</link>
		<comments>http://www.whoila.com/blog/?p=2064#comments</comments>
		<pubDate>Tue, 01 May 2012 21:47:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2064</guid>
		<description><![CDATA[I was on the $5/year plan for $20 and when I went to visit the Google Storage recently, it said there was an upgrade to $2.49. I mistakenly thought it was $2.49 for the year but in fact, it&#8217;s per month. They make all the plans look similiar and said it was UPGRADE. So stupid [...]]]></description>
			<content:encoded><![CDATA[<p>I was on the $5/year plan for $20 and when I went to visit the Google Storage recently, it said there was an upgrade to $2.49. I mistakenly thought it was $2.49 for the year but in fact, it&#8217;s per month. They make all the plans look similiar and said it was UPGRADE.</p>
<p>So stupid me, I clicked it and next thing I know, I lost my $5 plan and was put in the higher monthly plan.</p>
<p>Damn you Google. Bullshit.</p>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2064</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fancybox load iframe into fancybox popup manually</title>
		<link>http://www.whoila.com/blog/?p=2062</link>
		<comments>http://www.whoila.com/blog/?p=2062#comments</comments>
		<pubDate>Tue, 17 Apr 2012 22:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2062</guid>
		<description><![CDATA[$.fancybox( &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; { &#8216;href&#8217;: &#8216;www.yahoo.com&#8217; }, &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; { &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#8216;width&#8217;: 950, &#160; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<div>$.fancybox(</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { &#8216;href&#8217;: &#8216;www.yahoo.com&#8217; },</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8216;width&#8217;: 950,</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8216;height&#8217;: 300,</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; overlayShow: true,</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; type: &#8216;iframe&#8217;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }).resize();</div>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2062</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regex to remove abby.com from PDF or mobi files</title>
		<link>http://www.whoila.com/blog/?p=2060</link>
		<comments>http://www.whoila.com/blog/?p=2060#comments</comments>
		<pubDate>Sat, 14 Apr 2012 07:53:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2060</guid>
		<description><![CDATA[http://www.mobileread.com/forums/showthread.php?t=59707&#38;page=2 &#160;&#60;a.+(&#60;b&#62;.*?&#60;/b&#62;)?&#124;(&#60;/p&#62;)? &#160;]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small;"><a href="http://www.mobileread.com/forums/showthread.php?t=59707&amp;page=2">http://www.mobileread.com/forums/showthread.php?t=59707&amp;page=2</a></span></p>
<p><span style="font-size: x-small;">&nbsp;</span><span style="font-size: small;">&lt;a.+(&lt;b&gt;.*?&lt;/b&gt;)?|(&lt;/p&gt;)?</span></p>
<p>&nbsp;</p>
<p><span style="font-size: small;"><br />
</span></p>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2060</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dlink DCS-950 Camera on iPhone and Android phones</title>
		<link>http://www.whoila.com/blog/?p=2058</link>
		<comments>http://www.whoila.com/blog/?p=2058#comments</comments>
		<pubDate>Tue, 10 Apr 2012 07:03:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2058</guid>
		<description><![CDATA[Absolutely useless video quality.]]></description>
			<content:encoded><![CDATA[<p>Absolutely useless video quality.</p>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2058</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireworks Mac OS X Folder Icon template with effects for shadow and highlight</title>
		<link>http://www.whoila.com/blog/?p=2055</link>
		<comments>http://www.whoila.com/blog/?p=2055#comments</comments>
		<pubDate>Thu, 22 Mar 2012 06:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.whoila.com/blog/?p=2055</guid>
		<description><![CDATA[512&#215;512 icon with the shadow effects.]]></description>
			<content:encoded><![CDATA[<p><img src="https://www.box.com/shared/static/ac1b10894d664d46acbe.png" alt="" /></p>
<p>512&#215;512 icon with the shadow effects.</p>]]></content:encoded>
			<wfw:commentRss>http://www.whoila.com/blog/?feed=rss2&#038;p=2055</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

