<?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>infotexture &#187; Coding</title>
	<atom:link href="http://infotexture.net/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://infotexture.net</link>
	<description>Information Architecture &#38; Content Strategy</description>
	<lastBuildDate>Sat, 03 Sep 2011 14:59:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Clever Title Case Perl Script</title>
		<link>http://infotexture.net/2008/05/clever-title-case-perl-script/</link>
		<comments>http://infotexture.net/2008/05/clever-title-case-perl-script/#comments</comments>
		<pubDate>Wed, 21 May 2008 12:05:31 +0000</pubDate>
		<dc:creator>roger</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[title case]]></category>

		<guid isPermaLink="false">http://blog.infotexture.net/index.php/2008/05/21/clever-title-case-perl-script/</guid>
		<description><![CDATA[John Gruber has released a clever Perl script that transforms selected text into title case (without simply capitalizing the first letter of each word as many so-called title case functions do). The script uses a list of &#8220;small words&#8221; which are not capitalized based on guidelines from the New York Times Manual of Style. It’s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://daringfireball.net">John Gruber</a> has released a <a href="http://daringfireball.net/2008/05/title_case">clever Perl script</a> that transforms selected text into title case <em>(without simply capitalizing the first letter of each word as many so-called title case functions do)</em>.</p>

<p>The script uses a list of &#8220;small words&#8221; which are not capitalized based on guidelines from the <a href="http://www.nytstore.com/ProdDetail.aspx?prodId=874">New York Times Manual of Style</a>.</p>

<blockquote>
  <p>It’s a Perl script, so save it as a text file and you can use it anywhere where Perl works. I use it as a system-wide service (with the shortcut Command-Shift-T) via <a href="http://wafflesoftware.net/thisservice/">Jesper’s excellent (and free) ThisService utility</a>.</p>
</blockquote>

<p>Thanks for a very useful addition to the writer&#8217;s toolbox!</p>
]]></content:encoded>
			<wfw:commentRss>http://infotexture.net/2008/05/clever-title-case-perl-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aptana Studio 1.0 Released</title>
		<link>http://infotexture.net/2007/10/aptana-studio-10-released/</link>
		<comments>http://infotexture.net/2007/10/aptana-studio-10-released/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 15:35:11 +0000</pubDate>
		<dc:creator>roger</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Aptana]]></category>

		<guid isPermaLink="false">http://blog.infotexture.net/index.php/2007/10/30/aptana-studio-10-released/</guid>
		<description><![CDATA[The open source Web development environment formerly known as the Aptana IDE has been re-christened as &#8220;Aptana Studio&#8221; and released as Version 1.0. As of v1.0, the Eclipse-based product has been split into two different &#8220;editions&#8221;. The Community Edition remains free, and a new Professional Edition has been introduced for commercial use with &#8220;priority&#8221; support [...]]]></description>
			<content:encoded><![CDATA[<p>The open source Web development environment formerly known as the <a href="http://blog.infotexture.net/index.php/2007/06/11/aptana-the-web-ide/">Aptana IDE</a> has been re-christened as &#8220;Aptana Studio&#8221; and released as Version 1.0.</p>

<p>As of v1.0, the Eclipse-based product has been split into two different &#8220;editions&#8221;. The Community Edition remains free, and a new Professional Edition has been introduced for commercial use with &#8220;priority&#8221; support and a few extra features such as FTPS and SFTP.</p>

<p>For details on the new release, see the <a href="http://www.aptana.com/blog/?p=200">Aptana blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://infotexture.net/2007/10/aptana-studio-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aptana Milestone 9 Released</title>
		<link>http://infotexture.net/2007/08/aptana-milestone-9-released/</link>
		<comments>http://infotexture.net/2007/08/aptana-milestone-9-released/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 13:59:51 +0000</pubDate>
		<dc:creator>roger</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Aptana]]></category>

		<guid isPermaLink="false">http://blog.infotexture.net/index.php/2007/08/28/aptana-milestone-9-released/</guid>
		<description><![CDATA[A new version of the Aptana Web IDE is now available with PHP support that includes Code Assist on PHP functions and parameters, improved PHP syntax colorization, and a PHP outliner. The JavaScript outliner and Ajax libraries have also been updated. Details on changes are available in the Release Notes.]]></description>
			<content:encoded><![CDATA[<p>A new version of the <a href="http://blog.infotexture.net/index.php/2007/06/11/aptana-the-web-ide/">Aptana Web IDE</a> is now available with PHP support that includes Code Assist on PHP functions and parameters, improved PHP syntax colorization, and a PHP outliner. The JavaScript outliner and Ajax libraries have also been updated.</p>

<p>Details on changes are available in the <a href="http://aptana.com/docs/index.php/Aptana_Release_Notes">Release Notes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://infotexture.net/2007/08/aptana-milestone-9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

