<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mankz's Blog</title>
	<atom:link href="http://mankzblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mankzblog.wordpress.com</link>
	<description>General ramblings about web development, AJAX etc</description>
	<lastBuildDate>Fri, 13 Nov 2009 21:19:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mankzblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/decf029428f6dff9f633117af2aebd5b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Mankz's Blog</title>
		<link>http://mankzblog.wordpress.com</link>
	</image>
			<item>
		<title>IE6 Frame to battle Chrome Frame?</title>
		<link>http://mankzblog.wordpress.com/2009/11/13/ie6-frame-to-battle-chrome-frame/</link>
		<comments>http://mankzblog.wordpress.com/2009/11/13/ie6-frame-to-battle-chrome-frame/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 20:14:55 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=188</guid>
		<description><![CDATA[So another day at work was destroyed by IE6, what else is new. 
Google announced a while back that Wave won&#8217;t be supported on IE without the use of &#8220;Chrome frame&#8221;. This is basically the chrome browser injected into IE. So at Microsoft, they&#8217;re probably working hard on an IE6-frame to get some market shares [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=188&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So another day at work was destroyed by IE6, what else is new. </p>
<p>Google announced a while back that Wave won&#8217;t be supported on IE without the use of &#8220;Chrome frame&#8221;. This is basically the chrome browser injected into IE. So at Microsoft, they&#8217;re probably working hard on an IE6-frame to get some market shares back. This hypothetical addin would allow you to get the nice IE6 unexpectable rendering we all love so much in any non IE-browser. But why wait, I&#8217;ve just created a beta version of the IE6-frame. Sounds too good to be true? It&#8217;s not.</p>
<p>Here&#8217;s the code:</p>
<pre class="brush: jscript;">
$(function() {
	$('body *').each(function(i, el) {
       ie6ize(el);
    });

    /*
        Emulate IE-6 rendering
        @param node, the poor node to get &quot;the treatment&quot;
    */
    function ie6ize(node){
        switch (Math.floor(Math.random()*11)) {
            case 0:
                $(node).css('float', 'left');
            break;

            case 1:
                $(node).css('margin-left', '10px');
            break;

            case 2:
                $(node).css('width', '102%');
            break;

            case 3:
                $(node).css('height', '110%');
            break;

            case 4:
                $(node).css('position', 'absolute');
            break;

            case 5:
                $(node).css('display', 'inline');
            break;

            case 6:
                $(node).css('color', '#fff');
            break;
        }
    }
});
</pre>
<p>So what does this do for me you ask? See the before and after images below.</p>
<p><strong>Ajaxian before:</strong><br />
<img src="http://mankzblog.files.wordpress.com/2009/11/aja1.png?w=700&#038;h=507" alt="Ajaxian before" title="Ajaxian before" width="700" height="507" class="aligncenter size-full wp-image-196" /></p>
<p><strong>Ajaxian IE6-ized:</strong><br />
<img src="http://mankzblog.files.wordpress.com/2009/11/ie6frame1.png?w=700&#038;h=263" alt="IE6-ized" title="IE6-ized" width="700" height="263" class="aligncenter size-full wp-image-197" /></p>
<p><strong>Twitter before:</strong><br />
<img src="http://mankzblog.files.wordpress.com/2009/11/tw1.png?w=700&#038;h=367" alt="Twitter before, boring expected look" title="Twitter before, boring expected look" width="700" height="367" class="aligncenter size-full wp-image-198" /></p>
<p><strong>Twitter IE6-ized:</strong><br />
<img src="http://mankzblog.files.wordpress.com/2009/11/twbf1.png?w=700&#038;h=556" alt="Twitter ie6-ized" title="Twitter ie6-ized" width="700" height="556" class="aligncenter size-full wp-image-199" /></p>
<p>If you want to use this in a commercial application, please contact me at &#8230;&#8230;. no not really <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=188&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/11/13/ie6-frame-to-battle-chrome-frame/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://mankzblog.files.wordpress.com/2009/11/aja1.png" medium="image">
			<media:title type="html">Ajaxian before</media:title>
		</media:content>

		<media:content url="http://mankzblog.files.wordpress.com/2009/11/ie6frame1.png" medium="image">
			<media:title type="html">IE6-ized</media:title>
		</media:content>

		<media:content url="http://mankzblog.files.wordpress.com/2009/11/tw1.png" medium="image">
			<media:title type="html">Twitter before, boring expected look</media:title>
		</media:content>

		<media:content url="http://mankzblog.files.wordpress.com/2009/11/twbf1.png" medium="image">
			<media:title type="html">Twitter ie6-ized</media:title>
		</media:content>
	</item>
		<item>
		<title>uservoice.com &#8211; vote based forum</title>
		<link>http://mankzblog.wordpress.com/2009/11/09/uservoice-com-vote-based-forum/</link>
		<comments>http://mankzblog.wordpress.com/2009/11/09/uservoice-com-vote-based-forum/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 06:49:32 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=183</guid>
		<description><![CDATA[Just signed up for the free version of uservoice.com which is a very cool idea. You may have seen this kind of forum at stackoverflow.com where users can vote on each answer to a question. They have a pretty solid &#8220;Who&#8217;s using uservoice&#8221; page with customers like Sun, MySpace and so on.

The price ranges from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=183&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just signed up for the free version of uservoice.com which is a very cool idea. You may have seen this kind of forum at stackoverflow.com where users can vote on each answer to a question. They have a pretty solid <a href="http://uservoice.com/customers">&#8220;Who&#8217;s using uservoice&#8221;</a> page with customers like Sun, MySpace and so on.</p>
<p><a href="http://scheduler.uservoice.com/"><img alt="" src="http://cdn.uservoice.com/images/screenshots/popin.png" title="UserVoice" class="aligncenter" width="300" height="256" /></a></p>
<p>The price ranges from free to not free <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I chose the free version to be able to evaluate the service. If you have feature ideas for the Ext Scheduler, why not input them at <a href="http://scheduler.uservoice.com/">http://scheduler.uservoice.com</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=183&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/11/09/uservoice-com-vote-based-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://cdn.uservoice.com/images/screenshots/popin.png" medium="image">
			<media:title type="html">UserVoice</media:title>
		</media:content>
	</item>
		<item>
		<title>New book: &#8220;Ext JS 3.0 Cookbook&#8221; announced by Packt publishing</title>
		<link>http://mankzblog.wordpress.com/2009/11/02/new-book-ext-js-3-0-cookbook-announced-by-packt-publishing/</link>
		<comments>http://mankzblog.wordpress.com/2009/11/02/new-book-ext-js-3-0-cookbook-announced-by-packt-publishing/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:39:18 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[ExtJS]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=178</guid>
		<description><![CDATA[Packt publishing recently announced the new Ext JS 3.0 Cookbook. They provided me with a copy and asked me to do a review which I happily agreed to. Check back in a week or two to read my full review. Here&#8217;s some of the good stuff covered in the book:

Master the Ext JS widgets and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=178&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.packtpub.com/">Packt publishing</a> recently announced the new Ext JS 3.0 Cookbook. They provided me with a copy and asked me to do a review which I happily agreed to. Check back in a week or two to read my full review. Here&#8217;s some of the good stuff covered in the book:</p>
<blockquote><ul>
<li>Master the Ext JS widgets and learn to create custom components to suit your needs</li>
<li> Build striking native and custom layouts, forms, grids, listviews, treeviews, charts, tab panels, menus, toolbars and much more for your real-world user interfaces</li>
<li>Packed with easy-to-follow examples to exercise all of the features of the Ext JS library</li>
<li>Part of Packt&#8217;s Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible</li>
</ul>
</blockquote>
<p>So far there has only been a few books released about ExtJS so this book is definitely good news! It looks like a very interesting read judging from the TOC, click the image to learn more!</p>
<p><a href="http://www.packtpub.com/ext-js-3-0-cookbook?utm_source=mankzblog.wordpress.com&amp;utm_medium=link&amp;utm_content=blog&amp;utm_campaign=mdb_001285"><img src="http://mankzblog.files.wordpress.com/2009/11/1847198708.jpg?w=121&#038;h=150" alt="Ext JS 3.0 Cookbook" title="Ext JS 3.0 Cookbook" width="121" height="150" class="aligncenter size-thumbnail wp-image-179" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=178&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/11/02/new-book-ext-js-3-0-cookbook-announced-by-packt-publishing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://mankzblog.files.wordpress.com/2009/11/1847198708.jpg?w=121" medium="image">
			<media:title type="html">Ext JS 3.0 Cookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>3rd Scheduler webcast &#8211; Creating a simple Gantt chart</title>
		<link>http://mankzblog.wordpress.com/2009/10/21/3rd-scheduler-webcast-creating-a-simple-gantt-chart/</link>
		<comments>http://mankzblog.wordpress.com/2009/10/21/3rd-scheduler-webcast-creating-a-simple-gantt-chart/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:57:10 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Ext Scheduler]]></category>
		<category><![CDATA[ExtJS]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=176</guid>
		<description><![CDATA[Here&#8217;s another short webcast showing how you can turn the scheduler into a simple Gantt chart easily.

Enjoy!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=176&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s another short webcast showing how you can turn the scheduler into a simple Gantt chart easily.</p>
<p><a href="http://www.youtube.com/watch?v=4hfMvvhPfZ4"><img alt="" src="http://www.ext-scheduler.com/img/video1.png" title="Link" class="alignnone" width="150" height="120" /></a></p>
<p>Enjoy!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=176&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/10/21/3rd-scheduler-webcast-creating-a-simple-gantt-chart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://www.ext-scheduler.com/img/video1.png" medium="image">
			<media:title type="html">Link</media:title>
		</media:content>
	</item>
		<item>
		<title>Second webcast &#8211; Adding business logic to the scheduler</title>
		<link>http://mankzblog.wordpress.com/2009/10/16/second-webcast-adding-business-logic-to-the-scheduler/</link>
		<comments>http://mankzblog.wordpress.com/2009/10/16/second-webcast-adding-business-logic-to-the-scheduler/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 23:24:50 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Ext Scheduler]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=173</guid>
		<description><![CDATA[Just finished another webcast showing how to add some basic business rules into the scheduler. I&#8217;m currently working on a longer behind-the-scenes video that will explain how to implement and style the grid. 
Enjoy!

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=173&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just finished another webcast showing how to add some basic business rules into the scheduler. I&#8217;m currently working on a longer behind-the-scenes video that will explain how to implement and style the grid. </p>
<p>Enjoy!</p>
<p><span style="text-align:center; display: block;"><a href="http://mankzblog.wordpress.com/2009/10/16/second-webcast-adding-business-logic-to-the-scheduler/"><img src="http://img.youtube.com/vi/5XlW02ctPwY/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=173&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/10/16/second-webcast-adding-business-logic-to-the-scheduler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/5XlW02ctPwY/2.jpg" medium="image" />
	</item>
		<item>
		<title>Ext-Scheduler is now official</title>
		<link>http://mankzblog.wordpress.com/2009/10/08/my-pet-project-is-now-official/</link>
		<comments>http://mankzblog.wordpress.com/2009/10/08/my-pet-project-is-now-official/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 09:15:58 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Ext Scheduler]]></category>
		<category><![CDATA[ExtJS]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=167</guid>
		<description><![CDATA[I&#8217;ve been working on a project for a while and now I feel it&#8217;s stable enough to go public with it. It&#8217;s a javascript based scheduler built upon the lovely ExtJS framework. I&#8217;ll be posting updates and implementation details in upcoming posts.
Check out the forum thread or go directly to the webcast.

Project homepage
Feedback or ideas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=167&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been working on a project for a while and now I feel it&#8217;s stable enough to go public with it. It&#8217;s a javascript based scheduler built upon the lovely ExtJS framework. I&#8217;ll be posting updates and implementation details in upcoming posts.</p>
<p>Check out the<strong> <a href="http://www.extjs.com/forum/showthread.php?p=395499#post395499">forum thread</a></strong> or go directly to the webcast.</p>
<p><span style="text-align:center; display: block;"><a href="http://mankzblog.wordpress.com/2009/10/08/my-pet-project-is-now-official/"><img src="http://img.youtube.com/vi/xnIlF_Xjfp0/2.jpg" alt="" /></a></span></p>
<p><a href="http://www.ext-scheduler.com">Project homepage</a></p>
<p>Feedback or ideas welcome! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=167&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/10/08/my-pet-project-is-now-official/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/xnIlF_Xjfp0/2.jpg" medium="image" />
	</item>
		<item>
		<title>Update: JavaScript-beautifier bookmarklet &#8211; now works on selected text too</title>
		<link>http://mankzblog.wordpress.com/2009/10/02/update-javascript-beautifier-bookmarklet-now-with-selection-support/</link>
		<comments>http://mankzblog.wordpress.com/2009/10/02/update-javascript-beautifier-bookmarklet-now-with-selection-support/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 09:08:27 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=155</guid>
		<description><![CDATA[Updated my bookmarklet which does syntax highlighting and coloring (based on 2 other scripts). It now supports coloring of selected text which should come in handy, for example in forum posts like these:

Try it out yourself on these posts, just select the code text and fire the bookmarklet:
http://www.codetoad.com/forum/15_28462.asp
http://www.extjs.com/forum/showthread.php?p=392611#post392611
The source for the bookmarklet can be found [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=155&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Updated my bookmarklet which does syntax highlighting and coloring (based on 2 other scripts). It now supports coloring of selected text which should come in handy, for example in forum posts like these:</p>
<p><img class="aligncenter size-full wp-image-161" title="Code" src="http://mankzblog.files.wordpress.com/2009/10/untitled1.png?w=648&#038;h=466" alt="Code" width="648" height="466" /></p>
<p>Try it out yourself on these posts, just select the code text and fire the bookmarklet:</p>
<p><a href="http://www.codetoad.com/forum/15_28462.asp">http://www.codetoad.com/forum/15_28462.asp</a><br />
<a href="http://www.extjs.com/forum/showthread.php?p=392611#post392611">http://www.extjs.com/forum/showthread.php?p=392611#post392611</a></p>
<p>The source for the bookmarklet can be found in the Ext forums:</p>
<p>http://www.extjs.com/forum/showthread.php?p=393025#post393025</p>
<p>Enjoy!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=155&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/10/02/update-javascript-beautifier-bookmarklet-now-with-selection-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://mankzblog.files.wordpress.com/2009/10/untitled1.png" medium="image">
			<media:title type="html">Code</media:title>
		</media:content>
	</item>
		<item>
		<title>More slides from the Ext conference</title>
		<link>http://mankzblog.wordpress.com/2009/09/28/more-slides-from-the-ext-conference/</link>
		<comments>http://mankzblog.wordpress.com/2009/09/28/more-slides-from-the-ext-conference/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:17:35 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=152</guid>
		<description><![CDATA[As read here
What&#8217;s new and how to use it &#8211; Ext JS 3.0
Ext JS and Adobe Air
Optimizing Performance
Ext GWT Layouts
Refactoring
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=152&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As read <a href="http://www.extjs.com/forum/showthread.php?p=388391#post388391">here</a></p>
<p><a href="http://www.extjs.com/conference/sessions/session.php?sid=140" target="_blank">What&#8217;s new and how to use it &#8211; Ext JS 3.0</a></p>
<p><a href="http://www.extjs.com/conference/sessions/session.php?sid=185" target="_blank">Ext JS and Adobe Air</a></p>
<p><a href="http://www.extjs.com/conference/sessions/session.php?sid=270" target="_blank">Optimizing Performance</a></p>
<p><a href="http://www.extjs.com/conference/sessions/session.php?sid=234" target="_blank">Ext GWT Layouts</a></p>
<p><a href="http://www.extjs.com/conference/sessions/session.php?sid=245" target="_blank">Refactoring</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=152&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/09/28/more-slides-from-the-ext-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>
	</item>
		<item>
		<title>New (?) google icon search</title>
		<link>http://mankzblog.wordpress.com/2009/09/13/new-google-icon-search/</link>
		<comments>http://mankzblog.wordpress.com/2009/09/13/new-google-icon-search/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 14:35:56 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=147</guid>
		<description><![CDATA[The google image search has changed a lot lately. A while back they added the feature to search by type (icon/photo/face) and colors. Now you can even specify exact size of your icon, which is very useful when you need to *cough* borrow *cough* icons to a demo UI for instance.

     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=147&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The google image search has changed a lot lately. A while back they added the feature to search by type (icon/photo/face) and colors. Now you can even specify exact size of your icon, which is very useful when you need to *cough* borrow *cough* icons to a demo UI for instance.</p>
<p><img src="http://mankzblog.files.wordpress.com/2009/09/untitled.png?w=720&#038;h=430" alt="Untitled" title="Untitled" width="720" height="430" class="aligncenter size-full wp-image-148" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=147&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/09/13/new-google-icon-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://mankzblog.files.wordpress.com/2009/09/untitled.png" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>
	</item>
		<item>
		<title>Session material from the ExtJS conference</title>
		<link>http://mankzblog.wordpress.com/2009/08/19/session-material-from-the-extjs-conference/</link>
		<comments>http://mankzblog.wordpress.com/2009/08/19/session-material-from-the-extjs-conference/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 11:04:19 +0000</pubDate>
		<dc:creator>Mats Bryntse</dc:creator>
				<category><![CDATA[Ext Core]]></category>
		<category><![CDATA[ExtJS]]></category>

		<guid isPermaLink="false">http://mankzblog.wordpress.com/?p=141</guid>
		<description><![CDATA[Just found this link in an Ext forum thread, slides from a session introducing Ext Core. A pretty nice informative read on the basics of Ext Core. According to Abe, more is on the way which sounds very promising!

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=141&subd=mankzblog&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just found this <a href="http://www.extjs.com/conference/presentation/introducingextcore/">link </a>in an Ext forum <a href="http://extjs.com/forum/showthread.php?p=375808#post375808">thread</a>, slides from a session introducing Ext Core. A pretty nice informative read on the basics of Ext Core. According to Abe, more is on the way which sounds very promising!</p>
<p><a href="http://www.extjs.com/conference/presentation/introducingextcore/"><img src="http://www.extjs.com/conference/presentation/introducingextcore/images/splash.png" alt="Ext Core" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mankzblog.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mankzblog.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mankzblog.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mankzblog.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mankzblog.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mankzblog.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mankzblog.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mankzblog.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mankzblog.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mankzblog.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mankzblog.wordpress.com&blog=6139778&post=141&subd=mankzblog&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://mankzblog.wordpress.com/2009/08/19/session-material-from-the-extjs-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mankzblog</media:title>
		</media:content>

		<media:content url="http://www.extjs.com/conference/presentation/introducingextcore/images/splash.png" medium="image">
			<media:title type="html">Ext Core</media:title>
		</media:content>
	</item>
	</channel>
</rss>