<?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; Web development</title>
	<atom:link href="http://maketecheasier.com/tag/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<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... <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><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/aptana-studio-a-worthy-replacement-for-dreamweaver/2009/03/23' title='Aptana Studio: A Worthy Replacement For Dreamweaver'>Aptana Studio: A Worthy Replacement For Dreamweaver</a></li>
<li><a href='http://maketecheasier.com/scribes-a-lightweight-yet-powerful-text-editor-for-linux/2011/09/08' title='Scribes: A Lightweight Yet Powerful Text Editor For Linux'>Scribes: A Lightweight Yet Powerful Text Editor For Linux</a></li>
<li><a href='http://maketecheasier.com/transform-gedit-into-a-web-developer-ide/2010/12/29' title='Transform Gedit Into A Web Developer IDE'>Transform Gedit Into A Web Developer IDE</a></li>
<li><a href='http://maketecheasier.com/5-online-code-editors/2010/03/31' title='5 Online Code Editors to Help You Code On The Go'>5 Online Code Editors to Help You Code On The Go</a></li>
</ul>
<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>Using Kate As a Web Editor</title>
		<link>http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09</link>
		<comments>http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:03:59 +0000</pubDate>
		<dc:creator>Tavis J. Hampton</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[kate]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8276</guid>
		<description><![CDATA[There are many applications out there that provide project-based web development tools and very feature-rich interfaces, but sometimes all you really need is a good text editor. For those times, there are few editors that can stand up to the KDE powerhouse called Kate. Kate is a multi-document interface (MDI) text... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" 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/using-kate-as-a-web-editor/2009/11/09" 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/using-kate-as-a-web-editor/2009/11/09&amp;title=Using+Kate+As+a+Web+Editor&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/using-kate-as-a-web-editor/2009/11/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09">Using Kate As a Web Editor</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-8277" src="http://imagecdn.maketecheasier.com/2009/11/kate-logo.jpg" alt="accessories-text-editor" width="128" height="128" />There are many applications out there that provide project-based web development tools and very feature-rich interfaces, but sometimes all you really need is a good text editor. For those times, there are few editors that can stand up to the KDE powerhouse called <a href="http://kate-editor.org/" target="_blank">Kate</a>.</p>
<p>Kate is a multi-document interface (MDI) text editor, available for both KDE 3 and 4. It runs on multiple Linux and Unix-like platforms, Mac OS X, and  Windows. It also includes a component called KatePart, which runs inside numerous other KDE applications, including Quanta+ (on KDE 3 only), KWrite, Konqueror, and Kdevelop. Kate provides syntax highlighting for over 120 text formats, making it perfect for whatever programming language you choose.<br />
<span id="more-8276"></span></p>
<h3>HTML Editing</h3>
<p><img class="size-full wp-image-8278 aligncenter" src="http://imagecdn.maketecheasier.com/2009/11/kate-php.jpg" alt="kate-php" width="575" height="379" /></p>
<p>Kate will highlight HTML markup and underline errors, particularly when you forget to close a tag.  It will also group text within tags, so that you can see what content is where. It will display folding markers, small arrows on the side, that you can use to collapse or expand a tag and its contents. To toggle folding markers, press F9. For that reason, if you are coding in XHTML, make sure to use the XML highlighting rather than HTML.  It will then appropriately mark single tags that are not closed with arrows.</p>
<p><img class="aligncenter size-full wp-image-8279" src="http://imagecdn.maketecheasier.com/2009/11/kate-php1.jpg" alt="Kate folding markers" width="472" height="106" /></p>
<p>To enable XML highlighting:</p>
<p>1. Click Tools in the main menu<br />
2. Navigate to &#8220;Highlighting&#8221;, &#8220;Markup&#8221;, and finally to &#8220;XML&#8221;.</p>
<p>You can also do the same for PHP and other web scripting languages. Kate will generally highlight all of these, so you can usually leave the settings at the default.</p>
<p>Kate includes a dynamic word wrap feature, useful for documents with large amounts of text. Toggle it on or off with F10. Press F11 to toggle line numbers, and you will notice that a wrapped line has symbols indicating that it is still part of the previous line.</p>
<h3>Multiple Documents</h3>
<p>With Kate, you can edit multiple documents at once. The left-hand column will display the list of currently opened files, and you can move through them by clicking on the file you want to edit, by clicking the forward or back buttons, or by holding the Alt key and pressing the left or right arrow. Control+S will save your current document, and Control+L will save all open documents.</p>
<h3>Sessions</h3>
<p>Kate has a handy feature called &#8220;Sessions&#8221; that allows you to pick up work right where you left off the last time you were editing. For example, you might have eight documents for a particular project. Rather than having to open each document one at a time every time you want to work on them, you can save a Kate session that will automatically open those documents when activated. To save a session:</p>
<p>1. Click Sessions<br />
2. Click Save As&#8230;<br />
3. Give your session a name.</p>
<p><img class="aligncenter size-full wp-image-8280" src="http://imagecdn.maketecheasier.com/2009/11/kate-php2.jpg" alt="Kate session chooser" width="416" height="244" /></p>
<p>The next time you want to return to that project, just open the session you saved.</p>
<h3>Remote Editing</h3>
<p>There are times when you need to edit a document quickly right on the server. While you could SSH into the server and use whatever text editor is available from the command line, you will miss some of the many benefits of Kate. Furthermore, if you have a shared hosting account, you might not even have access to SSH.  With Kate, you can open a document live on the server via FTP, SFTP, and any other protocol supported by KDE. To accomplish this, do the following:</p>
<p>1. Login to your web server using the normal method. You can use Dolphin or Konqueror.<br />
2. Navigate to the folder containing the file you want to edit.<br />
3. Right click on the file and open it with Kate.<br />
4. Repeat those steps for multiple files if necessary.</p>
<h3>Find</h3>
<p>Kate&#8217;s find feature is very useful with long documents. To activate it, press Control-F. It will open a dialog at the bottom of the window. You can find each instance individually and scroll through the results with the &#8220;Next&#8221; and &#8220;Previous&#8221; buttons, or click &#8220;Options&#8221; and &#8220;Highlight all&#8221; to see all results highlighted at once.</p>
<p>Click the arrow on the far right to expand the find dialog further, and it will add a &#8220;replace&#8221; feature. With it you can find a tag or piece of content and replace every instance of it with something else or nothing at all.  Kate will also remember your searches so that you can perform them again by pressing the down arrow on the right side of the search box.</p>
<p>I have only touched the surface of the many features available in Kate. The best way to find out exactly what Kate can offer you is to try it out for yourself. I highly recommend it, not only for KDE users, but for anyone. Kate is available through any Linux distribution that offers KDE.</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/install-kde-in-windows/2009/11/23' title='How to Install KDE in Windows'>How to Install KDE in Windows</a></li>
<li><a href='http://maketecheasier.com/qute-a-fancy-text-editor-for-linux/2012/04/19' title='Qute: A Fancy Text Editor for Linux'>Qute: A Fancy Text Editor for Linux</a></li>
<li><a href='http://maketecheasier.com/start-with-vim-linux/2012/03/01' title='How to Start With Vim [Linux]'>How to Start With Vim [Linux]</a></li>
<li><a href='http://maketecheasier.com/check-gmail-account-with-kmail/2012/02/08' title='How to Check Your Gmail Account with Kmail'>How to Check Your Gmail Account with Kmail</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09" 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/using-kate-as-a-web-editor/2009/11/09" 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/using-kate-as-a-web-editor/2009/11/09&amp;title=Using+Kate+As+a+Web+Editor&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/using-kate-as-a-web-editor/2009/11/09" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/using-kate-as-a-web-editor/2009/11/09">Using Kate As a Web Editor</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/using-kate-as-a-web-editor/2009/11/09/feed</wfw:commentRss>
		<slash:comments>28</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... <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--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/4-great-online-editors-for-web-developers/2011/09/02' title='4 Great Online Editors For Web Developers'>4 Great Online Editors For Web Developers</a></li>
<li><a href='http://maketecheasier.com/microsoft-pledges-to-eliminate-pre-packaged-bloatware-with-signature/2012/05/21' title='Microsoft Pledges to Eliminate Pre-Packaged Bloatware With &#8216;Signature&#8217;'>Microsoft Pledges to Eliminate Pre-Packaged Bloatware With &#8216;Signature&#8217;</a></li>
<li><a href='http://maketecheasier.com/the-review-of-fx-photo-studio-mac/2012/04/05' title='The Review of FX Photo Studio [Mac]'>The Review of FX Photo Studio [Mac]</a></li>
<li><a href='http://maketecheasier.com/understand-terms-and-conditions-without-reading-them/2011/12/08' title='How to Understand Terms and Conditions Without Reading Them'>How to Understand Terms and Conditions Without Reading Them</a></li>
</ul>
<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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 23:04:18 -->
