<?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>gHacks technology news &#187; programming</title>
	<atom:link href="http://www.ghacks.net/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regular Expression Coach</title>
		<link>http://www.ghacks.net/2009/04/14/regular-expression-coach/</link>
		<comments>http://www.ghacks.net/2009/04/14/regular-expression-coach/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:21:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regex coach]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[regular expression test]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11991</guid>
		<description><![CDATA[Regular expression can be used to identify strings of text. They are written in a formal language that looks hard to understand on first glance but follows strict rules. Most users associated regular expressions with programming languages and while this is surely a dominant area regular expressions are supported in text editors and other tools. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/regular_expressions.jpg" alt="regular expressions" title="regular expressions" width="156" height="120" class="alignleft size-full wp-image-11988" />Regular expression can be used to identify strings of text. They are written in a formal language that looks hard to understand on first glance but follows strict rules. Most users associated regular expressions with programming languages and while this is surely a dominant area regular expressions are supported in text editors and other tools. One of the most popular is probably grep in the Linux operating system.</p>
<p>The <a href="http://weitz.de/regex-coach/">Regex Coach</a> is an excellent software program to learn regular expressions as it displays realtime results in its interface. The interface itself is divided into two display panes that contain the regular expression and the target strings. Below are tabs and buttons that provide additional functionality.</p>
<p>A user who wants to test a regular expression would enter it in the first column and add a target string in the second. The program automatically highlights the area of the target string that is matched by the regular expression. Any modification to the regular expression will automatically be visualized in the target string pane.</p>
<p><span id="more-11991"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/04/regular_expressions-494x500.png" alt="regular expressions" title="regular expressions" width="494" height="500" class="alignnone size-medium wp-image-11989" /></p>
<p>Invalid entries are displayed automatically as a status message. The program will for instance notify the user if a bracket has not been closed which would make the expression invalid.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/regular_expression_coach-500x395.png" alt="regular expression coach" title="regular expression coach" width="500" height="395" class="alignnone size-medium wp-image-11990" /></p>
<p>The Regex Coach is a learning by doing aid for learning or verifying regular expressions. There is still need for a documentation on regular expressions like <a href="http://www.regular-expressions.info/">this one</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/coding/" title="coding" rel="tag">coding</a>, <a href="http://www.ghacks.net/tag/programming/" title="programming" rel="tag">programming</a>, <a href="http://www.ghacks.net/tag/regex/" title="regex" rel="tag">regex</a>, <a href="http://www.ghacks.net/tag/regex-coach/" title="regex coach" rel="tag">regex coach</a>, <a href="http://www.ghacks.net/tag/regular-expression/" title="regular expression" rel="tag">regular expression</a>, <a href="http://www.ghacks.net/tag/regular-expression-test/" title="regular expression test" rel="tag">regular expression test</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/26/get-a-freelancer/" title="Get a Freelancer (March 26, 2008)">Get a Freelancer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2005/11/28/free-programming-e-books/" title="Free Programming E-Books (November 28, 2005)">Free Programming E-Books</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/07/zc-dvd-creator-platinum-free-full-version/" title="ZC DVD Creator Platinum [Free Full Version] (October 7, 2009)">ZC DVD Creator Platinum [Free Full Version]</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/07/28/youtube-videos-downloader-tubequeue/" title="Youtube Videos Downloader TubeQueue (July 28, 2009)">Youtube Videos Downloader TubeQueue</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/14/regular-expression-coach/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get a Freelancer</title>
		<link>http://www.ghacks.net/2008/03/26/get-a-freelancer/</link>
		<comments>http://www.ghacks.net/2008/03/26/get-a-freelancer/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 12:41:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[copywriting]]></category>
		<category><![CDATA[freelancer]]></category>
		<category><![CDATA[freelancer software]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/26/get-a-freelancer/</guid>
		<description><![CDATA[Get a Freelancer is a website that brings together webmasters and freelancers. I have been using the service twice in the last two months and liked it that much that I thought a review would be nice to spread the word. Webmasters can post -mostly &#8211; IT related projects on Get a Freelancer and freelancers [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://getafreelancer.com/">Get a Freelancer</a> is a website that brings together webmasters and freelancers. I have been using the service twice in the last two months and liked it that much that I thought a review would be nice to spread the word. Webmasters can post -mostly &#8211; IT related projects on Get a Freelancer and freelancers will respond to that project. Those responses will always contain the amount of money that they would charge for completing the project as well as other information.</p>
<p>The project creator can then pick one of the freelancers who responded with an offer. It is possible to use a private messaging system to communicate on site to get the details right before a deal is closed. The website offers an Escrow service that will withhold the money until the project has been finished.</p>
<p>Adding a new project costs $5 which are subtracted from the money that is being paid to the freelancer if one is selected to finish the project. I think that this website offers some nice opportunities for freelancers as well. Just take a look at the average bid amount for certain categories to know what I mean. The price range for most projects lies between $100 and $1000.</p>
<p><span id="more-3624"></span>While the website concentrates on brokering IT deals it does have several other categories that are related in a way or another. You can find and post offers for Accounting, Translations, Photography, Legal Advice or Copywriting on the website as well. </p>
<p>I like to post projects there because I know that my money is safe until the freelancer completes the product to my satisfaction. A rating system that has been implemented makes it easy to analyse a freelancer by previous works that he has done on the site.</p>
<p>I&#8217;m not using the website as a tool to earn money but I guess you could be highly successful if you are an expert in any of the categories that are offered on the website.</p>

	Tags: <a href="http://www.ghacks.net/tag/coding/" title="coding" rel="tag">coding</a>, <a href="http://www.ghacks.net/tag/copywriting/" title="copywriting" rel="tag">copywriting</a>, <a href="http://www.ghacks.net/tag/freelancer/" title="freelancer" rel="tag">freelancer</a>, <a href="http://www.ghacks.net/tag/freelancer-software/" title="freelancer software" rel="tag">freelancer software</a>, <a href="http://www.ghacks.net/tag/programming/" title="programming" rel="tag">programming</a>, <a href="http://www.ghacks.net/tag/projects/" title="projects" rel="tag">projects</a>, <a href="http://www.ghacks.net/tag/webmaster/" title="webmaster" rel="tag">webmaster</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/27/software-for-freelancers/" title="Software for Freelancers (February 27, 2008)">Software for Freelancers</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/14/regular-expression-coach/" title="Regular Expression Coach (April 14, 2009)">Regular Expression Coach</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/06/klok-personal-time-tracking/" title="Klok Personal Time Tracking (May 6, 2008)">Klok Personal Time Tracking</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/02/02/ghacks-web-development-pdf-article-compilation-january-09/" title="Ghacks Web Development PDF Article Compilation January 09 (February 2, 2009)">Ghacks Web Development PDF Article Compilation January 09</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/11/28/free-programming-e-books/" title="Free Programming E-Books (November 28, 2005)">Free Programming E-Books</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/26/get-a-freelancer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Programming E-Books</title>
		<link>http://www.ghacks.net/2005/11/28/free-programming-e-books/</link>
		<comments>http://www.ghacks.net/2005/11/28/free-programming-e-books/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 11:15:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[e-books]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=186</guid>
		<description><![CDATA[The site programmingebooks has an interesting collection of free available e-books about programming languages. The list itself is a little bit chaotic but it contains many programming languages, like HTML, PHP, Perl, Java and C++. ]]></description>
			<content:encoded><![CDATA[<p>The site <a href="http://www.programmingebooks.tk/" target="_blank">programmingebooks</a> has an interesting collection of free available e-books about programming languages. The list itself is a little bit chaotic but it contains many programming languages, like HTML, PHP, Perl, Java and C++. </p>
<p>You find introductions to the languages as well as topics that are best suitable for advanced users. If you are currently learning a programming language or always had the desire to learn one but never wanted to pay lots of money for books this site is for you.</p>
<p><span id="more-186"></span></p>
<p>[tags]html, php, perl, java, c++, tutorials, book, ebook, e-book, help, introduction, programming[/tags]</p>

	Tags: <a href="http://www.ghacks.net/tag/coding/" title="coding" rel="tag">coding</a>, <a href="http://www.ghacks.net/tag/e-books/" title="e-books" rel="tag">e-books</a>, <a href="http://www.ghacks.net/tag/programming/" title="programming" rel="tag">programming</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/14/regular-expression-coach/" title="Regular Expression Coach (April 14, 2009)">Regular Expression Coach</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/26/get-a-freelancer/" title="Get a Freelancer (March 26, 2008)">Get a Freelancer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/09/21/stackoverflowcom/" title="StackOverflow.com (September 21, 2008)">StackOverflow.com</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/09/scriptastique-web-development-roundup/" title="Scriptastique web development roundup (March 9, 2009)">Scriptastique web development roundup</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/how-echo-works-in-php/" title="How echo works in PHP (March 4, 2009)">How echo works in PHP</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2005/11/28/free-programming-e-books/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
