<?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>crwld.org</title>
	<atom:link href="http://crwld.org/main/feed/" rel="self" type="application/rss+xml" />
	<link>http://crwld.org/main</link>
	<description>@ .my world</description>
	<lastBuildDate>Wed, 01 Jul 2009 13:17:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TextFindIT Reviews</title>
		<link>http://crwld.org/main/2009/07/01/textfindit-reviews/</link>
		<comments>http://crwld.org/main/2009/07/01/textfindit-reviews/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:17:58 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=367</guid>
		<description><![CDATA[Just to say thanks to the ones that reviewed TextFindIT.
Check them out at the TextFindIT official post.
FreewareFiles.com
DownloadTube.com
BeyondSearch.com
]]></description>
			<content:encoded><![CDATA[<p>Just to say thanks to the ones that reviewed TextFindIT.<br />
Check them out at the <a href="http://crwld.org/main/2009/05/07/textfindit/">TextFindIT official post</a>.</p>
<p><a target="_blank" href="http://freewarefiles.com">FreewareFiles.com</a><br />
<a target="_blank" href="http://downloadtube.com">DownloadTube.com</a><br />
<a target="_blank" href="http://arnoldit.com/wordpress">BeyondSearch.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/07/01/textfindit-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextFindIT 1.5</title>
		<link>http://crwld.org/main/2009/06/29/textfindit-1-5/</link>
		<comments>http://crwld.org/main/2009/06/29/textfindit-1-5/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 19:01:21 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=355</guid>
		<description><![CDATA[TextFindIT 1.5 is now available for download.
Official post at LINK
Log:
1.5
-> Now working for PDF files (using colorpilot.com/pdflibrary.html);
-> You can now use the &#8216;Del&#8217; key to remove an extension from the list;
-> No more case sensitive/non-case sensitive problems with the extensions;
-> Keywords are now separated by commas instead of spaces;
-> New icon made freely available by [...]]]></description>
			<content:encoded><![CDATA[<p>TextFindIT 1.5 is now available for download.<br />
Official post at <a href="http://crwld.org/main/2009/05/07/textfindit/">LINK</a></p>
<p><strong>Log:</strong><br />
1.5<br />
<em>-> Now working for PDF files (using colorpilot.com/pdflibrary.html);<br />
-> You can now use the &#8216;Del&#8217; key to remove an extension from the list;<br />
-> No more case sensitive/non-case sensitive problems with the extensions;<br />
-> Keywords are now separated by commas instead of spaces;<br />
-> New icon made freely available by Artua.com;<br />
-> Some graphical improvements;<br />
-> Installation is now required.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/06/29/textfindit-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[C#] How to get all folders and sub-folders within a path?</title>
		<link>http://crwld.org/main/2009/06/17/c-how-to-get-all-folders-and-sub-folders-within-a-path/</link>
		<comments>http://crwld.org/main/2009/06/17/c-how-to-get-all-folders-and-sub-folders-within-a-path/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 15:22:37 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[C\C++\C#]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[How to?]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[subfolders]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=297</guid>
		<description><![CDATA[Hi,
As you probably may know, C# library has a function that allows you to get all folders and sub-folders within a certain path. Even though it&#8217;s simple and easy to use, you can face a few problems when trying to access files that for some reason are not accessible. This simply throws an exception and [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>As you probably may know, C# library has a function that allows you to get all folders and sub-folders within a certain path. Even though it&#8217;s simple and easy to use, you can face a few problems when trying to access files that for some reason are not accessible. This simply throws an exception and the application fails.<br />
When searching for sub-folders, there is no way to get all the exceptions thrown since they can be quite a lot, so the solution is to do a &#8216;get folders and sub-folders&#8217; function yourself. Note that when we simply want the folders within a path (no sub-folders) then it is possible to catch the exceptions.<br />
The code provided below was used in my project <a target="_blank" href="http://crwld.org/main/2009/05/07/textfindit/">TextFindIT</a>.</p>
<p>The function below will get all folders and sub-folders within a path and will add the results to a <code>List</code> of strings.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="csharp" style="font-family:monospace;">   <span style="color: #008080; font-style: italic;">//Get folders in a path</span>
   List<span style="color: #008000;">&lt;</span><span style="color: #FF0000;">string</span><span style="color: #008000;">&gt;</span> folders <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> List<span style="color: #008000;">&lt;</span><span style="color: #FF0000;">string</span><span style="color: #008000;">&gt;</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// Our list of folders where we will keep the results</span>
   folders <span style="color: #008000;">=</span> GetAllFolders<span style="color: #000000;">&#40;</span>path<span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// Call the function</span></pre></td></tr></table></div>

<p>So the code above will just call our function and send a valid path <code>path</code>.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
</pre></td><td class="code"><pre class="csharp" style="font-family:monospace;">   <span style="color: #008080; font-style: italic;">//Returns all folders inside a folder, including sub-folders</span>
   <span style="color: #0600FF;">private</span> List<span style="color: #008000;">&lt;</span><span style="color: #FF0000;">string</span><span style="color: #008000;">&gt;</span> GetAllFolders<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span> path<span style="color: #000000;">&#41;</span>
   <span style="color: #000000;">&#123;</span>
       List<span style="color: #008000;">&lt;</span><span style="color: #FF0000;">string</span><span style="color: #008000;">&gt;</span> folders <span style="color: #008000;">=</span> <span style="color: #008000;">new</span> List<span style="color: #008000;">&lt;</span><span style="color: #FF0000;">string</span><span style="color: #008000;">&gt;</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// The list of results to be returned</span>
       folders.<span style="color: #0000FF;">Add</span><span style="color: #000000;">&#40;</span>path<span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// Our first result is our path (top folder)</span>
&nbsp;
       <span style="color: #008080; font-style: italic;">// For each folder in our path, we will add the folder to the list, and check for sub-folders within that folder.</span>
       <span style="color: #0600FF;">foreach</span> <span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span> folder <span style="color: #0600FF;">in</span> GetFolders<span style="color: #000000;">&#40;</span>path<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>
       <span style="color: #000000;">&#123;</span>
          folders.<span style="color: #0000FF;">Add</span><span style="color: #000000;">&#40;</span>folder<span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// Add the folder as a result</span>
          folders.<span style="color: #0000FF;">AddRange</span><span style="color: #000000;">&#40;</span>GetAllFolders<span style="color: #000000;">&#40;</span>folder<span style="color: #000000;">&#41;</span>.<span style="color: #0000FF;">ToList</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// Get all folders and sub-folders within the folder</span>
       <span style="color: #000000;">&#125;</span>
&nbsp;
       <span style="color: #0600FF;">return</span> folders<span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// Return the list of results</span>
   <span style="color: #000000;">&#125;</span>
&nbsp;
   <span style="color: #008080; font-style: italic;">//Returns all folders inside a folder (top only)</span>
   <span style="color: #0600FF;">private</span> <span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> GetFolders<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">string</span> path<span style="color: #000000;">&#41;</span>
   <span style="color: #000000;">&#123;</span>
      <span style="color: #FF0000;">string</span><span style="color: #000000;">&#91;</span><span style="color: #000000;">&#93;</span> folders <span style="color: #008000;">=</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#125;</span><span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// Array of results</span>
&nbsp;
      <span style="color: #008080; font-style: italic;">// Below we try to add the folders inside 'path' and catch any possible exceptions.</span>
      <span style="color: #0600FF;">try</span>
      <span style="color: #000000;">&#123;</span>
         folders <span style="color: #008000;">=</span> Directory.<span style="color: #0000FF;">GetDirectories</span><span style="color: #000000;">&#40;</span>path, <span style="color: #666666;">&quot;*&quot;</span>, SearchOption.<span style="color: #0000FF;">TopDirectoryOnly</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span>
      <span style="color: #000000;">&#125;</span>
      <span style="color: #0600FF;">catch</span>
      <span style="color: #000000;">&#123;</span>
         <span style="color: #008080; font-style: italic;">//catch exceptions to avoid breaking the search</span>
      <span style="color: #000000;">&#125;</span>
&nbsp;
      <span style="color: #0600FF;">return</span> folders<span style="color: #008000;">;</span> <span style="color: #008080; font-style: italic;">// Return the results</span>
   <span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

<p>So basically, for each folder inside our path, we will check for sub-folders, and for each sub-folder we will also check for sub-folders, and so on&#8230;<br />
Notice the line <code>folders.AddRange(GetAllFolders(folder).ToList());</code>. We are calling the function <code>GetAllFolders</code> while still inside of that same function. This is called <a target="_blank" href="http://www.cprogramming.com/tutorial/lesson16.html">Recursion</a>. Also, because <code>GetAllFolders</code> returns a <code>List</code> of strings with the results, we must do <code>.AddRange(...)</code> to add to our main <code>List</code> of strings the entire list of results (i.e. add a <code>List</code> to a <code>List</code>).<br />
In the second function, we just put in an array all the folders inside <code>path</code> by doing <code>Directory.GetDirectories(path, "*", SearchOption.TopDirectoryOnly);</code> while catching any possible exception. <code>path</code> is our current path, <code>*</code> is the search pattern (in this case it&#8217;s anything), and the last parameter <code>SearchOption.TopDirectoryOnly</code> is our search options (top only). Because we are not trying to go for sub-folders it is possible to do this (catch the exceptions), otherwise it wouldn&#8217;t.</p>
<p>And I guess that&#8217;s basically it.<br />
Hope you find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/06/17/c-how-to-get-all-folders-and-sub-folders-within-a-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextFindIT Video Demonstration</title>
		<link>http://crwld.org/main/2009/06/13/textfindit-video-demonstration/</link>
		<comments>http://crwld.org/main/2009/06/13/textfindit-video-demonstration/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:54:56 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[How to?]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[demonstration]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=289</guid>
		<description><![CDATA[I&#8217;ve just uploaded a short video demonstration of TextFindIT.
You can probably view it better in youtube with HD enabled. Enjoy.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just uploaded a short video demonstration of TextFindIT.<br />
You can probably view it better in youtube with HD enabled. Enjoy.</p>
<p><center><!-- Smart Youtube --><span class="youtube"><object width="480" height="360"><param name="movie" value="http://www.youtube.com/v/6YvDXGtkr3o&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D22" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/6YvDXGtkr3o&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;ap=%2526fmt%3D22" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360" ></embed><param name="wmode" value="transparent" /></object></span></center></p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/06/13/textfindit-video-demonstration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;FUTURAMA&#8221; RETURNS</title>
		<link>http://crwld.org/main/2009/06/12/futurama-returns/</link>
		<comments>http://crwld.org/main/2009/06/12/futurama-returns/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 17:31:44 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[futurama]]></category>
		<category><![CDATA[returns]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=279</guid>
		<description><![CDATA[Probably the greatest news that all Futurama fans were longing to hear. Futurama is returning to the big screen! (or should I say small?).
The 26 new episodes will be available in mid 2010 and will be aired on Comedy Central.
NEW YORK, June 10, 2009 &#8212; 20th Century Fox Television, the animation powerhouse that brought &#8220;Family [...]]]></description>
			<content:encoded><![CDATA[<p>Probably the greatest news that all Futurama fans were longing to hear. <strong>Futurama is returning</strong> to the big screen! (or should I say small?).<br />
The <strong>26 new episodes</strong> will be available in <strong>mid 2010</strong> and will be aired on <strong>Comedy Central</strong>.</p>
<blockquote><p>NEW YORK, June 10, 2009 &#8212; 20th Century Fox Television, the animation powerhouse that brought &#8220;Family Guy&#8221; back from the dead five years ago, has done it again: Matt Groening and David X. Cohen&#8217;s brilliantly subversive animated sci-fi comedy &#8220;Futurama&#8221; will return to production on 26 new half-hour episodes more than six years after the series aired its last original episode. The move comes on the heels of the series&#8217; blockbuster performance on DVD and on COMEDY CENTRAL; the announcement was made today by Twentieth Century Fox Television Chairmen Gary Newman and Dana Walden, and David Bernath, senior vice president, programming for COMEDY CENTRAL.</p></blockquote>
<p>@ <a target="_blank" href="http://www.comedycentral.com/press/press_releases/2009/061009_futurama_returns.jhtml">comedycentral.com</a></p>
<p>All Futurama fans can finally breath of relief after 6 long years of wishing for this announcement.<br />
Go party now&#8230;meatbag!</p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/06/12/futurama-returns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Peregrine glove</title>
		<link>http://crwld.org/main/2009/06/10/peregrine-glove/</link>
		<comments>http://crwld.org/main/2009/06/10/peregrine-glove/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 15:34:32 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[e3]]></category>
		<category><![CDATA[glove]]></category>
		<category><![CDATA[peregrine]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=199</guid>
		<description><![CDATA[Initially developed for military purposes, the Peregrine glove is like a &#8216;glove controller&#8217; for games, and was introduced at E3 2009.
It has a total of 40 contact points combinations and it will be available this Fall for about 100€.
How it works:

Demonstration:

.
More information about Peregrine glove at engadget.
]]></description>
			<content:encoded><![CDATA[<p>Initially developed for military purposes, the <strong>Peregrine</strong> glove is like a &#8216;glove controller&#8217; for games, and was introduced at E3 2009.<br />
It has a total of 40 contact points combinations and it will be available this Fall for about 100€.</p>
<p><strong>How it works:</strong></p>
<p><center><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/BrAuhHiudPs&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/BrAuhHiudPs&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></center></p>
<p><strong>Demonstration:</strong></p>
<p><center><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/2JXTctbg4Sc&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/2JXTctbg4Sc&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></center><br />
.</p>
<p>More information about <strong>Peregrine</strong> glove at <a target="blank_" href="http://www.engadget.com/2009/06/04/peregrine-wires-you-into-a-keyboard-we-go-hands-in/">engadget</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/06/10/peregrine-glove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010</title>
		<link>http://crwld.org/main/2009/05/30/visual-studio-2010/</link>
		<comments>http://crwld.org/main/2009/05/30/visual-studio-2010/#comments</comments>
		<pubDate>Sat, 30 May 2009 23:33:14 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=185</guid>
		<description><![CDATA[Microsoft has recently released the first beta of Visual Studio 2010, as well as the new .Net Framework.

You can find more information at Microsoft.com.
]]></description>
			<content:encoded><![CDATA[<p>Microsoft has recently released the first beta of Visual Studio 2010, as well as the new .Net Framework.</p>
<p><center><img src="http://crwld.org/main/wp-content/uploads/2009/05/vs2010b1.jpg"></center></p>
<p>You can find more information at <a target="_blank" href="http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx">Microsoft.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/05/30/visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextFindIT 1.4</title>
		<link>http://crwld.org/main/2009/05/30/textfindit-14/</link>
		<comments>http://crwld.org/main/2009/05/30/textfindit-14/#comments</comments>
		<pubDate>Sat, 30 May 2009 23:13:00 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=178</guid>
		<description><![CDATA[Ok, thanks to Mehmet comment saying he couldn&#8217;t search in compressed files, I just noticed a major fail in the application. The main top folder was not being included in the search&#8230;how could I miss that lol. Yep&#8230;big fail.
Anyway, I suppose it&#8217;s working ok now, and it should now be able to search inside compressed [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, thanks to <strong>Mehmet</strong> comment saying he couldn&#8217;t search in compressed files, I just noticed a major fail in the application. The main top folder was not being included in the search&#8230;how could I miss that lol. Yep&#8230;big fail.<br />
Anyway, I suppose it&#8217;s working ok now, and it should now be able to search inside compressed files.</p>
<p>1.4<br />
<em>-> Major bug corrected, in which the main top folder wouldn’t be included in the search. (ahhh)</em></p>
<p>A thanks goes to <strong>Mehmet</strong> <img src='http://crwld.org/main/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/05/30/textfindit-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextFindIT 1.3</title>
		<link>http://crwld.org/main/2009/05/10/textfindit-13/</link>
		<comments>http://crwld.org/main/2009/05/10/textfindit-13/#comments</comments>
		<pubDate>Sun, 10 May 2009 16:26:27 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=174</guid>
		<description><![CDATA[
Log:
1.3
-> Ability to search by keywords;
-> Log window re-designed;
-> Some minor improvements.
]]></description>
			<content:encoded><![CDATA[<p>
<strong>Log:</strong><br />
1.3<br />
<em>-> Ability to search by keywords;<br />
-> Log window re-designed;<br />
-> Some minor improvements.</em><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/05/10/textfindit-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextFindIT 1.2</title>
		<link>http://crwld.org/main/2009/05/08/textfindit-12/</link>
		<comments>http://crwld.org/main/2009/05/08/textfindit-12/#comments</comments>
		<pubDate>Fri, 08 May 2009 16:08:29 +0000</pubDate>
		<dc:creator>Buttpt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://crwld.org/main/?p=170</guid>
		<description><![CDATA[
Log:
1.2
-> Case sensitive now works for file names;
-> Cancel function improved;
-> Corrected an error with the log.
1.1
-> Case sensitive;
-> General extension (.*);
-> Added extensions and path to log;
-> ‘Enter’ to add extension;
-> Catch file access errors.
]]></description>
			<content:encoded><![CDATA[<p>
<strong>Log:</strong><br />
1.2<br />
<em>-> Case sensitive now works for file names;<br />
-> Cancel function improved;<br />
-> Corrected an error with the log.</em><br />
1.1<br />
<em>-> Case sensitive;<br />
-> General extension (.*);<br />
-> Added extensions and path to log;<br />
-> ‘Enter’ to add extension;<br />
-> Catch file access errors.</em><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://crwld.org/main/2009/05/08/textfindit-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
