<?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>Monday By Noon &#187; Snippets</title>
	<atom:link href="http://mondaybynoon.com/tag/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://mondaybynoon.com</link>
	<description>A resource for Web designers and developers to read about and discuss their craft.</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>&#8226; The Art of zen-coding: Bringing Snippets to a New Level</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20090817%2Fthe-art-of-zen-coding-bringing-snippets-to-a-new-level%2F&#038;seed_title=%26%238226%3B+The+Art+of+zen-coding%3A+Bringing+Snippets+to+a+New+Level</link>
		<comments>http://mondaybynoon.com/20090817/the-art-of-zen-coding-bringing-snippets-to-a-new-level/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 12:32:58 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Favorites]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[Coda]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Espresso]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[TextMate]]></category>
		<category><![CDATA[zen-coding]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/?p=535</guid>
		<description><![CDATA[zen-coding is a new plugin for Web designers and developers, letting them write their code at high speed.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=535&c=1656004767' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=535&c=1656004767' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p>If I had to single out one thing that most significantly changed the way I write markup, code, and style, it would without a doubt be snippets. To get even more specific, it would be the snippet implementation of <a href="http://macromates.com/">TextMate</a>. When I first saw the feature at work via screencast, I was literally flabbergasted. I can&#8217;t explain how much it changed the way I thought about writing code, productivity, and overall quality of work. I was currently running Linux at the time, so I spent day and night trying to find replicate functionality in a native editor for myself.</p>
<p>This was before the days of the <a href="http://live.gnome.org/Gedit/Plugins/Snippets">Gedit implementation of snippets</a> so I did my best to <a href="/2007/03/12/using-scite-with-textmate-style-snippets/">replicate TextMate in SciTE</a>. <em>It was <strong>awesome</strong></em>. Incorporating snippets changed the way I worked by orders of magnitude, and the implementation found in TextMate is the bar to which I compare every other editor I&#8217;ve tried.</p>
<p>What&#8217;s great is that snippets seem to have hit the mainstream. Besides OS X specific editors such as <a href="http://panic.com/coda">Panic&#8217;s Coda</a> and <a href="http://macrabbit.com/espresso">MacRabbit&#8217;s Espresso</a>, platform independent editors and <abbr title="Integrated Development Environment">IDE</abbr>s have their own implementations as well. Apart from <a href="http://www.e-texteditor.com/">E TextEditor</a> on Windows, however, I haven&#8217;t seen an editor implement snippets to the full effect of TextMate.</p>
<h2>The big deal about snippets</h2>
<p>The deciding factor for me is the ability to have multiple stops per snippet. This gives you the ability to not only share snippets (through Bundles or otherwise) but also <em>very easily</em> write your own. Every designer/developer has his or her own set of tricks, and a generic bundle isn&#8217;t going to cover you 100%. The great thing about a solid implementation of snippets puts the power in your hand to finish the job and add the final touch of customization you need.</p>
<p>I&#8217;m always on the hunt for a newer, better editor. It&#8217;s a curse I&#8217;ve had for years and one that will never go away. To be brutally honest, snippets are the only thing holding me to TextMate at this point, as there are a number of strong contenders on the market now, targeted specifically toward Web developers. They&#8217;re also gorgeous to boot.</p>
<p>I was to the point where I was simply waiting for the various editors to publish a few dot releases including a solid snippets implementation a la TextMate. That is until I discovered <a href="http://code.google.com/p/zen-coding/">zen-coding</a>. My mind was blown all over again.</p>
<h2>zen-coding takes snippets to a new level</h2>
<p><a href="http://code.google.com/p/zen-coding/">zen-coding</a> touts itself as a &#8220;set of plugins for HTML and CSS hi-speed coding&#8221; and my gosh it lives up to the name. The snippets implementation provided by zen-coding are based on specification drafts, and a heck of a lot has been included by default.</p>
<ul>
<li><a href="http://code.google.com/p/zen-coding/wiki/ZenHTMLElementsEn">HTML elements (based on the HTML5 draft spec)</a></li>
<li><a href="http://code.google.com/p/zen-coding/wiki/ZenHTMLSelectorsEn">HTML selectors</a></li>
<li><a href="http://code.google.com/p/zen-coding/wiki/ZenCSSPropertiesEn">CSS properties (based on the CSS3 draft spec)</a></li>
</ul>
<p>Instead of going over the documentation here, I&#8217;d just like to call a bit of attention to the <a href="http://code.google.com/p/zen-coding/wiki/ZenHTMLSelectorsEn">HTML selectors</a> linked above. This is truly what made my jaw drop.</p>
<p>The biggest calling point for zen-coding for me is its implementation of HTML selectors as snippet triggers. zen-coding includes an entirely new angle to writing markup, and it facilitates the feature by letting you write HTML based on CSS selectors. It&#8217;s so simple it&#8217;s confusing at first. I think it&#8217;s best explained by doing a quick before and after. If you were to type:</p>
<pre class="sh_css"><code>div#name.one.two</code></pre>
<p>and follow that with the zen-coding plugin keystroke (CMD+E in TextMate), the plugin will reformat the line as:</p>
<pre class="sh_html"><code>&lt;div id=&quot;name&quot; class=&quot;one two&quot;&gt;&lt;/div&gt;</code></pre>
<p>Let&#8217;s get a bit more advanced, typing:</p>
<pre class="sh_css"><code>ul#name>li.item</code></pre>
<p>will result in:</p>
<pre class="sh_html"><code>&lt;ul id=&quot;name&quot;&gt;
    &lt;li class=&quot;item&quot;&gt;&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p>Last, but not least:</p>
<pre class="sh_css"><code>p.one+p.two</code></pre>
<p>will result in:</p>
<pre class="sh_html"><code>&lt;p class=&quot;one&quot;&gt;&lt;/p&gt;
&lt;p class=&quot;two&quot;&gt;&lt;/p&gt;</code></pre>
<p>It doesn&#8217;t stop there. zen-coding has included an even more elaborate set of possibilities on top of valid CSS selectors.</p>
<h3>Element multiplication and variables</h3>
<p>A really fascinating feature of the CSS selector abilities comes from element multiplication. Perhaps one of the most tedious things to mark up (when not working from existing copy) is a list (or eight). zen-coding does its part to lighten the load, quite a bit:</p>
<pre class="sh_css"><code>ul#name>li.item*3</code></pre>
<p>provides:</p>
<pre class="sh_html"><code>&lt;ul id=&quot;name&quot;&gt;
    &lt;li class=&quot;item&quot;&gt;&lt;/li&gt;
    &lt;li class=&quot;item&quot;&gt;&lt;/li&gt;
    &lt;li class=&quot;item&quot;&gt;&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p>By including a multiplication modifier, you can control <strong>how many</strong> child elements are included in the snippet!</p>
<p>The other really interesting implementation deals with variables in snippet output, which is neat:</p>
<pre class="sh_css"><code>select>option#item-$*3</code></pre>
<p>gives you:</p>
<pre class="sh_html"><code>&lt;select&gt;
    &lt;option id=&quot;item-1&quot;&gt;&lt;/option&gt;
    &lt;option id=&quot;item-2&quot;&gt;&lt;/option&gt;
    &lt;option id=&quot;item-3&quot;&gt;&lt;/option&gt;
&lt;/select&gt;</code></pre>
<p>By including the dollar sign, you can include a reference to the index of the element you&#8217;re multiplying. Although really specific, it could (and probably will) come in <em>very</em> handy from time to time.</p>
<p>I mean if you&#8217;re not impressed yet, I just give up!</p>
<h4>See it in action</h4>
<p>There are a few screencasts referenced on the <a href="http://code.google.com/p/zen-coding/">Google Code page for zen-coding</a> which illustrate the above really well:</p>
<ul>
<li><a href="http://pepelsbey.net/pro/2008/08/zen-html/">Zen HTML features, 1.х branch, screencast</a></li>
<li><a href="http://pepelsbey.net/pro/2008/10/zen-css/">Zen CSS features, 1.х branch, screencast</a></li>
<li><a href="http://chikuyonok.ru/2009/04/aptana-zen-coding-v01-beta/">Aptana Zen HTML features, 2.х branch, screencast</a></li>
</ul>
<p>Definitely check them out if my explanation is still a bit foggy, as the screencast really helps display what this plugin is capable of.</p>
<h4>Compatibility</h4>
<p>One of the finer points of zen-coding is the fact that the developer(s) are taking the time and effort to publish this genius for <strong>multiple editors</strong> both for OS X and cross-platform. Currently, according to the Google Code page, the plugin has versions for:</p>
<ul>
<li><a href="http://macromates.com/">TextMate</a></li>
<li><a href="http://www.aptana.com/">Aptana</a></li>
<li><a href="http://panic.com/coda/">Coda</a></li>
<li><a href="http://www.netbeans.org/">NetBeans</a></li>
<li><a href="http://macrabbit.com/espresso/">Espresso</a></li>
</ul>
<p><del>Unfortunately, I didn&#8217;t find a download link to the Espresso Sugar, but I will keep my eyes open for that as well.</del> <ins><strong>Update:</strong> the lead developer, in <a href="/2009/08/17/the-art-of-zen-coding-bringing-snippets-to-a-new-level/#comment-12886">his comment below</a>, let us know that the Sugar is included by default in Espresso releases.</ins> I&#8217;ve checked out the plugin both in TextMate and Coda and I can say that this plugin alone makes Coda a true contender for more advanced developers looking for a better implementation of Clips (until Coda natively supports snippets (fingers crossed for 2.0 bigtime)).</p>
<p><strong>Note:</strong> to fully install in TextMate, you&#8217;ll need to download three bundles. At the time of this writing, the three download links are titled as:</p>
<ul>
<li>Zen.Coding-TextMate.v0.3.zip (implements zen-coding)</li>
<li>TextMate.Zen.HTML.1.3.zip (implements HTML functionality)</li>
<li>TextMate.Zen.CSS.1.3.zip (implements CSS functionality)</li>
</ul>
<p>Be sure to install each bundle you need!</p>
<p>Non OS X users may find a bit of luck in that the plugin is released for both Aptana and NetBeans, two very popular IDEs as of late. Windows users should be able to use the TextMate bundles in E as you&#8217;re accustomed. While there is definitely activity on the Google Code page, I&#8217;m not positive that other editors will be supported in future releases.</p>
<h4>I love Web design.</h4>
<p>This is the line of thinking that really gets me excited about what I do. zen-coding has again completely changed the way I approach writing code, and has raised the bar to a new height. What else is great is that this functionality was provided out of someone else&#8217;s love for the industry as well. Their great idea is now making my life even easier, and that cycle will definitely continue in the Web design community.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=535&c=1728376393' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=535&c=1728376393' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20090817/the-art-of-zen-coding-bringing-snippets-to-a-new-level/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>&#8226; Using SciTE with TextMate Style Snippets</title>
		<link>http://mondaybynoon.com/feeder/?FeederAction=clicked&#038;feed=Posts+%28RSS2%29&#038;seed=http%3A%2F%2Fmondaybynoon.com%2F20070312%2Fusing-scite-with-textmate-style-snippets%2F&#038;seed_title=%26%238226%3B+Using+SciTE+with+TextMate+Style+Snippets</link>
		<comments>http://mondaybynoon.com/20070312/using-scite-with-textmate-style-snippets/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 11:29:13 +0000</pubDate>
		<dc:creator>Jonathan Christopher</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[SciTE]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://mondaybynoon.com/2007/03/12/using-scite-with-textmate-style-snippets/</guid>
		<description><![CDATA[SciTE is a very powerful and capable editor.  Using a Snippets plugin developed by Mitchell, you&#8217;re able to mimic some of the functionality that has made TextMate as popular as it is.<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=70&c=879284816' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=70&c=879284816' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></description>
			<content:encoded><![CDATA[<p>Ever since watching <a href="http://www.dustindiaz.com/screencast-episode-01/">Dustin Diaz&#8217;s first screencast</a>, I was incredibly jealous of <a href="http://macromates.com/">TextMate</a> (specifically the keyboard triggered <a href="http://macromates.com/textmate/manual/snippets">snippets</a>).  I was on a mission to find an alternative that wasn&#8217;t limited to Mac OS X as it was clear there wouldn&#8217;t be a Linux version of TextMate.  There are <a href="http://macromates.com/blog/archives/2005/11/07/windowslinux-alternative/">quite a few suggestions</a> on the TextMate site itself, but I found nothing that mimicked the Snippets functionality of TextMate properly.  <a href="http://www.e-texteditor.com/">E TextEditor</a> came out for Windows, making me <em>even more jealous</em>. Now there was an application for Windows that performed similarly to TextMate, and I had nothing to work with.  The author of E indicated that there would eventually be a Linux version, but not until the Windows version was final. After a continued search, I finally came upon <a href="http://caladbolg.net/scite_snippets.php">SciTE Snippets</a>.</p>
<h2>SciTE &#8211; My New Favorite Editor</h2>
<p><a href="http://www.scintilla.org/SciTE.html">SciTE</a> is (freely) available for both Linux and Windows, but this article will dedicate itself to the Linux install process as it is the only environment in which I&#8217;ve set it up.  Furthermore, the details of the installation process will be specific to <a href="http://www.ubuntu.com/">Ubuntu 6.10</a>, as it is <a href="/2006/09/11/linux-and-web-development-part-2/">my distribution of choice</a>, but the install process itself should be similar on just about any version of Linux.</p>
<h3>Installing SciTE</h3>
<p>SciTE is easily available to install by executing the following in a terminal:</p>
<pre><kbd>sudo apt-get install scite</kbd></pre>
<p>After you enter your password, SciTE will be automatically installed and setup.  You can also install SciTE using Synaptic Package Manager, but I prefer the command line.  SciTE can be run by entering <code>scite</code> in the command line, or using the menu: Applications > Programming > SciTE Text Editor.</p>
<p class="screenshot"><img src="/images/screenshots/scite-default.jpg" alt="Screenshot of default SciTE installation" /></p>
<p>By default, SciTE doesn&#8217;t include the snippet functionality offered by TextMate, but incorporating all of the hard work by <a href="http://caladbolg.net/">Mitchell</a>, <a href="http://caladbolg.net/scite_snippets.php">SciTE Snippets</a> are easy to implement.</p>
<p><span id="more-70"></span></p>
<h3>Implementing SciTE Snippets</h3>
<p>I spent some time trying to grasp how to actually install the snippets plugin Mitchell developed.  Following his <a href="http://caladbolg.net/scite_snippets.php#quick_install">documentation</a> proved to be quite useful and I had SciTE Snippets up and running after a bit of trial and error.  It involved a process that some people new to Linux may find intimidating, so I&#8217;ve decided I would try to use the <a href="http://caladbolg.net/scite.php#binaries">SciTE binaries offered on the site</a>.  Not only do you get working Snippets, you&#8217;re provided with a new look and feel for SciTE itself.  A large library of Snippets are included to work with and add upon and I found it to be a great starting point for using Snippets in SciTE.</p>
<p>The <a href="http://caladbolg.net/scite.php#binaries">binaries Mitchell offers</a> are stored on <a href="http://code.google.com/p/scite-tools/downloads/list">Google Code</a> and available for Windows as well as Linux.  Download the latest Linux Binaries (<code>scite-tools_linux_bin_r3.tgz</code> at the time of this writing) as well as the Source Code (<code>scite-tools_src_r3.zip</code> at the time of this writing) which will come in useful later.</p>
<dl class="installInstructions">
<dt>Extract <kbd>scite-tools_linux_bin_r3.tgz</kbd></dt>
<dd>
<pre><kbd>tar xzvf scite-tools_linux_bin_r3.tgz</kbd></pre>
</dd>
<dt>Copy the new SciTE binary over your installed version</dt>
<dd>
<pre><kbd>cd scite-tools_linux_bin_r3
sudo mv /usr/bin/scite /usr/bin/scite.bak
sudo cp SciTE /usr/bin/scite</kbd></pre>
</dd>
</dl>
<p>The binary has now been copied to your existing installation, it&#8217;s an updated version compared to the one offered in the Ubuntu repositories.  You&#8217;ll notice that if you run SciTE, not much has changed; we&#8217;ll still need to copy over Mitchell&#8217;s configuration files as well as his included snippets.</p>
<dl class="installInstructions">
<dt>Extract scite-tools_src_r3.zip:</dt>
<dd>
<pre><kbd>unzip scite-tools_src_r3.zip</kbd></pre>
</dd>
<dt>Implement configuration and Snippets:</dt>
<dd>
<pre><kbd>cd scite-tools_src_r3/
sudo cp -R * /usr/share/scite/</kbd></pre>
</dd>
</dl>
<p>Just to be clear, not only have you copied over the configuration and included Snippets, you&#8217;ve also copied the source.  If you feel the need to remove the extra files, feel free to do so.  Now that the configuration files have been copied, you can run SciTE again, and you&#8217;ll see it&#8217;s received quite a makeover:</p>
<p class="screenshot"><img src="/images/screenshots/scite-snippets.jpg" alt="Screenshot of default SciTE installation" /></p>
<p>SciTE Snippets are now at your disposal using the <kbd>CTRL+i</kbd> keyboard combination after typing your trigger.</p>
<h4>Customizing SciTE Snippets</h4>
<p>While Mitchell includes many of his personal Snippets, I have a certain way of writing markup, style, and code.  Each developer will want to make adjustments to existing snippets &#8212; as well as add some &#8212; in order to streamline his process even further and take full advantage of their presence.  Managing your Snippets is actually quite easy if you follow the conventions established by Mitchell.  Your snippets are stored in <kbd>/usr/share/scite/scripts/</kbd> and organized according to language.</p>
<p><a href="http://caladbolg.net/scite_snippets.php#creating">Creating Snippets</a> is well documented on Mitchell&#8217;s site, and he even offers a <a href="http://caladbolg.net/scite_snippets.php#gen_snippets">Ruby Snippet Generation Script</a> which can come in quite handy.  Personally, I found the example Snippets offered in <kbd>/usr/share/scite/scripts/html/snippets.lua</kbd> to be most helpful in understanding Snippets and how they worked.  I simply manage the snippets I wish to use in that file and it&#8217;s worked out well so far.</p>
<p>Mitchell has provided a really great tool for many people, free of charge.  He has <a href="http://caladbolg.net/scite_snippets.php">provided screencasts</a> which show his Snippets in action, including a demonstration of <a href="http://caladbolg.net/scite_snippets.php#scopes">how to use scopes</a>, a very powerful feature he&#8217;s included.</p>
<h4>Customizing the SciTE interface</h4>
<p>When using SciTE for the first time, I was surprised not to find a Preferences dialog.  Like anybody, I have preferences as to the type used in my editor, so I was looking to make that simple change.  Instead of a Preferences dialog, you&#8217;ll need to edit a configuration file.  While I&#8217;d much prefer to have a GUI dialog, having to edit a configuration file really isn&#8217;t that big of a deal to me, but I know many people would look at the application as inferior for that very reason.</p>
<p>Regardless, the configuration file can be edited by selecting Options > Open Global Options File within SciTE.  The associated file holds all of the preferences you&#8217;ll want to tinker with to get SciTE to look just how you want it.  If you&#8217;re using Mitchell&#8217;s configuration, you&#8217;ll notice he took the time to reorganize this file, making it very easy to manage.</p>
<h5>SciTE (especially with Snippets) is my new favorite tool</h5>
<p>I&#8217;ve found that creating Snippets can be a lengthy process, but one that offers great benefit.  Using Snippets allows you to work at a much faster pace without getting ahead of yourself and losing focus.  It takes away much of the tedious aspects that come with writing markup.  The speed benefits alone made switching from Bluefish/Quanta worth it.  I have a feeling that many editors will incorporate such a feature in their upcoming releases.</p>
<p>It goes without saying that SciTE has all of the features you would expect in an editor: line numbering, code folding, syntax highlighting, etc.  I&#8217;m very pleased to make the switch to SciTE, and I definitely recommend it to anybody who isn&#8217;t willing to fork over the cash for a copy of <a href="http://www.e-texteditor.com/">E</a>.  I&#8217;ve only been working with SciTE a short time so far, so if anybody has any tips or tricks they&#8217;re willing to offer, it would be great to post them as a comment.</p>
<br /><p><a href='http://rss.buysellads.com/click.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=70&c=103146997' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269068&k=2ee344414ac81fbb0f9de6ab08e9831e&a=70&c=103146997' border='0' alt='' /></a></p><p><a href='http://buysellads.com/buy/sitedetails/pubkey/2ee344414ac81fbb0f9de6ab08e9831e/zone/1269068' target='_blank'>Advertise here with BSA</a></p>]]></content:encoded>
			<wfw:commentRss>http://mondaybynoon.com/20070312/using-scite-with-textmate-style-snippets/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 1/56 queries in 0.060 seconds using apc
Object Caching 621/698 objects using apc

Served from: www.mondaybynoon.com @ 2012-02-11 09:09:05 -->
