<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: 30 Panic Coda Tips and Tricks</title>
	<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks</link>
	<description>Successful Blogging Made Simple</description>
	<pubDate>Thu, 24 Jul 2008 16:36:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: gaeta</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-14065</link>
		<dc:creator>gaeta</dc:creator>
		<pubDate>Fri, 04 Apr 2008 16:20:33 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-14065</guid>
		<description>// I hope your form will not break my script anymore
// I work on a mac, but coda is set to UTF8
// Anyway, include this script to refresh your page on a fancy way


function jsinit(){
	funkitimer(100,100)
	}
function funkitimer(i,j){
	var progressmax = document.getElementById('timer').offsetWidth;
	//var sURL = window.location;
	var sURL = "http://localhost:8888/portfolio-active/bubblewoks/index.php"
	document.getElementById('timercontent').innerHTML = unescape(sURL);
	document.getElementById('timerprogress').style.width= (progressmax/j)*(j-i) + "px";
	if( i == 0){
		window.location.replace( sURL );
		}
	i--;
	timerid = setTimeout("funkitimer("+i+","+j+")",10);
	}


#timer{
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: 20px;
	overflow: hidden;
	border: 1px solid #9F9;
	border-top-width: 0;
	}
#timerbackground{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #CF9;
	opacity: 0.8;
	}
#timerprogress{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #FFF;
	opacity: 0.5;
	}
#timercontent{
	position: absolute;
	top: 0;
	left: 0;
	font-family: monospace, "Courier New", Courier, Monaco, monospace;
	color: #660;
	}








//to be sure ths is my last post here's the same thing in code-tags
&lt;code&gt;
&lt;script type="text/javascript"&gt;
function jsinit(){
	funkitimer(100,100)
	}
function funkitimer(i,j){
	var progressmax = document.getElementById('timer').offsetWidth;
	//var sURL = window.location;
	var sURL = "http://localhost:8888/portfolio-active/bubblewoks/index.php"
	document.getElementById('timercontent').innerHTML = unescape(sURL);
	document.getElementById('timerprogress').style.width= (progressmax/j)*(j-i) + "px";
	if( i == 0){
		window.location.replace( sURL );
		}
	i--;
	timerid = setTimeout("funkitimer("+i+","+j+")",10);
	}
&lt;/script&gt;
&lt;style type="text/css"&gt;
#timer{
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: 20px;
	overflow: hidden;
	border: 1px solid #9F9;
	border-top-width: 0;
	}
#timerbackground{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #CF9;
	opacity: 0.8;
	}
#timerprogress{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #FFF;
	opacity: 0.5;
	}
#timercontent{
	position: absolute;
	top: 0;
	left: 0;
	font-family: monospace, "Courier New", Courier, Monaco, monospace;
	color: #660;
	}
&lt;/style&gt;



&lt;body onLoad="jsinit()"&gt;
&lt;div id="timer"&gt;&lt;div id="timerbackground"&gt;&lt;/div&gt;&lt;div id="timerprogress"&gt;&lt;/div&gt;&lt;div id="timercontent"&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/body&gt;&lt;/code&gt;


&lt;b&gt;Webmaster:&lt;/b&gt; Please delete my preview post, i will ask my question again

