<?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 for Notes Log</title>
	<atom:link href="http://noteslog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://noteslog.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 12:35:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to fix the resize event in IE by Guilherme Duarte</title>
		<link>http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/comment-page-2/#comment-44344</link>
		<dc:creator>Guilherme Duarte</dc:creator>
		<pubDate>Wed, 17 Mar 2010 12:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/#comment-44344</guid>
		<description>Hi everyone, a little bit late, but I believe both Hari and Aamir are valid solutions.

In my case I needed to make sure no repeated events were fired and also check if the only the width has changed. Here is the code I used, based on both solutions:

var windowResizeTimeout;
        var tempCounter = 0;
        var winWidth;
        
        function DelayedResize() {
            window.status = ++tempCounter;
            var winNewWidth = $(window).width();
            if (winWidth != winNewWidth)
                UpdateAllSizes(); // function to process the resize to the controls on the page.
            winWidth = winNewWidth;
        }

        function checkResize() {
            window.clearTimeout(windowResizeTimeout);
            windowResizeTimeout = window.setTimeout(DelayedResize, 250);
        }
        $(window).wresize(checkResize);

Regards</description>
		<content:encoded><![CDATA[<p>Hi everyone, a little bit late, but I believe both Hari and Aamir are valid solutions.</p>
<p>In my case I needed to make sure no repeated events were fired and also check if the only the width has changed. Here is the code I used, based on both solutions:</p>
<p>var windowResizeTimeout;<br />
        var tempCounter = 0;<br />
        var winWidth;</p>
<p>        function DelayedResize() {<br />
            window.status = ++tempCounter;<br />
            var winNewWidth = $(window).width();<br />
            if (winWidth != winNewWidth)<br />
                UpdateAllSizes(); // function to process the resize to the controls on the page.<br />
            winWidth = winNewWidth;<br />
        }</p>
<p>        function checkResize() {<br />
            window.clearTimeout(windowResizeTimeout);<br />
            windowResizeTimeout = window.setTimeout(DelayedResize, 250);<br />
        }<br />
        $(window).wresize(checkResize);</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Chili 1.1 by ?WordPress??????????&#124;&#124;????</title>
		<link>http://noteslog.com/chili/wp-chili/comment-page-2/#comment-44302</link>
		<dc:creator>?WordPress??????????&#124;&#124;????</dc:creator>
		<pubDate>Mon, 15 Mar 2010 01:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/chili/wp-chili-10/#comment-44302</guid>
		<description>[...] Syntax Highlighter???????????????WP-Syntax, WP-Chili,?? SyntaxHighlighter [...]</description>
		<content:encoded><![CDATA[<p>[...] Syntax Highlighter???????????????WP-Syntax, WP-Chili,?? SyntaxHighlighter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.30 by arcadius</title>
		<link>http://noteslog.com/post/your-php-mysql-library-version/comment-page-1/#comment-44268</link>
		<dc:creator>arcadius</dc:creator>
		<pubDate>Sat, 13 Mar 2010 00:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=332#comment-44268</guid>
		<description>I solved the problem &quot;Your PHP MySQL library version 5.0.51a differs...&quot; by installing the latest PHP &amp; Apache: Apache/2.2.15 (Win32) PHP/5.3.2 .</description>
		<content:encoded><![CDATA[<p>I solved the problem &#8220;Your PHP MySQL library version 5.0.51a differs&#8230;&#8221; by installing the latest PHP &amp; Apache: Apache/2.2.15 (Win32) PHP/5.3.2 .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the resize event in IE by pengkai</title>
		<link>http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/comment-page-2/#comment-44265</link>
		<dc:creator>pengkai</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/#comment-44265</guid>
		<description>@Hari  YEP,your function is useful. like to handle dbclick in javascript. Don&#039;t to use plug-ins is better. :)</description>
		<content:encoded><![CDATA[<p>@Hari  YEP,your function is useful. like to handle dbclick in javascript. Don&#8217;t to use plug-ins is better. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Chili 1.1 by ?????WordPress??????????? &#171; ??@tuifei.net</title>
		<link>http://noteslog.com/chili/wp-chili/comment-page-2/#comment-44257</link>
		<dc:creator>?????WordPress??????????? &#171; ??@tuifei.net</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/chili/wp-chili-10/#comment-44257</guid>
		<description>[...] Syntax Highlighter???????????????WP-Syntax, WP-Chili,?? SyntaxHighlighter [...]</description>
		<content:encoded><![CDATA[<p>[...] Syntax Highlighter???????????????WP-Syntax, WP-Chili,?? SyntaxHighlighter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP Chili 1.1 by ?WordPress?????????? &#173; 18li News &#8211; ?????? ?</title>
		<link>http://noteslog.com/chili/wp-chili/comment-page-2/#comment-44251</link>
		<dc:creator>?WordPress?????????? &#173; 18li News &#8211; ?????? ?</dc:creator>
		<pubDate>Thu, 11 Mar 2010 03:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/chili/wp-chili-10/#comment-44251</guid>
		<description>[...] Syntax Highlighter???????????????WP-Syntax, WP-Chili,?? SyntaxHighlighter [...]</description>
		<content:encoded><![CDATA[<p>[...] Syntax Highlighter???????????????WP-Syntax, WP-Chili,?? SyntaxHighlighter [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chili NEXT by ????? 240 ???????? jQuery &#171; XOCT.IN</title>
		<link>http://noteslog.com/chili/comment-page-4/#comment-43996</link>
		<dc:creator>????? 240 ???????? jQuery &#171; XOCT.IN</dc:creator>
		<pubDate>Wed, 03 Mar 2010 22:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?page_id=79#comment-43996</guid>
		<description>[...] preview. pager jQuery Plugin. shortKeys jQuery Plugin. jQuery Biggerlink. jQuery Ajax Link Checker. Chili jQuery code highlighter plugin. [...]</description>
		<content:encoded><![CDATA[<p>[...] preview. pager jQuery Plugin. shortKeys jQuery Plugin. jQuery Biggerlink. jQuery Ajax Link Checker. Chili jQuery code highlighter plugin. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP PunchCard 1.0 by SEO WordPress Plugins » Download, WordPress, This, Social, Digg, Plugin, Widget, Twitter, FriendFeed, Links, Bookmarking, Yahoo » Webhosting en Webdesign</title>
		<link>http://noteslog.com/punchcard/wp-punchcard/comment-page-2/#comment-43922</link>
		<dc:creator>SEO WordPress Plugins » Download, WordPress, This, Social, Digg, Plugin, Widget, Twitter, FriendFeed, Links, Bookmarking, Yahoo » Webhosting en Webdesign</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/wp-punchcard-10/#comment-43922</guid>
		<description>[...] 14. WP PunchCard [...]</description>
		<content:encoded><![CDATA[<p>[...] 14. WP PunchCard [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chili NEXT by Jquery Kütüphanesi &#171; Birebir Payla??m</title>
		<link>http://noteslog.com/chili/comment-page-4/#comment-43700</link>
		<dc:creator>Jquery Kütüphanesi &#171; Birebir Payla??m</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?page_id=79#comment-43700</guid>
		<description>[...] preview pager jQuery Plugin shortKeys jQuery Plugin jQuery Biggerlink jQuery Ajax Link Checker Chili jQuery code highlighter plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] preview pager jQuery Plugin shortKeys jQuery Plugin jQuery Biggerlink jQuery Ajax Link Checker Chili jQuery code highlighter plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact Me 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>
