<?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: Primitive Tooling</title>
	<atom:link href="http://blog.echo-flow.com/2009/05/20/primitive-tooling/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.echo-flow.com/2009/05/20/primitive-tooling/</link>
	<description>MODELLING AND SIMULATION, WEB ENGINEERING, USER INTERFACES</description>
	<lastBuildDate>Wed, 10 Aug 2011 20:54:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://blog.echo-flow.com/2009/05/20/primitive-tooling/comment-page-1/#comment-154</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 12 May 2011 01:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.echo-flow.com/?p=16#comment-154</guid>
		<description>Hi Tom,

Transmit looks like a nice application. In GNU/Linux world, I typically use network-transparent filesystems which make use of the FUSE library, e.g. sshfs for ssh, ftpfs for ftp. These tools allow one to mount a remote filesystem via a specific protocal to a local directory. This is quite versatile - for example, I&#039;ve been able to stream music using sshfs and mplayer (some buffering is required, though). Unfortunately, I haven&#039;t found a good Webdav client for GNU/Linux, so there&#039;s some work to be done there.

I&#039;m still using Vim as my primary editor, and I&#039;ve added some new tooling for developing js: 

http://www.javascriptlint.com/
http://www.vim.org/scripts/script.php?script_id=2578

This is lightweight, unobtrusive, complements my workflow, and is overall great. Plugins to integrate JavaScript Lint exist for many different environments, so this might be something to investigate for Dreamweaver/bbedit.

I&#039;ve also started using Git from the command line for version control and mirroring. You can create a local Git repository, and then set up a mirror over ssh - you then push only the changes you made since last commit:

https://gist.github.com/569530

I use this for backing up projects I haven&#039;t released, but I suspect it might also be useful for deploying websites.</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>Transmit looks like a nice application. In GNU/Linux world, I typically use network-transparent filesystems which make use of the FUSE library, e.g. sshfs for ssh, ftpfs for ftp. These tools allow one to mount a remote filesystem via a specific protocal to a local directory. This is quite versatile &#8211; for example, I&#8217;ve been able to stream music using sshfs and mplayer (some buffering is required, though). Unfortunately, I haven&#8217;t found a good Webdav client for GNU/Linux, so there&#8217;s some work to be done there.</p>
<p>I&#8217;m still using Vim as my primary editor, and I&#8217;ve added some new tooling for developing js: </p>
<p><a href="http://www.javascriptlint.com/" rel="nofollow">http://www.javascriptlint.com/</a><br />
<a href="http://www.vim.org/scripts/script.php?script_id=2578" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=2578</a></p>
<p>This is lightweight, unobtrusive, complements my workflow, and is overall great. Plugins to integrate JavaScript Lint exist for many different environments, so this might be something to investigate for Dreamweaver/bbedit.</p>
<p>I&#8217;ve also started using Git from the command line for version control and mirroring. You can create a local Git repository, and then set up a mirror over ssh &#8211; you then push only the changes you made since last commit:</p>
<p><a href="https://gist.github.com/569530" rel="nofollow">https://gist.github.com/569530</a></p>
<p>I use this for backing up projects I haven&#8217;t released, but I suspect it might also be useful for deploying websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://blog.echo-flow.com/2009/05/20/primitive-tooling/comment-page-1/#comment-153</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 12 May 2011 00:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.echo-flow.com/?p=16#comment-153</guid>
		<description>After years of using Dreamweaver, Transmit and sometimes bbEdit, I thought Aptana was total crap. I gave it an honest months try. And it is bloated. Everybody on stack overflow reccomended it which generally that community gives good advice, but I prefer a Zen environment for coding in. I don&#039;t think Dreamweaver is the best tool either, though Transmit seems to be the best FTP program I have used and it is so simple.

Things as simple as no wordwrap in Aptana 3.0 or the file permissions getting screwed up everytime I saved a file were enough to make me move Aptana to the trash and go back to a simpler method. Also their support is basically like &quot;Word wrap is not a priority&quot;.

Such simple features to me are important.</description>
		<content:encoded><![CDATA[<p>After years of using Dreamweaver, Transmit and sometimes bbEdit, I thought Aptana was total crap. I gave it an honest months try. And it is bloated. Everybody on stack overflow reccomended it which generally that community gives good advice, but I prefer a Zen environment for coding in. I don&#8217;t think Dreamweaver is the best tool either, though Transmit seems to be the best FTP program I have used and it is so simple.</p>
<p>Things as simple as no wordwrap in Aptana 3.0 or the file permissions getting screwed up everytime I saved a file were enough to make me move Aptana to the trash and go back to a simpler method. Also their support is basically like &#8220;Word wrap is not a priority&#8221;.</p>
<p>Such simple features to me are important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.echo-flow.com/2009/05/20/primitive-tooling/comment-page-1/#comment-152</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 20 Apr 2011 11:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.echo-flow.com/?p=16#comment-152</guid>
		<description>Hi,
That&#039;s not Eclipse in the screenshot, but Vim running inside of GNU Screen, inside a translucent gnome-terminal.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
That&#8217;s not Eclipse in the screenshot, but Vim running inside of GNU Screen, inside a translucent gnome-terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adesh</title>
		<link>http://blog.echo-flow.com/2009/05/20/primitive-tooling/comment-page-1/#comment-151</link>
		<dc:creator>adesh</dc:creator>
		<pubDate>Wed, 20 Apr 2011 06:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.echo-flow.com/?p=16#comment-151</guid>
		<description>Can you teach me how to  make the eclipse transluscent like yours

I too use eclipse with ubuntu .</description>
		<content:encoded><![CDATA[<p>Can you teach me how to  make the eclipse transluscent like yours</p>
<p>I too use eclipse with ubuntu .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joris</title>
		<link>http://blog.echo-flow.com/2009/05/20/primitive-tooling/comment-page-1/#comment-3</link>
		<dc:creator>Joris</dc:creator>
		<pubDate>Tue, 28 Jul 2009 06:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.echo-flow.com/?p=16#comment-3</guid>
		<description>It does not sound that you prefer IDE above editors. It sounds more that IDE&#039;s are missing some strong editor features VIM has and some parts of an IDE are not 100% completed.&lt;br /&gt;Basically, you made your own IDE.&lt;br /&gt;&lt;br /&gt;I still the best of both worlds. For a big project a use a good IDE that has been adapted to my needs. Eclipse with some proper plug-ins. So that my focus is only in writing code and the others (like debugging, version control, quality tools) is done with one click.&lt;br /&gt;So that I can stay in one screen all the time.&lt;br /&gt;&lt;br /&gt;Small applications, I will always use the comfort of a good editor like VIM.</description>
		<content:encoded><![CDATA[<p>It does not sound that you prefer IDE above editors. It sounds more that IDE&#39;s are missing some strong editor features VIM has and some parts of an IDE are not 100% completed.<br />Basically, you made your own IDE.</p>
<p>I still the best of both worlds. For a big project a use a good IDE that has been adapted to my needs. Eclipse with some proper plug-ins. So that my focus is only in writing code and the others (like debugging, version control, quality tools) is done with one click.<br />So that I can stay in one screen all the time.</p>
<p>Small applications, I will always use the comfort of a good editor like VIM.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

