<?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>Vpire Blog</title>
	<atom:link href="http://blog.vpire.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.vpire.com</link>
	<description>Good Team Plays Hard</description>
	<lastBuildDate>Mon, 12 Jul 2010 12:10:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Enable Gzip in WP-Cache2</title>
		<link>http://blog.vpire.com/?p=1525</link>
		<comments>http://blog.vpire.com/?p=1525#comments</comments>
		<pubDate>Mon, 12 Jul 2010 12:10:45 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[Leisure]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1525</guid>
		<description><![CDATA[WP-Cache2 is a great way to speed up high-trafficked WordPress sites by caching their output as static pages. The only downside is that you have to turn off gzip compression in WordPress, which can actually make some pages slower to download. Wouldn’t it be great if you could have the best of both worlds? It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mnm.uib.es/gallir/wp-cache-2/">WP-Cache2</a> is a  great way to speed up high-trafficked WordPress sites by caching their  output as static pages.  The only downside is that you have to turn off  gzip compression in WordPress, which can actually make some pages <em>slower</em> to download.  Wouldn’t it be great if you could have the best of both  worlds?  It appears that you can.</p>
<p>I think the problem was that with WP’s gzip turned on, it was caching  the gzipped output.  I edited wp-cache-phase1.php and put in the  following:</p>
<p><code>if ( extension_loaded('zlib') ) ob_start('ob_gzhandler');</code></p>
<p>right above this line:</p>
<p><code>foreach ($meta-»headers as $header) {</code></p>
<p>And it seems to work beautifully.  That caches the plaintext, but  gzips the text before delivering on cached hits.  Might work for people  who can’t mess with server configuration files.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1525').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1525" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1525&amp;title=Enable+Gzip+in+WP-Cache2" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1525" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1525&amp;title=Enable+Gzip+in+WP-Cache2" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1525&amp;title=Enable+Gzip+in+WP-Cache2" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1525" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1525').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1525').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1525</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atbroker.exe &#8220;application failed to initialize properly&#8221; on remote desktop to Windows 7</title>
		<link>http://blog.vpire.com/?p=1517</link>
		<comments>http://blog.vpire.com/?p=1517#comments</comments>
		<pubDate>Thu, 13 May 2010 07:22:32 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1517</guid>
		<description><![CDATA[Today I am trying to use remote desktop back to my home pc (windows 7) and suddenly an error message pops up &#8220;Atbroker.exe application failed to initialize properly&#8221; and after I press Ok it will just be black screen. I try to login again multiple times, and the error still persists. Finally I try to [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am trying to use remote desktop back to my home pc (windows 7) and suddenly an error message pops up &#8220;Atbroker.exe application failed to initialize properly&#8221; and after I press Ok it will just be black screen. I try to login again multiple times, and the error still persists. Finally I try to press Ctrl + Alt + End and logoff myself then login again and the error is gone. I try to google around that the alternative solution will be press Ctrl + Alt + End and then choose task manager. This can also solve the problem.</p>
<p></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1517').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1517" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1517&amp;title=Atbroker.exe+%26%238220%3Bapplication+failed+to+initialize+properly%26%238221%3B+on+remote+desktop+to+Windows+7" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1517" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1517&amp;title=Atbroker.exe+%26%238220%3Bapplication+failed+to+initialize+properly%26%238221%3B+on+remote+desktop+to+Windows+7" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1517&amp;title=Atbroker.exe+%26%238220%3Bapplication+failed+to+initialize+properly%26%238221%3B+on+remote+desktop+to+Windows+7" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1517" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1517').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1517').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1517</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Ubuntu 10.04 Cannot Use Keyboard</title>
		<link>http://blog.vpire.com/?p=1514</link>
		<comments>http://blog.vpire.com/?p=1514#comments</comments>
		<pubDate>Fri, 30 Apr 2010 14:37:10 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[Ubuntu or Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1514</guid>
		<description><![CDATA[Today I got my hands on the newly release Ubuntu 10.04 LTS and I decided to try to install it on my VMWare to check it out. The installation is a breeze. Then I reach the gdm login page and I try to type in my password to login. However no matter what I press [...]]]></description>
			<content:encoded><![CDATA[<p>Today I got my hands on the newly release Ubuntu 10.04 LTS and I decided to try to install it on my VMWare to check it out. The installation is a breeze. Then I reach the gdm login page and I try to type in my password to login. However no matter what I press on the keyboard the system got no response at all. I got no choice but to use the virtual keyboard (the little man in the circle) to type in my password. Don&#8217;t worry if you didn&#8217;t see the virtual keyboard when you first enable it, you just need to reboot the vm and it should appear. After you login just launch a terminal and edit the file /etc/default/console-setup then find the settings below:</p>
<p>XKBMODEL=&#8221;SKIP&#8221;<br />
XKBLAYOUT=&#8221;us&#8221;<br />
XKBVARIANT=&#8221;U.S. English&#8221;<br />
XKBOPTIONS=&#8221;"</p>
<p>change it to settings below:</p>
<p><span style="color: #ff0000;">XKBMODEL=&#8221;pc105&#8243;<br />
XKBLAYOUT=&#8221;us&#8221;<br />
XKBVARIANT=&#8221;"<br />
XKBOPTIONS=&#8221;"</span><br />
<span style="color: #000000;">Then just reboot your vm and your keyboard should be working fine on the gdm and you can disable the virtual keyboard.</span></p>
<p><span style="color: #000000;"><br />
</span></p>
<p></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1514').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1514" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1514&amp;title=VMWare+Ubuntu+10.04+Cannot+Use+Keyboard" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1514" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1514&amp;title=VMWare+Ubuntu+10.04+Cannot+Use+Keyboard" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1514&amp;title=VMWare+Ubuntu+10.04+Cannot+Use+Keyboard" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1514" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1514').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1514').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1514</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking MSSQL Database Offline and Online Using T-SQL</title>
		<link>http://blog.vpire.com/?p=1512</link>
		<comments>http://blog.vpire.com/?p=1512#comments</comments>
		<pubDate>Tue, 27 Apr 2010 01:47:06 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1512</guid>
		<description><![CDATA[I know that we can make the MSSQL Database online and offline using the management console GUI but how about using the T-SQL? It is actually not that difficult and should be more efficient too since we can write this into a script and provide more flexibility for the startup and shutdown process. Below is [...]]]></description>
			<content:encoded><![CDATA[<p>I know that we can make the MSSQL Database online and offline using the management console GUI but how about using the T-SQL? It is actually not that difficult and should be more efficient too since we can write this into a script and provide more flexibility for the startup and shutdown process. Below is an example:</p>
<p><code>-- Create Test DB<br />
CREATE DATABASE [myDB]<br />
GO<br />
-- Take the Database Offline<br />
ALTER DATABASE [myDB] SET OFFLINE WITH<br />
ROLLBACK IMMEDIATE<br />
GO<br />
-- Take the Database Online<br />
ALTER DATABASE [myDB] SET ONLINE<br />
GO<br />
-- Clean up<br />
DROP DATABASE [myDB]<br />
GO</code></p>
<p></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1512').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1512" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1512&amp;title=Taking+MSSQL+Database+Offline+and+Online+Using+T-SQL" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1512" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1512&amp;title=Taking+MSSQL+Database+Offline+and+Online+Using+T-SQL" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1512&amp;title=Taking+MSSQL+Database+Offline+and+Online+Using+T-SQL" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1512" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1512').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1512').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1512</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with Outlook.pst</title>
		<link>http://blog.vpire.com/?p=1510</link>
		<comments>http://blog.vpire.com/?p=1510#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:59:03 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1510</guid>
		<description><![CDATA[Recently when I open up my Microsoft Outlook 2007 and try to send an email, I received an error pop up saying there is a problem with C:\Documents and Settings\xxx\Local Settings\Application Data\Microsoft\Outlook.pst and to run scanpst.exe to fix it. So I try to first launch the search for scanpst.exe but the search return without result. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently when I open up my Microsoft Outlook 2007 and try to send an email, I received an error pop up saying there is a problem with<br />
C:\Documents and Settings\xxx\Local Settings\Application Data\Microsoft\Outlook.pst and to run<br />
scanpst.exe to fix it.</p>
<p>So I try to first launch the search for scanpst.exe but the search return without result. In the end I found the file in</p>
<p>C:\Program Files\Microsoft Office\Office12\scanpst.exe</p>
<p>I run the scanpst.exe and browse for the outlook.pst and it fix the error and I can run my outlook without problem.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1510').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1510" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1510&amp;title=Problem+with+Outlook.pst" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1510" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1510&amp;title=Problem+with+Outlook.pst" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1510&amp;title=Problem+with+Outlook.pst" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1510" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1510').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1510').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1510</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server T-SQL Cheat Sheet</title>
		<link>http://blog.vpire.com/?p=1507</link>
		<comments>http://blog.vpire.com/?p=1507#comments</comments>
		<pubDate>Tue, 30 Mar 2010 02:35:21 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1507</guid>
		<description><![CDATA[Recently I was assigned to perform a data patch on the production database that involved account department and application team. The account department just provided me an excel file with pivot table and a long list of data. I need to figure out the table involve and relationship myself. What I learn from this task [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was assigned to perform a data patch on the production database that involved account department and application team. The account department just provided me an excel file with pivot table and a long list of data. I need to figure out the table involve and relationship myself. What I learn from this task is try to prepare a sql cheat sheet first so sql command will be you least concern. Below are what I prepare for my own task on Microsoft SQL Server, yours might be different from mine depends on your task and DB used.</p>
<p><span id="more-1507"></span></p>
<p><strong>DECLARE and SET Varibales</strong></p>
<pre>DECLARE @Mojo int
SET @Mojo = 1
SELECT @Mojo = Column FROM Table WHERE id=1
</pre>
<p><strong>IF / ELSE IF / ELSE Statement</strong></p>
<pre>IF @Mojo &lt; 1
  BEGIN
	PRINT 'Mojo Is less than 1'
  END
ELSE IF @Mojo = 1
  BEGIN
    PRINT 'Mojo Is 1'
  END
ELSE
  BEGIN
	PRINT 'Mojo greater than 1'
  END
</pre>
<p><strong>CASE Statement</strong></p>
<pre>SELECT Day = CASE
  WHEN (DateAdded IS NULL) THEN 'Unknown'
  WHEN (DateDiff(day, DateAdded, getdate()) = 0) THEN 'Today'
  WHEN (DateDiff(day, DateAdded, getdate()) = 1) THEN 'Yesterday'
  WHEN (DateDiff(day, DateAdded, getdate()) = -1) THEN 'Tomorrow'
  ELSE DATENAME(dw , DateAdded)
END
FROM Table
</pre>
<p><strong>Add A Column</strong></p>
<pre>ALTER TABLE YourTableName ADD [ColumnName] [int] NULL;
</pre>
<p><strong>Rename a Column</strong></p>
<pre>EXEC sp_rename 'TableName.OldColName', 'NewColName','COLUMN';
</pre>
<p><strong>Rename a Table</strong></p>
<pre>EXEC sp_rename 'OldTableName', 'NewTableName';
</pre>
<p><strong>Add a Foreign Key</strong></p>
<pre>ALTER TABLE Products WITH CHECK
ADD CONSTRAINT [FK_Prod_Man] FOREIGN KEY(ManufacturerID)
REFERENCES Manufacturers (ID);
</pre>
<p><strong>Add a NULL Constraint</strong></p>
<pre>ALTER TABLE TableName ALTER COLUMN ColumnName int NOT NULL;
</pre>
<p><strong>Set Default Value for Column</strong></p>
<pre>ALTER TABLE TableName ADD CONSTRAINT
DF_TableName_ColumnName DEFAULT 0 FOR ColumnName;
</pre>
<p><strong>Create an Index</strong></p>
<pre>CREATE INDEX IX_Index_Name ON Table(Columns)</pre>
<p><strong>Check Constraint</strong></p>
<pre>ALTER TABLE TableName
ADD CONSTRAINT CK_CheckName CHECK (ColumnValue &gt; 1)
</pre>
<p><strong>DROP a Column</strong></p>
<pre>ALTER TABLE TableName DROP COLUMN ColumnName;

<strong>Single Line Comments</strong>
<pre>SET @mojo = 1 <strong>--THIS IS A COMMENT</strong>
</pre>
<p><strong>Multi-Line Comments</strong></p>
<pre>/* This is a comment
	that can span
	multiple lines
*/
</pre>
<p><strong>Try / Catch Statements</strong></p>
<pre>BEGIN TRY
	-- try / catch requires SQLServer 2005
	-- run your code here
END TRY
BEGIN CATCH
	PRINT 'Error Number: ' + str(error_number())
	PRINT 'Line Number: ' + str(error_line())
	PRINT error_message()
	-- handle error condition
END CATCH
</pre>
<p><strong>While Loop</strong></p>
<pre>DECLARE @i int
SET @i = 0
WHILE (@i &lt; 10)
BEGIN
	SET @i = @i + 1
	PRINT @i
	IF (@i &gt;= 10)
		BREAK
	ELSE
		CONTINUE
END
</pre>
<p><strong>CREATE a Table</strong></p>
<pre>CREATE TABLE TheNameOfYourTable (
  ID INT NOT NULL IDENTITY(1,1),
  DateAdded DATETIME DEFAULT(getdate()) NOT NULL,
  Description VARCHAR(100) NULL,
  IsGood BIT DEFAULT(0) NOT NULL,
  TotalPrice MONEY NOT NULL,
  CategoryID int NOT NULL REFERENCES Categories(ID),
  PRIMARY KEY (ID)
);
</pre>
<p><!-- <b>Add a UNIQUE Constraint</b></p>
<pre> TODO</pre>
<p>--> <strong>User Defined Function</strong></p>
<pre>CREATE FUNCTION dbo.DoStuff(@ID int)
RETURNS int
AS
BEGIN
  DECLARE @result int
  IF @ID = 0
	BEGIN
		RETURN 0
	END
  SELECT @result = COUNT(*)
  FROM table WHERE ID = @ID
  RETURN @result
END
GO
SELECT dbo.DoStuff(0)
</pre>
</pre>
<p></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1507').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1507" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1507&amp;title=Microsoft+SQL+Server+T-SQL+Cheat+Sheet" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1507" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1507&amp;title=Microsoft+SQL+Server+T-SQL+Cheat+Sheet" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1507&amp;title=Microsoft+SQL+Server+T-SQL+Cheat+Sheet" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1507" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1507').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1507').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1507</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Murakami Yuri 村上友梨 Photoshoot</title>
		<link>http://blog.vpire.com/?p=1505</link>
		<comments>http://blog.vpire.com/?p=1505#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:57:40 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Girls]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1505</guid>
		<description><![CDATA[Bookmark It Hide Sites $$('div.d1505').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-84-1505">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://blog.vpire.com/?p=1505&amp;show=slide">
			[Show as slideshow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.vpire.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=84&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1618" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_1.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_1" alt="resized_1" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1619" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_10.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_10" alt="resized_10" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_10.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1620" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_100.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_100" alt="resized_100" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_100.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1621" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_101.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_101" alt="resized_101" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_101.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1622" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_11.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_11" alt="resized_11" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_11.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1623" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_12.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_12" alt="resized_12" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_12.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1624" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_13.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_13" alt="resized_13" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_13.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1625" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_14.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_14" alt="resized_14" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_14.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1626" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_15.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_15" alt="resized_15" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_15.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1627" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_16.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_16" alt="resized_16" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_16.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1628" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_17.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_17" alt="resized_17" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_17.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1629" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_18.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_18" alt="resized_18" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_18.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1630" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_19.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_19" alt="resized_19" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_19.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1631" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_2.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_2" alt="resized_2" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1632" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_20.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_20" alt="resized_20" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_20.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1633" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_21.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_21" alt="resized_21" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_21.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1634" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_22.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_22" alt="resized_22" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_22.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1635" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_23.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_23" alt="resized_23" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_23.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1636" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_24.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_24" alt="resized_24" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_24.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1637" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/resized_25.jpg" title=" " class="shutterset_set_84" >
								<img title="resized_25" alt="resized_25" src="http://blog.vpire.com/wp-content/gallery/2010_murakami_yuri_815/thumbs/thumbs_resized_25.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span>1</span><a class="page-numbers" href="http://blog.vpire.com/?p=1505&amp;nggpage=2">2</a><a class="page-numbers" href="http://blog.vpire.com/?p=1505&amp;nggpage=3">3</a><a class="page-numbers" href="http://blog.vpire.com/?p=1505&amp;nggpage=4">4</a><a class="page-numbers" href="http://blog.vpire.com/?p=1505&amp;nggpage=5">5</a><a class="page-numbers" href="http://blog.vpire.com/?p=1505&amp;nggpage=6">6</a><a class="next" id="ngg-next-2" href="http://blog.vpire.com/?p=1505&amp;nggpage=2">&#9658;</a></div> 	
</div>


<p></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1505').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1505" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1505&amp;title=Murakami+Yuri+%E6%9D%91%E4%B8%8A%E5%8F%8B%E6%A2%A8+Photoshoot" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1505" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1505&amp;title=Murakami+Yuri+%E6%9D%91%E4%B8%8A%E5%8F%8B%E6%A2%A8+Photoshoot" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1505&amp;title=Murakami+Yuri+%E6%9D%91%E4%B8%8A%E5%8F%8B%E6%A2%A8+Photoshoot" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1505" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1505').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1505').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1505</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Rollup Clause</title>
		<link>http://blog.vpire.com/?p=1500</link>
		<comments>http://blog.vpire.com/?p=1500#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:27:38 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1500</guid>
		<description><![CDATA[In this article we will go over basic understanding of Rollup clause in Oracle and SQL Server. ROLLUP clause is used to do aggregate operation on multiple levels in hierarchy. Let us understand how it works by using an example. Consider a table with the following structure and data: MSSQL CREATE TABLE tblPopulation ( Country VARCHAR(100), [...]]]></description>
			<content:encoded><![CDATA[<p>In this article we will go over basic understanding of Rollup clause in Oracle and SQL Server. ROLLUP clause is used to do aggregate operation on multiple levels in hierarchy. Let us understand how it works by using an example.</p>
<p>Consider a table with the following structure and data:</p>
<p><span style="color: #000080;"><strong>MSSQL</strong></span></p>
<p><code>CREATE TABLE tblPopulation (<br />
Country VARCHAR(100),<br />
[State] VARCHAR(100),<br />
City VARCHAR(100),<br />
Population INT<br />
)<br />
GO</code></p>
<p><strong><code><span style="color: #000080;">Oracle</span><br />
</code></strong></p>
<p><code>CREATE TABLE tblPopulation (<br />
Country VARCHAR(100),<br />
State VARCHAR(100),<br />
City VARCHAR(100),<br />
Population INT<br />
)<br />
</code></p>
<p><code><br />
</code></p>
<p><code>INSERT INTO tblPopulation VALUES('India', 'Delhi','East Delhi',9 )<br />
INSERT INTO tblPopulation VALUES('India', 'Delhi','South Delhi',8 )<br />
INSERT INTO tblPopulation VALUES('India', 'Delhi','North Delhi',5)<br />
INSERT INTO tblPopulation VALUES('India', 'Delhi','West Delhi',7)<br />
INSERT INTO tblPopulation VALUES('India', 'Karnataka','Bangalore',9)<br />
INSERT INTO tblPopulation VALUES('India', 'Karnataka','Belur',2)<br />
INSERT INTO tblPopulation VALUES('India', 'Karnataka','Manipal',1)<br />
INSERT INTO tblPopulation VALUES('India', 'Maharastra','Mumbai',30)<br />
INSERT INTO tblPopulation VALUES('India', 'Maharastra','Pune',20)<br />
INSERT INTO tblPopulation VALUES('India', 'Maharastra','Nagpur',11 )<br />
INSERT INTO tblPopulation VALUES('India', 'Maharastra','Nashik',6)</code></p>
<p><a rel="lightbox" href="http://blog.vpire.com/wp-content/uploads/2010/02/tblPopulation.jpg"><img class="alignnone size-medium wp-image-1501" title="tblPopulation" src="http://blog.vpire.com/wp-content/uploads/2010/02/tblPopulation-300x219.jpg" alt="" width="300" height="219" /></a></p>
<p>Now, we need to create a report on population at 3 levels: City, State and Country.</p>
<p>Can we do it by using SUM with GROUP BY clause?</p>
<p>Yes, we can, but we will have to write a separate query to GROUP BY at each level and then union the result of all queries; even after this, the proper ordering or the result would still need more work.</p>
<p>However, SQL Server provides a very easy solution. Just add the WITH ROLLUP clause in GROUP BY and you get the desired results.</p>
<p><span style="color: #000080;"><strong>MSSQL</strong></span></p>
<p><code>SELECT Country,[State],City,<br />
SUM (Population)<br />
FROM tblPopulation<br />
GROUP BY Country,[State],City WITH ROLLUP</code></p>
<p><span style="color: #000080;"><strong>Oracle</strong></span></p>
<p><code>SELECT Country,[State],City,<br />
SUM (Population)<br />
FROM tblPopulation<br />
GROUP BY ROLLUP(Country,State,City);</code></p>
<p><a rel="lightbox" href="http://blog.vpire.com/wp-content/uploads/2010/02/rollup.jpg"><img class="alignnone size-medium wp-image-1502" title="rollup" src="http://blog.vpire.com/wp-content/uploads/2010/02/rollup-300x283.jpg" alt="" width="300" height="283" /></a></p>
<p></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1500').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1500" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1500&amp;title=Introduction+to+Rollup+Clause" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1500" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1500&amp;title=Introduction+to+Rollup+Clause" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1500&amp;title=Introduction+to+Rollup+Clause" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1500" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1500').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1500').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1500</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Webshot on Ubuntu with Wine</title>
		<link>http://blog.vpire.com/?p=1497</link>
		<comments>http://blog.vpire.com/?p=1497#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:02:13 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[Ubuntu or Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1497</guid>
		<description><![CDATA[Step 1: Install wine Install wine via &#8220;system &#8211;&#62; Administration &#8211;&#62; Synaptic Package Manager&#8221; or follow the instrucions on WineHQ. Step 2: Install Webshots Go to webshots.com and download your webshots to the desktop. Open it with wine and go through the next-next windows. Install it in &#8220;C:\Program Files\Webshots\&#8221; Step 3: Make script Go to [...]]]></description>
			<content:encoded><![CDATA[<div id="post_message_3698439"><strong>Step 1:</strong><br />
<em>Install wine</em><br />
Install wine via &#8220;system &#8211;&gt; Administration &#8211;&gt; Synaptic Package Manager&#8221; or follow the instrucions on <a href="http://www.winehq.org/site/download-deb" target="_blank">WineHQ</a>.</p>
<p><strong>Step 2:</strong><br />
<em>Install Webshots</em><br />
Go to <a href="http://www.webshots.com/samplers/" target="_blank">webshots.com</a> and download your webshots to the desktop. Open it with wine and go through the next-next windows.</p>
<p>Install it in &#8220;C:\Program Files\Webshots\&#8221;</p>
<p><strong><br />
Step 3:</strong><br />
<em>Make script</em><br />
Go to &#8220;Applications &#8211;&gt; Accessoires &#8211;&gt; Text Editor&#8221; and paste the following code in it:</p>
<div>
<div>Code:</div>
<pre dir="ltr">#!/bin/bash
cd /tmp
echo "$1" &gt; wbsht
sed -i -re 's/\//\\/g' wbsht
argument1=`cat wbsht`
argument2=`echo z:`
argument3=`echo -n $argument2
echo $argument1`
rm wbsht
wine "C:\Program Files\Webshots\Launcher.exe" "$argument3"</pre>
</div>
<p>And save it.</p>
<p><strong>Step 4:</strong><br />
<em>Download your photos.</em><br />
Go to Webshots.com and download your photo. Firefox asks you if you want to open it, or save it. Choos open ands click &#8216;browse&#8217; and choose the script you&#8217;ve saved in step 3.</p>
<p><strong>Step 5:</strong><br />
<em>Install UWC.</em><br />
Download UWC <a href="http://sourceforge.net/project/downloading.php?group_id=159047&amp;filesize=1502847&amp;filename=UWC-1.6.6-setup.exe&amp;20985888" target="_blank">here</a>. And install it just like webshots.</p>
<p><strong>Step 6:</strong><br />
<em>Run UWC.</em><br />
Go (in UWC) to Conversion &#8211;&gt; Batch conversion. Select &#8216;+folder&#8217; and choose &#8216;&#8221;My Documents &#8211;&gt; Webshots Data&#8221;.<br />
Select a destination folder, and click<strong> let&#8217;s convert!</strong><br />
<strong><span style="color: red;"><br />
<span style="color: #000000;">Since an update webshots doesn&#8217;t work anymore. Here is an workaround (run this in a terminal):</span></span></strong></p>
<div>
<pre dir="ltr">cd ~/.wine/drive_c/windows/system
wget http://www.dll-files.com/dllindex/download.php?mfc42download0VMfWEdMdO -O mfc42.zip
unzip mfc42.zip
rm mfc42.zip
cd ~</pre>
</div>
</div>
<p></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1497').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1497" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1497&amp;title=Install+Webshot+on+Ubuntu+with+Wine" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1497" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1497&amp;title=Install+Webshot+on+Ubuntu+with+Wine" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1497&amp;title=Install+Webshot+on+Ubuntu+with+Wine" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1497" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1497').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1497').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1497</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia X6 Launch at Hong Kong</title>
		<link>http://blog.vpire.com/?p=1495</link>
		<comments>http://blog.vpire.com/?p=1495#comments</comments>
		<pubDate>Thu, 25 Feb 2010 14:43:17 +0000</pubDate>
		<dc:creator>vpire</dc:creator>
				<category><![CDATA[Gadget News]]></category>
		<category><![CDATA[Girls]]></category>

		<guid isPermaLink="false">http://blog.vpire.com/?p=1495</guid>
		<description><![CDATA[踏入2010年，一直致力推動音樂發展的諾基亞，隆重推出全新系列音樂手機 ── 諾基亞 X6，配備觸控屏幕及多媒體播放功能，實行將玩樂體驗全面提升。作為一部功能強勁的娛樂產品，諾基亞X6的音樂播放時間長達35小時，內置16 GB記憶體，配備3.2吋輕觸式屏幕。對熱愛音樂及社交生活的手機用戶來說，諾基亞X6可謂你的最佳拍檔。 預載3D跳舞遊戲「Dance Fabulous」 手機變身成跳舞機 特別推介最新手機跳舞遊戲「Dance Fabulous」，已率先預載於諾基亞 X6手機內。用戶可自訂合心水的角色進行遊戲，並可製作成手機 wallpaper使用。遊戲可配合用戶手機內的音樂檔案，將音樂融入到3D跳舞遊戲中，音樂定義由你改寫！ 12位本地歌手歌曲率先登陸諾基亞X6 最 強音樂手機，必定要配備最強音樂！諾基亞與12位炙手可熱的本地歌手，包括鄭秀文、容祖兒、蔡卓妍、鍾欣桐、方大同、王苑之、鍾舒漫、陳偉霆、林一鋒、 at17、藍奕邦及莫文蔚，攜手合作，率先將16首歌曲及7首完整MV預載到諾基亞X6手機內，讓用戶第一時間擁有眾歌手熱門歌曲。此外，眾歌手將會推出 只可於Ovi Store下載的手機主題及鈴聲，用戶萬物錯過。 16:9高清觸控玻璃面屏幕　帶來更佳視覺享受 諾基亞X6手機備有16:9闊、清晰細膩的3.2吋nHD屏幕，專為欣賞相片、影片及瀏覽網站而設。加上內置16GB龐大記憶體容量，手機瞬即變成流動多媒體音樂庫。 諾基亞X6將於2月11日上市，共有嘻哈黑、舞動金及螢粉紅三種顏色供用戶選擇。 售價 $3,598。 大量最新手機程式及遊戲　盡在Nokia Ovi Store 與你共渡新春佳節 過時過節與親朋戚友或三五知己聚首一堂，少不免要找些遊戲來應酬賓客。現在Ovi Store內提供了大量最新手機應用程式及遊戲，讓用戶免費下載，方便用戶隨時隨地娛人娛己。 隨時隨地流動視頻 tvb.com Mobile Widget 要 無論何時何地都能緊貼電視節目，其實相當簡單！tvb.com Mobile Widget絕對是你的好幫手！只須下載Ovi Store內最新版本的tvb.com Mobile Widget，隨時隨地緊貼TVB各頻道包括翡翠台、明珠台、高清翡翠台、J2台、互動新聞台及各無铫收費電視台的電視節目、收看TVB獨家節目精華包括 劇情預告、人物關係圖、劇集花絮以至從未曝光絕密NG片段，同時，更有大量TVB節目精彩劇照俾你率先睇。 在追看節目的同時，更可透過“i-資訊＂獲取節目相關資訊，包括旅遊資料、食譜及餐廳食肆資料等相關節目資訊，從此流動視頻真正常伴你左右。 全新版本 Ovi Maps 帶來免費行人及汽車導航服務 諾基亞推出了全新版本的Ovi Maps，用戶不需付款即可享用地圖、行人及汽車導航功能、交通資訊* 及城市指南*（網絡供應商可能會收取數據流量費），現已於「Ovi Store」(http://store.ovi.com) 及http://www.nokia.mobi/maps/download下載得到。最新版本的 Ovi Maps 備有最先進的行人及汽車導航功能，包括覆蓋 74 [...]]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-83-1495">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://blog.vpire.com/?p=1495&amp;show=slide">
			[Show as slideshow]		</a>
	</div>

	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.vpire.com/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=83&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1614" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_nokia_x6/IMG_1516.jpg" title=" " class="shutterset_set_83" >
								<img title="IMG_1516" alt="IMG_1516" src="http://blog.vpire.com/wp-content/gallery/2010_nokia_x6/thumbs/thumbs_IMG_1516.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1615" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_nokia_x6/IMG_1517.jpg" title=" " class="shutterset_set_83" >
								<img title="IMG_1517" alt="IMG_1517" src="http://blog.vpire.com/wp-content/gallery/2010_nokia_x6/thumbs/thumbs_IMG_1517.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1616" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_nokia_x6/IMG_1518.jpg" title=" " class="shutterset_set_83" >
								<img title="IMG_1518" alt="IMG_1518" src="http://blog.vpire.com/wp-content/gallery/2010_nokia_x6/thumbs/thumbs_IMG_1518.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1617" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.vpire.com/wp-content/gallery/2010_nokia_x6/IMG_1523.jpg" title=" " class="shutterset_set_83" >
								<img title="IMG_1523" alt="IMG_1523" src="http://blog.vpire.com/wp-content/gallery/2010_nokia_x6/thumbs/thumbs_IMG_1523.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p><span id="more-1495"></span></p>
<p>踏入2010年，一直致力推動音樂發展的諾基亞，隆重推出全新系列音樂手機 ── 諾基亞 X6，配備觸控屏幕及多媒體播放功能，實行將玩樂體驗全面提升。作為一部功能強勁的娛樂產品，諾基亞X6的音樂播放時間長達35小時，內置16 GB記憶體，配備3.2吋輕觸式屏幕。對熱愛音樂及社交生活的手機用戶來說，諾基亞X6可謂你的最佳拍檔。</p>
<p><strong>預載</strong><strong>3D</strong><strong>跳舞遊戲「</strong><strong>Dance Fabulous</strong><strong>」</strong><strong> </strong><strong>手機變身成跳舞機</strong><strong> </strong></p>
<p>特別推介最新手機跳舞遊戲「Dance Fabulous」，已率先預載於諾基亞 X6手機內。用戶可自訂合心水的角色進行遊戲，並可製作成手機 wallpaper使用。遊戲可配合用戶手機內的音樂檔案，將音樂融入到3D跳舞遊戲中，音樂定義由你改寫！</p>
<p><strong>12</strong><strong>位本地歌手歌曲率先登陸諾基亞</strong><strong>X6</strong></p>
<p>最 強音樂手機，必定要配備最強音樂！諾基亞與12位炙手可熱的本地歌手，包括鄭秀文、容祖兒、蔡卓妍、鍾欣桐、方大同、王苑之、鍾舒漫、陳偉霆、林一鋒、 at17、藍奕邦及莫文蔚，攜手合作，率先將16首歌曲及7首完整MV預載到諾基亞X6手機內，讓用戶第一時間擁有眾歌手熱門歌曲。此外，眾歌手將會推出 只可於Ovi Store下載的手機主題及鈴聲，用戶萬物錯過。</p>
<p><strong>16:9</strong><strong>高清觸控玻璃面屏幕　帶來更佳視覺享受</strong><strong> </strong></p>
<p>諾基亞X6手機備有16:9闊、清晰細膩的3.2吋nHD屏幕，專為欣賞相片、影片及瀏覽網站而設。加上內置16GB龐大記憶體容量，手機瞬即變成流動多媒體音樂庫。</p>
<p>諾基亞X6將於2月11日上市，共有嘻哈黑、舞動金及螢粉紅三種顏色供用戶選擇。<br />
售價 $3,598。<strong><br />
</strong></p>
<p><strong>大量最新手機程式及遊戲　盡在</strong><strong>Nokia Ovi Store</strong><strong> 與你共渡新春佳節</strong><strong> </strong></p>
<p>過時過節與親朋戚友或三五知己聚首一堂，少不免要找些遊戲來應酬賓客。現在Ovi Store內提供了大量最新手機應用程式及遊戲，讓用戶免費下載，方便用戶隨時隨地娛人娛己。</p>
<p><strong>隨時隨地流動視頻</strong><strong> tvb.com Mobile Widget</strong></p>
<p>要 無論何時何地都能緊貼電視節目，其實相當簡單！tvb.com Mobile Widget絕對是你的好幫手！只須下載Ovi Store內最新版本的tvb.com Mobile Widget，隨時隨地緊貼TVB各頻道包括翡翠台、明珠台、高清翡翠台、J2台、互動新聞台及各無铫收費電視台的電視節目、收看TVB獨家節目精華包括 劇情預告、人物關係圖、劇集花絮以至從未曝光絕密NG片段，同時，更有大量TVB節目精彩劇照俾你率先睇。</p>
<p>在追看節目的同時，更可透過“i-資訊＂獲取節目相關資訊，包括旅遊資料、食譜及餐廳食肆資料等相關節目資訊，從此流動視頻真正常伴你左右。</p>
<p><strong>全新版本</strong><strong> Ovi Maps</strong><strong> 帶來免費行人及汽車導航服務</strong><strong> </strong><br />
諾基亞推出了全新版本的Ovi Maps，用戶不需付款即可享用地圖、行人及汽車導航功能、交通資訊* 及城市指南*（網絡供應商可能會收取數據流量費），現已於「Ovi Store」(<a href="http://store.ovi.com/">http://store.ovi.com</a>) 及http://www.nokia.mobi/maps/download下載得到。最新版本的 Ovi Maps 備有最先進的行人及汽車導航功能，包括覆蓋 74 個城市，共有 46 種語言選擇的點到點語音導航功能、超過 10 個國家的交通資訊、與及超過 180 個國家的詳細地圖。</p>
<p>用戶亦可把Ovi Maps設置為離線模式去使用導航系統，方便用戶於海外旅行時，避免網絡供應商收取昂貴的海外數據流量費用。Ovi Maps採用了先進的技術，稱為進階矢量圖 (vector graphics)。矢量圖的特點是結合預載及網上的地圖而運作，採用的網絡數據流量相對較少。此外，Ovi Maps提供了超過200 個城市地標合共6,000 幅 3D 立體地圖。至於 Lonely Planet 及米芝蓮旅遊指南*，則提供全球超過1,000 多個旅遊熱點資訊。</p>
<p>*服務之供應或會因地區而有所差異</p>
<p><strong>助你增強運勢　「二零一零庚寅年　虎年風水運程」應用程式</strong><strong> </strong></p>
<p>農 曆新年將至，諾基亞特別推出「二零一零庚寅年　虎年風水運程」應用程式，讓用戶隨時隨地查閱流年風水運程，趨吉避凶。精彩內容包括「流年及流月九宮飛星 圖」、「虎年犯太歲生肖增運法」、「十二生肖運程」、「催旺風水陣」、「吉日一覽」及「辦公室風水」等。同時推出的「風水羅盤」應用程式* ，可將手機當作風水羅盤使用。「風水羅盤」備有七運及八運玄空飛星圖，讓用戶可更精準地作出佈局。</p>
<p>另外特設磁場干擾提 示，並自動將方位資料輸出到筆記程式，方便用戶記下所需資訊，例如參觀新住宅單位時記下各方位的注意事項、因應流年流月風水改動傢私佈置、又或是記下辦公 室內各個方位應放置甚麼物件。每項筆記可透過 Ovi Suite 同步到電腦，亦可透過短訊、藍牙或電郵與他人分享。</p>
<p>*「風水羅盤」應用程式暫時只適用於諾基亞 N97 及 諾基亞N97 mini 兩款手機。<strong> </strong></p>
<p><strong>過年派對聚會最佳選擇　明星系列遊戲</strong></p>
<p>大 受本港線上遊戲玩家歡迎的明星系列遊戲，包括「明星鋤大D 2010」、「明星麻雀爭霸2010」、「明星鬥地主2010」、「明星運財開大細」、「明星發財魚蝦蟹」與及香港地道玩意「魚蝦蟹三合一」經已登陸 Ovi Store，讓用戶免費下載。一眾本地明星將化身成卡通角色，與你一較高下。想於過年與親朋戚友聚會時增加熱鬧氣氛，諾基亞手機用戶萬勿錯過。<strong> </strong></p>
<p><strong>出外旅遊必備　「泰友營</strong><strong>」</strong><strong>及「</strong><strong>CX Mobile</strong><strong>」</strong><strong>應用程式</strong></p>
<p>不 少港人都喜歡趁農曆新年假期出外旅遊，諾基亞手機用戶可下載「泰友營」及「CX Mobile」應用程式，令旅程更為好玩及方便。「泰友營」提供了最新鮮熱辣的泰國旅遊資訊，由泰國通胡慧沖親自撰寫內容，用戶只要一機在手，便可找到泰 國最熱門的食肆、酒店、購物點、SPA及各式各樣好玩去處。此外，「泰友營」可讓用戶離線閱讀程式內容，適合喜歡到泰國自助旅遊的人士。諾基亞亦與國泰航 空公司合作，推出了「CX Mobile」應用程式，讓用戶透過手機預辦登機、查閱最新消息及優惠、航班時間表及航班狀況等資訊。此外，「CX Mobile」亦備有城市導覽資訊，是用戶安排行程的好幫手。</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d1495').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d1495" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1495&amp;title=Nokia+X6+Launch+at+Hong+Kong" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1495" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1495&amp;title=Nokia+X6+Launch+at+Hong+Kong" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1495&amp;title=Nokia+X6+Launch+at+Hong+Kong" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.vpire.com%2F%3Fp%3D1495" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.vpire.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d1495').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d1495').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.vpire.com/?feed=rss2&amp;p=1495</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
