<?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>Make Tech Easier&#187; IDE</title>
	<atom:link href="http://maketecheasier.com/tag/ide/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Scribes: A Lightweight Yet Powerful Text Editor For Linux</title>
		<link>http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08</link>
		<comments>http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08#comments</comments>
		<pubDate>Thu, 08 Sep 2011 23:58:28 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[text editor]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=38127</guid>
		<description><![CDATA[Being a developer, one of the tool that I use on a day-to-day basis is a text editor (or you can call it IDE). I used to love Dreamweaver, but I find that it is too heavy and doesn&#8217;t work well on Linux. Then I switched to Aptana (it was very resource intensive as well), [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08&amp;title=Scribes%3A+A+Lightweight+Yet+Powerful+Text+Editor+For+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08">Scribes: A Lightweight Yet Powerful Text Editor For Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-logo.jpg" alt="scribes-logo" title="scribes-logo" width="200" height="179" class="alignleft size-full wp-image-38142" />Being a developer, one of the tool that I use on a day-to-day basis is a text editor (or you can call it IDE). I used to love <a href="http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20">Dreamweaver</a>, but I find that it is too heavy and doesn&#8217;t work well on Linux. Then I switched to <a href="http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23">Aptana</a> (it was very resource intensive as well), followed by <a href="http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29">gEdit</a>, and lastly <a href="http://maketecheasier.com/build-lightweight-linux-for-low-end-laptop/2011/08/31">Geany</a>. In my opinion, Geany is one of the best lightweight text editor (for Linux) out there. Then Scribes comes along.<br />
<span id="more-38127"></span><br />
Scribes is a minimalist text editor that combines simplicity with power. It provides support for most of the popular programming languages and comes with plenty of useful features to help developers automate some of the repetitive process and churn out code faster. Best of all, it has a distraction free interface so that the users can focus exclusively on their tasks. </p>
<h2>Installation</h2>
<p>If you are using Ubuntu, Scribes is already available in the repository. You can easily install it by <a href="apt:scribes">clicking here</a>, or through the Ubuntu Software Center or Synaptic Package Manager. If you prefer command line:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> scribes</pre></div></div>

<p>For other distro, you can <a href="http://scribes.sourceforge.net/download.html">download the source code here</a>.</p>
<h2>Distraction Free Interface</h2>
<p>When you first run Scribes, you will be surprised to see an empty window with no menu bar, side panel and statusbar. This is the distraction free interface of Scribes. The menu bar is hidden by default. When you maximize Scribes to the full screen, there won&#8217;t be anything else to distract you. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-main-interface.png" alt="scribes-main-interface" title="scribes-main-interface" width="600" height="383" class="aligncenter size-full wp-image-38130" /></p>
<p>At the top-right corner of the window is a red glow. When you hover your mouse over the red glow, the menu bar will appear. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-menubar.png" alt="scribes-menubar" title="scribes-menubar" width="609" height="136" class="aligncenter size-full wp-image-38131" /></p>
<p>The menubar is also minimal with only a few icons. You can open new files or rename the file, and there is no Save button. Scribes comes with an autosave feature, so you don&#8217;t have to worry about losing your work. The most important button in the menubar is the Customization button as this is the place you will be spending most time on initially. </p>
<p>The Preferences option allows you to customize the display style (font, tab width, text wrapping etc) for each language. It supports multiple languages, ranging from plain text, HTML, Java, C++, Objective C, PHP, Ruby, Python to VB.net, and you can configure the display style for them all. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-preferences.png" alt="scribes-preferences" title="scribes-preferences" width="372" height="503" class="aligncenter size-full wp-image-38133" /></p>
<h2>Themes support</h2>
<p>The default theme in Scribes is dark in color with grey background and white text. For those who dislike this theme, Scribes allows you to change the theme to one that is soothing to your eyes. If the themes in the library is not sufficient, you can even <a href="http://scribes.sf.net/gtksv2-themes.tar.bz2" target="_blank" rel="nofollow">download extra themes</a> from the Scribes site. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-color-theme.png" alt="scribes-color-theme" title="scribes-color-theme" width="600" height="409" class="aligncenter size-full wp-image-38135" /></p>
<h2>Template Editor (Snippet)</h2>
<p>The template editor is the most powerful feature in Scribes, allowing the developers to simplify the coding process and avoid writing repetitive codes. By default, the template section is empty for all languages. You can <a href="http://scribes.sourceforge.net/templatesV2.tar.bz2" target="_blank" rel="nofollow">download an existing template</a> from the Scribes site and import them in. </p>
<p><img src="http://imagecdn.maketecheasier.com/2011/09/scribes-template-editor.png" alt="scribes-template-editor" title="scribes-template-editor" width="580" height="506" class="aligncenter size-full wp-image-38137" /></p>
<p>The template snippet works by triggering a keyword. You enter a trigger text (such as &#8220;else&#8221;) and press &#8220;Tab&#8221;. It will then replace the trigger text with the code that you predefined (such as:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span> 
<span style="color: #009900;">&#125;</span><span style="color: #b1b100;">else</span> 
<span style="color: #009900;">&#123;</span><span style="color: #009900;">&#125;</span></pre></div></div>

<h2>Other features of Scribes</h2>
<ul>
<li>Auto completion of previously typed words (no code autocompletion)</li>
<li>Syntax highlighting for 43 programming and scripting languages.</li>
<li>Automatic correction and replacement.</li>
<li>Automatic indentation.</li>
<li>Spell checking</li>
<li>Bookmark specific lines in the document.</li>
<li>Plenty of keyboard shortcuts</li>
<li>Supports zen coding</li>
</ul>
<h2>Conclusion</h2>
<p>As a minimalist text editor, Scribes has done incredibly well. It may not have the bells and whistles of the heaveyweight Dreamweaver, but it does have some killer features that can knock the Goliath off its seat. Scribes is rather extreme in its design, bringing the concept of minimalism to the next level. It may not be suitable for everyone, but I am sure for those who love it, they swear by it.</p>
<p>What about you? Do you love or hate it? </p>
<p><a href="http://scribes.sourceforge.net" title="Scribes">Scribes</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08&amp;title=Scribes%3A+A+Lightweight+Yet+Powerful+Text+Editor+For+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08">Scribes: A Lightweight Yet Powerful Text Editor For Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>4 Great Online Editors For Web Developers</title>
		<link>http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02</link>
		<comments>http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02#comments</comments>
		<pubDate>Fri, 02 Sep 2011 23:58:59 +0000</pubDate>
		<dc:creator>Scott Nesbitt</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=37309</guid>
		<description><![CDATA[Whether you&#8217;re a professional web developer or someone who maintains their own website(s), chances are you do most of your work on a desktop or laptop. Which makes sense, seeing as how there are any number of great web development tools for various operating systems. But what happens if you need to make some changes [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02&amp;title=4+Great+Online+Editors+For+Web+Developers&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02">4 Great Online Editors For Web Developers</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-37310" title="Editing on the web" src="http://imagecdn.maketecheasier.com/2011/08/MTE_OnlineEditors_web.jpg" alt="Editing on the web" width="160" height="120" />Whether you&#8217;re a professional web developer or someone who maintains their own website(s), chances are you do most of your work on a desktop or laptop. Which makes sense, seeing as how there are any number of great web development tools for various operating systems.</p>
<p>But what happens if you need to make some changes to a site or design and are away from that desktop or laptop? And what do you do when you&#8217;re using a tablet or a device like a <a href="http://www.google.com/chromebook/">Chromebook</a>? Since you&#8217;re developing for the web, there&#8217;s no reason why you can&#8217;t turn to the web for help.</p>
<p>It&#8217;s worth checking out one of the number of web-based code editors out there. They range from simple editors to full-blown integrated development environments (IDEs).</p>
<p>Let&#8217;s take a look at four online editors for Web developers.<br />
<span id="more-37309"></span></p>
<h2>1. Codey</h2>
<p><a href="http://codey.co">Codey</a> is a very simple but very effective editor. It enables you to connect to your web servers and create and edit files on those servers.</p>
<p>After you sign up and log in, you&#8217;re asked for the FTP login information for your web server.</p>
<p><img class="aligncenter size-full wp-image-37311" title="Codey FTP settings" src="http://imagecdn.maketecheasier.com/2011/08/MTE_OnlineEditors_codeyFTP.png" alt="Codey FTP settings" width="550" height="306" /></p>
<p>If you maintain multiple sites, you can add more than one server.</p>
<p>Codey&#8217;s editing interface is quite simple. In the navigation pane on the left, you can create a new file or select the file that you want to edit from a list. You&#8217;ll notice that there isn&#8217;t a toolbar that gives you one-click access tags or elements. You need to do all of your coding by hand.</p>
<p><img class="aligncenter size-full wp-image-37312" title="Codey" src="http://imagecdn.maketecheasier.com/2011/08/MTE_OnlineEditors_codey.png" alt="Codey" width="590" height="313" /></p>
<h2>2. ShiftEdit</h2>
<p><a href="http://shiftedit.net">ShiftEdit</a> is a flexible IDE for web development. You can also use it for writing in plain text or <a href="http://maketecheasier.com/getting-to-know-textile/2011/08/13">Textile</a>.</p>
<p>You can get files into ShiftEdit in a number of ways:</p>
<ul>
<li>Creating new files</li>
<li>Uploading files from your hard drive</li>
<li>Importing a DreamWeaver site file</li>
<li>Connecting to a web server via <a href="http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol">SFTP</a></li>
<li>Opening files that are stored in <a href="http://maketecheasier.com/tag/dropbox">Dropbox</a></li>
</ul>
<p><img class="aligncenter size-full wp-image-37313" title="ShiftEdit: selecting a server" src="http://imagecdn.maketecheasier.com/2011/08/MTE_OnlineEditor_shifteditServers.png" alt="ShiftEdit: selecting a server" width="406" height="258" /></p>
<p>As with Codey, you need to code by hand using ShiftEdit. Well, not always. ShiftEdit also has a <em>Design View</em> that acts as a WYSIWYG editor. It actually gives a good representation of what a web page will look like.</p>
<p><img class="aligncenter size-full wp-image-37314" title="ShiftEdit interface" src="http://imagecdn.maketecheasier.com/2011/08/MTE_OnlineEditors_shiftedit.png" alt="ShiftEdit interface" width="590" height="311" /></p>
<p>ShiftEdit has two versions: a free version, and a <a href="http://shiftedit.net/premier">premier edition</a> that will gives you more features, and which will set you back $5 (USD) per month.</p>
<h2>3. JustEdit</h2>
<p>Lying somewhere between Codey and ShiftEdit is <a href="http://jsdo.it/">JustEdit</a>. Using JustEdit, you can write Javascript, HTML5 code, and CSS and view the changes as you type.</p>
<p><img class="aligncenter size-full wp-image-37315" title="Editing with JustEdit" src="http://imagecdn.maketecheasier.com/2011/08/MTE_OnlineEditors_justedit.png" alt="Editing with JustEdit" width="590" height="310" /></p>
<p>The editing interface is very basic. You need to code by hand, but there are three tabs &#8211; one each for Javascript, HTML, and CSS. The preview pane on the right shows how all three look together.</p>
<p>One useful feature of JustEdit is the <em>Smart Phone</em> view. As the name suggests, it gives you a peek at how your page or site will look when viewed with a smartphone.</p>
<p><img class="aligncenter size-full wp-image-37316" title="JustEdit smartphone view" src="http://imagecdn.maketecheasier.com/2011/08/MTE_OnlineEditors_justedit_View.png" alt="JustEdit smartphone view" width="590" height="354" /></p>
<p>JustEdit also has another interesting feature: the ability to <em>fork</em> a project. You can take your code, make a copy of it, and then use that as the basis for another project. You can also fork code that others have shared and make a derivative work or just learn from what others have done.</p>
<h2>4. CodeRun</h2>
<p>If you do any C#, Javascript, or PHP development, then you might want to give <a href="http://www.coderun.com/ide/">CodeRun</a> a close look.</p>
<p>CodeRun resembles a desktop IDE in both its looks and functions. Your work is built around the metaphor of the <em>project</em>. CodeRun builds the skeleton of the project, and has a project management pane that lets you add and remove files from a project, copy and upload files, and view files in a web browser window.</p>
<p><img class="aligncenter size-full wp-image-37317" title="CodeRun" src="http://imagecdn.maketecheasier.com/2011/08/MTE_Online_Editors_coderun.png" alt="CodeRun" width="590" height="301" /></p>
<p>You can run your code, build it, and even download an entire project to your hard drive as a .zip file.</p>
<p>CodeRun keeps you honest by checking your errors in two ways. First, there is a real-time error list at the bottom of the application window. And there&#8217;s a built-in debugger. The debugger can be slow but it does a pretty good job.</p>
<h2>Final Thoughts</h2>
<p>Being away from your computer and your tools doesn&#8217;t mean that you can&#8217;t work on your web development projects. By turning to the web itself, and using the powerful and flexible tools that are available, you don&#8217;t have to miss a beat. You can work, and get things done, no matter where you are.</p>
<p>Photo credit: <a href="http://mrg.bz/jrLNPH" target="_blank" rel="nofollow">ppdigital</a></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02&amp;title=4+Great+Online+Editors+For+Web+Developers&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02">4 Great Online Editors For Web Developers</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transform Gedit Into A Web Developer IDE</title>
		<link>http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29</link>
		<comments>http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29#comments</comments>
		<pubDate>Wed, 29 Dec 2010 21:58:07 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[code editor]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=26345</guid>
		<description><![CDATA[gedit is the default text-editor in Gnome based distro. To many, it may seems like a normal text-editor with no special functions (just like notepad in Windows), but for those regular users, they will swear by it and marvel at how powerful and versatile it can be. With its plugins system, it can easily transform [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29&amp;title=Transform+Gedit+Into+A+Web+Developer+IDE&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29">Transform Gedit Into A Web Developer IDE</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://imagecdn.maketecheasier.com/2010/12/gedit-logo.png" alt="gedit-logo" title="gedit-logo" width="200" height="106" class="alignleft size-full wp-image-27098" />gedit is the default text-editor in Gnome based distro. To many, it may seems like a normal text-editor with no special functions (just like notepad in Windows), but for those regular users, they will swear by it and marvel at how powerful and versatile it can be. With its plugins system, it can easily transform itself from a basic text-editor to complicated and powerful programming IDE. Here&#8217;s how you can do it. </p>
<p><strong>Note</strong>: <em>For this tutorial, I will focus mainly on HTML, PHP and CSS since that are the web programming languages I used. You can modify it to suit your needs.</em><br />
<span id="more-26345"></span><br />
First, install the extra set of gedit plugins In your system.</p>
<p><pre lang="bash">sudo apt-get install gedit-plugins</pre></p>
<p>This will install the following plugins:</p>
<ul>
<li>Commander: Command line interface for advanced editing</li>
<li>Color Picker: Pick a color from a dialog and insert its hexadecimal representation.</li>
<li>Character Map: Insert special characters just by clicking on them.</li>
<li>Draw Spaces: Draw Spaces and Tabs</li>
<li>Session Saver: Save and restore your working sessions</li>
<li>Word Completion: Word completion using the completion framework</li>
<li>Multi Edit: Edit document in multiple places at once</li>
<li>Code comment: Comment out or uncomment a selected block of code.</li>
<li>Bracket Completion: Automatically adds closing brackets.</li>
<li>Show/Hide Tabbar: Add a menu entry to show/hide the tabbar.</li>
<li>Smart Spaces: Forget you&#8217;re not using tabulations.</li>
<li>Embedded Terminal: Embed a terminal in the bottom pane.</li>
<li>Bookmarks: Easy document navigation with bookmarks</li>
<li>Join/Split Lines: Join several lines or split long ones</li>
</ul>
<p>You won&#8217;t need all of them, but it is useful to have them readily available.</p>
<h3>Install gedit-Gmate</h3>
<p>Gmate is an additional set of plugin for gedit to make it more similar to TextMate. It contains code snippets, plugins, and an automatic registration of rails-related files.</p>
<p>To install Gmate:</p>
<p><pre lang="bash">sudo apt-add-repository ppa:ubuntu-on-rails/ppa<br />
sudo apt-get update<br />
sudo apt-get install gedit-gmate exuberant-ctags</pre></p>
<h3>Activating the plugins</h3>
<p>Now that you have installed the extra plugins, it is time to activate and configure the necessary plugins. Open gedit and go to &#8220;<em>Edit -> Preferences</em>&#8220;. Click on the &#8220;Plugins&#8221; tab. </p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/gedit-plugins.png" alt="gedit-plugins" title="gedit-plugins" width="406" height="511" class="aligncenter size-full wp-image-27095" /></p>
<p>Scroll down the list and select the following plugins:</p>
<ul>
<li>bracket completion &#8211; Automatically add closing brackets</li>
<li>class browser &#8211; show all the functions and tags for the current file.</li>
<li>color picker</li>
<li>File browser pane &#8211; easy file access from the side pane</li>
<li>Find in File / Find in Project</li>
<li>Session Saver</li>
<li>Smart indent</li>
<li>TextStyle autocompletion &#8211; Press &#8220;ESC&#8221; to autocomplete</li>
<li>Tag list &#8211; insert commonly used tags</li>
<li>Word Completion</li>
</ul>
<p><strong>Note:</strong> <em>The above plugins are the one that I used. You are free to activate/deactivate any other plugins. </em></p>
<p>Once you have activated the plugins, your gedit should now be equipped with syntax highlighting, auto-completion, tag list for quick insertion, color picker, class browser that display all your functions, file browser, bracket balancing etc.</p>
<h3>Installing extra tag list</h3>
<p>The default tag list only comes with support for HTML and XSL. To add support for PHP, CSS and xHTML, we need to install additional set of tag list. </p>
<p>Download <a href="http://www.micahcarrick.com/files/gedit_webdev_tags-0.1.tar.gz" target="_blank" rel="nofollow">gedit_webdev_tags-0.1.tar.gz</a>. Extract the content into a folder &#8220;taglist&#8221; in your Home directory. Open a terminal:</p>
<p><pre lang="bash">cd taglist<br />
sudo cp *.tags /usr/share/gedit-2/plugins/taglist</pre></p>
<p>Open your gedit, you should be able to see the tag list for CSS, PHP and xHTMLnow.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/gedit-extra-taglist.png" alt="gedit-extra-taglist" title="gedit-extra-taglist" width="350" height="466" class="aligncenter size-full wp-image-27096" /></p>
<h3>Install Clientside</h3>
<p>Clientside plugin for gedit is an useful plugin for web developer who deals with CSS and Javascript. It can minify and beautify javascript and CSS. It also includes jsLint and has option to gzip the current file.</p>
<p>First install the prerequisites:<br />
<pre lang="bash">sudo apt-get install nodejs php5-cli</pre></p>
<p>Download the <a href="https://github.com/trentrichardson/gedit-Clientside-Plugin">ClientSide zip file</a>.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/gedit-download-clientside.png" alt="gedit-download-clientside" title="gedit-download-clientside" width="577" height="203" class="aligncenter size-full wp-image-27090" /></p>
<p>Extract the zip file. Copy the &#8220;<em>clientside.gedit-plugin</em>&#8221; file and the &#8220;<em>clientside</em>&#8221; folder to &#8220;/home/USERNAME/.gnome2/gedit/plugins&#8221;. If the &#8220;<em>plugins</em>&#8221; folder does not exist, create it.</p>
<p>Go to your gedit. In the plugin section, activate the clientside plugin. Click on the Configure Plugin button. Enter the following:</p>
<p><strong>How do I call NodeJS?</strong>: nodejs<br />
<strong>How do I call PHP?</strong>: php</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/gedit-configure-clientside.png" alt="gedit-configure-clientside" title="gedit-configure-clientside" width="411" height="514" class="aligncenter size-full wp-image-27091" /></p>
<h3>Configuring FTP access</h3>
<p>You can directly transfer your files to your server via FTP without a FTP client. </p>
<p>Open Nautilus File Manager and go to &#8220;File -> Connect to Server&#8221;. Connect to your FTP server. Remember to check the box &#8220;Add bookmark&#8221;.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/gedit-configure-ftp-server.png" alt="gedit-configure-ftp-server" title="gedit-configure-ftp-server" width="338" height="350" class="aligncenter size-full wp-image-27092" /></p>
<p>In your gedit, open your side pane and go to the file browser. At the dropdown field, select &#8220;Bookmarks&#8221;. You should see the FTP server bookmark. You can click on it to connect to your server.</p>
<p><img src="http://imagecdn.maketecheasier.com/2010/12/gedit-connect-ftp-server.png" alt="gedit-connect-ftp-server" title="gedit-connect-ftp-server" width="391" height="416" class="aligncenter size-full wp-image-27094" /></p>
<p>That&#8217;s it. Your gedit should be a fully functional web developing IDE now. </p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29&amp;title=Transform+Gedit+Into+A+Web+Developer+IDE&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29">Transform Gedit Into A Web Developer IDE</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Aptana Studio: A Worthy Replacement For Dreamweaver</title>
		<link>http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23</link>
		<comments>http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23#comments</comments>
		<pubDate>Mon, 23 Mar 2009 13:09:04 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[aptana studio]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3685</guid>
		<description><![CDATA[I have been a great fan of Dreamweaver. Even after I migrated to Linux Ubuntu, I still diligently use Dreamweaver (under Wine) for all my coding projects. To say the truth, running Dreamweaver in Linux with wine is not a great experience after all. At times, its performance can be lagging and the font and [...]<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23&amp;title=Aptana+Studio%3A+A+Worthy+Replacement+For+Dreamweaver&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23">Aptana Studio: A Worthy Replacement For Dreamweaver</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3706" title="aptana-logo" src="http://imagecdn.maketecheasier.com/2009/03/aptana-logo.jpg" alt="aptana-logo" width="225" height="79" />I have been a great fan of Dreamweaver. Even after I migrated to Linux Ubuntu, I still diligently use Dreamweaver (under Wine) for all my coding projects. To say the truth, running Dreamweaver in Linux with wine is not a great experience after all. At times, its performance can be lagging and the font and interface can be rather ugly and unmatching to the whole OS theme. The only reason that I am still using it is because I have not been able to find a worthy replacement for it. Quanta Plus, bluefish, geany, Netbeans, Eclipse, I have tried them all, and in my opinion, they are either not as good, or as user-friendly as Dreamweaver. That is until I found Aptana.</p>
<p><span id="more-3685"></span><a href="http://www.aptana.com" target="_blank">Aptana Studio</a> is a free, open source cross platform compatible IDE that supports a large variety of languages. The default Aptana Studio&#8217;s editor comes with full support for HTML, CSS and Javascript. If you are a PHP or Ruby On Rails developer, you can also get it to support the the code you want by adding the respective modules via plugins. Platforms supported by Aptana Studio include PHP, Ruby On Rails, Python, iPhone Web apps, Adobe Air, Nokia and AJAX.</p>
<p>Aptana is based on the popular Eclipse, so if you have been a fan of Eclipse (or Dreamweaver), you shouldn&#8217;t have any problem getting used to Aptana.</p>
<h3>Things that I like about Aptana</h3>
<p><strong>Support various platforms</strong></p>
<p>Aptana is fully extensible by the use of plugins. While the default Aptana Studio&#8217;s editor comes only with full support for HTML, CSS and Javascript, you can install the respective plugins to add PHP, Ruby On Rails, Python or other functionality to it. The plugin management is integrated in the studio, so there is no need for you to download the plugin files and install it manually.</p>
<p><img style="display: inline" title="aptana-plugins" src="http://imagecdn.maketecheasier.com/2009/03/aptanaplugins.jpg" alt="aptana-plugins" width="577" height="535" /></p>
<p><strong>Autocompletion</strong></p>
<p>One thing that I love about Aptana is its tags suggestion, tags explanation and autocompletion feature. When you type a tag, it will show a list of similar tags and give you an explanation of what each tag does. This is also a feature that I like in Dreamweaver and is sorely lacking in most IDE.</p>
<p><img style="display: inline" title="aptana-tags-suggest" src="http://imagecdn.maketecheasier.com/2009/03/aptanatagssuggest.jpg" alt="aptana-tags-suggest" width="577" height="264" /></p>
<p><img style="display: inline" title="aptana-autocompletion" src="http://imagecdn.maketecheasier.com/2009/03/aptanaautocompletion.jpg" alt="aptana-autocompletion" width="346" height="156" /></p>
<p><strong>Tags outline</strong></p>
<p>On the sidebar of the editor&#8217;s window lies the outline pane that allows you to quickly access to any function within the code. This is one handy feature that is useful when you have a large CSS file or a long list of Javascript functions.</p>
<p><img style="display: inline" title="aptana-outline" src="http://imagecdn.maketecheasier.com/2009/03/aptanaoutline.jpg" alt="aptana-outline" width="577" height="323" /></p>
<p><strong>Split view</strong></p>
<p>If you are coding HTML and CSS at the same time, you will want to view the changes you have made on the CSS file on your HTML file instantly. By placing the two files side by side, you can quickly make changes to the CSS file and view the result on the HTML preview.</p>
<p>You can also have two instant of the same file, one in the Source mode while another is in the Preview mode. This make it easier for you to check the output of your code.</p>
<p><img style="display: inline" title="aptana-split-view" src="http://imagecdn.maketecheasier.com/2009/03/aptanasplitview.jpg" alt="aptana-split-view" width="577" height="346" /></p>
<h3>Conclusion</h3>
<p>There are still many other features in Aptana, such as Cloud hosting, FTP/SFTP support, inbuilt Web server, AJAX server, that I did not mention, either because I have no use for them or I have not tried them out yet. However, for those things that I have used , I must say that I am pretty impress with it.</p>
<p>One thing though, the installation in Ubuntu is not as straightforward as expected. I did spend some time before I can get it to work. In my next tutorial, I will go through the steps to <a href="http://maketecheasier.com/install-aptana-studio-in-ubuntu-intrepid/2009/03/23">install Aptana on Ubuntu 8.10</a>.</p>
<p>Have you tried Aptana? Do you love it? Share with us in the comments.</p>
<p><!--adsense#468x60--></p>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23&amp;title=Aptana+Studio%3A+A+Worthy+Replacement+For+Dreamweaver&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23">Aptana Studio: A Worthy Replacement For Dreamweaver</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

