<?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>My MacOS X&#187; Text Editor</title>
	<atom:link href="http://www.mymacosx.com/tag/text-editor/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymacosx.com</link>
	<description>Tips and Tricks for the MacOS X</description>
	<lastBuildDate>Fri, 15 Jul 2011 20:10:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Valid HTML and Apply Source Formatting</title>
		<link>http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html</link>
		<comments>http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:20:10 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Coda]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[Utilities Suite]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Text Editor]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=272</guid>
		<description><![CDATA[I could say -  I always write code that’s valid and &#8220;Apply Source Formatting&#8221; as Adobe Dreamweaver CS4 does it , but the truth is I’m a hack. I get things to work with spit and chewing gum, and my code is a sloppy mess. Tidy Service to the rescue! Tidy Service is a OS [...]<p><a href="http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html">Valid HTML and Apply Source Formatting</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-goes-902.html" rel="bookmark" style="color:#000;font-size:13px">iTunes goes 9.0.2: adds support for Apple TV 3.0, kills Pre sync</a><!-- (5.1)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><span> </span>I could say -  I always write code that’s valid and &#8220;<strong>Apply Source Formatting</strong>&#8221; as Adobe Dreamweaver CS4 does it , but the truth is I’m a hack.<br />
I get things to work with spit and chewing gum, and my code is a sloppy mess. Tidy Service to the rescue!</p>
<p>Tidy Service is a OS X Service that cleans up markup using the powerful HTML Tidy library originally created by  Dave Raggett. The version of HTML Tidy used in this build corresponds to the binary version released on February 11th, 2007.</p>
<h3 style="padding-top:20px">HOW DO INSTALL IT?</h3>
<ol>
<li><a href="http://www.pixelfreak.net/tidy_service/Tidy%20Service%201.1.0.dmg" target="_blank">Download Tidy Service</a></li>
<li>Copy TidyService.service file to<em> /Users/&lt;your home directory&gt;/Library/Services/</em><br />
Note: You may need to create the directory &#8220;<strong>Services</strong>&#8221; if it does not already exist.</li>
<li>Logout and then login  again (or restart systyem).<br />
Note: Tidy Sevice               will not appear in the Services menu until you logout, then login</li>
<li>Create settings for TidyService.<br />
create /Users/&lt;your home directory&gt;/TidyService.conf<br />
and insert following settings to TidyService.conf</p>
<pre class="brush: plain; title: ; notranslate">
indent: yes
indent-spaces: 4
wrap: 72
markup: yes
output-xml: no
input-xml: no
show-warnings: no
numeric-entities: no
quote-marks: yes
quote-nbsp: yes
quote-ampersand: no
break-before-br: no
uppercase-tags: no
uppercase-attributes: no
doctype: omit
show-body-only: yes
output-html: yes
tidy-mark: no
</pre>
<p>A detailed listing of options can be found at <a href="http://tidy.sourceforge.net/docs/quickref.html" target="_blank">http://tidy.sourceforge.net/docs/quickref.html</a></li>
<li>Set a shortcut to easy access to Tidy Service. Open Leopard -&gt; System Preferences -&gt; Keyboard -&gt; Keyboard Shortcuts. Select <strong>Services</strong> in left box and set find &#8220;Tidy Markup&#8221; in list.<br />
<img class="alignnone size-full wp-image-273" src="http://www.mymacosx.com/files/2009/10/system.preference.keyboard.png" alt="system.preference.keyboard" width="480" height="218" /></li>
</ol>
<h3 style="padding-top:20px">HOW TO USE</h3>
<p>Tidy Service can be used to clean up HTML markup in any application that supports services by selecting (<a href="http://www.mymacosx.com/textedit/text-editor-macosx-coda.html">Coda</a>, <a href="http://www.codingmonkeys.de/subethaedit">SubEthaEdit</a>, <a href="http://www.tumultco.com/HyperEdit">Tumult HyperEdit</a>, or <a href="http://www.barebones.com/products/textwrangler">TextWrangler</a>) the markup in question and choosing one of the Tidy menu items from the Services menu.<br />
<img class="alignnone size-full wp-image-275" src="http://www.mymacosx.com/files/2009/10/tidy_service1.jpg" alt="tidy_service" width="473" height="372" /><br />
Currently, there are two processing options: Tidy Markup and Tidy to XHTML. Tidy to XHTML instructs the Tidy engine to  generate valid XHTML, while Tidy Markup does not.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html">Valid HTML and Apply Source Formatting</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/software-updates/itunes-goes-902.html" rel="bookmark" style="color:#000;font-size:13px">iTunes goes 9.0.2: adds support for Apple TV 3.0, kills Pre sync</a><!-- (5.1)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Split Windows in Snow Leopard 10.6</title>
		<link>http://www.mymacosx.com/terminal/terminal-split-windows.html</link>
		<comments>http://www.mymacosx.com/terminal/terminal-split-windows.html#comments</comments>
		<pubDate>Thu, 01 Oct 2009 08:05:12 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[short keys]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Text Editor]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=175</guid>
		<description><![CDATA[Snow Leopard’s Terminal has a new very useful feature &#8220;SPLIT&#8221; / &#8220;COLLAPSE&#8221; as in many text editors. Check out the split/collapse window buttons here above the scroll bar: Click the top “split” button or press Command+D shortcut and now you’ve got your window split into two usable panes like so: To collapse the window press [...]<p><a href="http://www.mymacosx.com/terminal/terminal-split-windows.html">Terminal Split Windows in Snow Leopard 10.6</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/snow-leopard-folder-content-previews-in-quick-look.html" rel="bookmark" style="color:#000;font-size:13px">Snow/Leopard &#8211; Folder content previews in Quick Look</a><!-- (10.4)--></li>
		<li><a href="http://www.mymacosx.com/finder/finder-tabbed-windows.html" rel="bookmark" style="color:#000;font-size:13px">Finder tabbed windows</a><!-- (10.2)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/enable-autoplay-of-movies-in-quicktime-player-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Enable autoplay of movies in QuickTime Player in Snow Leopard</a><!-- (9.9)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p>Snow Leopard’s Terminal has a new very useful feature &#8220;SPLIT&#8221; / &#8220;COLLAPSE&#8221; as in many<a title="Text Editors" href="http://www.mymacosx.com/textedit"> text editors</a>. Check out the split/collapse window buttons here above the scroll bar:</p>
<p style="text-align: center"><img class="size-full wp-image-176 aligncenter" src="http://www.mymacosx.com/files/2009/10/split-terminal.png" alt="split terminal button" width="363" height="234" /></p>
<p>Click the top “split” button or press <span style="color: #ff6600"><strong>Command+D</strong></span> shortcut and now you’ve got your window split into two usable panes like so:<br />
<img class="aligncenter size-full wp-image-177" src="http://www.mymacosx.com/files/2009/10/splitwindow.png" alt="Split Window layout" width="450" height="388" />To collapse the window press <span style="color: #ff6600"><strong>Command+Shift+D</strong></span></p>
<p>ALso, you can do multiple splits. Aside from general speed increase I think split pane in Terminal is my new favorite feature.</p>
<p><strong>See the Terminal Splits Windows Movie:</strong><br />
<a href="http://www.mymacosx.com/terminal/terminal-split-windows.html"><img src="http://img.youtube.com/vi/pMeWUH5yP8E/default.jpg" width="130" height="97" border=0></a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/terminal/terminal-split-windows.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/terminal/terminal-split-windows.html">Terminal Split Windows in Snow Leopard 10.6</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/snow-leopard/snow-leopard-folder-content-previews-in-quick-look.html" rel="bookmark" style="color:#000;font-size:13px">Snow/Leopard &#8211; Folder content previews in Quick Look</a><!-- (10.4)--></li>
		<li><a href="http://www.mymacosx.com/finder/finder-tabbed-windows.html" rel="bookmark" style="color:#000;font-size:13px">Finder tabbed windows</a><!-- (10.2)--></li>
		<li><a href="http://www.mymacosx.com/snow-leopard/enable-autoplay-of-movies-in-quicktime-player-in-snow-leopard.html" rel="bookmark" style="color:#000;font-size:13px">Enable autoplay of movies in QuickTime Player in Snow Leopard</a><!-- (9.9)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/terminal/terminal-split-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Editor for Mac OS X &#8211; Coda</title>
		<link>http://www.mymacosx.com/textedit/text-editor-macosx-coda.html</link>
		<comments>http://www.mymacosx.com/textedit/text-editor-macosx-coda.html#comments</comments>
		<pubDate>Wed, 30 Sep 2009 10:37:01 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Coda]]></category>
		<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Text Editor]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=157</guid>
		<description><![CDATA[About Coda Apple Design Awards 2007 winner! So, we code web sites by hand. And one day, it hit us: our web workflow was wonky. We’d have our text editor open, with Transmit open to save files to the server. We’d be previewing in Safari, adjusting SQL in a Terminal, using a CSS editor and [...]<p><a href="http://www.mymacosx.com/textedit/text-editor-macosx-coda.html">Text Editor for Mac OS X &#8211; Coda</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/coda/transfer-your-favorites-from-transmit-to-coda.html" rel="bookmark" style="color:#000;font-size:13px">Transfer Your Favorites from Transmit to Coda</a><!-- (19.3)--></li>
		<li><a href="http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html" rel="bookmark" style="color:#000;font-size:13px">Valid HTML and Apply Source Formatting</a><!-- (7.7)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/imovie-806-update.html" rel="bookmark" style="color:#000;font-size:13px">iMovie 8.0.6 Update</a><!-- (5)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<h3>About Coda</h3>
<p><img class="alignleft size-thumbnail wp-image-31" style="margin-left: 7px;margin-right: 7px" src="http://www.mymacosx.com/files/2009/09/coda-150x150.png" alt="Coda" width="92" height="92" />Apple Design Awards 2007 winner! So, we code web sites by hand. And one day, it hit us: our web workflow was wonky. We’d have our text editor open, with Transmit open to save files to the server. We’d be previewing in Safari, adjusting SQL in a Terminal, using a CSS editor and reading references on the web. “This could be easier,” we declared. “And much cooler.”</p>
<p>Coda is a unique web development environment that offers a complete file browser (both locally and remotely), publishing, full-featured <strong>text editor</strong>, WebKit-based preview, <strong>CSS editor</strong> with visual tools, full-featured <strong>terminal</strong>, built-in reference material, and much more. Coda is the Mac&#8217;s first one-window Web development application that integrates numerous modules into   one cohesive user experience.</p>
<p><img class="aligncenter size-medium wp-image-159" src="http://www.mymacosx.com/files/2009/09/Coda-workplace-300x285.png" alt="Coda - Your Sites screen" width="300" height="285" /><br />
All of the usual languages are supported and styled appropriately including:<br />
<em>CSS, HTML, Javascript, Java, Perl, PHP, Python, Ruby, SQL, XML, and straight text.</em></p>
<blockquote><p>I do web development pretty much every day and have never been a real fan of the all inclusive, live editing types of tools. Honestly tools like Dreamweaver really makes me cringe. So like many others I normally have a separate application for text editing, FTP, shell, and of course a few browsers open. I have to tell you, I&#8217;ve taken the red pill now and doing away with all of these separate tools actually seems possible with Coda.</p></blockquote>
<p>The software is $99 but you do have a trial period to test it out and see if you like it. The staff at Panic appear to be interested in ideas to improve the software further so if you have any suggestions its worth dropping them an email.</p>
<p><strong>System Requirements:</strong><br />
Mac OS X 10.4 or later (include <a title="Snow Leopard 10.6" href="/snow-leopard">Snow Leopard</a>). Official website to download it <a title="Coda - Panic" href="https://www.panic.com/coda/" target="_blank">panic.com</a><br />
<em>See the <strong>Coda text editor</strong> in actions:</em><br />
<a href="http://www.mymacosx.com/textedit/text-editor-macosx-coda.html"><img src="http://img.youtube.com/vi/3FxJq1XBqFk/default.jpg" width="130" height="97" border=0></a></p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/textedit/text-editor-macosx-coda.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/textedit/text-editor-macosx-coda.html">Text Editor for Mac OS X &#8211; Coda</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/coda/transfer-your-favorites-from-transmit-to-coda.html" rel="bookmark" style="color:#000;font-size:13px">Transfer Your Favorites from Transmit to Coda</a><!-- (19.3)--></li>
		<li><a href="http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html" rel="bookmark" style="color:#000;font-size:13px">Valid HTML and Apply Source Formatting</a><!-- (7.7)--></li>
		<li><a href="http://www.mymacosx.com/software-updates/imovie-806-update.html" rel="bookmark" style="color:#000;font-size:13px">iMovie 8.0.6 Update</a><!-- (5)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/textedit/text-editor-macosx-coda.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer Your Favorites from Transmit to Coda</title>
		<link>http://www.mymacosx.com/coda/transfer-your-favorites-from-transmit-to-coda.html</link>
		<comments>http://www.mymacosx.com/coda/transfer-your-favorites-from-transmit-to-coda.html#comments</comments>
		<pubDate>Sat, 05 Sep 2009 07:09:45 +0000</pubDate>
		<dc:creator>Amaga</dc:creator>
				<category><![CDATA[Coda]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Text Editor]]></category>

		<guid isPermaLink="false">http://www.mymacosx.com/?p=27</guid>
		<description><![CDATA[Panic Inc. creates some of the best Mac software on the market. From Coda to Transmit to CandyBar, Panic’s software simply works. One of the great things about two of their most popular applications, Transmit and Coda, is that they function very well together. Coda’s FTP functionality is built on Transmit’s, and, because of this, [...]<p><a href="http://www.mymacosx.com/coda/transfer-your-favorites-from-transmit-to-coda.html">Transfer Your Favorites from Transmit to Coda</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/textedit/text-editor-macosx-coda.html" rel="bookmark" style="color:#000;font-size:13px">Text Editor for Mac OS X &#8211; Coda</a><!-- (19.2)--></li>
		<li><a href="http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html" rel="bookmark" style="color:#000;font-size:13px">Valid HTML and Apply Source Formatting</a><!-- (6.3)--></li>
		<li><a href="http://www.mymacosx.com/utilities-suite/digital-color-web-designer.html" rel="bookmark" style="color:#000;font-size:13px">Digital Color Meter for Web Designer</a><!-- (5.5)--></li>
	</ul>
</div>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.panic.com/" target="_blank"><img class="alignnone size-full wp-image-33" src="http://www.mymacosx.com/files/2009/09/panic.gif" alt="panic" width="39" height="34" />Panic Inc.</a> creates some of the best Mac software on the market. From <a href="http://www.panic.com/coda/" target="_blank">Coda</a> to <a href="http://www.panic.com/transmit/" target="_blank">Transmit</a> to <a href="http://www.panic.com/candybar/" target="_blank">CandyBar</a>, Panic’s software simply works. One of the great things about two of their most popular applications, Transmit and Coda, is that they function very well together. Coda’s FTP functionality is built on Transmit’s, and, because of this, Panic has made it easy to import one’s Favorites from Transmit into Coda.</p>
<p><img class="alignleft size-full wp-image-31" style="margin-left: 5px;margin-right: 15px" src="http://www.mymacosx.com/files/2009/09/coda.png" alt="coda" width="111" height="110" /><img class="alignright size-full wp-image-32" src="http://www.mymacosx.com/files/2009/09/transmit.png" alt="transmit" width="124" height="121" /></p>
<p>To import Favorites from Transmit to Coda:<br />
1.  Launch Coda,<br />
2. Select “Sites” from the menu bar,<br />
3. Choose “Import Transmit Favorites….”</p>
<p>As long as your copy of <span style="text-decoration: underline">Transmit is registered,</span> this feature should work.</p>
<script src="http://feeds.feedburner.com/~s/MyMacosX?i=http://www.mymacosx.com/coda/transfer-your-favorites-from-transmit-to-coda.html" type="text/javascript" charset="utf-8"></script><p><a href="http://www.mymacosx.com/coda/transfer-your-favorites-from-transmit-to-coda.html">Transfer Your Favorites from Transmit to Coda</a> is a post from: <a href="http://www.mymacosx.com">My MacOS X</a></p>


<div style="background-color:#F4F4F4;padding: 5px;border-width:1px; border-style:solid; border-color:#ccc;">
<h3 style="color:#606060;font-size:16px">Related Articles</h3>
<ul>
		<li><a href="http://www.mymacosx.com/textedit/text-editor-macosx-coda.html" rel="bookmark" style="color:#000;font-size:13px">Text Editor for Mac OS X &#8211; Coda</a><!-- (19.2)--></li>
		<li><a href="http://www.mymacosx.com/textedit/valid-html-apply-source-formatting.html" rel="bookmark" style="color:#000;font-size:13px">Valid HTML and Apply Source Formatting</a><!-- (6.3)--></li>
		<li><a href="http://www.mymacosx.com/utilities-suite/digital-color-web-designer.html" rel="bookmark" style="color:#000;font-size:13px">Digital Color Meter for Web Designer</a><!-- (5.5)--></li>
	</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.mymacosx.com/coda/transfer-your-favorites-from-transmit-to-coda.html/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 apc (Feed is rejected)
Page Caching using apc
Database Caching 13/59 queries in 0.016 seconds using apc
Object Caching 1529/1561 objects using apc

Served from: www.mymacosx.com @ 2012-02-10 02:43:30 -->
