<?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>Fri, 04 Sep 2009 19:03:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Removing MySQL on Snow Leopard</title>
		<link>http://www.silverscripting.com/blog/2009/09/04/removing-mysql-on-snow-leopard/</link>
		<comments>http://www.silverscripting.com/blog/2009/09/04/removing-mysql-on-snow-leopard/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:03:12 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

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

		<category><![CDATA[snow leopard]]></category>

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

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2009/09/04/removing-mysql-on-snow-leopard/</guid>
		<description><![CDATA[I&#8217;ve been having some difficulties trying to uninstall MySQL on snow leopard (I wanted to remove the 32bits version to install the 64bits one)&#8230;The old instructions, located here are mostly good, however there is a slight difference (that makes the whole thing&#8230; not working!) and it&#8217;s in the location of the installer receipts&#8230;First you need to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having some difficulties trying to uninstall MySQL on snow leopard (I wanted to remove the 32bits version to install the 64bits one)&#8230;The old instructions, located <a href="http://akrabat.com/2008/09/11/uninstalling-mysql-on-mac-os-x-leopard/">here</a> are mostly good, however there is a slight difference (that makes the whole thing&#8230; not working!) and it&#8217;s in the location of the installer receipts&#8230;First you need to go to: /Library/Receipts and look for a file named &#8220;InstallHistory.plist&#8221;&#8230; It&#8217;s just a regular property list&#8230; Open it and look for the MySQL entry, and delete it&#8230;I thought I was good to go after that but&#8230; no! The MySQL Installer still says I have a newer version on my system&#8230; Thing is, the receipts are actually located in a different place on Snow Leopard&#8230; The answer: /private/var/db/receipts/There should be 2 mysql related receipts located there&#8230; Delete them, and you should be good to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2009/09/04/removing-mysql-on-snow-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ScreenCapper - Video Screenshots for Mac OS X</title>
		<link>http://www.silverscripting.com/blog/2008/11/12/screencapper-video-screenshots-for-mac-os-x/</link>
		<comments>http://www.silverscripting.com/blog/2008/11/12/screencapper-video-screenshots-for-mac-os-x/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 06:31:38 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/11/12/screencapper-video-screenshots-for-mac-os-x/</guid>
		<description><![CDATA[Well, I just released my first Mac OS X app: ScreenCapper. ScreenCapper allows you to generate screenshots of your video files easily. It supports a lot of different formats (avi, mov, mkv and more&#8230;). It can generate single screenshots, a series of multiple screenshots, or a customizable screenshot grid.
Here&#8217;s a screenshot:

You can learn more about [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I just released my first Mac OS X app: ScreenCapper. ScreenCapper allows you to generate screenshots of your video files easily. It supports a lot of different formats (avi, mov, mkv and more&#8230;). It can generate single screenshots, a series of multiple screenshots, or a customizable screenshot grid.</p>
<p>Here&#8217;s a screenshot:<br />
<img src="http://www.silverscripting.com/blog/wp-content/uploads/2008/11/screenshot1.jpg" alt="ScreenCapper 1.0" /></p>
<p>You can learn more about it <a href="http://www.silverscripting.com/screencapper">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/11/12/screencapper-video-screenshots-for-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TextLimiter - A little JavaScript class to&#8230; limit your text-areas!</title>
		<link>http://www.silverscripting.com/blog/2008/10/09/textlimiter-a-little-javascript-class-to-limit-your-text-areas/</link>
		<comments>http://www.silverscripting.com/blog/2008/10/09/textlimiter-a-little-javascript-class-to-limit-your-text-areas/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 20:18:48 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/10/09/textlimiter-a-little-javascript-class-to-limit-your-text-areas/</guid>
		<description><![CDATA[ This is a small Javascript class I wrote a while ago. It hooks up to a text-area or a text input and limits the amount of characters you can write in it while displaying a count-down of the remaining characters&#8230; It is cross-browser and uses a custom event to check for changes in the text [...]]]></description>
			<content:encoded><![CDATA[<p class="ht_code"> This is a small Javascript class I wrote a while ago. It hooks up to a text-area or a text input and limits the amount of characters you can write in it while displaying a count-down of the remaining characters&#8230; It is cross-browser and uses a custom event to check for changes in the text (so that it works, for example, if you paste text in the textarea). Anyway, here is the code:</p>
<p class="ht_code"> <script type="text/javascript" src="http://www.highlightmycode.com/embedded/htsnip48ee65e1c34f1.js"></script></p>
<p class="ht_code">The full documentation is <a href="http://silverscripting.wikidot.com/useful-javascript-snippets">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/10/09/textlimiter-a-little-javascript-class-to-limit-your-text-areas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MooDataTable - A Data Table Class for MooTools 1.2</title>
		<link>http://www.silverscripting.com/blog/2008/10/04/moodatatable-a-data-table-class-for-mootools-12/</link>
		<comments>http://www.silverscripting.com/blog/2008/10/04/moodatatable-a-data-table-class-for-mootools-12/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 19:28:06 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

		<category><![CDATA[data tables]]></category>

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

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

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/10/04/moodatatable-a-data-table-class-for-mootools-12/</guid>
		<description><![CDATA[Well, here&#8217;s the first version of my MooDataTable class&#8230; basically it&#8217;s a paginated, column-sorting data table that works with a JSON dataset. So far it features:

 Smart Pagination
Column Sorting
Request data via Ajax, one page at a time
Works with any Server Side scripting language, as long as it returns JSON data
Easy to style and customize

An example of [...]]]></description>
			<content:encoded><![CDATA[<p>Well, here&#8217;s the first version of my MooDataTable class&#8230; basically it&#8217;s a paginated, column-sorting data table that works with a JSON dataset. So far it features:</p>
<ul>
<li> Smart Pagination</li>
<li>Column Sorting</li>
<li>Request data via Ajax, one page at a time</li>
<li>Works with any Server Side scripting language, as long as it returns JSON data</li>
<li>Easy to style and customize</li>
</ul>
<p>An example of it in action can be seen here: <a href="http://www.silverscripting.com/moodatatable/test.html">http://www.silverscripting.com/moodatatable/test.html</a><br />
The full documentation can be found here: <a href="http://silverscripting.wikidot.com/moodatatable">http://silverscripting.wikidot.com/moodatatable</a><br />
<strike>The script can be downloaded here: <a href="http://www.silverscripting.com/moodatatable/MooDataTable.0.1.js">http://www.silverscripting.com/moodatatable/MooDataTable.0.1.js</a></strike></p>
<p>Since I&#8217;m fixing small bugs and stuff, it&#8217;s better to just grab it at git hub:<br />
<a href="http://github.com/SilverTab/moodatatable/">http://github.com/SilverTab/moodatatable/</a><br />
Basically just go there and click on &#8220;Download&#8221;&#8230; you will get a zip file containing everything you need to get started&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/10/04/moodatatable-a-data-table-class-for-mootools-12/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple&#8217;s shipments to Canada&#8230; Around-the-world trip for your iPod?</title>
		<link>http://www.silverscripting.com/blog/2008/09/25/apples-shipments-to-canada-around-the-world-trip-for-your-ipod/</link>
		<comments>http://www.silverscripting.com/blog/2008/09/25/apples-shipments-to-canada-around-the-world-trip-for-your-ipod/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 18:49:20 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/09/25/apples-shipments-to-canada-around-the-world-trip-for-your-ipod/</guid>
		<description><![CDATA[There&#8217;s something extremely weird with Fedex&#8217;s tracking system&#8230; I ordered a new iPod Touch (2nd Gen) from Apple Canada and I paid the extra 13$ for expedited shipping (2 business days)&#8230; Here&#8217;s the tracking info so far:
09/25/2008 12:57 Arrived at Sort Facility MEMPHIS, TN US 09/24/2008 09:34 Regulatory Agency Clearance Delay MISSISSAUGA, ON CA 09/24/2008 05:39 Arrived [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s something extremely weird with Fedex&#8217;s tracking system&#8230; I ordered a new iPod Touch (2nd Gen) from Apple Canada and I paid the extra 13$ for expedited shipping (2 business days)&#8230; Here&#8217;s the tracking info so far:<br />
<blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px" class="webkit-indent-blockquote">09/25/2008 12:57 Arrived at Sort Facility MEMPHIS, TN US<br /> 09/24/2008 09:34 Regulatory Agency Clearance Delay MISSISSAUGA, ON CA<br /> 09/24/2008 05:39 Arrived at FedEx Ramp MISSISSAUGA, ON CA<br /> 09/24/2008 04:30 Left FedEx Sort Facility NEWARK, NJ US<br /> 09/24/2008 02:33 Arrived at Sort Facility NEWARK, NJ US<br /> 09/23/2008 21:40 Left FedEx Ramp SHANGHAI CN<br /> 09/23/2008 21:36 Arrived at Sort Facility ANCHORAGE, AK US<br /> 09/23/2008 21:36 Arrived at Sort Facility ANCHORAGE, AK US<br /> 09/23/2008 16:21 Left FedEx Sort Facility ANCHORAGE, AK US<br />  09/23/2008 09:41 Left FedEx Origin Location KUNSHAN CN  </p></blockquote>
<blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px" class="webkit-indent-blockquote"><p> </p></blockquote>
<p>So, basically, it started its journey from Kunshan, China&#8230; headed to Anchorage, Alaska, USA&#8230; only to go back to Shanghai, China&#8230;  Then it made a small stop in Newark, New Jersey, to finally end up in Mississauga, Ontario (finally! It&#8217;s in Canada)&#8230; but no&#8230; it went back to the United States, in Memphis, Tennesse&#8230;Apparently Fedex decided to give my iPod a free round-the-world trip&#8230; What the hell is that? I wasn&#8217;t aware that the shortest route from Point A to Point B was to stop by Point X, T, Z and C&#8230;then go back to point T and then to point Z and&#8230; well.. you get the idea&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/09/25/apples-shipments-to-canada-around-the-world-trip-for-your-ipod/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Speak French? Head out to my other blog&#8230;</title>
		<link>http://www.silverscripting.com/blog/2008/09/16/speak-french-head-out-to-my-other-blog/</link>
		<comments>http://www.silverscripting.com/blog/2008/09/16/speak-french-head-out-to-my-other-blog/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 20:47:59 +0000</pubDate>
		<dc:creator>SilverTab</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

		<guid isPermaLink="false">http://www.silverscripting.com/blog/2008/09/16/speak-french-head-out-to-my-other-blog/</guid>
		<description><![CDATA[While this blog is mostly about my personal stuff (scripts that I releases, updates etc..) I started another blog in French (my primary language). The other blog will cover Web Development news, tips &#38; tricks related to Web Development and Javascript etc&#8230; If you speak French and you&#8217;re interested in this sorta stuff, check it out [...]]]></description>
			<content:encoded><![CDATA[<p>While this blog is mostly about my personal stuff (scripts that I releases, updates etc..) I started another blog in French (my primary language). The other blog will cover Web Development news, tips &amp; tricks related to Web Development and Javascript etc&#8230; If you speak French and you&#8217;re interested in this sorta stuff, check it out now at: <a href="http://jeannicolasjolivet.blogspot.com/">http://jeannicolasjolivet.blogspot.com/</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.silverscripting.com/blog/2008/09/16/speak-french-head-out-to-my-other-blog/feed/</wfw:commentRss>
		</item>
		<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>
	</channel>
</rss>
