<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel><generator>http://textpattern.com/?v=4.0.6</generator>
<title>Coda Clips</title>
<link>http://coda-clips.com/</link>

<description>A collection of Clips for Panic's Coda.</description>
<pubDate>Mon, 22 Jun 2009 10:07:07 GMT</pubDate>

<image><link>http://www.coda-clips.com</link><url>http://www.coda-clips.com/iphone.png</url><title>Coda Clips</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CodaClips" type="application/rss+xml" /><item><title>jQuery $(document).ready() shorthand</title>
<content:encoded><![CDATA[
<pre><code>$(function(){
	*SelectionPlaceholder*
});
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/7FLgOG3f7qI" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/7FLgOG3f7qI/jquery-documentready-shorthand</link>
<pubDate>Mon, 22 Jun 2009 09:22:47 GMT</pubDate>
<dc:creator>Andy Lobban</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-06-22:69cd969e107919e7a4d0093f0c00a996/efaa3b852c6522c753a2c58fb7bd7578</guid>
<feedburner:origLink>http://coda-clips.com/jquery-documentready-shorthand</feedburner:origLink></item>
<item><title>CSS links sequence</title>
<content:encoded><![CDATA[
<pre><code>a:link {
	color: #;
	text-decoration: underline
} 
a:visited {
	color: #;
}
a:hover,
a:focus {
	color: #;
	text-decoration: none;
}
a:active {
}
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/mV8W0A5uAuk" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/mV8W0A5uAuk/bartek-stankowski</link>
<pubDate>Mon, 22 Jun 2009 09:21:40 GMT</pubDate>
<dc:creator>Andy Lobban</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-06-22:69cd969e107919e7a4d0093f0c00a996/fde7edfdfaa3c2dbe4a7a82f1a1ca672</guid>
<feedburner:origLink>http://coda-clips.com/bartek-stankowski</feedburner:origLink></item>
<item><title>jQuery $.get()</title>
<content:encoded><![CDATA[
<pre><code>$.get(url, function(data){
});
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/GWUmxMjNcqM" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/GWUmxMjNcqM/jquery-get</link>
<pubDate>Mon, 22 Jun 2009 09:20:44 GMT</pubDate>
<dc:creator>Andy Lobban</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-06-22:69cd969e107919e7a4d0093f0c00a996/f0b9c1917630f1e787885434be4c0b9f</guid>
<feedburner:origLink>http://coda-clips.com/jquery-get</feedburner:origLink></item>
<item><title>jQuery ajaxSetup</title>
<content:encoded><![CDATA[
<pre><code>$.ajaxSetup({
	global: false,
	beforeSend:function(){
	},
	complete: function(){
	},
	error:function() {
	},
	type: &quot;POST&quot;
});
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/RN5Tr2GOpgw" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/RN5Tr2GOpgw/jquery-ajaxsetup</link>
<pubDate>Mon, 22 Jun 2009 09:19:49 GMT</pubDate>
<dc:creator>Andy Lobban</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-06-22:69cd969e107919e7a4d0093f0c00a996/e3c08f13e616e5ad6cafc96729fa00d5</guid>
<feedburner:origLink>http://coda-clips.com/jquery-ajaxsetup</feedburner:origLink></item>
<item><title>jQuery getJSON</title>
<content:encoded><![CDATA[
<pre><code>$.getJSON( url, function(data){
});
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/NVNWqRamP8I" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/NVNWqRamP8I/jquery-getjson</link>
<pubDate>Mon, 22 Jun 2009 09:19:01 GMT</pubDate>
<dc:creator>Andy Lobban</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-06-22:69cd969e107919e7a4d0093f0c00a996/ce42a2a8255901a884933e2f0461128d</guid>
<feedburner:origLink>http://coda-clips.com/jquery-getjson</feedburner:origLink></item>
<item><title>SwfObject HTML</title>
<content:encoded><![CDATA[
<pre><code>&lt;script type=&quot;text/javascript&quot;&gt;
	swfobject.registerObject(&quot;flash-ID&quot;, &quot;9.0.0&quot;);
&lt;/script&gt;      	
&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; width=&quot;590&quot; height=&quot;370&quot; id=&quot;flash-ID&quot;&gt;
				&lt;param name=&quot;movie&quot; value=&quot;INSERT YOU FLASH HERE 1&quot; /&gt;
				&lt;param name=&quot;play&quot; value=&quot;true&quot; /&gt;
				&lt;param name=&quot;menu&quot; value=&quot;false&quot; /&gt;
				&lt;param name=&quot;swliveconnect&quot; value=&quot;true&quot; /&gt;
				&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
				&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;
				&lt;!--[if !IE]&gt;--&gt;
				&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;INSERT YOU FLASH HERE 2&quot; width=&quot;590&quot; height=&quot;370&quot;&gt;
					&lt;param name=&quot;play&quot; value=&quot;true&quot; /&gt;
					&lt;param name=&quot;menu&quot; value=&quot;false&quot; /&gt;
					&lt;param name=&quot;swliveconnect&quot; value=&quot;true&quot; /&gt;
					&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
					&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;
				&lt;!--&lt;![endif]--&gt;
					&lt;a href=&quot;http://www.adobe.com/go/getflashplayer&quot;&gt;
						&lt;img src=&quot;http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif&quot; alt=&quot;Get Adobe Flash player&quot; /&gt;
					&lt;/a&gt;
				&lt;!--[if !IE]&gt;--&gt;
				&lt;/object&gt;
				&lt;!--&lt;![endif]--&gt;
			&lt;/object&gt;
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/yCRr5730bOo" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/yCRr5730bOo/swfobject-html</link>
<pubDate>Mon, 22 Jun 2009 09:16:22 GMT</pubDate>
<dc:creator>Andy Lobban</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-06-22:69cd969e107919e7a4d0093f0c00a996/2eff8b905b876e8ac558cd01ebb014c4</guid>
<feedburner:origLink>http://coda-clips.com/swfobject-html</feedburner:origLink></item>
<item><title>Php Multi Line Assignment</title>
<content:encoded><![CDATA[
<pre><code>$&lt;&lt;**SelectionInsertionPlaceholder**&gt;&gt; = &lt;&lt;&lt;TEXT
Row 1
Row 2
TEXT;
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/SBLmKif4FGY" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/SBLmKif4FGY/php-multi-line-assignment</link>
<pubDate>Thu, 14 May 2009 12:20:08 GMT</pubDate>
<dc:creator>Sam Brown</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-05-14:69cd969e107919e7a4d0093f0c00a996/632e22f0f6d7329872d766d16a936997</guid>
<feedburner:origLink>http://coda-clips.com/php-multi-line-assignment</feedburner:origLink></item>
<item><title>EE Weblog Info</title>
<content:encoded><![CDATA[
<pre><code>{exp:weblog:info weblog=&quot;{my_weblog}&quot;}{/exp:weblog:info}
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/_Evh_YgdrdI" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/_Evh_YgdrdI/ee-weblog-info</link>
<pubDate>Thu, 14 May 2009 12:17:44 GMT</pubDate>
<dc:creator>Sam Brown</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-05-14:69cd969e107919e7a4d0093f0c00a996/c4b25b6adb4178039d40179558e64f1a</guid>
<feedburner:origLink>http://coda-clips.com/ee-weblog-info</feedburner:origLink></item>
<item><title>EE Word limiter </title>
<content:encoded><![CDATA[
<pre><code>{exp:word_limit total=&quot;100&quot;}{/exp:word_limit}
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/S5J_O4flW4s" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/S5J_O4flW4s/ee-word-limiter</link>
<pubDate>Thu, 14 May 2009 12:17:43 GMT</pubDate>
<dc:creator>Sam Brown</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-05-14:69cd969e107919e7a4d0093f0c00a996/4793d4aba015f682c0159aad16da8e08</guid>
<feedburner:origLink>http://coda-clips.com/ee-word-limiter</feedburner:origLink></item>
<item><title>ImgSizer plug-in for Expression engine</title>
<content:encoded><![CDATA[
<pre><code>{exp:imgsizer:size src=&quot;{file_url}&quot; width=&quot;290&quot; alt=&quot;{title}&quot;}
</code></pre>
<img src="http://feeds.feedburner.com/~r/CodaClips/~4/Zo1NLPpZL00" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/CodaClips/~3/Zo1NLPpZL00/imgsizer-plug-in-for-expression-engine</link>
<pubDate>Thu, 14 May 2009 12:16:36 GMT</pubDate>
<dc:creator>Sam Brown</dc:creator>
<guid isPermaLink="false">tag:coda-clips.com,2009-05-14:69cd969e107919e7a4d0093f0c00a996/7d91d5c5711b2301bb1c85b43406a398</guid>
<feedburner:origLink>http://coda-clips.com/imgsizer-plug-in-for-expression-engine</feedburner:origLink></item></channel>
</rss>
