<?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/"
	>

<channel>
	<title>Wagner Danda Weblog &#187; Wagner Danda</title>
	<atom:link href="http://www.wagnerdanda.me/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wagnerdanda.me</link>
	<description>.NET, OpenSource, Web 2.0 and other projects</description>
	<lastBuildDate>Fri, 06 Aug 2010 04:28:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tip/Trick &#8211; Visual Studio to behave more like Eclipse (productivity boost)</title>
		<link>http://www.wagnerdanda.me/2010/08/visual-studio-tips-like-eclipse/</link>
		<comments>http://www.wagnerdanda.me/2010/08/visual-studio-tips-like-eclipse/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 04:28:48 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[tip/trick]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=198</guid>
		<description><![CDATA[I&#8217;ve been slowly customizing my Visual Studio with a few neat tricks like when I used to work with Eclipse. I recommend these two as a starting point:




Rock Scroll &#8211; Text Highlight with an enhanced scroll bar. Very neat tool to help you visually locate where a variable is used along the code: http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html


Quick Open [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">I&#8217;ve been slowly customizing my Visual Studio with a few neat tricks like when I used to work with Eclipse. I recommend these two as a starting point:</div>
<div></div>
<div id="_mcePaste"></div>
<div></p>
<ul>
<li><a href="http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html">Rock Scroll</a> &#8211; Text Highlight with an enhanced scroll bar. Very neat tool to help you visually locate where a variable is used along the code:<a href="http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html"> http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html</a></li>
</ul>
<ul>
<li><a href="http://kutny.net/vsopen/">Quick Open File</a> &#8211; create a shortcut that you like and voila, you can quickly access any file in your project: <a href="http://kutny.net/vsopen/">http://kutny.net/vsopen/</a></li>
</ul>
</div>
<p>More to come. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2010/08/visual-studio-tips-like-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix Google Chrome problems with SSD &#8211; move cache to ramdisk</title>
		<link>http://www.wagnerdanda.me/2010/08/how-to-fix-google-chrome-problems-with-ssd-move-cache-to-ramdisk/</link>
		<comments>http://www.wagnerdanda.me/2010/08/how-to-fix-google-chrome-problems-with-ssd-move-cache-to-ramdisk/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 00:47:30 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[ssd problems]]></category>
		<category><![CDATA[stuttering]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=193</guid>
		<description><![CDATA[If you've experienced SSD stuttering while using Google Chrome, you're not alone. Here is the quick solution: change Chrome's cache directory to another location using the following startup parameters: "...chrome.exe" --disk-cache-dir=<CACHE_DIR> --disk-cache-size=<SIZE_IN_BYTES>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve experienced <strong>SSD stuttering</strong> while using Google Chrome, you&#8217;re not alone. Here is the quick solution: change Chrome&#8217;s cache directory to another location (i.e. non-ssd harddrive, <a href="http://www.mydigitallife.info/2007/05/27/free-ramdisk-for-windows-vista-xp-2000-and-2003-server/">ramdisk</a>)!</p>
<p>So, how can I do this? <strong>It&#8217;s simple, you can </strong><strong>tweak Chrome with the following startup parameters:</strong></p>
<ul>
<li><strong><span style="font-weight: normal;">&#8220;&#8230;chrome.exe&#8221; </span><strong>&#8211;disk-cache-dir=<em><span style="font-weight: normal;">&lt;CACHE_DIR&gt;</span></em> &#8211;disk-cache-size=<em><span style="font-weight: normal;">&lt;SIZE_IN_BYTES&gt;</span></em></strong></strong></li>
</ul>
<p>Here is an example, pointing to a ramdisk drive (T:) and allocating a max of 500MB to it (which is nice to be able to control when you&#8217;re using ramdisk):</p>
<ul>
<li>chrome.exe<strong> &#8211;disk-cache-dir=</strong>T:\ChromeCache<strong> &#8211;disk-cache-size=</strong>524288000</li>
</ul>
<p>Here is a discussion post about these new parameters for more info:</p>
<ul>
<li><a href="http://www.google.com/support/forum/p/Chrome/thread?tid=098d42a41aacdc6d&amp;hl=en">Needed Feature: Cache Size/Location</a></li>
</ul>
<p>So far this has worked great for me, much better than reallocating the whole home dir using symlinks, junctions and the <strong>&#8211;user-data-dir</strong> parameter . If you still want to do this, follow these examples:</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=RDVbdU9rbTY">How To Relocate Google Chrome Cache Folder To Data Disk Partition?</a></li>
<li><a href="http://www.google.com/support/forum/p/Chrome/thread?tid=311f28c02423b1af&amp;hl=en">Google Chrome Locks up slightly with SSD Drives &#8211; Google Chrome Help</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2010/08/how-to-fix-google-chrome-problems-with-ssd-move-cache-to-ramdisk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASP.NET Ajax Error/Exception Handling &#8211; the simple way</title>
		<link>http://www.wagnerdanda.me/2010/01/asp-net-ajax-updatepanel-error-exception-handling-the-simple-way/</link>
		<comments>http://www.wagnerdanda.me/2010/01/asp-net-ajax-updatepanel-error-exception-handling-the-simple-way/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 01:36:56 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[error handling]]></category>
		<category><![CDATA[exception handling]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UpdatePanel Error Handling]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=134</guid>
		<description><![CDATA[A lot has been said about error/exception handling with ASP.NET Ajax pages, more specifically, how to properly handle and display error messages inside an UpdatePanel. For instance, Scott Gu wrote this sometime ago:
You can now optionally [...] intercept any error message sent back from the server, and perform custom client-side actions as a result [...]. [...]]]></description>
			<content:encoded><![CDATA[<p>A lot has been said about error/exception handling with ASP.NET Ajax pages, more specifically, how to properly handle and display error messages inside an UpdatePanel. For instance, <a href="http://weblogs.asp.net/scottgu/">Scott Gu</a> wrote this sometime ago:</p>
<blockquote><p><em>You can now </em><strong><em>optionally </em></strong><em>[...] intercept any error message sent back from the server, and perform custom client-side actions as a result [...]. (<a href=" http://weblogs.asp.net/scottgu/archive/2006/10/29/tip_2f00_trick_3a00_-handling-errors-with-the-updatepanel-control-using-asp.net-ajax.aspx">source</a></em><em>)</em></p></blockquote>
<p><strong>Well, I disagree with &#8220;optionally&#8221;.</strong> As far as I understand, <strong>if you don&#8217;t explicitly intercept</strong> the error/exception sent back from the server from within an UpdatePanel, your user will get an unfriendly javascript error like this:</p>
<p><a href="http://www.wagnerdanda.me/wp-content/uploads/2010/01/error_on_page1.jpg"><img class="aligncenter size-full wp-image-143" title="asp.net ajax updatepanel error on page message" src="http://www.wagnerdanda.me/wp-content/uploads/2010/01/error_on_page1.jpg" alt="" width="593" height="67" /></a></p>
<p><strong>So what can you do to fix this? </strong>Easy, just add this piece of Javascript code to your Masterpage (or to any page if you don&#8217;t have/use a Masterpage):</p>
<pre class="brush: jscript; highlight: [1,13,19];">
&lt;%-- This script must be placed after the form declaration (i.e. &lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;) --%&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    Sys.Application.add_load(AppLoad);

    function AppLoad() {
        Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequest);
    }

    function EndRequest(sender, args) {
        // Check to see if there's an error on this request.
        if (args.get_error() != undefined) {

            var msg = args.get_error().message.replace(&quot;Sys.WebForms.PageRequestManagerServerErrorException: &quot;, &quot;&quot;);

            // Show the custom error.
            // Here you can be creative and do whatever you want
            // with the exception (i.e. call a modalpopup and show
            // a nicer error window). I will simply use 'alert'
            alert(msg);

            // Let the framework know that the error is handled,
            //  so it doesn't throw the JavaScript alert.
            args.set_errorHandled(true);
        }
    }
&lt;/script&gt;
</pre>
<p><strong>Now you should get error messages like this (javascript alert): </strong><a href="http://www.wagnerdanda.me/wp-content/uploads/2010/01/ooops_error.jpg"><img class="aligncenter size-full wp-image-162" title="ooops_error" src="http://www.wagnerdanda.me/wp-content/uploads/2010/01/ooops_error.jpg" alt="" width="306" height="193" /></a></p>
<p>This is exactly how exceptions used to be displayed when thrown inside an UpdatePanel before .NET 3.5.</p>
<p><strong>Note: I do understand the benefits of a the new approach</strong>. It gives you flexibility to present the error message any way you want, before your hands where quite tied to this simple Javascript alert window.</p>
<p>As a matter of fact, I&#8217;ve implemented a nice <a href="http://www.asp.net/ajax/ajaxcontroltoolkit/samples/modalpopup/modalpopup.aspx">ModalPopup</a> and have ensure that only user-friendly messages are actually shown: only messages of a certain type (i.e. UIMessageException) are forwarded to the user without any cleanup/transformation.</p>
<p>References:</p>
<ul>
<li><a href="http://www.jankoatwarpspeed.com/post/2008/06/02/Exception-handling-best-practices-in-ASPNET-web-applications.aspx ">Exception handling best practices in ASP.NET web applications</a></li>
<li><a href="http://www.asp.net/(S(ywiyuluxr3qb2dfva1z5lgeg))/learn/ajax-videos/video-9184.aspx">How Do I: Customize Error Handling for the ASP.NET AJAX UpdatePanel</a></li>
<li>MVP blog: <a href="http://msmvps.com/blogs/luisabreu/archive/2006/10/29/UpdatePanel_3A00_-having-fun-with-errors.aspx">UpdatePanel: having fun with errors</a></li>
<li>MSDN post (be careful, not 100% correct): <a href="http://msdn.microsoft.com/en-us/library/bb398934.aspx">Customizing Error Handling for ASP.NET UpdatePanel Controls</a></li>
</ul>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2010/01/asp-net-ajax-updatepanel-error-exception-handling-the-simple-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tip/Trick: How to Show Active File in Solution Explorer (Visual Studio 2008)</title>
		<link>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-show-active-file-in-solution-explorer-visual-studio-2008/</link>
		<comments>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-show-active-file-in-solution-explorer-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 23:24:16 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[tip/trick]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=125</guid>
		<description><![CDATA[Many thanks to &#8220;Ronald Widha&#8221; by blogging about this Visual Studio simple trick that allows you to show the active files in Visual Studio (one little feature that I use a lot when working with Eclipse):
One of the most annoying thing about Visual Studio default settings is the fact that the Solution Explorer doesn’t track [...]]]></description>
			<content:encoded><![CDATA[<p>Many thanks to &#8220;<a href="http://www.ronaldwidha.net/">Ronald Widha</a>&#8221; by blogging about this Visual Studio simple trick that allows you to show the active files in Visual Studio (one little feature that I use a lot when working with Eclipse):</p>
<blockquote><p><em>One of the most annoying thing about Visual Studio default settings is the fact that the Solution Explorer doesn’t track what files you are currently looking at. Alot of developers thought this was the only way, and had to bear the pain of flicking through the Solution Explorer while scratching their head to figure out ‘where the hell I put this file?’.</em></p>
<p><em>There is actually a setting in Visual Studio that does this automatically.</em></p>
<p><strong><em>Tools – Options – Projects and Solutions – Track Active Item</em></strong><em> in Solution Explorer</em></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 108px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><em>There is actually a setting in Visual Studio that does this automatically.</em></div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 108px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><em>Tools – Options – Projects and Solutions – Track Active Item in Solution Explorer</em></div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 108px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><em>Just tick the box..and you’re all set!</em></div>
<p><em>Just tick the box..and you’re all set!</em></p>
<p>source: <a href="http://www.ronaldwidha.net/2008/11/26/visual-studio-show-active-file-in-solution-explorer/">http://www.ronaldwidha.net/2008/11/26/visual-studio-show-active-file-in-solution-explorer/</a></p></blockquote>
<p>Thanks Ronald!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-show-active-file-in-solution-explorer-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Ubuntu Linux to minimize possible SSD problems</title>
		<link>http://www.wagnerdanda.me/2009/12/optimizing-ubuntu-linux-to-minimize-possible-ssd-problems/</link>
		<comments>http://www.wagnerdanda.me/2009/12/optimizing-ubuntu-linux-to-minimize-possible-ssd-problems/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 02:55:50 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[noatime]]></category>
		<category><![CDATA[nodiratime]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=73</guid>
		<description><![CDATA[Here are other tips on optimizing your Ubuntu Linux to minimize possible SSD problems. I still have some concerns about SSD stuttering and limited life-span, but I hope that following the instructions below I will minimize these problems:

Using noatime and nodiratime

UUID=da949f54-f6a5-4dd3-a293-8b2925834baf /               ext4    noatime,nodiratime,errors=remount-ro0       1

Setting up ramdisk on heavily used temp folder:

tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /media/ramdisk [...]]]></description>
			<content:encoded><![CDATA[<p>Here are other tips on optimizing your Ubuntu Linux to minimize possible SSD problems. I still have some concerns about SSD stuttering and limited life-span, but I hope that following the instructions below I will minimize these problems:</p>
<ul>
<li>Using <strong>noatime</strong> and <strong>nodiratime</strong></li>
</ul>
<blockquote><p>UUID=da949f54-f6a5-4dd3-a293-8b2925834baf /               ext4    noatime,nodiratime,errors=remount-ro0       1</p></blockquote>
<ul>
<li>Setting up ramdisk on heavily used temp folder:</li>
</ul>
<blockquote><p>tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0<br />
tmpfs /media/ramdisk tmpfs defaults,noatime,mode=1777 0 0<br />
tmpfs /var/run tmpfs defaults,noatime,mode=1777 0 0<br />
tmpfs /var/lock tmpfs defaults,noatime,mode=1777 0 0</p></blockquote>
<ul>
<li>Changing I/O Schedule to &#8220;deadline&#8221;</li>
</ul>
<p>Source: <a href="http://www.ocztechnologyforum.com/forum/showthread.php?t=54379">http://www.ocztechnologyforum.com/forum/showthread.php?t=54379</a></p>
<p>So far, no problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/12/optimizing-ubuntu-linux-to-minimize-possible-ssd-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tip/Trick: How to Download Youtube songs to MP3</title>
		<link>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-download-youtube-songs-to-mp3/</link>
		<comments>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-download-youtube-songs-to-mp3/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 02:18:59 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[Software Review]]></category>
		<category><![CDATA[download youtube songs to mp3]]></category>
		<category><![CDATA[youtube online download]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=119</guid>
		<description><![CDATA[I recently was searching for a service that would allow me to download the song of a youtube video without downloading or installing any software&#8230; So that&#8217;s when I found a service from Zamzar that not only allows you to download the video or simply the song, but it allows you to convert a lot [...]]]></description>
			<content:encoded><![CDATA[<p>I recently was searching for a service that would allow me to download the song of a youtube video without downloading or installing any software&#8230; So that&#8217;s when I found a service from Zamzar that not only allows you to download the video or simply the song, but it allows you to convert a lot of other stuff, including PDFs: <a href="http://www.zamzar.com/">http://www.zamzar.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-download-youtube-songs-to-mp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Development server slow on Windows Vista/7 with Firefox or Chrome</title>
		<link>http://www.wagnerdanda.me/2009/12/asp-net-development-server-slow-on-windows-vista7-with-firefox-or-chrome/</link>
		<comments>http://www.wagnerdanda.me/2009/12/asp-net-development-server-slow-on-windows-vista7-with-firefox-or-chrome/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 00:19:52 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Disable IPv6]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[IPV6]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[Visual Studio ASP.NET development server]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=101</guid>
		<description><![CDATA[While developing an ASP.NET website running it on the Visual Studio ASP.NET development server I was noticing that page loads exceedingly slowly in Firefox and Google Chrome after upgrading to Windows 7 (same issue occurs with Windows Vista). 
A page refresh would usually take up to 3 seconds (localhost) even without changing the source code [...]]]></description>
			<content:encoded><![CDATA[<p><strong>While developing an ASP.NET website running it on the Visual Studio ASP.NET development server I was noticing that page loads exceedingly slowly in Firefox and Google Chrome after upgrading to Windows 7 (same issue occurs with Windows Vista). </strong></p>
<p>A page refresh would usually take up to 3 seconds (localhost) even without changing the source code (so it should be instantaneously, especially now that I&#8217;m using a SSD).</p>
<p>It appears that there is some kind of <a href="http://weblogs.asp.net/dwahlin/archive/2007/06/17/fixing-firefox-slowness-with-localhost-on-vista.aspx">bug on Vista/Windows 7 with DSN and IPv6</a>, but that can be easily fixed. Here are some of the solutions I have found:</p>
<p><strong>1. </strong><strong>Recommended Solution &#8211; machine wide</strong>: uncomment the localhost address in the hosts file (%WINDIR%\System32\drivers\etc\hosts): (<a href="http://stackoverflow.com/questions/1628793/setting-up-iis7-5-for-local-asp-net-development">source</a>)</p>
<blockquote><p># localhost name resolution is handled within DNS itself.</p>
<p><span style="white-space: pre;"> </span>127.0.0.1       localhost</p>
<p>#<span style="white-space: pre;"> </span>::1             localhost</p></blockquote>
<blockquote>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 153px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"># localhost name resolution is handled within DNS itself.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 153px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>127.0.0.1       localhost</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 153px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">#<span style="white-space: pre;"> </span>::1             localhost</div>
</blockquote>
<p><strong>2. </strong>Firefox-only solution: <a href="http://accidentaltechnologist.com/asp-net/aspnet-development-server-problems-under-vista/">disable IPv6</a></p>
<blockquote><p>1. Type about:config in the address bar and press Enter.</p>
<p>2. Scroll down until you find network.dns.disableIPv6.</p>
<p>3. Double-click on it to change its value to true.</p>
<p>4. Restart Firefox.</p></blockquote>
<p><strong>3. </strong>System wide-configuration (option 1):<strong> </strong><a href="http://www.windowsreference.com/networking/disable-ipv6-random-identifier-in-windows-7-server-2008-vista/">Disable IPv6 Random identifier</a></p>
<blockquote><p>netsh interface tcp set global autotuninglevel=disabled</p></blockquote>
<p><strong>4.<span style="font-weight: normal;"><strong> </strong>System wide-configuration (option 2): <a href="http://www.tech-faq.com/how-do-i-remove-ipv6-in-vista.shtml">Disable IPv6 from Your LAN Interfaces and Connections</a></span></strong></p>
<blockquote><p>1. Launch Vista, click on Start, and then click on Run. Once the Run window appears, type regedit.</p>
<p>2. Once you have accessed the registry, you will add a registry value as follows: (DWORD type) Set to OxFF.</p>
<p>3. The registry is as follows: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/12/asp-net-development-server-slow-on-windows-vista7-with-firefox-or-chrome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iTunes on Ubuntu? Forget! Use Songbird instead!</title>
		<link>http://www.wagnerdanda.me/2009/11/forget-itunes-on-ubuntu-linux-use-songbird-instead/</link>
		<comments>http://www.wagnerdanda.me/2009/11/forget-itunes-on-ubuntu-linux-use-songbird-instead/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 06:45:17 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[Software Review]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[replacing itunes]]></category>
		<category><![CDATA[songbird]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=87</guid>
		<description><![CDATA[Can I run iTunes in Ubuntu (or Linux in general)?
No, you can&#8217;t. Really? Well, you could try to run it with wine&#8230; But if you check the latest releases, it&#8217;s really not supported&#8230; I tried various configurations, wine 1, wine-1.2, iTunes 8.x, iTunes 9.x&#8230; Nothing worked!  If you really have enough patience to figure out [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Can I run iTunes in Ubuntu (or Linux in general)?</strong></p>
<p>No, you can&#8217;t. Really? Well, you could try to run it with wine&#8230; But if you check the latest releases, it&#8217;s really not supported&#8230; I tried various configurations, wine 1, wine-1.2, iTunes 8.x, iTunes 9.x&#8230; Nothing worked!  If you really have enough patience to figure out all of the &#8220;fix-me&#8221; messages in the wine log, good luck!</p>
<p><strong>Ok, so what can I use instead? What is out there that that truly replaces iTunes?</strong></p>
<p>Well, you will be really surprised by a project called Songbird (<a href="http://www.getsongbird.com/">www.getsongbird.com</a>). Check this out:</p>
<div id="attachment_88" class="wp-caption alignnone" style="width: 440px"><img class="size-large wp-image-88  " title="Screenshot-Songbird" src="http://www.wagnerdanda.me/wp-content/uploads/2009/11/Screenshot-Songbird-1024x708.png" alt="Screenshot of Songbird 1.2" width="430" height="298" /><p class="wp-caption-text">Screenshot of Songbird 1.2</p></div>
<p>It&#8217;s sleek, easy to use and can be customized by tons of plugins&#8230;</p>
<p><strong>Installation Instructions for Ubuntu Linux (and similar flavours):</strong></p>
<p>Unfortunately Songbird is not yet available under the &#8220;Ubuntu Software Center&#8221; or thru Synaptic/Apt-get, so you have basically two options:</p>
<ol>
<li>Download the latest <em>.tar.gz</em> file from the main website (<a href="http://www.getsongbird.com/">www.getsongbird.com</a>), manually unzip and run the executable file, or,</li>
<li><strong>(Recommended Solution): </strong>Use this installer (<em>.deb</em>) created by Eric: <a href="http://skyzim.com/songbird-1-2-0-installer/">http://skyzim.com/songbird-1-2-0-installer/</a></li>
</ol>
<p>The installation works like a charm, it even creates the proper menu entry under Application -&gt; Sound &amp; Video. Thanks Eric!</p>
<p>Welcome to the Songbird community!</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 609px; width: 1px; height: 1px;">http://www.getsongbird.com/</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/11/forget-itunes-on-ubuntu-linux-use-songbird-instead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First impressions: Solid State Drive (SSD) vs 7500 rpm HDD</title>
		<link>http://www.wagnerdanda.me/2009/11/my-first-impressons-on-solid-state-drive-ssd-vs-7500-rpm-hdd/</link>
		<comments>http://www.wagnerdanda.me/2009/11/my-first-impressons-on-solid-state-drive-ssd-vs-7500-rpm-hdd/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 04:37:27 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[Hardware Review]]></category>
		<category><![CDATA[Linux / Ubuntu]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[7500 rpm hdd]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[solid state drive]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=58</guid>
		<description><![CDATA[So, my first impressions on SSD? It&#8217;s damn fast!  Let me say that again, IT&#8217;S DAMN FAST!
Seriously, I&#8217;m talking about at least 10x faster&#8230; Check it out:

Boot time on Ubuntu 9.10 (disregarding BIOS initial checkup time)

7500 rpm HDD:  ~160 sec
OCZ Solid Series 60GB  SSD: ~20 sec; (what?! yes, your read correctly)




Copying Files (ex: typical video [...]]]></description>
			<content:encoded><![CDATA[<p>So, my first impressions on SSD? It&#8217;s damn fast!  Let me say that again, <strong>IT&#8217;S DAMN FAST</strong>!</p>
<p>Seriously, I&#8217;m talking about at least 10x faster&#8230; Check it out:</p>
<ul>
<li><strong>Boot time</strong> on Ubuntu 9.10 (disregarding BIOS initial checkup time)
<ul>
<li>7500 rpm HDD:  ~160 sec</li>
<li>OCZ Solid Series 60GB  SSD: <strong>~20 sec;</strong> (what?! yes, your read correctly)</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Copying Files</strong> (ex: typical video of 600 MB)
<ul>
<li>Before, with a &#8220;fast&#8221; 7500 rpm HDD: a lot&#8230; no need to mention, it was pretty lame&#8230; <span style="color: #ff00ff;"> </span></li>
<li>OCZ SSD: <strong>12 seconds!</strong></li>
</ul>
</li>
</ul>
<ul>
<li><strong>Firefox Browsing </strong>/ Overall Impression:
<ul>
<li>Opening tabs, clicking back and other things are now instantaneous with SSD.</li>
</ul>
</li>
</ul>
<p>Check out this vid to see a guy doing a boot time test on a Ubuntu with SSD: <a href="http://www.youtube.com/watch?v=5GKohxZHNg4">Booting Ubuntu 9 04 with SSD</a></p>
<p>Even if you&#8217;re on a budget,you can start with the entry-level OCZ Solid Series&#8230; <strong></strong></p>
<p><strong>Nowadays you can get one for less than $150 bucks&#8230; </strong>Here is where I got mine:</p>
<ul>
<li><a href="http://www.canadacomputers.com/index.php?do=ShowProduct&amp;cmd=pd&amp;pid=020610&amp;cid=HDD.859">http://www.canadacomputers.com/index.php?do=ShowProduct&amp;cmd=pd&amp;pid=020610&amp;cid=HDD.859</a></li>
</ul>
<p>Based on some Internet reviews I thought this one would be too slow compared to the other options (i.e. Vertex), but It&#8217;s like comparing a Porsche 911 to a Bugatti Veyron, both are extremely faster than my Honda Civic <img src='http://www.wagnerdanda.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Happy shopping! <img src='http://www.wagnerdanda.me/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/11/my-first-impressons-on-solid-state-drive-ssd-vs-7500-rpm-hdd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding up build times in ASP.NET with RamDisk</title>
		<link>http://www.wagnerdanda.me/2009/11/speeding-up-build-times-in-asp-net-with-ramdisk/</link>
		<comments>http://www.wagnerdanda.me/2009/11/speeding-up-build-times-in-asp-net-with-ramdisk/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:50:23 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Build]]></category>
		<category><![CDATA[ramdisk]]></category>
		<category><![CDATA[slow build]]></category>
		<category><![CDATA[speed up]]></category>
		<category><![CDATA[Temporary ASP.NET Files]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=40</guid>
		<description><![CDATA[Here is another quick tip on how to speed up build times on your ASP.NET website projects: create a ram-based drive (i.e. using RamDisk) and change your default &#8220;Temporary ASP.NET Files&#8221; to this memory-based drive.
Then every time you change your ASP.NET pages (or any code-behind or reference DLLs) the build will happen much faster because [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Here is another quick tip on how to </strong><strong>speed up build times on your ASP.NET website projects</strong>:<strong> </strong>create a<strong> ram-based drive</strong> (i.e. using RamDisk) and change your default &#8220;<strong>Temporary ASP.NET Files</strong>&#8221; to this memory-based drive.</p>
<p>Then every time you change your ASP.NET pages (or any code-behind or reference DLLs) the build will happen much faster because is doing all in memory.</p>
<p>So, how you do this? Simply follow these steps:</p>
<p><strong>1) Make sure you have enough free memory</strong>:</p>
<p>Open the usual apps you use (i.e. Visual Studio, Outlook, etc) and check how much free memory you have (Task Manager -&gt; Performance -&gt; Physical Memory -&gt; Available).</p>
<p>So, let&#8217;s say you have 500MB free and your total memory physical memory is 2GB (Task Manager -&gt; Performance -&gt; Physical Memory -&gt; Total).  The total I&#8217;d recommend allocating for your virtual drive would be half of your free memory, or 250MB.</p>
<p>If you&#8217;re short on free memory, try running some cleanup tools like <a href="http://www.tune-up.com/products/tuneup-utilities/">TuneUp Utilities</a> (very good, but paid) or <a href="http://www.ccleaner.com/">CCleaner </a>(free). Besides that, you can always check what services are running and stop/disable the ones you really don&#8217;t need (this is a delicate step, be careful not to stop essential services &#8211; use Google to find out what&#8217;s essential and what&#8217;s not).</p>
<p><strong>2) Install RamDisk</strong></p>
<p>I&#8217;m using a free implementation that can be found <a href="http://depositfiles.com/files/916161">here</a>. You can follow <a href="http://www.mydigitallife.info/2007/05/27/free-ramdisk-for-windows-vista-xp-2000-and-2003-server/">these</a> steps for a details explanation of this tool and installation instructions.</p>
<p>Make sure you install it and create a drive letter (i.e. &#8220;R:&#8221;) with the disk size amount calculated in the previous step. If you over-allocate it, your Windows will run out of memory and the whole purpose of this idea will be worthless.</p>
<p><strong>3) Change your default &#8220;Temporary ASP.NET Files&#8221; folder to your new ram-based drive</strong></p>
<p>Here you have two options. You can do this only for a specific site or for all projects running on your computer. If you have too many sites you may run out of disk space in your ramdisk, so choose your option wisely <img src='http://www.wagnerdanda.me/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><em>3.1) Configuration for a specific website (local settings):</em></p>
<p>Change your site&#8217;s web.config &#8220;compilation&#8221; property to specify the new path. Below is an example that assumes &#8220;R:\ASP_NET_TempFiles\&#8221; as the new ram-based folder location:</p>
<p><code>&lt;system.web&gt;<br />
....<br />
&lt;compilation debug="true" <strong>tempDirectory="R:\ASP_NET_TempFiles\"</strong>&gt;<br />
....<br />
&lt;/compilation&gt;<br />
....<br />
&lt;/system.web&gt;<br />
</code></p>
<p><em>3.2) Configuration for all ASP.net websites (global settings):</em></p>
<p>To implement this globally all you need to do is change your global web.config (which is usually located somewhere like this C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config)and  adjust the compilation properties the same way the local settings (previous example):</p>
<p><code>&lt;system.web&gt;<br />
....<br />
&lt;compilation debug="true" <strong>tempDirectory="R:\ASP_NET_TempFiles\"</strong>&gt;<br />
....<br />
&lt;/compilation&gt;<br />
....<br />
&lt;/system.web&gt;</code></p>
<p><strong>And your done!</strong></p>
<p><strong>Two last tips I can give you is </strong>to keep an eye on the usage of your ramdisk folder. If it get&#8217;s full, you&#8217;ll have to manually delete some old temporary files. <strong> The second tip is</strong> to watch how your free memory, if it gets too close to it&#8217;s total it might indicate the you either have too much programs running or you might have to reduce your ramdisk size.</p>
<p><strong>Happy speed building! <img src='http://www.wagnerdanda.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/11/speeding-up-build-times-in-asp-net-with-ramdisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

