<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>SilverTab's Corner</title>
	<link>http://www.silverscripting.com/blog</link>
	<description>Jean-Nicolas Jolivet's fantastic journey through web-development!</description>
	<pubDate>Tue, 02 Sep 2008 19:21:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Google Chrome is here!</title>
		<link>http://www.silverscripting.com/blog/2008/09/02/google-chrome-is-here/</link>
		<comments>http://www.silverscripting.com/blog/2008/09/02/google-chrome-is-here/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:21:23 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/09/02/google-chrome-is-here/</guid>
		<description><![CDATA[That&#8217;s right, the new browser from Google is here! I&#8217;ve only been playing with it for a couple of minutes now but I can already tell that it&#8217;s damn fast! The Javascript Console seems good, no bugs whatsoever so far&#8230;  Grab it here: http://www.google.com/chrome 
]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, the <a href="http://www.google.com/chrome">new browser from Google</a> is here! I&#8217;ve only been playing with it for a couple of minutes now but I can already tell that it&#8217;s damn fast! The Javascript Console seems good, no bugs whatsoever so far&#8230;  Grab it here: <a href="http://www.google.com/chrome">http://www.google.com/chrome</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/09/02/google-chrome-is-here/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HighlightMyCode - Syntax Highlighting on-the-fly!</title>
		<link>http://www.silverscripting.com/blog/2008/08/03/highlightmycode-syntax-highlighting-on-the-fly/</link>
		<comments>http://www.silverscripting.com/blog/2008/08/03/highlightmycode-syntax-highlighting-on-the-fly/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 18:50:51 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[snippets]]></category>

		<category><![CDATA[syntax highlighting]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/08/03/highlightmycode-syntax-highlighting-on-the-fly/</guid>
		<description><![CDATA[I just finished a new project called HighlightMyCode. The goal is simple: to provide Syntax highlighting for your code snippets on the fly. Just paste your code, select a language and a theme and you&#8217;re done. You&#8217;ll get a small piece of javascript to embedded your highlighted snippet on your site.
It&#8217;s basically the same idea [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished a new project called <a href="http://www.highlightmycode.com">HighlightMyCode</a>. The goal is simple: to provide Syntax highlighting for your code snippets on the fly. Just paste your code, select a language and a theme and you&#8217;re done. You&#8217;ll get a small piece of javascript to embedded your highlighted snippet on your site.</p>
<p>It&#8217;s basically the same idea as a Pastebin, but with emphasis on Syntax Highlighting (right now there are 4 themes available, and it&#8217;s easy to submit new ones).</p>
<p>The site is powered by GeSHI for syntax highlighting and uses Boilerplate, a tiny CSS framework, for it&#8217;s template.</p>
<p>Here&#8217;s a demo:<br />
<script src="http://www.highlightmycode.com/embedded/htsnip4894d6a56dc88.js"></script><br />
Give it a try! It&#8217;s fun: <a href="http://www.highlightmycode.com">http://www.highlightmycode.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/08/03/highlightmycode-syntax-highlighting-on-the-fly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SilverIPE: A lightweight, cross-browser In Place Editor</title>
		<link>http://www.silverscripting.com/blog/2008/07/27/silveripe-a-lightweight-cross-browser-in-place-editor/</link>
		<comments>http://www.silverscripting.com/blog/2008/07/27/silveripe-a-lightweight-cross-browser-in-place-editor/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 22:49:10 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[in place edit]]></category>

		<category><![CDATA[ipe]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[silveripe]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/07/27/silveripe-a-lightweight-cross-browser-in-place-editor/</guid>
		<description><![CDATA[I just finished the first version of SilverIPE, a lightweight, cross-browser in place editor. Some of it&#8217;s features include:

Cross-Browser (Tested with IE 5,6&#38;7 - Firefox 2&#38;3 - Safari 2&#38;3 - Opera)
No dependencies. Only 1 javascript file to include, that&#8217;s it
Easy to use
Well documented

The documentation, examples etc. can be found on the SilverIPE&#8217;s page. If you [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished the first version of <a href="http://www.silverscripting.com/silveripe/index.php">SilverIPE</a>, a lightweight, cross-browser in place editor. Some of it&#8217;s features include:</p>
<ul>
<li>Cross-Browser (Tested with IE 5,6&amp;7 - Firefox 2&amp;3 - Safari 2&amp;3 - Opera)</li>
<li>No dependencies. Only 1 javascript file to include, that&#8217;s it</li>
<li>Easy to use</li>
<li>Well documented</li>
</ul>
<p>The documentation, examples etc. can be found on the SilverIPE&#8217;s page. If you have any question or comment, please leave them here for now&#8230;</p>
<p><a href="http://www.silverscripting.com/silveripe/index.php">Visit SilverIPE&#8217;s Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/07/27/silveripe-a-lightweight-cross-browser-in-place-editor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Off Topic: Pitchfork Media reviews archive?</title>
		<link>http://www.silverscripting.com/blog/2008/07/23/off-topic-pitchfork-media-reviews-archive/</link>
		<comments>http://www.silverscripting.com/blog/2008/07/23/off-topic-pitchfork-media-reviews-archive/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 18:06:06 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[off-topic]]></category>

		<category><![CDATA[pitchfork media]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/07/23/off-topic-pitchfork-media-reviews-archive/</guid>
		<description><![CDATA[Well this is completely off-topic, but it&#8217;s something that&#8217;s been bugging me for a while now. I check Pitchfork Media every once in a while to discover new bands&#8230; I rarely read their reviews as I don&#8217;t really like their style (imho you shouldn&#8217;t put too much thinking into a review&#8230; just tell us what [...]]]></description>
			<content:encoded><![CDATA[<p>Well this is completely off-topic, but it&#8217;s something that&#8217;s been bugging me for a while now. I check <a href="http://www.pitchforkmedia.com/">Pitchfork Media</a> every once in a while to discover new bands&#8230; I rarely read their reviews as I don&#8217;t really like their style (imho you shouldn&#8217;t put too much thinking into a review&#8230; just tell us what you thought of the album&#8230; no need for metaphors and poetic allegories) anyway, I do happen to find a lot of the stuff that they review good so, I keep checking back every now and then to see what&#8217;s new&#8230;</p>
<p>Now maybe I&#8217;m just crazy (or blind) but I could swear there was a link at the bottom of their <a href="http://www.pitchforkmedia.com/page/record_reviews">review page</a> that lead to more reviews&#8230; (the link was just labeled &#8220;More&#8230;&#8221; ). Now I&#8217;ve been searching for like half an hour (in vain) for a way to access older reviews&#8230; Same goes for the <a href="http://www.pitchforkmedia.com/page/best_new_music">Best New Music</a> section.</p>
<p>I&#8217;m aware that I can still use the search to find reviews&#8230; but to me it&#8217;s kind of pointless&#8230; I don&#8217;t want to read reviews about bands/albums that I already know&#8230; if I love an album, a 2.0 rating from pitchfork isn&#8217;t going to make me hate a record&#8230; (just like a good review of an album that I hate isn&#8217;t going to change my mind&#8230;). What I liked about pitchfork was basically just browsing through their archive, chronologically, so I can discover new bands that  recently released an album.</p>
<p>I remember seeing the word &#8220;more&#8221; in the URL when I was browsing the archive so I gave it a try ( <a href="http://www.pitchforkmedia.com/page/record_reviews/more">http://www.pitchforkmedia.com/page/record_reviews/more</a> ) but apparently this leads to what seems to be one of their first review page&#8230; (with reviews dating from 95-96&#8230; ). While I did enjoy reading some those old reviews (Beck Odelay, Smashing Pumpkins, Weezer etc..), it&#8217;s not really what I was looking for&#8230;</p>
<p>So please anyone let me know if I&#8217;m missing something obvious&#8230; HOW THE HELL DO I BROWSE THE REVIEWS ARCHIVE BY DATE (from recent to old)&#8230; and WHERE IS THAT CONVENIENT &#8220;more&#8230;&#8221; LINK&#8230; the one that used to be at the bottom of both the Review pages but also the Best New Music pages&#8230;</p>
<p>Can&#8217;t believe that it just dissapeared and no one mentioned it (I searched google, blogs etc. for any word about that but couldn&#8217;t find anything&#8230; am I really crazy?? Did that &#8220;more..&#8221; link ever existed??)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/07/23/off-topic-pitchfork-media-reviews-archive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SilverAjax: Because the world needs more XMLHttpRequest wrappers&#8230;</title>
		<link>http://www.silverscripting.com/blog/2008/07/18/silverajax-because-the-world-needs-more-xmlhttprequest-wrappers/</link>
		<comments>http://www.silverscripting.com/blog/2008/07/18/silverajax-because-the-world-needs-more-xmlhttprequest-wrappers/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 19:53:44 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[silverscripting]]></category>

		<category><![CDATA[xmlhttprequest]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/07/18/silverajax-because-the-world-needs-more-xmlhttprequest-wrappers/</guid>
		<description><![CDATA[Well, I decided to put together my own XMLHttpRequest wrapper. Not because we don&#8217;t have enough choice already but mostly because:

I needed some Javascript practice (without using a framework like mootools)
I wanted to learn more about the XMLHttpRequest object
I love mootools and prototype&#8217;s XMLHttpRequest wrapper and wanted something similar without having to use a whole [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I decided to put together my own XMLHttpRequest wrapper. Not because we don&#8217;t have enough choice already but mostly because:</p>
<ul>
<li>I needed some Javascript practice (without using a framework like <a href="http://www.mootools.net">mootools</a>)</li>
<li>I wanted to learn more about the XMLHttpRequest object</li>
<li>I love <a href="http://www.mootools.net">mootools</a> and <a href="http://www.prototypejs.org">prototype</a>&#8217;s XMLHttpRequest wrapper and wanted something similar without having to use a whole framework</li>
<li>I was bored</li>
<li>The current star alignment told me to do so</li>
</ul>
<p>It&#8217;s still an early draft but so far it features:</p>
<ul>
<li>Support for most browsers (Firefox 2&amp;3, IE 5, 6 &amp; 7, Opera, Safari 2 &amp; 3)</li>
<li>The ability to securely evaluate JSON responses</li>
<li>POST and GET requests</li>
<li>Timeout</li>
<li>Pseudo-Events (i.e. you can provide callbacks for onComplete, onSuccess, onFailure and onTimeout)</li>
<li>Add/Remove custom headers</li>
<li>Update any element with the response text</li>
<li>&#8230;</li>
</ul>
<p>The code, partial documentation and more can be found at my wikidot:<br />
<a href="http://silverscripting.wikidot.com/silverajax">http://silverscripting.wikidot.com/silverajax</a></p>
<p>A demo will follow shortly&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/07/18/silverajax-because-the-world-needs-more-xmlhttprequest-wrappers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE&#8217;s Function.apply() doesn&#8217;t like null</title>
		<link>http://www.silverscripting.com/blog/2008/07/18/ies-functionapply-doesnt-like-null/</link>
		<comments>http://www.silverscripting.com/blog/2008/07/18/ies-functionapply-doesnt-like-null/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 19:41:59 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[ie]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/07/18/ies-functionapply-doesnt-like-null/</guid>
		<description><![CDATA[Well, after trying to find what the problem was with my script (it was working well in Firefox, but not in IE, sounds familiar??) I realized that Internet Explorer doesn&#8217;t like null to be passed as the second parameter to Function.apply&#8230;
According to Mozilla&#8217;s documentation, the second parameter to Function.apply should be:
An argument array for the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after trying to find what the problem was with my script (it was working well in Firefox, but not in IE, sounds familiar??) I realized that Internet Explorer doesn&#8217;t like <em>null</em> to be passed as the second parameter to Function.apply&#8230;</p>
<p>According to Mozilla&#8217;s documentation, the second parameter to Function.apply should be:</p>
<blockquote><p>An argument array for the object, specifying the arguments with which <em><code>fun</code></em> should be called, or <code>null</code> or <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Properties:undefined" title="Core JavaScript 1.5 Reference:Global Properties:undefined">undefined</a> if no arguments should be provided to the function.</p></blockquote>
<p>Since I was using apply only to bind <em>this</em> I decided to pass null as the second parameter&#8230; apparently IE doesn&#8217;t like that&#8230; After a bit of searching I found out that with IE, if you want to use Function.apply and not pass any parameter, you should just omit the second parameter or else IE will throw a &#8220;TypeError&#8221; if your parameter is not an array. So basically just use:</p>
<p>myfunction.apply(this);</p>
<p>Instead of:</p>
<p>myfunction.apply(this, null);</p>
<p>It will work in Mozilla since, as they mention in their doc, the second argument can be null or undefined so&#8230; all is well, and everyone is happy!&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/07/18/ies-functionapply-doesnt-like-null/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Programming Fonts</title>
		<link>http://www.silverscripting.com/blog/2008/07/12/programming-fonts/</link>
		<comments>http://www.silverscripting.com/blog/2008/07/12/programming-fonts/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 18:19:38 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[fonts]]></category>

		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/07/12/programming-fonts/</guid>
		<description><![CDATA[Well, I know it&#8217;s been done before, more than once, but why not do it again! Programming fonts&#8230; a topic worth revisiting.
So 2 days ago I decided it was time for a new font and, it seems that each time I do that, I waste a whole day trying out different ones, at different size, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I know it&#8217;s been <a href="http://www.codinghorror.com/blog/archives/000969.html">done before</a>, <a href="http://keithdevens.com/wiki/ProgrammerFonts">more than once</a>, but why not do it again! Programming fonts&#8230; a topic worth revisiting.</p>
<p>So 2 days ago I decided it was time for a new font and, it seems that each time I do that, I waste a whole day trying out different ones, at different size, without ever being completely satisfied.</p>
<p>Finding a suitable font can really depend on what platform or even which editor your are using. Mac OS X&#8217;s font rendering looks quite different than Window&#8217;s <a href="http://www.microsoft.com/typography/cleartypeInfo.mspx">ClearType</a>, some think that OS  X fonts are too blurry, and I gotta admit that before I had to spend some time on a Mac, I was of that opinion. After a while though, I got used to it, to the point that I can say that Monaco in <a href="http://macromates.com/">Textmate</a> is one of my favorite font/editor combo&#8230;Unfortunately, anyone who tried Monaco with Windows editors (<a href="http://www.e-texteditor.com/">E Text Editor</a> or <a href="http://www.intype.info">Intype</a>) will quickly realize that, without the &#8220;blurry&#8221;, bolder OS X rendering, it really doesn&#8217;t have that same impact.</p>
<p><img src="http://www.silverscripting.com/blog/wp-content/uploads/2008/07/monaco.png" alt="Monaco" /></p>
<p>That being said, I spend most of my time developing in Windows, and Monaco is different to the point that I don&#8217;t really like it with ClearType.</p>
<p>There are several options, depending on what is important to you&#8230; for some, the ultimate criteria for a programming font is to fit as much text as possible on the screen, while still being readable. For that purpose, bitmap fonts are the best option. There are a bunch of good, free ones out there and here is a brief list of the most popular one:</p>
<ul>
<li><a href="http://www.proggyfonts.com/index.php?menu=download">Proggy Family (Proggy Clean, Proggy Square, Proggy Tiny etc..) </a>as far as bitmat font goes, this one is probably my favorite along with&#8230;</li>
<li><a href="http://bok.net/MonteCarlo/">MonteCarlo</a></li>
<li>A lot of people love <a href="http://www.tobias-jung.de/seekingprofont/">ProFont</a>, personally, I find it hard to read on my display (could be my settings, I don&#8217;t know, it just doesn&#8217;t look that good)</li>
<li><a href="http://www.donationcoder.com/Software/Jibz/Dina/">Dina</a> is also a popular choice, I still haven&#8217;t tried this one&#8230;</li>
</ul>
<p>As I said, Bitmap fonts are particularly effective if you want to have as much text as possible on your screen since they look their best at small (sometimes tiny) points (9pt, 8pt&#8230; sometimes even 7pt) and are still easy to read.</p>
<p>Personally, I don&#8217;t really mind having a font that can display 50 lines instead of 72 if I like that font better. I don&#8217;t mind having to use the scrollbar or the incremental search, which is why I prefer traditional (i.e. non-bitmap) monospace fonts. Again, there are a bunch of options in this category and I&#8217;m only going to list a few (mostly those that I&#8217;ve tried). They are somehow in a preference order, the top ones being the ones I like the most&#8230;</p>
<ul>
<li><a href="http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released">Envy Code R</a> I tried that one before and although I liked it, I thought the coma &#8220;,&#8221; and the dot &#8220;.&#8221; were too similar. Well this has been fixed in the latest release (Preview 7) and it is now my main programming font. It reminds me of Pragmata (which I LOVE) but it&#8217;s free! It looks good no matter the size but personally I think it looks its best at 10pt.</li>
<li><a href="http://en.wikipedia.org/wiki/Consolas">Consolas</a> is a very popular choice and it&#8217;s easy to understand why. The font looks gorgeous, it&#8217;s very easy to read, it works well with ClearType and it has some style too!I really love the double-loop &#8220;g&#8221; (I know that most people prefer a single loop). I still switch to Consolas every once in a while.</li>
<li><a href="http://www.fsd.it/fonts/pragma.htm">Pragmata</a> is also one of my favorite, but I can&#8217;t really say that I love to work with it since I never bought it, so I can only judge from what I see on the site.Unfortunately I find the price to be a bit steep (although I know that quality fonts usually come with a high price tag). I just think that with all the free options available, you really need to have something special to charge 90euro for a programming font.</li>
<li>Another great one is <a href="http://www.ms-studio.com/FontSales/anonymous.html">Anonymous</a>, a free TrueType version of Anonymous 9 (a Mac font). I love the style and personality of Anonymous and I use it from time to time, however, it is a bit different than what I am used to.</li>
<li>A lot of people like <a href="http://www.levien.com/type/myfonts/inconsolata.html">Inconsolata</a>, released under the Open Font License (OFL), it is inspired by Consolas and TheSans (both from genious type designer <a href="http://www.lucasfonts.com/">Luc(as) de Groot</a>). Although I love Inconsolata and used it for a while on XP, I always found it to be kind of blurry with ClearType turned on. I think it has been fixed in the latest versions though and if that&#8217;s the case, Inconsolata would definitely be among my favorite fonts.</li>
<li>Of course it&#8217;s impossible to forget <a href="http://www.gnome.org/fonts/">Bitstream Vera Sans Mono</a> (or the extended version <a href="http://dejavu.sourceforge.net/wiki/index.php/Main_Page">DejaVu Sans Mono</a>). If I&#8217;m on Linux, it is my font of choice for programming. They are easy on the eye, they look good for a monospace font and they are both free and available on most linux distribution nowadays.</li>
<li>Another interesting free/open alternative is <a href="http://www.ctan.org/tex-archive/fonts/LuxiMono/">LuxiMono</a>, originally designed as an X Window System, but I think it hasn&#8217;t been updated in a while (unless I&#8217;m mistaken..?)</li>
<li>Finally, it&#8217;s impossible to write about programming fonts without mentioning <a href="http://en.wikipedia.org/wiki/Courier_(typeface)">Courier/Courier New</a>. It&#8217;s available on any windows installation and it will usually be the default monospace font in a lot of Windows editors. Personally I don&#8217;t like coding with a serif font so I usually avoid it but a lot of people still swear by it.</li>
</ul>
<p>So, to sum it up. Right now I am switching between Envy Code R and Consolas when on Windows. On a Mac I use Monaco as I think it looks gorgeous with OS X&#8217;s font rendering. When on Linux, I use Vera Sans Mono or DejaVu Sans Mono. As for the size, I usually switch between 10pt and 11pt, depending on the editor/font/OS&#8230;</p>
<p>I&#8217;m sure there are a lot more great programming fonts and I would love to hear people&#8217;s opinion about that as I always love to try out new ones!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/07/12/programming-fonts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mootools 1.2 Upgrade Reference</title>
		<link>http://www.silverscripting.com/blog/2008/07/11/mootools-12-upgrade-reference/</link>
		<comments>http://www.silverscripting.com/blog/2008/07/11/mootools-12-upgrade-reference/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 21:15:55 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/07/11/mootools-12-upgrade-reference/</guid>
		<description><![CDATA[I started to put together a (long) list of changes between MooTools 1.1(1) and MooTools 1.2. Hopefully this will help people porting their script to the new MooTools version.
Personally I think that nothing beats spending an hour or two reading the new documentation but apparently some people don&#8217;t have the patience to do it! :P [...]]]></description>
			<content:encoded><![CDATA[<p>I started to put together a (long) list of changes between MooTools 1.1(1) and MooTools 1.2. Hopefully this will help people porting their script to the new MooTools version.</p>
<p>Personally I think that nothing beats spending an hour or two reading the new documentation but apparently some people don&#8217;t have the patience to do it! :P For those people, check it out, it&#8217;s still incomplete and it will probably take a while to cover everything but hey, it&#8217;s a start!</p>
<p>The list can be found here: <a href="http://silverscripting.wikidot.com/mootools-upgrade:from-1-1-to-1-2">http://silverscripting.wikidot.com/mootools-upgrade:from-1-1-to-1-2</a></p>
<p>It&#8217;s a wiki page so people can contribute to it too&#8230; (please do&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/07/11/mootools-12-upgrade-reference/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MooSlides: Sliding panels for mootools 1.2</title>
		<link>http://www.silverscripting.com/blog/2008/06/28/mooslides-sliding-panels-for-mootools-12/</link>
		<comments>http://www.silverscripting.com/blog/2008/06/28/mooslides-sliding-panels-for-mootools-12/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 07:17:54 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[mooslides]]></category>

		<category><![CDATA[mootools]]></category>

		<category><![CDATA[sliding panels]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/06/28/mooslides-sliding-panels-for-mootools-12/</guid>
		<description><![CDATA[Well I just finished a first working versions of mooslides, a sliding panel widget for mootools. It was inspired by all those sites (gamespot, tv.com etc.) using flash sliding panel widgets. I&#8217;m pretty sure a similar widget already exists for mootools, haven&#8217;t looked actually, but eh it had been a while since I had some [...]]]></description>
			<content:encoded><![CDATA[<p>Well I just finished a first working versions of mooslides, a sliding panel widget for mootools. It was inspired by all those sites (gamespot, tv.com etc.) using flash sliding panel widgets. I&#8217;m pretty sure a similar widget already exists for mootools, haven&#8217;t looked actually, but eh it had been a while since I had some fun with mootools and I wanted to try out the new 1.2 version.</p>
<p>An example can be seen here:<br />
<a href="http://www.silverscripting.com/mooslides/test.html">http://www.silverscripting.com/mooslides/test.html</a></p>
<p>This one is using images but you can pretty much put anything you want in the panels (images, text, form etc.).</p>
<p>The full documentation, download and more info at:<br />
<a href="http://silverscripting.wikidot.com/mooslides">http://silverscripting.wikidot.com/mooslides</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/06/28/mooslides-sliding-panels-for-mootools-12/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NAWTE0.4: Finally! MooTools1.2 compatibility&#8230;</title>
		<link>http://www.silverscripting.com/blog/2008/06/26/nawte04-finally-mootools12-compatibility/</link>
		<comments>http://www.silverscripting.com/blog/2008/06/26/nawte04-finally-mootools12-compatibility/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 16:31:06 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[Projects]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[mootools]]></category>

		<category><![CDATA[nawte]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/06/26/nawte04-finally-mootools12-compatibility/</guid>
		<description><![CDATA[Well I&#8217;m pretty much done porting nawte to MooTools1.2&#8230; I still haven&#8217;t updated nawte&#8217;s main site, but the latest source can be grabbed at nawte&#8217;s git repository located at http://github.com/SilverTab/nawte/. If you are not familiar with git, you can just browse the source and grab it from there&#8230;
Besides 1.2 compatibility there&#8217;s also one small change. [...]]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;m pretty much done porting nawte to MooTools1.2&#8230; I still haven&#8217;t updated nawte&#8217;s main site, but the latest source can be grabbed at nawte&#8217;s git repository located at <a href="http://github.com/SilverTab/nawte/">http://github.com/SilverTab/nawte/</a>. If you are not familiar with git, you can just browse the source and grab it from there&#8230;</p>
<p>Besides 1.2 compatibility there&#8217;s also one small change. I merged the <strong>insertBefore</strong> and <strong>insertAfter</strong> functions to create the <strong>insert</strong> function which takes a <em>where</em> parameter (eighter before or after).</p>
<p>The site and the doc should get updated soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/06/26/nawte04-finally-mootools12-compatibility/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
