<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Contact Me</title>
	<atom:link href="http://noteslog.com/contact/feed/" rel="self" type="application/rss+xml" />
	<link>http://noteslog.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 04:45:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kiswono Prayogo</title>
		<link>http://noteslog.com/contact/comment-page-1/#comment-43547</link>
		<dc:creator>Kiswono Prayogo</dc:creator>
		<pubDate>Fri, 12 Feb 2010 07:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/contact-me/#comment-43547</guid>
		<description>hi, thanks for creating this fastest highlighting plugin for jquery, i\’m using chilli 2.2.
here\’s the content of my body


          &lt;code&gt; var test = {}; for(var x=0;x3) test[x] = x; &lt;/code&gt;
        



          &lt;code&gt;
          
          
          
            ChiliBook.recipeFolder     = &quot;SOMEWHERE/&quot;;
          
          &lt;/code&gt;
        



          &lt;code&gt;
          ChiliBook.automatic = false;
          $( function() {
            $( \&#039;#highlight\&#039; )
            .one( \&#039;click\&#039;, function() {
              var time1 = new Date();
              var $chili = $( \&#039;#jq\&#039; ).chili();
              var time2 = new Date();
              var delta = time2 - time1;
              var spans = $chili.find( \&#039;span\&#039; ).length;
              var rate = Math.round( spans / delta * 100 ) / 100;
              $( \&#039;#highlight\&#039; ).html(
                \&#039;highlight done in \&#039; + delta + \&#039; milliseconds\&#039;
                + \&#039; with \&#039; + spans + \&#039; spans\&#039;
                + \&#039; at a rate of \&#039; + rate * 1000 + \&#039; span/sec\&#039;
              );
            } )
            .show()
            ;
          } );
          &lt;/code&gt;
        

and here\’s the content of my javascript script:
$(function() {
  ChiliBook.recipeFolder = \”/r/js/jqc/\”;
  ChiliBook.automatic = false;
  ChiliBook.lineNumbers = true;
  $( \’#test1 &gt; pre &gt; code\’ ).chili();
  $( \’#test2 &gt; pre &gt; code\’ ).chili();
  $( \’#test3 &gt; pre &gt; code\’ ).chili();
});
the ajax of loading html.js and js.js was working just fine, but it seems that there are no syntax highlighting completed.. it still show black on white..
i wonder was there anything wrong with it..
please reply if you\’re not busy ^^ 
Thank you in advance
Regards,
Kiswono P
GB
</description>
		<content:encoded><![CDATA[<p>hi, thanks for creating this fastest highlighting plugin for jquery, i\’m using chilli 2.2.<br />
here\’s the content of my body</p>
<p>          <code> var test = {}; for(var x=0;x3) test[x] = x; </code></p>
<p>          <code></p>
<p>            ChiliBook.recipeFolder     = "SOMEWHERE/";</p>
<p>          </code></p>
<p>          <code><br />
          ChiliBook.automatic = false;<br />
          $( function() {<br />
            $( \'#highlight\' )<br />
            .one( \'click\', function() {<br />
              var time1 = new Date();<br />
              var $chili = $( \'#jq\' ).chili();<br />
              var time2 = new Date();<br />
              var delta = time2 - time1;<br />
              var spans = $chili.find( \'span\' ).length;<br />
              var rate = Math.round( spans / delta * 100 ) / 100;<br />
              $( \'#highlight\' ).html(<br />
                \'highlight done in \' + delta + \' milliseconds\'<br />
                + \' with \' + spans + \' spans\'<br />
                + \' at a rate of \' + rate * 1000 + \' span/sec\'<br />
              );<br />
            } )<br />
            .show()<br />
            ;<br />
          } );<br />
          </code></p>
<p>and here\’s the content of my javascript script:<br />
$(function() {<br />
  ChiliBook.recipeFolder = \”/r/js/jqc/\”;<br />
  ChiliBook.automatic = false;<br />
  ChiliBook.lineNumbers = true;<br />
  $( \’#test1 &gt; pre &gt; code\’ ).chili();<br />
  $( \’#test2 &gt; pre &gt; code\’ ).chili();<br />
  $( \’#test3 &gt; pre &gt; code\’ ).chili();<br />
});<br />
the ajax of loading html.js and js.js was working just fine, but it seems that there are no syntax highlighting completed.. it still show black on white..<br />
i wonder was there anything wrong with it..<br />
please reply if you\’re not busy ^^<br />
Thank you in advance<br />
Regards,<br />
Kiswono P<br />
GB</p>
]]></content:encoded>
	</item>
</channel>
</rss>

