<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for zytzagoo's den.</title>
	<atom:link href="http://zytzagoo.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zytzagoo.net/blog</link>
	<description>On life, web dev and everything in between.</description>
	<lastBuildDate>Thu, 11 Feb 2010 15:18:21 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Extracting images from HTML using regular expressions by JenniC</title>
		<link>http://zytzagoo.net/blog/2008/01/23/extracting-images-from-html-using-regular-expressions/comment-page-1/#comment-1783</link>
		<dc:creator>JenniC</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/01/23/extracting-images-from-html-using-regular-expressions/#comment-1783</guid>
		<description>Nice. Here is another script using biterscripting that will extract the images. To make sure it handles all the input formats you listed (thanks), I am using

- case-insensitive search
- regular expression with charsets (so char can be either &#039; or &quot;, etc.)

# Script ExtractImages.txt
var str page, content, image
cat $page &gt; $content
while ( { sen -r -c &quot;^ 0 )
do
    stex -r -c &quot;^ null # Discards portion upto &quot; $image # Extracts &quot;src...=...(&#039;&quot;)...(&#039;&quot;)&quot; into $image
    stex -r -c &quot;^(&#039;\&quot;)^]&quot; $image &gt; null # Discards portion upto the opening &#039; or &quot;.
    stex -r -c &quot;[^(&#039;\&quot;)^&quot; $image &gt; null # Discards portion starting at the closing &#039; or &quot;.
    echo $image   # Lists the image path
done



Save the script in file C:/Scripts/ExtractImages.txt, run it as

script &quot;C:/Scripts/ExtractImages.txt&quot; page(&quot;http://www.somesite.com/somepage.html&quot;)


The documentation for the sen, stex, etc. commands is at http://www.biterscripting.com/helppages_editors.html . You may find some useful goodies in there.</description>
		<content:encoded><![CDATA[<p>Nice. Here is another script using biterscripting that will extract the images. To make sure it handles all the input formats you listed (thanks), I am using</p>
<p>- case-insensitive search<br />
- regular expression with charsets (so char can be either &#8216; or &#8220;, etc.)</p>
<p># Script ExtractImages.txt<br />
var str page, content, image<br />
cat $page &gt; $content<br />
while ( { sen -r -c &#8220;^ 0 )<br />
do<br />
    stex -r -c &#8220;^ null # Discards portion upto &#8221; $image # Extracts &#8220;src&#8230;=&#8230;(&#8217;&#8221;)&#8230;(&#8217;&#8221;)&#8221; into $image<br />
    stex -r -c &#8220;^(&#8217;\&#8221;)^]&#8221; $image &gt; null # Discards portion upto the opening &#8216; or &#8220;.<br />
    stex -r -c &#8220;[^(&#8217;\&#8221;)^&#8221; $image &gt; null # Discards portion starting at the closing &#8216; or &#8220;.<br />
    echo $image   # Lists the image path<br />
done</p>
<p>Save the script in file C:/Scripts/ExtractImages.txt, run it as</p>
<p>script &#8220;C:/Scripts/ExtractImages.txt&#8221; page(&#8221;http://www.somesite.com/somepage.html&#8221;)</p>
<p>The documentation for the sen, stex, etc. commands is at <a href="http://www.biterscripting.com/helppages_editors.html" rel="nofollow">http://www.biterscripting.com/helppages_editors.html</a> . You may find some useful goodies in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress core update not working? Suhoshin might be the reason. by zytzagoo</title>
		<link>http://zytzagoo.net/blog/2009/11/13/wordpress-core-update-not-working-suhoshin-might-be-the-reason/comment-page-1/#comment-1782</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=299#comment-1782</guid>
		<description>@sasa: Sibni mail na hosting support da imas problem sa updateom wordpressa, vjerojatno ce znati o cemu se radi. Mozes im frknut i link na post.</description>
		<content:encoded><![CDATA[<p>@sasa: Sibni mail na hosting support da imas problem sa updateom wordpressa, vjerojatno ce znati o cemu se radi. Mozes im frknut i link na post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress core update not working? Suhoshin might be the reason. by sasa</title>
		<link>http://zytzagoo.net/blog/2009/11/13/wordpress-core-update-not-working-suhoshin-might-be-the-reason/comment-page-1/#comment-1781</link>
		<dc:creator>sasa</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=299#comment-1781</guid>
		<description>To se sranje meni desava sad sa 2.9.1 apdejtom.</description>
		<content:encoded><![CDATA[<p>To se sranje meni desava sad sa 2.9.1 apdejtom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The importance of peers at the work place by andras</title>
		<link>http://zytzagoo.net/blog/2009/11/19/the-importance-of-peers-at-the-work-place/comment-page-1/#comment-1779</link>
		<dc:creator>andras</dc:creator>
		<pubDate>Fri, 15 Jan 2010 14:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=307#comment-1779</guid>
		<description>and thats why today ur in a whole day meeting.. weeeee.</description>
		<content:encoded><![CDATA[<p>and thats why today ur in a whole day meeting.. weeeee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Running IE6, IE7 and IE8 On Ubuntu Intrepid (8.10) Using VirtualBox by Eric Blue&#8217;s Blog &#187; Blog Archive &#187; Weekly Lifestream for January 14th</title>
		<link>http://zytzagoo.net/blog/2009/03/20/howto-running-ie6-ie7-and-ie8-on-ubuntu-intrepid-810-using-virtualbox/comment-page-1/#comment-1778</link>
		<dc:creator>Eric Blue&#8217;s Blog &#187; Blog Archive &#187; Weekly Lifestream for January 14th</dc:creator>
		<pubDate>Fri, 15 Jan 2010 00:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=175#comment-1778</guid>
		<description>[...] Shared HOWTO: Running IE6, IE7 and IE8 On Ubuntu Intrepid (8.10) Using VirtualBox &#124; zytzagoo&#8217;s den.. [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared HOWTO: Running IE6, IE7 and IE8 On Ubuntu Intrepid (8.10) Using VirtualBox | zytzagoo&#8217;s den.. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Mac or PC&#8221; Rap Music Video &#8211; Mac vs PC by base</title>
		<link>http://zytzagoo.net/blog/2008/01/28/mac-or-pc-rap-music-video-mac-vs-pc/comment-page-1/#comment-1777</link>
		<dc:creator>base</dc:creator>
		<pubDate>Mon, 11 Jan 2010 17:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/2008/01/28/mac-or-pc-rap-music-video-mac-vs-pc/#comment-1777</guid>
		<description>right clickahh yeah</description>
		<content:encoded><![CDATA[<p>right clickahh yeah</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The importance of peers at the work place by Natasa</title>
		<link>http://zytzagoo.net/blog/2009/11/19/the-importance-of-peers-at-the-work-place/comment-page-1/#comment-1764</link>
		<dc:creator>Natasa</dc:creator>
		<pubDate>Sat, 28 Nov 2009 17:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=307#comment-1764</guid>
		<description>Stop whining, you pussy :)
I have a clue. Tiny clue.</description>
		<content:encoded><![CDATA[<p>Stop whining, you pussy :)<br />
I have a clue. Tiny clue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A PHP script for removing Thumbs.db, .DS_Store, MacOS hidden and other annoying files by zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/comment-page-1/#comment-1753</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Tue, 24 Nov 2009 08:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=43#comment-1753</guid>
		<description>@suk: Thanks for the comments. New version of the script is uploaded to the link above (http://zytzagoo.net/code/housekeeping/housekeeping.phps), this one should output &lt;br/&gt; tags if you&#039;re running it through a web server.</description>
		<content:encoded><![CDATA[<p>@suk: Thanks for the comments. New version of the script is uploaded to the link above (<a href="http://zytzagoo.net/code/housekeeping/housekeeping.phps)" rel="nofollow">http://zytzagoo.net/code/housekeeping/housekeeping.phps)</a>, this one should output &lt;br/&gt; tags if you&#8217;re running it through a web server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A PHP script for removing Thumbs.db, .DS_Store, MacOS hidden and other annoying files by suk</title>
		<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/comment-page-1/#comment-1751</link>
		<dc:creator>suk</dc:creator>
		<pubDate>Tue, 24 Nov 2009 08:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=43#comment-1751</guid>
		<description>&lt;b&gt;awesome&lt;/b&gt;..  it worked. just a tiny suggestion, to output a br tag after each line so it&#039;s easier to read the output. :)

great script, and thanks again!</description>
		<content:encoded><![CDATA[<p><b>awesome</b>..  it worked. just a tiny suggestion, to output a br tag after each line so it&#8217;s easier to read the output. :)</p>
<p>great script, and thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A PHP script for removing Thumbs.db, .DS_Store, MacOS hidden and other annoying files by zytzagoo</title>
		<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/comment-page-1/#comment-1750</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=43#comment-1750</guid>
		<description>@suk: Yep. Just read comment #3 and act accordingly. Standard disclaimers still apply :)</description>
		<content:encoded><![CDATA[<p>@suk: Yep. Just read comment #3 and act accordingly. Standard disclaimers still apply :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
