<?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>Revolves &#187; Editors And IDEs</title>
	<atom:link href="http://www.revolves.net/category/editors-and-ides/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.revolves.net</link>
	<description>Innovation</description>
	<lastBuildDate>Tue, 27 Dec 2011 15:25:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing Zen Coding 0.6 in Aptana 2</title>
		<link>http://www.revolves.net/installing-zen-coding-0-6-in-aptana-2/</link>
		<comments>http://www.revolves.net/installing-zen-coding-0-6-in-aptana-2/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 03:32:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Editors And IDEs]]></category>

		<guid isPermaLink="false">http://www.revolves.net/?p=310</guid>
		<description><![CDATA[Most of the tutorials for installing zencoding are outdated, explaining the installation of 0.5.x versions, which has a completely different hierarchy. First of all, a new version (as of now), 0.6.1 has been released. If you have just 0.6, then get this new one. Also, delete any previous attempts of installation, i.e. delete any project [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the tutorials for installing zencoding are outdated, explaining the installation of 0.5.x versions, which has a completely different hierarchy.</p>
<p>First of all, a new version (as of now), 0.6.1 has been released. If you have just 0.6, then get this new one. Also, delete any previous attempts of installation, i.e. delete any project you created to install zencoding (probably called zencoding), or this won&#8217;t work.<br />
<span id="more-310"></span></p>
<ol>
<li>Create a new <strong>general project</strong> called zencoding.</li>
<li>The zip of zencoding you downloaded should have bunch of .js files, along with a directory called filters again having a bunch of .js files. Ignore the _MACOSX folder.</li>
<li>Create a new folder called <strong>scripts</strong> in your zencoding project directory, and copy all the zip file contents into it (except for _MACOSX).</li>
<li>Start/Restart Aptana Studio, right click on the project explorer, and select Refresh (or simply press F5).</li>
<li>Now, zencoding should appear in the scripts menu. The shortcut ALT+E doesn&#8217;t work, and I&#8217;ll post a solution soon.</li>
<li>To use zencoding, type a sample syntax, select it, and then select <em>Scripts -> Zen Coding -> Expand Abbrevations</em>.</li>
</ol>
<p>If that still doesn&#8217;t work, post a comment below, and we&#8217;ll see what we can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.revolves.net/installing-zen-coding-0-6-in-aptana-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Converting HTML to PDF With Hyperlinks</title>
		<link>http://www.revolves.net/converting-html-to-pdf-with-hyperlinks/</link>
		<comments>http://www.revolves.net/converting-html-to-pdf-with-hyperlinks/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 17:30:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Editors And IDEs]]></category>

		<guid isPermaLink="false">http://www.revolves.net/?p=293</guid>
		<description><![CDATA[If you open a web page in say, Firefox, click &#8216;print&#8217; and use a PDF driver like PrimoPDF, PDF995 or anything else, you will find that the hyperlinks are not clickable. This is quite annoying. I recently download a book (in HTML format) from Project Gutenberg. The clickable Table of Contents are really great. But [...]]]></description>
			<content:encoded><![CDATA[<p>If you open a web page in say, Firefox, click &#8216;print&#8217; and use a PDF driver like PrimoPDF, PDF995 or anything else, you will find that the <strong>hyperlinks are not clickable</strong>.</p>
<p>This is quite annoying. I recently download a book (in HTML format) from <a href="http://www.gutenberg.org/wiki/Main_Page" target="_blank">Project Gutenberg</a>. The clickable Table of Contents are really great. But I prefer converting it to PDF and reading it there (for many reasons).</p>
<p><strong>What&#8217;s the solution? Simple&#8230;</strong> I opened the HTML file in <em>OpenOffice Writer/Web (sweb.exe)</em>. I used the <em>PDF Export</em> option to write the PDF file. And you&#8217;re all set! The hyperlinks would work great.</p>
<p>At least, I can now enjoy reading those books. I hope this solves your problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.revolves.net/converting-html-to-pdf-with-hyperlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim &#8211; Old Is Indeed Gold</title>
		<link>http://www.revolves.net/vim-old-is-indeed-gold/</link>
		<comments>http://www.revolves.net/vim-old-is-indeed-gold/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 11:31:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Editors And IDEs]]></category>

		<guid isPermaLink="false">http://www.revolves.net/?p=41</guid>
		<description><![CDATA[I mostly program in Python (mainly), PHP and in C/C++. Maybe a few others hear and there. I did try Vim maybe a year ago, when it was 7.0 I guess. I have the say, the article/post which pushed me towards trying it was: Why, oh WHY, do those #?@! nutheads use vi?. Its an [...]]]></description>
			<content:encoded><![CDATA[<p>I mostly program in Python (mainly), PHP and in C/C++. Maybe a few others hear and there. I did try Vim maybe a year ago, when it was 7.0 I guess.</p>
<p>I have the say, the article/post which pushed me towards trying it was: <a href="http://www.viemu.com/a-why-vi-vim.html" rel="nofollow">Why, oh WHY, do those #?@! nutheads use vi?</a>.<br />
<span id="more-41"></span><br />
Its an interesting post, which demonstrates various features of Vim. I should agree that Vim is very powerful, and I&#8217;m writing this very post in Vim. Of course, It&#8217;s not a kind of software which will work the way you want out of the box. You&#8217;ll have to do some basic configurations, especially if you&#8217;re thinking of using it for programming.</p>
<p>For me, I use <a href="http://www.vim.org/scripts/script.php?script_id=1658" rel="nofollow">NERDTree</a> as a FileExplorer inside Vim, just like you&#8217;ll find in IDE&#8217;s like NetBeans. This lets me work conveniently work with say, PHP Frameworks, which have a source structure you need to adhere to, and keep moving between them at times.</p>
<p>I just chose a good dark color scheme for Vim, and you can get a wide variety of them from Vim&#8217;s website.</p>
<p>So, why Vim in the first place? Vim has great features to speed up writing. Its modal architecture allows for manipulation of text using practically all keys of keyboard, as opposed to normal text editors we find these days, where in you need to use CTRL/ALT etc. so as to tell the editor that you&#8217;re executing a command, not inserting text.</p>
<p>I&#8217;m new to Vim, and use only the basic set of features. I&#8217;m learning the more advanced ones, but I thought, Instead of going into a &#8220;learning spree&#8221;, I&#8217;d rather at least see how I can use the basic stuff in my daily life. Judging my comfort level with them in my normal work was important before I jump into advanced features.</p>
<p>The in-built tutorial for Vim does give a good insight about the basic powerful features of Vim. I agree when Vim-ers say it is difficult to document every method by which Vim increases productivity, because there are literally infinite. Vim can be customized by the user to his liking.</p>
<p>I know many people won&#8217;t like Vim. I agree that after using today&#8217;s text editors, it&#8217;s difficult to use something like Vim, which borrows ideas from years into the past. But still, it&#8217;s principle are still valid and increase productivity for those who demand it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.revolves.net/vim-old-is-indeed-gold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP NetBeans &#8211; A Good and Free PHP IDE</title>
		<link>http://www.revolves.net/php-netbeans-a-good-and-free-php-ide/</link>
		<comments>http://www.revolves.net/php-netbeans-a-good-and-free-php-ide/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 07:44:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Editors And IDEs]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.revolves.net/?p=9</guid>
		<description><![CDATA[After a lot of searching for quite a few months, all of a sudden, I stumbled upon PHP Netbeans. I have not even cared to know when it was released, but I never came across it in my previous (maybe lacking?) searches. For PHP coding, I stuck with Notepad++, which had syntax highlighting for all [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot of searching for quite a few months, all of a sudden, I stumbled upon <a href="http://php.netbeans.org/" rel="nofollow">PHP Netbeans</a>. I have not even cared to know when it was released, but I never came across it in my previous (maybe lacking?) searches.<br />
<span id="more-9"></span><br />
For PHP coding, I stuck with <a href="http://notepad-plus.sourceforge.net/" rel="nofollow">Notepad++</a>, which had syntax highlighting for all major languages, including PHP. It did the job quite well, but it lacked Project related features which only a good IDE could provide. Remember, Notepad++ is meant to be an Editor, not a complete IDE. I still use it for small edits, since loading times of IDEs are quite large.</p>
<p>I know, there is even a PHP extension for Eclipse, but I&#8217;ve started preferring Netbeans. You can call it a personal taste. This article is for people who have not yet found a good PHP IDE and still sticking with editors.</p>
<p>So, looking at the Netbeans IDE, it supports creation of new PHP projects as well as projects from existing sources. This is very useful if you&#8217;re using some sort of PHP framework, and want to have access to the entire pre-built directory structure from within the IDE. You can simply right click on a directory and create a new php file etc. I know, this feature looks silly, but I&#8217;ve struggled when editors would provide directory listing, but no option to create a new file there!</p>
<p>The loading time of Netbeans is better than Eclipse based editors like Aptana, and a little less annoying. Netbeans provides with a Navigator, which enlists PHP functions and variables for easy reference. This feature is very useful when you&#8217;re coding large applications.</p>
<p>I really don&#8217;t have that much to say about Netbeans, neither do I intend to specify each feature that it offers, since the Netbeans website does a good job at it. The main point is, it provides a good environment and better flexibility than a simple editor. I don&#8217;t suggest throwing away the editors, they&#8217;re always useful for small changes, as I&#8217;ve mentioned.</p>
<p>If you were dearly searching for a good free PHP IDE, I suggest you to take a look at <a href="http://php.netbeans.org/" rel="nofollow">PHP Netbeans</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.revolves.net/php-netbeans-a-good-and-free-php-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 20/43 queries in 0.030 seconds using disk: basic

Served from: www.revolves.net @ 2012-02-04 13:37:42 -->