Anyone who know how you could to autosave your documents in coda?
i wrote also a autosave script in apple script. But it doesn’t work.
Coda is not scriptable that sucks!</description>
		<content:encoded><![CDATA[<p>// I hope your form will not break my script anymore<br />
// I work on a mac, but coda is set to UTF8<br />
// Anyway, include this script to refresh your page on a fancy way</p>
<p>function jsinit(){<br />
	funkitimer(100,100)<br />
	}<br />
function funkitimer(i,j){<br />
	var progressmax = document.getElementById(&#8217;timer&#8217;).offsetWidth;<br />
	//var sURL = window.location;<br />
	var sURL = &#8220;http://localhost:8888/portfolio-active/bubblewoks/index.php&#8221;<br />
	document.getElementById(&#8217;timercontent&#8217;).innerHTML = unescape(sURL);<br />
	document.getElementById(&#8217;timerprogress&#8217;).style.width= (progressmax/j)*(j-i) + &#8220;px&#8221;;<br />
	if( i == 0){<br />
		window.location.replace( sURL );<br />
		}<br />
	i&#8211;;<br />
	timerid = setTimeout(&#8221;funkitimer(&#8221;+i+&#8221;,&#8221;+j+&#8221;)&#8221;,10);<br />
	}</p>
<p>#timer{<br />
	position: absolute;<br />
	top: 0;<br />
	left: 20%;<br />
	width: 60%;<br />
	height: 20px;<br />
	overflow: hidden;<br />
	border: 1px solid #9F9;<br />
	border-top-width: 0;<br />
	}<br />
#timerbackground{<br />
	position: absolute;<br />
	top: 0;<br />
	left: 0;<br />
	height: 100%;<br />
	width: 100%;<br />
	background: #CF9;<br />
	opacity: 0.8;<br />
	}<br />
#timerprogress{<br />
	position: absolute;<br />
	top: 0;<br />
	left: 0;<br />
	height: 100%;<br />
	width: 0;<br />
	background: #FFF;<br />
	opacity: 0.5;<br />
	}<br />
#timercontent{<br />
	position: absolute;<br />
	top: 0;<br />
	left: 0;<br />
	font-family: monospace, &#8220;Courier New&#8221;, Courier, Monaco, monospace;<br />
	color: #660;<br />
	}</p>
<p>//to be sure ths is my last post here&#8217;s the same thing in code-tags<br />
<code><br />
<script type="text/javascript">
function jsinit(){
	funkitimer(100,100)
	}
function funkitimer(i,j){
	var progressmax = document.getElementById(\'timer\').offsetWidth;
	//var sURL = window.location;
	var sURL = "http://localhost:8888/portfolio-active/bubblewoks/index.php"
	document.getElementById(\'timercontent\').innerHTML = unescape(sURL);
	document.getElementById(\'timerprogress\').style.width= (progressmax/j)*(j-i) + "px";
	if( i == 0){
		window.location.replace( sURL );
		}
	i--;
	timerid = setTimeout("funkitimer("+i+","+j+")",10);
	}
</script></p>
<style type="text/css">
#timer{
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: 20px;
	overflow: hidden;
	border: 1px solid #9F9;
	border-top-width: 0;
	}
#timerbackground{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #CF9;
	opacity: 0.8;
	}
#timerprogress{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #FFF;
	opacity: 0.5;
	}
#timercontent{
	position: absolute;
	top: 0;
	left: 0;
	font-family: monospace, "Courier New", Courier, Monaco, monospace;
	color: #660;
	}
</style>
<p><body onLoad="jsinit()"></p>
<div id="timer">
<div id="timerbackground"></div>
<div id="timerprogress"></div>
<div id="timercontent"></div>
</div>
<p></body></code></p>
<p><b>Webmaster:</b> Please delete my preview post, i will ask my question again</p>
<p>Anyone who know how you could to autosave your documents in coda?<br />
i wrote also a autosave script in apple script. But it doesn’t work.<br />
Coda is not scriptable that sucks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaeta</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-14064</link>
		<dc:creator>gaeta</dc:creator>
		<pubDate>Fri, 04 Apr 2008 15:47:09 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-14064</guid>
		<description>Always had to refesh manualy preview.
sometimes it the url get sometimes changed to a local filepath.

I will get you out, include this in your page!

As bonus you get a nice animation.

&lt;code&gt;
&lt;script type="text/javascript"&gt;
//var timerid;
//var intervalid;
function jsinit(){
	//i=100;
	//j=100;
	//setInterval("funkitimer("+i+","+j+")",50);
	funkitimer(100,100)
	}
function funkitimer(i,j){
	var progressmax = document.getElementById('timer').offsetWidth;
	var sURL = window.location;
	var sURL = "http://localhost:8888/portfolio-active/bubblewoks/index.php"
	document.getElementById('timercontent').innerHTML = unescape(sURL);
	document.getElementById('timerprogress').style.width= (progressmax/j)*(j-i) + "px";
	if( i == 0){
		window.location.replace( sURL );
		}
	i--;
	timerid = setTimeout("funkitimer("+i+","+j+")",50);
	}
&lt;/script&gt;
&lt;style type="text/css"&gt;
#timer{
	color: black;
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: 20px;
	overflow: hidden;
	background-color: #CFC;
	opacity: 0.8;
	border: 5px;
	border: 1px solid #0F0;
	border-top-width: 0;
	z-index: 100;
	}
