<?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>Notes Log &#187; HotChili</title>
	<atom:link href="http://noteslog.com/category/hotchili/feed/" rel="self" type="application/rss+xml" />
	<link>http://noteslog.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 15:11:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HotChili 1.2 Released Today</title>
		<link>http://noteslog.com/post/hotchili-12-released-today/</link>
		<comments>http://noteslog.com/post/hotchili-12-released-today/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 16:33:59 +0000</pubDate>
		<dc:creator>Andrea Ercolino</dc:creator>
				<category><![CDATA[Chili]]></category>
		<category><![CDATA[HotChili]]></category>

		<guid isPermaLink="false">http://noteslog.com/post/hotchili-12-released-today/</guid>
		<description><![CDATA[Changes An updated bookmarklet An updated GreaseMonkey userscript Added support for many more code snippets (hopefully all) IE7 and FF2 work fine Known Issues Sometimes a website (http://developer.mozilla.org) uses an old version of Prototype that makes jQuery fail even if jQuery.noConflict() is used. Sometimes a browser (IE7) cannot load all needed modules in the given [...]]]></description>
			<content:encoded><![CDATA[<h5>Changes</h5>
<ul>
<li>An updated <a href="http://javascript:(function(){var%20d=document;if(!d.createElement){return;}var%20h=d.getElementsByTagName('head')[0];j=function(u){var%20e=d.createElement('script');e.type='text/javascript';e.src=u;h.appendChild(e);return%20e};s=function(u){var%20e=d.createElement('link');e.rel='stylesheet';e.type='text/css';e.href=u;h.appendChild(e);};/*HOTCHILI*/var%20x='http://noteslog.com/personal/projects/';j('http://code.jquery.com/jquery-latest.pack.js').onload=function(){jQuery.noConflict()};j(x+'chili/latest/jquery.chili.pack.js');j(x+'chili/latest/recipes.js');s(x+'chili/latest/recipes.css');j(x+'hotchili/latest/hotchili.js');s(x+'hotchili/latest/hotchili.css');})();" title="HotChili">bookmarklet</a></li>
<li>An updated <a href="http://userscripts.org/scripts/show/10676" title="HotChili" target="_blank">GreaseMonkey userscript</a></li>
<li>Added support for many more code snippets (hopefully all)</li>
<li> IE7 and FF2 work fine</li>
</ul>
<h5>Known Issues</h5>
<ul>
<li>Sometimes a website (http://developer.mozilla.org) uses an old version of Prototype that makes jQuery fail even if <u>jQuery.noConflict()</u> is used.</li>
<li>Sometimes a browser (IE7) cannot load all needed modules in the given sequence, and you get some JavaScript errors.<br />
<strong>Fix</strong>: reload the page and click the bookmarklet again (now the modules will be loaded from your browser cache).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://noteslog.com/post/hotchili-12-released-today/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HotChili as a Bookmarklet</title>
		<link>http://noteslog.com/post/hotchili-as-a-bookmarklet/</link>
		<comments>http://noteslog.com/post/hotchili-as-a-bookmarklet/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 02:33:52 +0000</pubDate>
		<dc:creator>Andrea Ercolino</dc:creator>
				<category><![CDATA[Chili]]></category>
		<category><![CDATA[HotChili]]></category>

		<guid isPermaLink="false">http://noteslog.com/post/hotchili-as-a-bookmarklet/</guid>
		<description><![CDATA[HotChili is now this bookmarklet: HotChili. Previous release was for Firefox plus GreaseMonkey, but as a bookmarklet you can use it from any browser. Known issues Sometimes a browser (IE) cannot load all needed modules in sequence, and you get some javascript errors. The simple fix is to reload the page and click the bookmarklet [...]]]></description>
			<content:encoded><![CDATA[<p>HotChili is now this bookmarklet: <strike>HotChili</strike>.</p>
<p>Previous release was for Firefox plus GreaseMonkey, but as a bookmarklet you can use it from any browser.</p>
<h5>Known issues</h5>
<p>Sometimes a browser (IE) cannot load all needed modules in sequence, and you get some javascript errors. The simple fix is to reload the page and click the bookmarklet again. From now on the modules should be available in the browser cache.</p>
]]></content:encoded>
			<wfw:commentRss>http://noteslog.com/post/hotchili-as-a-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chili 1.9 Released Today</title>
		<link>http://noteslog.com/post/chili-19-released-today/</link>
		<comments>http://noteslog.com/post/chili-19-released-today/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 19:50:40 +0000</pubDate>
		<dc:creator>Andrea Ercolino</dc:creator>
				<category><![CDATA[Chili]]></category>
		<category><![CDATA[HotChili]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://noteslog.com/post/chili-19-released-today/</guid>
		<description><![CDATA[UPDATE: Chili 2.0 has been released Changes Circumvented an evil bottleneck Simplified the core clockwork Removed the bundled jQuery library Changed the plugin names to follow the naming convention of jQuery&#8217;s plugins Added a new example showing that Chili 1.9 is much faster Links chili.zip Quick Start Chili Central]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>UPDATE</strong>: <a href="http://noteslog.com/post/chili-20-released-today" target="_self">Chili 2.0</a> has been released</span></p>
<h5>Changes</h5>
<ul>
<li>Circumvented an evil bottleneck</li>
<li>Simplified the core clockwork</li>
<li>Removed the bundled jQuery library</li>
<li>Changed the plugin names to follow the naming convention of jQuery&#8217;s plugins</li>
<li>Added a new example showing that <a href="http://noteslog.com/personal/projects/chili/1.9/examples-special.html" target="_blank">Chili 1.9 is much faster</a></li>
</ul>
<h5>Links</h5>
<ul>
<li><span style="text-decoration: line-through;">chili.zip</span></li>
<li><span style="text-decoration: line-through;">Quick Start</span></li>
<li><a href="http://noteslog.com/chili/">Chili Central</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://noteslog.com/post/chili-19-released-today/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Make yourself at home with HotChili</title>
		<link>http://noteslog.com/post/make-yourself-at-home-with-hotchili/</link>
		<comments>http://noteslog.com/post/make-yourself-at-home-with-hotchili/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 21:14:04 +0000</pubDate>
		<dc:creator>Andrea Ercolino</dc:creator>
				<category><![CDATA[Chili]]></category>
		<category><![CDATA[HotChili]]></category>

		<guid isPermaLink="false">http://noteslog.com/post/make-yourself-at-home-with-hotchili/</guid>
		<description><![CDATA[Syntax highlighting makes code structures pop up, puts order into the intricacies of a program, let&#8217;s you concentrate on the logical connections. Chili does a great job. If you are a blog author, you can easily add syntax highlighting to your scripts, even if you have a very limited control on page generation. And Chili [...]]]></description>
			<content:encoded><![CDATA[<p>Syntax highlighting makes code structures pop up, puts order into the intricacies of a program, let&#8217;s you concentrate on the logical connections.</p>
<p>Chili does a great job. If you are a blog author, you can easily add syntax highlighting to your scripts, even if you have a very limited control on page generation. And Chili does offer you many configuration options, including the possibility to adapt color schemes at your taste. In fact, the CSS for a language is maybe the first thing Chili users change. They want their highlighting to suit their vision, they build a pattern that matches their engine.</p>
<p>HotChili is better. If you are a blog reader, you can easily* add syntax highlighting to scripts that are not yours, even if they are already highlighted. Pretty cool: you can adapt almost any script to your color scheme!!</p>
<p>* (two clicks)</p>
]]></content:encoded>
			<wfw:commentRss>http://noteslog.com/post/make-yourself-at-home-with-hotchili/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chili 1.8c Released Today</title>
		<link>http://noteslog.com/post/chili-18c-released-today/</link>
		<comments>http://noteslog.com/post/chili-18c-released-today/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 23:37:07 +0000</pubDate>
		<dc:creator>Andrea Ercolino</dc:creator>
				<category><![CDATA[Chili]]></category>
		<category><![CDATA[HotChili]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://noteslog.com/post/chili-18c-released-today/</guid>
		<description><![CDATA[UPDATE: Chili 1.9 has been released Changes Fixed the single chunk limitation. Now any element should be properly highlighted by Chili, even if it contains many chunks, even if it is already highlighted. Updated the bundled jQuery library to version 1.1.3.1 Removed the examples from the distribution zip Added a quick start guide, with a [...]]]></description>
			<content:encoded><![CDATA[<h4><span><span style="color: #ff0000;"><strong>UPDATE</strong>: <a href="/post/chili-19-released-today" target="_self">Chili 1.9</a> has been released</span></span></h4>
<h5>Changes</h5>
<ul>
<li>Fixed the single chunk limitation. Now any element should be properly highlighted by Chili, even if it contains many chunks, even if it is already highlighted.</li>
<li>Updated the bundled jQuery library to version 1.1.3.1</li>
<li>Removed the examples from the distribution zip</li>
<li>Added a quick start guide, with a 3 steps Chili installation, all the examples, and a simple how-to for HotChili</li>
</ul>
<h5>Links</h5>
<ul>
<li>chili.zip</li>
<li><a href="/personal/projects/chili/">Quick Start</a></li>
<li><a href="/chili/">Chili Central</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://noteslog.com/post/chili-18c-released-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing HotChili</title>
		<link>http://noteslog.com/post/introducing-hotchili/</link>
		<comments>http://noteslog.com/post/introducing-hotchili/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 12:07:35 +0000</pubDate>
		<dc:creator>Andrea Ercolino</dc:creator>
				<category><![CDATA[Chili]]></category>
		<category><![CDATA[HotChili]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://noteslog.com/post/introducing-hot-chili/</guid>
		<description><![CDATA[The rationale behind Chili is that I need highlighted code to understand a program listing. I developed Chili to make it really easy for every blogger to add highlighting to their own code snippets. The rationale behind HotChili is that many sites still don&#8217;t use any highlighting at all, and that bothers me. I developed [...]]]></description>
			<content:encoded><![CDATA[<p>The rationale behind Chili is that I need highlighted code to understand a program listing. I developed Chili to make it really easy for every blogger to add highlighting to their own code snippets.</p>
<p>The rationale behind HotChili is that many sites still don&#8217;t use any highlighting at all, and that bothers me. I developed HotChili to make it really easy for every internet user to add highlighting to someone else&#8217;s code snippets.</p>
<p>HotChili is a <a href="http://www.greasespot.net/" target="_blank">Greasemonkey</a> user script (plugin), so it runs on any FireFox browser with that extension installed. HotChili is very easy to install and easier to use. Just click on a dull snippet and spice it up by selecting a language off the popup menu. If you change your mind, click again and undo it. That&#8217;s all!!</p>
<p align="center"><strong><a href="http://userscripts.org/scripts/show/10676" target="_blank">Install HotChili</a></strong></p>
<p>After installing HotChili, you can browse the web as usual. If you want to test it, here is a short list of good programming pages that lack any highlighting: <a href="http://www.fluffycat.com/PHP-Design-Patterns/Iterator/" target="_blank">1</a>, <a href="http://dev.mysql.com/doc/refman/5.1/en/twin-pool.html" target="_blank">2</a>, <a href="http://www.onlamp.com/pub/a/php/2007/04/26/code-as-data-reflection-in-php.html" target="_blank">3</a>, <a href="http://javascript.crockford.com/inheritance.html" target="_blank">4</a>, <a href="http://yuiblog.com/" target="_blank">5</a> &#8230;</p>
<p>As you see, HotChili is very simple to use and adds quite a readability factor to code. My advise is to turn it off during normal browsing, and turn it on when you really need it.</p>
]]></content:encoded>
			<wfw:commentRss>http://noteslog.com/post/introducing-hotchili/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

