<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Source Zone</title>
	<atom:link href="http://sourcezone.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcezone.wordpress.com</link>
	<description>A blog about Technology and Programming</description>
	<lastBuildDate>Wed, 02 Jul 2008 13:40:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sourcezone.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a9e417d2e63a7155d4cf55b4a4ed2ee7?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Source Zone</title>
		<link>http://sourcezone.wordpress.com</link>
	</image>
			<item>
		<title>Java Generics explained</title>
		<link>http://sourcezone.wordpress.com/2008/07/02/java-generics-explained/</link>
		<comments>http://sourcezone.wordpress.com/2008/07/02/java-generics-explained/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 13:40:30 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[generics]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=29</guid>
		<description><![CDATA[For those which have been using Java since its beginings, the jump from JDK 1.4 to JDK 5 was a big step.
One of the major changes were the introduction of Generics, a very powerful feature in my opinion.
Using them just to specify the type of the collections or list at compiling time is very simple, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=29&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For those which have been using <a href="http://java.sun.com/">Java</a> since its beginings, the jump from JDK 1.4 to JDK 5 was a big step.</p>
<p>One of the major changes were the introduction of <strong>Generics</strong>, a very powerful feature in my opinion.</p>
<p>Using them just to specify the type of the collections or list at compiling time is very simple, but when we start dealing with our own generic classes and methods, using wildcards and so on, it get&#8217;s much more complicated.</p>
<p>Brian Goetz from SUN microsystems, bring us a great tutorial divided in two parts, to fully understand the use of them and avoid getting stack on the road.</p>
<p><a href="http://www.ibm.com/developerworks/java/library/j-jtp04298.html">Going wild with generics, Part 1</a><br />
<a href="http://www.ibm.com/developerworks/java/library/j-jtp07018.html">Going wild with generics, Part 2</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=29&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/07/02/java-generics-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox 3 vulnerability discovered</title>
		<link>http://sourcezone.wordpress.com/2008/06/19/firefox-3-vulnerability-discovered/</link>
		<comments>http://sourcezone.wordpress.com/2008/06/19/firefox-3-vulnerability-discovered/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 17:50:29 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bug. exploit]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=28</guid>
		<description><![CDATA[With only two days from its public release, TippingPoint&#8217;s Zero Day Initiative reported a critical vulnerability affecting Firefox 3.0 as well as 2.0 versions yesterday.
It&#8217;s unreleased and Mozilla is working on a fix already. Whatever the exploit is, it does require the user to visit a malicious site or click a link to executed. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=28&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>With only two days from its public release, <a href="http://www.zerodayinitiative.com/" target="_blank">TippingPoint&#8217;s Zero Day</a> Initiative <a href="http://dvlabs.tippingpoint.com/blog/2008/06/18/vulnerability-in-mozilla-firefox-30" target="_blank">reported a critical vulnerability affecting Firefox 3.0</a> as well as 2.0 versions yesterday.</p>
<p>It&#8217;s unreleased and Mozilla is working on a fix already. Whatever the exploit is, it does require the user to visit a malicious site or click a link to executed. It came in 5 hours after the FF3 release, but since it affects previous versions, we wonder if the researcher was just sitting on it to be first. The <a href="http://www.zerodayinitiative.com/" target="_blank">Zero Day Initiative</a> pays researchers for the exploits they submit.</p>
<p>Source: <a href="http://www.hackaday.com/2008/06/18/firefox-3-vulnerability/" target="_blank">Hack a day</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=28&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/06/19/firefox-3-vulnerability-discovered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox 3 Download Day certificate</title>
		<link>http://sourcezone.wordpress.com/2008/06/18/firefox-3-download-day-certificate/</link>
		<comments>http://sourcezone.wordpress.com/2008/06/18/firefox-3-download-day-certificate/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 19:47:48 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[Download Day]]></category>
		<category><![CDATA[Firefox 3]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=26</guid>
		<description><![CDATA[If you have already downloaded the new Firerox 3, now you can get your Download Day participation certificate.
Even Bill Gates got it:

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=26&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you have already downloaded the new <a title="Download Firefox 3" href="http://getfirefox.com" target="_blank">Firerox 3</a>, now you can get your <a title="Download Day Firefox 3" href="http://www.spreadfirefox.com/en-US/worldrecord/" target="_blank">Download Day</a> participation <a title="Download Day certificate" href="http://www.spreadfirefox.com/en-US/worldrecord/certificate_form" target="_blank">certificate</a>.</p>
<p>Even Bill Gates got it:</p>
<p><img style="border:0;" src="http://tubeimage.com/files/gbog7pm1uj32l5zamp3p-Bill-Gates-Firefox-3-Download-Day.jpg" alt="Bill Gates' Download Day Certificate" width="510" height="357" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=26&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/06/18/firefox-3-download-day-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="http://tubeimage.com/files/gbog7pm1uj32l5zamp3p-Bill-Gates-Firefox-3-Download-Day.jpg" medium="image">
			<media:title type="html">Bill Gates' Download Day Certificate</media:title>
		</media:content>
	</item>
		<item>
		<title>Greg McAdoo talks at Startup School 08</title>
		<link>http://sourcezone.wordpress.com/2008/06/11/greg-mcadoo-talks-at-startup-school-08/</link>
		<comments>http://sourcezone.wordpress.com/2008/06/11/greg-mcadoo-talks-at-startup-school-08/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 19:42:18 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Enterpreunship]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[invesment]]></category>
		<category><![CDATA[Sequoia Capital]]></category>
		<category><![CDATA[Sillicon Valley]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=25</guid>
		<description><![CDATA[Excellent presentation at Startup School 08 of Greg McAdoo, partner at Sequoia Capital.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=25&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Excellent presentation at <a title="Startup School 2008" href="http://startupschool.org/" target="_blank">Startup School 08</a> of <a title="Greg McAdoo" href="http://www.sequoiacap.com/people/greg-mcadoo/" target="_blank">Greg McAdoo</a>, partner at <a href="http://www.sequoiacap.com/">Sequoia Capital</a>.</p>
<p><span style='text-align:center;display:block;'><object width='400' height='330' type='application/x-shockwave-flash' data='http://video.google.com/googleplayer.swf?docId=6979763848480050632'><param name='allowScriptAccess' value='never' /><param name='movie' value='http://video.google.com/googleplayer.swf?docId=6979763848480050632'/><param name='quality' value='best'/><param name='bgcolor' value='#ffffff' /><param name='scale' value='noScale' /><param name='wmode' value='window'/></object></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=25&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/06/11/greg-mcadoo-talks-at-startup-school-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
		<item>
		<title>Secret geek handshakes</title>
		<link>http://sourcezone.wordpress.com/2008/06/04/secret-geek-handshakes/</link>
		<comments>http://sourcezone.wordpress.com/2008/06/04/secret-geek-handshakes/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 12:42:12 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[handshakes]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=23</guid>
		<description><![CDATA[Here are some cool handshakes that you can put in practice when meetting with your geek friend.

Do we need to add anything else?
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=23&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here are some cool handshakes that you can put in practice when meetting with your <a href="http://en.wikipedia.org/wiki/Geek" target="_blank">geek</a> friend.</p>
<p><img src="http://elcofrecito.net/wp-content/uploads/2008/06/secret-handshakes.jpg" alt="Secret geek handshakes" width="510" height="315" /></p>
<p>Do we need to add anything else?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=23&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/06/04/secret-geek-handshakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="http://elcofrecito.net/wp-content/uploads/2008/06/secret-handshakes.jpg" medium="image">
			<media:title type="html">Secret geek handshakes</media:title>
		</media:content>
	</item>
		<item>
		<title>Scalability Best Practices</title>
		<link>http://sourcezone.wordpress.com/2008/05/28/scalability-best-practices/</link>
		<comments>http://sourcezone.wordpress.com/2008/05/28/scalability-best-practices/#comments</comments>
		<pubDate>Wed, 28 May 2008 17:33:04 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[availablity]]></category>
		<category><![CDATA[scalabity]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=20</guid>
		<description><![CDATA[Here is a very interesting article about how to deal with scalability problems, in this case they explained eBay &#8217;s policies about it.

Via InforQ
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=20&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.infoq.com/articles/ebay-scalability-best-practices" target="_blank">Here</a> is a very interesting article about how to deal with scalability problems, in this case they explained eBay &#8217;s policies about it.</p>
<p><img src="http://www.exponenttechnologies.com/images/scalability.jpg" alt="" width="200" height="260" /></p>
<p>Via <a href="http://www.infoq.com/articles/ebay-scalability-best-practices" target="_blank">InforQ</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=20&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/05/28/scalability-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="http://www.exponenttechnologies.com/images/scalability.jpg" medium="image" />
	</item>
		<item>
		<title>Firefox 3 Release Candidate 1 available</title>
		<link>http://sourcezone.wordpress.com/2008/05/21/firefox-3-release-candidate-1-available/</link>
		<comments>http://sourcezone.wordpress.com/2008/05/21/firefox-3-release-candidate-1-available/#comments</comments>
		<pubDate>Wed, 21 May 2008 02:55:00 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=19</guid>
		<description><![CDATA[Mozilla released Firefox 3 Release Candidate 1, which already have 33 months of development and whose final release doesn&#8217;t have a certain release date.
Some of the new features are:

Javascript machine performance improvements. Applications like Google Mail and Zoho Office run twice faster than in Firefox 2.
Better memory management thanks to new technologies.
Bookmarks, history, cookies and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=19&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src='http://elcofrecito.com.ar/wp-content/uploads/2008/05/firefox_ie.jpg'/><a href="http://www.mozilla.org">Mozilla</a> released <a href="http://www.mozilla.com/en-US/firefox/all-rc.html">Firefox 3 Release Candidate 1</a>, which already have 33 months of development and whose final release doesn&#8217;t have a certain release date.</p>
<p>Some of the new features are:</p>
<ul>
<li>Javascript machine performance improvements. Applications like <a href="http://gmail.com/">Google Mail</a> and <a href="http://zoho.com/">Zoho Office</a> run twice faster than in <a href="http://getfirefox.com/">Firefox 2</a>.</li>
<li>Better memory management thanks to new technologies.</li>
<li>Bookmarks, history, cookies and user preferences are stored in a secure transaccional database, which will allow data loss in case of system failure.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=19&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/05/21/firefox-3-release-candidate-1-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
		<item>
		<title>TwittEarth: live twitts all over the world</title>
		<link>http://sourcezone.wordpress.com/2008/04/21/twittearth-live-twitts-all-over-the-world/</link>
		<comments>http://sourcezone.wordpress.com/2008/04/21/twittearth-live-twitts-all-over-the-world/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 19:14:27 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[TwittEarth]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=18</guid>
		<description><![CDATA[On TwittEarth you can follow live the twitts people do all over the world on Twitter..
The sites shows in a globe the places where twitts are done.
An interesting site to waste time when you are bored at work.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=18&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>On <a href="http://twittearth.com/">TwittEarth</a> you can follow live the twitts people do all over the world on <a href="http://twitter.com">Twitter</a>..</p>
<p>The sites shows in a globe the places where twitts are done.<br />
An interesting site to waste time when you are bored at work.</p>
<p><a href='http://elcofrecito.com.ar/wp-content/uploads/2008/04/twittearth.jpg' title='TwittEarth'><img /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=18&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/04/21/twittearth-live-twitts-all-over-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple launchs Safari 3.1 Final for Windows</title>
		<link>http://sourcezone.wordpress.com/2008/03/21/apple-launchs-safari-31-final-for-windows/</link>
		<comments>http://sourcezone.wordpress.com/2008/03/21/apple-launchs-safari-31-final-for-windows/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 14:41:26 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Apple Safari]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/?p=13</guid>
		<description><![CDATA[I&#8217;ve been trying the earlier betas of Safari for Windows, but none of them have really conviced me at all, mainly because the majority of the websites I usually visit don&#8217;t look right.
Nevertheless,  I downloaded and installed the new Apple Safari 3.1, and to be honest, it surprised me.

Unfortunately, it hangs up the first [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=13&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been trying the earlier betas of Safari for Windows, but none of them have really conviced me at all, mainly because the majority of the websites I usually visit don&#8217;t look right.</p>
<p>Nevertheless,  I downloaded and installed the new <a href="http://www.apple.com/safari/" title="Apple Safari 3.1" target="_blank">Apple Safari 3.1</a>, and to be honest, it surprised me.</p>
<p><img src="http://elcofrecito.com.ar/wp-content/uploads/2008/03/safari1.jpg" alt="Apple Safari 3.1" border="0" height="134" width="120" /></p>
<p>Unfortunately, it hangs up the first time I tried it.</p>
<p><span id="more-13"></span><br />
Apart from that, then it works ok and there are some characteristics that really deserve some lines:</p>
<p>An interesting feature is <b>Private Browsing. </b>When activivated Safari doesn&#8217;t store Google&#8217;s search we made, cookies, history, downloads and forms data.<br />
<img src="http://elcofrecito.com.ar/wp-content/uploads/2008/03/safari-private-browsing.jpg" alt="Private brosing" height="265" width="420" /></p>
<p>Another feature, maybe not very useful but different,  is the possibility to change the size of the text areas. I haven&#8217;t seen this in other browsers.<br />
<img src="http://elcofrecito.com.ar/wp-content/uploads/2008/03/resizable-textarea.jpg" alt="Resizable Textarea" height="299" width="500" /></p>
<p>The integrated RSS reader is quite good.<br />
<a href="http://elcofrecito.com.ar/wp-content/uploads/2008/03/rss-reader.jpg" target="_blank"><img src="http://elcofrecito.com.ar/wp-content/uploads/2008/03/rss-reader.thumbnail.jpg" alt="RSS Reader" height="99" width="128" /></a></p>
<p>Searching text in a web page with Safari it&#8217;s very easy and clean. The search results are highlighted so you can find them quickly.<br />
<img src="http://elcofrecito.com.ar/wp-content/uploads/2008/03/safari-search.jpg" alt="Search" height="166" width="500" /></p>
<p>There are some other features that I haven&#8217;t tried yet, such as <b>SnapBack</b>, bookmarks handling Itunes style and the form autocomplete.</p>
<p>Anyway, I think that which brower is best than the other is a matter of how comfortable do you feel working with it or which is easier to use.<br />
Personally, I use Firefox since its earlier releases, it seems to be fast, realible, it has the best tab browsing, although the memory use problem hasn&#8217;t be solved yet.<br />
All in all, Apple Safari 3.1 has some innovations over the other competitors, but i think that it&#8217;s too much saying that is the best browser in the world, as Apple said.</p>
<p>Or maybe is beacuse of her?<br />
<img src="http://elcofrecito.com.ar/wp-content/uploads/2008/03/safari_3d.jpg" alt="Safari Girl" height="417" width="352" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=13&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/03/21/apple-launchs-safari-31-final-for-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>

		<media:content url="http://elcofrecito.com.ar/wp-content/uploads/2008/03/safari1.jpg" medium="image">
			<media:title type="html">Apple Safari 3.1</media:title>
		</media:content>

		<media:content url="http://elcofrecito.com.ar/wp-content/uploads/2008/03/safari-private-browsing.jpg" medium="image">
			<media:title type="html">Private brosing</media:title>
		</media:content>

		<media:content url="http://elcofrecito.com.ar/wp-content/uploads/2008/03/resizable-textarea.jpg" medium="image">
			<media:title type="html">Resizable Textarea</media:title>
		</media:content>

		<media:content url="http://elcofrecito.com.ar/wp-content/uploads/2008/03/rss-reader.thumbnail.jpg" medium="image">
			<media:title type="html">RSS Reader</media:title>
		</media:content>

		<media:content url="http://elcofrecito.com.ar/wp-content/uploads/2008/03/safari-search.jpg" medium="image">
			<media:title type="html">Search</media:title>
		</media:content>

		<media:content url="http://elcofrecito.com.ar/wp-content/uploads/2008/03/safari_3d.jpg" medium="image">
			<media:title type="html">Safari Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>Reindexing tables when migrating from SQL Server 2000 to 2005</title>
		<link>http://sourcezone.wordpress.com/2008/02/14/reindexing-tables-when-migrating-from-sql-server-2000-to-2005/</link>
		<comments>http://sourcezone.wordpress.com/2008/02/14/reindexing-tables-when-migrating-from-sql-server-2000-to-2005/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 00:44:06 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[reindex]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://sourcezone.wordpress.com/2008/02/14/reindexing-tables-when-migrating-from-sql-server-2000-to-2005/</guid>
		<description><![CDATA[If you migrate from SQL Server 2000 to SQL Server 2005, probably the database indexes had to be rebuild again.
This is the script to do that:
USE database_name
GO
EXEC sp_MSforeachtable @command1=&#8221;print &#8216;?&#8217; DBCC DBREINDEX (&#8216;?&#8217;, &#8216; &#8216;, 80)&#8221;
GO
EXEC sp_updatestats
GO
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=12&subd=sourcezone&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you migrate from SQL Server 2000 to SQL Server 2005, probably the database indexes had to be rebuild again.<br />
This is the script to do that:</p>
<p>USE database_name<br />
GO<br />
EXEC sp_MSforeachtable @command1=&#8221;print &#8216;?&#8217; DBCC DBREINDEX (&#8216;?&#8217;, &#8216; &#8216;, 80)&#8221;<br />
GO<br />
EXEC sp_updatestats<br />
GO</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sourcezone.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sourcezone.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sourcezone.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sourcezone.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sourcezone.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sourcezone.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sourcezone.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sourcezone.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sourcezone.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sourcezone.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sourcezone.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sourcezone.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sourcezone.wordpress.com&blog=2868035&post=12&subd=sourcezone&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sourcezone.wordpress.com/2008/02/14/reindexing-tables-when-migrating-from-sql-server-2000-to-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/53b88d708ebe9803049d25d829f93e59?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Max</media:title>
		</media:content>
	</item>
	</channel>
</rss>