#timerprogress{
	position: 0;
	top: 0;
	left: 0;
	background: #EFD;
	height: 100%;
	width: 0;
	}
#timercontent{
	position: absolute;
	top: 0;
	left: 0;
	font-family: monospace, "Courier New", Courier, Monaco, monospace;
	color: #3BD;
	}
&lt;/style&gt;



&lt;body onLoad="jsinit()"&gt;
&lt;div id="timer"&gt;&lt;div id="timerprogress"&gt;&lt;/div&gt;&lt;div id="timercontent"&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/body&gt;&lt;/code&gt;

*You notice the script wan't finished yet. But for my purpose it's suitable.


Coda is not scriptable that sucks!

i wrote also a autosave script in apple script. But it doesn't work.

Anyone who know how you could to autosave your documents in coda?</description>
		<content:encoded><![CDATA[<p>Always had to refesh manualy preview.<br />
sometimes it the url get sometimes changed to a local filepath.</p>
<p>I will get you out, include this in your page!</p>
<p>As bonus you get a nice animation.</p>
<p><code><br />
<script type="text/javascript">
//var timerid;
//var intervalid;
function jsinit(){
	//i=100;
	//j=100;
	//setInterval("funkitimer("+i+","+j+")",50);
	funkitimer(100,100)
	}
function funkitimer(i,j){
	var progressmax = document.getElementById(\'timer\').offsetWidth;
	var sURL = window.location;
	var sURL = "http://localhost:8888/portfolio-active/bubblewoks/index.php"
	document.getElementById(\'timercontent\').innerHTML = unescape(sURL);
	document.getElementById(\'timerprogress\').style.width= (progressmax/j)*(j-i) + "px";
	if( i == 0){
		window.location.replace( sURL );
		}
	i--;
	timerid = setTimeout("funkitimer("+i+","+j+")",50);
	}
</script></p>
<style type="text/css">
#timer{
	color: black;
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	height: 20px;
	overflow: hidden;
	background-color: #CFC;
	opacity: 0.8;
	border: 5px;
	border: 1px solid #0F0;
	border-top-width: 0;
	z-index: 100;
	}
#timerprogress{
	position: 0;
	top: 0;
	left: 0;
	background: #EFD;
	height: 100%;
	width: 0;
	}
#timercontent{
	position: absolute;
	top: 0;
	left: 0;
	font-family: monospace, "Courier New", Courier, Monaco, monospace;
	color: #3BD;
	}
</style>
<p><body onLoad="jsinit()"></p>
<div id="timer">
<div id="timerprogress"></div>
<div id="timercontent"></div>
</div>
<p></body></code></p>
<p>*You notice the script wan&#8217;t finished yet. But for my purpose it&#8217;s suitable.</p>
<p>Coda is not scriptable that sucks!</p>
<p>i wrote also a autosave script in apple script. But it doesn&#8217;t work.</p>
<p>Anyone who know how you could to autosave your documents in coda?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent C.</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-14033</link>
		<dc:creator>Vincent C.</dc:creator>
		<pubDate>Tue, 01 Apr 2008 12:24:14 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-14033</guid>
		<description>As a BBEdit user for some years now, i've tried Coda for a while. Even if it's a great software (UI, updated files marked for publish, autocompletion, ...), i think it's not working for me.

I always have a lot of files opened and the tabs in Coda is not handy in that case.

The clips are good (good idea to be able to create clips for one particular site) but i hate the fact that it's not keeping the indentation when i insert a clip. In BBEdit, i'm also able to classify the clips. Very useful.

I don't use preview mode because i always have to create PHP sessions and pass parameters to the pages. Anyway, i have two screens (one with the editor and one for Firefox).

One thing Coda can't do is search in multiple files. It is not able to compare files for differences.

In despite of all great things Coda offers, i stick to BBEdit and Transmit.

I believe Coda is great for small/average projects but not for big PHP sites/apps.</description>
		<content:encoded><![CDATA[<p>As a BBEdit user for some years now, i&#8217;ve tried Coda for a while. Even if it&#8217;s a great software (UI, updated files marked for publish, autocompletion, &#8230;), i think it&#8217;s not working for me.</p>
<p>I always have a lot of files opened and the tabs in Coda is not handy in that case.</p>
<p>The clips are good (good idea to be able to create clips for one particular site) but i hate the fact that it&#8217;s not keeping the indentation when i insert a clip. In BBEdit, i&#8217;m also able to classify the clips. Very useful.</p>
<p>I don&#8217;t use preview mode because i always have to create PHP sessions and pass parameters to the pages. Anyway, i have two screens (one with the editor and one for Firefox).</p>
<p>One thing Coda can&#8217;t do is search in multiple files. It is not able to compare files for differences.</p>
<p>In despite of all great things Coda offers, i stick to BBEdit and Transmit.</p>
<p>I believe Coda is great for small/average projects but not for big PHP sites/apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-13076</link>
		<dc:creator>Massimiliano</dc:creator>
		<pubDate>Wed, 26 Dec 2007 13:01:51 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-13076</guid>
		<description>Great post !
Thanks a lot .. i'm new to coda :)</description>
		<content:encoded><![CDATA[<p>Great post !<br />
Thanks a lot .. i&#8217;m new to coda :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LunaBlog &#187; 30 trucs et astuces pour Coda, l&#8217;éditeur HTML de Panic pour Mac OS X</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11854</link>
		<dc:creator>LunaBlog &#187; 30 trucs et astuces pour Coda, l&#8217;éditeur HTML de Panic pour Mac OS X</dc:creator>
		<pubDate>Wed, 11 Jul 2007 21:07:31 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11854</guid>
		<description>[...] &#38; tricks sur cet éditeur, quelques-uns bigrement utiles. &#187; Lire l&#8217;article &#8220;30 Panic Coda Tips and Tricks&#8220; Tags :&#160;apple, application, mac, os [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] &#38; tricks sur cet éditeur, quelques-uns bigrement utiles. &raquo; Lire l&#8217;article &#8220;30 Panic Coda Tips and Tricks&#8220; Tags :&nbsp;apple, application, mac, os [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Lecoat</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11685</link>
		<dc:creator>Rick Lecoat</dc:creator>
		<pubDate>Thu, 21 Jun 2007 19:41:33 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11685</guid>
		<description>Robert:

&lt;em&gt;Oops.&lt;/em&gt; 
You're quite right of course -- I'd been simultaneously reading Steven Frank (co-founder of Panic)'s blog and the last sentence fell victim to me being momentarily confused about where I was. But my comments still stand and if the Panic team happen along here (as they will no doubt do) then the sentiments are there for the taking.


Note to self: try and remember which blog you are posting to!</description>
		<content:encoded><![CDATA[<p>Robert:</p>
<p><em>Oops.</em><br />
You&#8217;re quite right of course &#8212; I&#8217;d been simultaneously reading Steven Frank (co-founder of Panic)&#8217;s blog and the last sentence fell victim to me being momentarily confused about where I was. But my comments still stand and if the Panic team happen along here (as they will no doubt do) then the sentiments are there for the taking.</p>
<p>Note to self: try and remember which blog you are posting to!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11684</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Thu, 21 Jun 2007 18:52:32 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11684</guid>
		<description>Rick, thanks for your comments. But don't thank me. Thank &lt;a href="http://www.panic.com/" title="back to panic.com" rel="nofollow"&gt;Panic&lt;/a&gt;!</description>
		<content:encoded><![CDATA[<p>Rick, thanks for your comments. But don&#8217;t thank me. Thank <a href="http://www.panic.com/" title="back to panic.com" rel="nofollow">Panic</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Lecoat</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11683</link>
		<dc:creator>Rick Lecoat</dc:creator>
		<pubDate>Thu, 21 Jun 2007 18:49:32 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11683</guid>
		<description>Coda came out just exactly at the point where I was making the jump from WYSIWYG to hand-tooled code -- a scary jump for me -- and it has proved to be the most useful app I've gotten my filthy mitts on in a &lt;strong&gt;long&lt;/strong&gt; time. 

Being able to get live previews of how my XHTML and CSS fumblings are affecting the page has been utterly invaluable to the learning process and has brought me on in leaps and bounds. Then I can preview externally in Firefox (with its wonderful Web Developer Extentions toolbar) at the touch of a button. And being able to slam the files up to the sandbox server for the obligatory IE(Win) tests is simplicity itself. 

Thank you for such a near-perfect app.</description>
		<content:encoded><![CDATA[<p>Coda came out just exactly at the point where I was making the jump from WYSIWYG to hand-tooled code &#8212; a scary jump for me &#8212; and it has proved to be the most useful app I&#8217;ve gotten my filthy mitts on in a <strong>long</strong> time. </p>
<p>Being able to get live previews of how my XHTML and CSS fumblings are affecting the page has been utterly invaluable to the learning process and has brought me on in leaps and bounds. Then I can preview externally in Firefox (with its wonderful Web Developer Extentions toolbar) at the touch of a button. And being able to slam the files up to the sandbox server for the obligatory IE(Win) tests is simplicity itself. </p>
<p>Thank you for such a near-perfect app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: medianer.de &#187; Coda - one-window web development</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11664</link>
		<dc:creator>medianer.de &#187; Coda - one-window web development</dc:creator>
		<pubDate>Wed, 20 Jun 2007 15:27:14 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11664</guid>
		<description>[...] Upstarblogger has 30 nice tips for Coda on his website. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Upstarblogger has 30 nice tips for Coda on his website. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LunaBlog &#187; Coda : Ã©diteur HTML, CSS + FTP + SSH pour Mac OS X</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11475</link>
		<dc:creator>LunaBlog &#187; Coda : Ã©diteur HTML, CSS + FTP + SSH pour Mac OS X</dc:creator>
		<pubDate>Sun, 20 May 2007 16:38:46 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11475</guid>
		<description>[...] Coda a dÃ©jÃ  provoquÃ© l&#8217;Ã©criture de bons nombre d&#8217;articles dont cet excellent 30 Panic Coda tips and tricks qui vous donnera les premiÃ¨res astuces lors de l&#8217;utilisation de [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Coda a dÃ©jÃ  provoquÃ© l&#8217;Ã©criture de bons nombre d&#8217;articles dont cet excellent 30 Panic Coda tips and tricks qui vous donnera les premiÃ¨res astuces lors de l&#8217;utilisation de [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11425</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Thu, 10 May 2007 23:36:47 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11425</guid>
		<description>ust stumbled upon Coda today, and so far I love it! I need an ASP syntax highlighter as well, but haven&#8217;t had much luck finding one.

I copied the PHP-HTML mode and made some modifications to it. It&#8217;s far from perfect, but it&#8217;s a place to start. Feel free to grab it and, hopefully, improve on it. I wasn&#8217;t able to get any autocomplete working for some reasonâ€¦ if anybody knows why, I&#8217;d love to know.

http://andy.teamsoell.com/files/ASP-HTML.mode.zip</description>
		<content:encoded><![CDATA[<p>ust stumbled upon Coda today, and so far I love it! I need an ASP syntax highlighter as well, but haven&rsquo;t had much luck finding one.</p>
<p>I copied the PHP-HTML mode and made some modifications to it. It&rsquo;s far from perfect, but it&rsquo;s a place to start. Feel free to grab it and, hopefully, improve on it. I wasn&rsquo;t able to get any autocomplete working for some reasonâ€¦ if anybody knows why, I&rsquo;d love to know.</p>
<p><a href="http://andy.teamsoell.com/files/ASP-HTML.mode.zip" rel="nofollow">http://andy.teamsoell.com/files/ASP-HTML.mode.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coda tips and hints</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11391</link>
		<dc:creator>Coda tips and hints</dc:creator>
		<pubDate>Tue, 08 May 2007 19:12:24 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11391</guid>
		<description>[...] Some great tips and hints for Panic&#8217;s new web development editor &#8220;Coda&#8220;. The same author also has a decent review of Coda. I very much agree with his resume: Bottom Line: If you&#8217;re just starting out, buying Coda is a no brainer. But if you have your favorite apps in place, Coda may or may not be worth it for you. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Some great tips and hints for Panic&#8217;s new web development editor &#8220;Coda&#8220;. The same author also has a decent review of Coda. I very much agree with his resume: Bottom Line: If you&rsquo;re just starting out, buying Coda is a no brainer. But if you have your favorite apps in place, Coda may or may not be worth it for you. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tilman</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11379</link>
		<dc:creator>Tilman</dc:creator>
		<pubDate>Mon, 07 May 2007 15:13:08 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11379</guid>
		<description>Nice tips, thanks! I can add alternative colors for syntax highlighting, downloadable on my site. I was not too much of a fan of the default colors... 

http://tint.de/new-syntax-highlighting-colors-for-coda</description>
		<content:encoded><![CDATA[<p>Nice tips, thanks! I can add alternative colors for syntax highlighting, downloadable on my site. I was not too much of a fan of the default colors&#8230; </p>
<p><a href="http://tint.de/new-syntax-highlighting-colors-for-coda" rel="nofollow">http://tint.de/new-syntax-highlighting-colors-for-coda</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panic Coda: What&#8217;s Missing? 19 Free Apps to Fill the Gaps</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11343</link>
		<dc:creator>Panic Coda: What&#8217;s Missing? 19 Free Apps to Fill the Gaps</dc:creator>
		<pubDate>Thu, 03 May 2007 16:48:13 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11343</guid>
		<description>[...] Your Code I&#8217;ve already mentioned Coda&#8217;s lack of formatting aids (see 30 Panic Coda Tips and Tricks) and recommended Tidy Service. Taco HTML Edit can also organize your tags, so everything is neatly [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Your Code I&#8217;ve already mentioned Coda&#8217;s lack of formatting aids (see 30 Panic Coda Tips and Tricks) and recommended Tidy Service. Taco HTML Edit can also organize your tags, so everything is neatly [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Coda Tips and Tricks... &#171; Coda Lova</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11341</link>
		<dc:creator>30 Coda Tips and Tricks... &#171; Coda Lova</dc:creator>
		<pubDate>Thu, 03 May 2007 13:32:43 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11341</guid>
		<description>[...] Coda Tips and&#160;Tricks&#8230;  Upstart Blogger has a great write up of 30 Coda tips and tricks. By now some are obvious, but there are a few gems, such [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Coda Tips and&nbsp;Tricks&#8230;  Upstart Blogger has a great write up of 30 Coda tips and tricks. By now some are obvious, but there are a few gems, such [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11288</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Sat, 28 Apr 2007 10:33:58 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11288</guid>
		<description>Coda is a very nice alternative but the new Dreamweaver is Intel native as well.</description>
		<content:encoded><![CDATA[<p>Coda is a very nice alternative but the new Dreamweaver is Intel native as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11287</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Sat, 28 Apr 2007 00:57:05 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11287</guid>
		<description>Sorry, Mark. I don't know of a way to get Coda to highlight ASP syntax.</description>
		<content:encoded><![CDATA[<p>Sorry, Mark. I don&#8217;t know of a way to get Coda to highlight ASP syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Florida</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11286</link>
		<dc:creator>Mark Florida</dc:creator>
		<pubDate>Fri, 27 Apr 2007 22:35:53 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11286</guid>
		<description>Does anyone know how I can get Coda to highlight ASP syntax (like Dreamweaver)? Sadly enough, I have to work on ASP code a lot, and although I currently use Dreamweaver, Coda looks like a really nice (Intel-native Cocoa) alternative.</description>
		<content:encoded><![CDATA[<p>Does anyone know how I can get Coda to highlight ASP syntax (like Dreamweaver)? Sadly enough, I have to work on ASP code a lot, and although I currently use Dreamweaver, Coda looks like a really nice (Intel-native Cocoa) alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11266</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Wed, 25 Apr 2007 23:24:06 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11266</guid>
		<description>Thanks, Steffan. Yeah, MAMP is great. I don't know how I missed it before.</description>
		<content:encoded><![CDATA[<p>Thanks, Steffan. Yeah, MAMP is great. I don&#8217;t know how I missed it before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffan Williams</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11265</link>
		<dc:creator>Steffan Williams</dc:creator>
		<pubDate>Wed, 25 Apr 2007 23:20:22 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11265</guid>
		<description>Nice review! Thanks for mentioning how to combine this with MAMP - I've been wondering this myself!

Now I have more reasons to buy this... damnit.</description>
		<content:encoded><![CDATA[<p>Nice review! Thanks for mentioning how to combine this with MAMP - I&#8217;ve been wondering this myself!</p>
<p>Now I have more reasons to buy this&#8230; damnit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11264</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Wed, 25 Apr 2007 21:05:29 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11264</guid>
		<description>More tips at Steven Frank's blog. See &lt;a href="http://stevenf.com/2007/04/coda_a_site_for_sore_eyes.php" rel="nofollow"&gt;Coda: A Site For Sore Eyes&lt;/a&gt;. Frank is the co-founder of Panic.

Also, take a look at &lt;a href="http://www.cabel.name/" rel="nofollow"&gt;Cabel's Sasser's blog&lt;/a&gt;. He's the other co-founder and, from the looks of his blog, the guy responsible for Panic's gorgeous site and Coda's eye candy coolness.</description>
		<content:encoded><![CDATA[<p>More tips at Steven Frank&#8217;s blog. See <a href="http://stevenf.com/2007/04/coda_a_site_for_sore_eyes.php" rel="nofollow">Coda: A Site For Sore Eyes</a>. Frank is the co-founder of Panic.</p>
<p>Also, take a look at <a href="http://www.cabel.name/" rel="nofollow">Cabel&#8217;s Sasser&#8217;s blog</a>. He&#8217;s the other co-founder and, from the looks of his blog, the guy responsible for Panic&#8217;s gorgeous site and Coda&#8217;s eye candy coolness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11263</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Wed, 25 Apr 2007 20:51:49 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11263</guid>
		<description>Here's another tip:

Coda doesn't arrange your sites in any particular order, so if you have a lot of sites they can be difficult to manage. But you can drag and drop the site icons and rearrange them as you like. The animation is pretty slick when you move them around.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another tip:</p>
<p>Coda doesn&#8217;t arrange your sites in any particular order, so if you have a lot of sites they can be difficult to manage. But you can drag and drop the site icons and rearrange them as you like. The animation is pretty slick when you move them around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11261</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Wed, 25 Apr 2007 16:24:29 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11261</guid>
		<description>Thanks, Andrew. I wish I'd known about it before. I've installed MySQL locally a few times before, but MAMP is a breeze compared to trying to get everything configured yourself.</description>
		<content:encoded><![CDATA[<p>Thanks, Andrew. I wish I&#8217;d known about it before. I&#8217;ve installed MySQL locally a few times before, but MAMP is a breeze compared to trying to get everything configured yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Sutherland</title>
		<link>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11260</link>
		<dc:creator>Andrew Sutherland</dc:creator>
		<pubDate>Wed, 25 Apr 2007 16:21:52 +0000</pubDate>
		<guid>http://www.upstartblogger.com/30-panic-coda-tips-and-tricks#comment-11260</guid>
		<description>Excellent review. Thanks especially for the MAMP stuff, I'm sure a lot of people have been scratching their heads over that.</description>
		<content:encoded><![CDATA[<p>Excellent review. Thanks especially for the MAMP stuff, I&#8217;m sure a lot of people have been scratching their heads over that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
