<?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 on: Little app to help you code 10+ times faster</title>
	<atom:link href="http://web.enavu.com/daily_tip/little-app-to-help-you-code-10-times-faster/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:22:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: teebee</title>
		<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/comment-page-1/#comment-1343</link>
		<dc:creator>teebee</dc:creator>
		<pubDate>Wed, 27 Jan 2010 22:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=274#comment-1343</guid>
		<description>I know this is an older thread but just in case others stumble across it I&#039;ve been using PhraseExpress (http://www.phraseexpress.com/) for Windows and like it.</description>
		<content:encoded><![CDATA[<p>I know this is an older thread but just in case others stumble across it I&#8217;ve been using PhraseExpress (<a href="http://www.phraseexpress.com/" rel="nofollow">http://www.phraseexpress.com/</a>) for Windows and like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boba</title>
		<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/comment-page-1/#comment-1342</link>
		<dc:creator>Boba</dc:creator>
		<pubDate>Thu, 17 Sep 2009 17:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=274#comment-1342</guid>
		<description>I often work on modifying websites so i can&#039;t use templates, that&#039;s where expander comes handy, i just type startjquery hit TAB and voila i got the page set up for jquery :)</description>
		<content:encoded><![CDATA[<p>I often work on modifying websites so i can&#8217;t use templates, that&#8217;s where expander comes handy, i just type startjquery hit TAB and voila i got the page set up for jquery <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/comment-page-1/#comment-1341</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=274#comment-1341</guid>
		<description>An important principle is Don&#039;t Repeat Yourself; I think that if you&#039;re writing many times a day the piece with $(document).ready() you have to consider using a php template (more complicated: Zend_View_Helper_HeadScript and similar). :)</description>
		<content:encoded><![CDATA[<p>An important principle is Don&#8217;t Repeat Yourself; I think that if you&#8217;re writing many times a day the piece with $(document).ready() you have to consider using a php template (more complicated: Zend_View_Helper_HeadScript and similar). <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fsilber</title>
		<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/comment-page-1/#comment-1340</link>
		<dc:creator>fsilber</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=274#comment-1340</guid>
		<description>Good tools don&#039;t make you write or generate the same bit of code ten times a day.  Those which do, suck.

Wicket and GWT, in contrast, let you abstract out the common bits, because all of the web page&#039;s logic (even the display logic) is written in _JAVA_.</description>
		<content:encoded><![CDATA[<p>Good tools don&#8217;t make you write or generate the same bit of code ten times a day.  Those which do, suck.</p>
<p>Wicket and GWT, in contrast, let you abstract out the common bits, because all of the web page&#8217;s logic (even the display logic) is written in _JAVA_.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boba</title>
		<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/comment-page-1/#comment-1339</link>
		<dc:creator>Boba</dc:creator>
		<pubDate>Wed, 16 Sep 2009 13:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=274#comment-1339</guid>
		<description>@Ayhan Alkan - Thanks, will check it out for sure :)

@Antony - Well yeah, it helps remember the code, but once you remember it you can spare a lot of time by using this. Sometimes when you are in a hurry to finish a project this helps a lot :)

@Daniel - Not everyone is using good IDE&#039;s. :)</description>
		<content:encoded><![CDATA[<p>@Ayhan Alkan &#8211; Thanks, will check it out for sure <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Antony &#8211; Well yeah, it helps remember the code, but once you remember it you can spare a lot of time by using this. Sometimes when you are in a hurry to finish a project this helps a lot <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Daniel &#8211; Not everyone is using good IDE&#8217;s. <img src='http://web.enavu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Bos</title>
		<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/comment-page-1/#comment-1338</link>
		<dc:creator>Daniel Bos</dc:creator>
		<pubDate>Wed, 16 Sep 2009 11:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=274#comment-1338</guid>
		<description>Any good IDE should support this out-of-the-box. At least in Eclipse it&#039;s easy to create templates to do this.</description>
		<content:encoded><![CDATA[<p>Any good IDE should support this out-of-the-box. At least in Eclipse it&#8217;s easy to create templates to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony</title>
		<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/comment-page-1/#comment-1337</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Wed, 16 Sep 2009 11:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=274#comment-1337</guid>
		<description>You can create templates in eclipse for this too.

Thing is though, I like having to type the same bits of code over and over - it makes me remember it.  Otherwise I&#039;d come to rely on my text expander, which wouldn&#039;t help me in an interview situation</description>
		<content:encoded><![CDATA[<p>You can create templates in eclipse for this too.</p>
<p>Thing is though, I like having to type the same bits of code over and over &#8211; it makes me remember it.  Otherwise I&#8217;d come to rely on my text expander, which wouldn&#8217;t help me in an interview situation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayhan Alkan</title>
		<link>http://web.enavu.com/daily-tip/little-app-to-help-you-code-10-times-faster/comment-page-1/#comment-1336</link>
		<dc:creator>Ayhan Alkan</dc:creator>
		<pubDate>Wed, 16 Sep 2009 11:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://tutsvalley.com/?p=274#comment-1336</guid>
		<description>AutoHotKey (http://www.autohotkey.com/) is a free tool which it has text expansion among a huge list of its capabilities.</description>
		<content:encoded><![CDATA[<p>AutoHotKey (<a href="http://www.autohotkey.com/" rel="nofollow">http://www.autohotkey.com/</a>) is a free tool which it has text expansion among a huge list of its capabilities.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
