<?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>adorr.net</title>
	<atom:link href="http://adorr.net/feed" rel="self" type="application/rss+xml" />
	<link>http://adorr.net</link>
	<description>where Arts resolves into Science</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:30:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Format Numbers to Currency String in VB.NET</title>
		<link>http://adorr.net/2010/08/format-numbers-to-currency-string-in-vb-net.html</link>
		<comments>http://adorr.net/2010/08/format-numbers-to-currency-string-in-vb-net.html#comments</comments>
		<pubDate>Tue, 31 Aug 2010 08:30:49 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1125</guid>
		<description><![CDATA[I thought it would be helpful to share this piece of simple code In VB.NET, it is pretty easy to convert a decimal number (say, 12345.6789) to currency format ($12,345.679) Just convert the number using the lines of code as shown below: Dim value_int As Integer = 12345.6789 ' original decimal number Dim digit As [...]]]></description>
			<content:encoded><![CDATA[<p>I thought it would be helpful to share this piece of simple code</p>
<p>In VB.NET, it is pretty easy to convert a decimal number (say, 12345.6789) to currency format ($12,345.679)</p>
<p>Just convert the number using the lines of code as shown below:</p>
<p><code>Dim value_int As Integer = 12345.6789 ' original decimal number<br />
Dim digit As Integer = 3 ' to format it to 3 decimal places<br />
Dim value_str As String = value_int.ToString("C" &amp; digit, Globalization.CultureInfo.CreateSpecificCulture("en-US"))</code></p>
<p>Also check out other cultures available <a href="http://www.i18nguy.com/unicode/language-identifiers.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2010/08/format-numbers-to-currency-string-in-vb-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transfer Contacts from Sony Ericsson to iPhone on Mac</title>
		<link>http://adorr.net/2010/08/transfer-contacts-from-sony-ericsson-to-iphone-on-mac.html</link>
		<comments>http://adorr.net/2010/08/transfer-contacts-from-sony-ericsson-to-iphone-on-mac.html#comments</comments>
		<pubDate>Sun, 01 Aug 2010 13:34:00 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[isync]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[se]]></category>
		<category><![CDATA[sony ericsson]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[w810i]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1114</guid>
		<description><![CDATA[I was about to manually transfer my contact from my old Sony Ericsson W810i to iPhone when I came across this easy steps to sync all my contacts to iPhone, within a minute. First of all, you will have to download Sony Ericsson Sync Plugin for iSync. Since my SE W810i has been phased out [...]]]></description>
			<content:encoded><![CDATA[<p>I was about to manually transfer my contact from my old Sony Ericsson W810i to iPhone when I came across this easy steps to sync all my contacts to iPhone, within a minute.</p>
<p>First of all, you will have to download <a href=" http://www.sonyericsson.com/cws/support/softwaredownloads/detailed/sonyericssonisync/w910i?cc=gb&amp;lc=en" target="_blank">Sony Ericsson Sync Plugin</a> for iSync. Since my SE W810i has been phased out for long, I&#8217;m using the W910i download page instead. The plugin works the same by the way.</p>
<p>After you&#8217;ve downloaded it, install it and load up your iSync under: <strong>Applications &gt; iSync</strong></p>
<p>Connect your Sony Ericsson phone to your Mac, browse to <strong>Devices &gt; Add Device</strong> to add your device, and you should see your phone as shown below:</p>
<p><img src="http://adorr.net/wp-content/uploads/2010/08/1.jpg" alt="" width="436" height="146" /></p>
<p>Double click on your phone and you should see the details as shown below.</p>
<p>Click on <strong>Sync Device</strong> button and your contacts should be sync to your Mac now.</p>
<p><img src="http://adorr.net/wp-content/uploads/2010/08/3.jpg" alt="" width="432" height="548" /></p>
<p>Next, connect your iPhone to you Mac, opens iTunes and select <strong>Info</strong> tab and check <strong>Sync Address Book Contacts</strong> checkbox. In my case, I checked the <strong>All contacts</strong> radio button to sync all my contacts over.</p>
<p><img src="http://adorr.net/wp-content/uploads/2010/08/2.jpg" alt="" width="700" height="408" /></p>
<p>Hit on the familiar <strong>Sync</strong> button and all your contacts will be in your iPhone now.</p>
<p>Let me know if it works for your, or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2010/08/transfer-contacts-from-sony-ericsson-to-iphone-on-mac.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &amp; Google XML Sitemaps</title>
		<link>http://adorr.net/2010/07/wordpress-google-xml-sitemaps.html</link>
		<comments>http://adorr.net/2010/07/wordpress-google-xml-sitemaps.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 05:30:10 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[crawl]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1095</guid>
		<description><![CDATA[One of the most important element in SEO (Search Engine Optimisation) is to have your site indexed properly (and regularly) by popular search engines. As of today, Google has a significantly huge market share of 84.96% (resource) and is definitely hard for website owners to ignore. I&#8217;m going to walk you through on how I [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most important element in SEO (Search Engine Optimisation) is to have your site indexed properly (and regularly) by popular search engines.</p>
<p>As of today, Google has a significantly huge market share of 84.96% (<a href="http://marketshare.hitslink.com/search-engine-market-share.aspx?qprid=4" target="_blank">resource</a>) and is definitely hard for website owners to ignore.</p>
<p>I&#8217;m going to walk you through on how I generated XML Sitemaps for adorr.net (powered by WordPress) and submit the sitemap to Google for in-depth crawling.</p>
<p><span id="more-1095"></span>Before we proceed further, I would assume that your site is running on <a href="http://wordpress.org" target="_blank">WordPress</a>, as per stated in this post title.</p>
<h2>Generate Google XML Sitemap</h2>
<p>First of all, you will need to download WordPress <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a> plugin and install it on your WordPress site. If you haven&#8217;t know how to install WordPress plugin, <a href="http://codex.wordpress.org/Managing_Plugins#Installing_Plugins" target="_blank">check out the steps here</a>.</p>
<p><em>** Do note that if your <strong>WordPress</strong> has <span style="color: #ff0000;">Multisite</span> feature turned on, <a href="http://blog.dembowski.net/2010/06/09/google-xml-sitemaps-and-wordpress-multisite/" target="_blank">follow this instruction instead</a>!</em></p>
<p>Once you&#8217;ve got the plugin installed and activated, browse to <strong>Settings &gt; XML-Sitemaps</strong></p>
<p>Look out for a link button to &#8220;<span style="text-decoration: underline;">build the sitemap</span>&#8221; for the first time. If you get a permission error, check the file permissions of the plugin files.</p>
<p>The plugin will then automatically generate the XML Sitemap file. Mine is located at http://adorr.net/sitemap.xml (default location is on your <strong>root</strong>, unless you changed it, check the value under &#8220;Location of your sitemap file&#8221;)</p>
<p>The next time you want to rebuild the sitemap, click on the link button &#8220;<span style="text-decoration: underline;">Rebuild the sitemap</span>&#8221; on top of the plugin page.</p>
<p>This is, however, optional since by default the option &#8220;Rebuild sitemap if you change the content of your blog&#8221; is checked.</p>
<h2>XML Sitemap to Google</h2>
<p>Next, login to your <a href="http://www.google.com/webmasters/" target="_blank">Google Webmaster Tools</a> account. If you haven&#8217;t own one, free registration is just a few steps away.</p>
<p>On post-login page, click on &#8220;<strong>Add a site&#8230;</strong>&#8221; button and type in your domain name.</p>
<p><em>** Make sure you have a <span style="color: #ff0000;">consistent domain</span>, e.g. www.adorr.net or adorr.net, since they are treated differently. If you need an idea on how to make this happen, check out <a href="http://adorr.net/blog/2010/07/28/remove-www-prefix-in-your-domain-name-or-vice-versa/" target="_blank">my another post on this</a>.<br />
</em></p>
<p>There&#8217;s a simple validation process, where you are required to add in an additional metadata onto your site header, within &lt;head&gt; tag.</p>
<p>It should look similar to mine as shown below (except that with different content value, of course):</p>
<pre id="line1">&lt;meta name="google-site-verification" content="xoS99zieD3E8wqSqd-QFQmEyMKUEU9nyf36F0_m5lNw" /&gt;</pre>
<p>Once done, browse to <strong>&#8220;your site&#8221; &gt; Site Configuration &gt; Sitemaps</strong>, click on &#8220;<strong>Submit a Sitemap</strong>&#8221; button and type in your sitemap file and location (it&#8217;s <strong>sitemap.xml</strong> by default, unless you changed it in previous steps when generating sitemap)</p>
<p>It usually takes 5 &#8211; 15 seconds for Google to download your sitemap file and digest.</p>
<p>If everything goes smoothly up to this point, you shall leave the rest to Google Bot to crawl your site</p>
<h2>Last but not least</h2>
<p>There are a few other tools that you may find it useful, e.g. Crawl stats, Site performance, but I&#8217;ll leave that to you to discover.</p>
<p>Hope these simple steps will help you a little, if not much, on your site&#8217;s SEO.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2010/07/wordpress-google-xml-sitemaps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove WWW prefix in your domain name, or vice versa</title>
		<link>http://adorr.net/2010/07/remove-www-prefix-in-your-domain-name-or-vice-versa.html</link>
		<comments>http://adorr.net/2010/07/remove-www-prefix-in-your-domain-name-or-vice-versa.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 03:26:32 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[url rewrite]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1098</guid>
		<description><![CDATA[I was doing some SEO for my site the other day when I came across some inconsistencies in my website URL. Some appears to be adorr.net while the rest are www.adorr.net. Do note that this only applies to Linux hosting accounts. This can be annoying for search engines listings, and even cause mismatching paths when [...]]]></description>
			<content:encoded><![CDATA[<p>I was doing some SEO for my site the other day when I came across some inconsistencies in my website URL. Some appears to be adorr.net while the rest are www.adorr.net.</p>
<p>Do note that this only applies to Linux hosting accounts.</p>
<p>This can be annoying for search engines listings, and even cause mismatching paths when using <a href="http://www.google.com/webmasters/tools/" target="_blank">Google Webmaster Tools</a> to submit sitemap.</p>
<p>This issue however can be easily fixed by modifying .htaccess, and I decided to go with shorter version of adorr.net without www</p>
<p>Below is how the first part of my .htaccess</p>
<p><strong><span style="color: #ff0000;">*</span></strong> Remember to replace <strong>adorr.net</strong> with your own domain!</p>
<p><code>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} ^www.adorr.net$ [NC]<br />
RewriteRule ^(.*)$ http://adorr.net/$1 [L,R=301]</code></p>
<p>Do note that the code above is to rewrite all requests of www.adorr.net to adorr.net.</p>
<p>If you want it to be the other way round, use the following .htaccess instead</p>
<p><code>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} ^adorr.net$ [NC]<br />
RewriteRule ^(.*)$ http://www.adorr.net/$1 [L,R=301]</code></p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2010/07/remove-www-prefix-in-your-domain-name-or-vice-versa.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Singapore Telcos announce iPhone 4 Price Plans</title>
		<link>http://adorr.net/2010/07/singapore-telcos-announces-iphone-4-price-plans.html</link>
		<comments>http://adorr.net/2010/07/singapore-telcos-announces-iphone-4-price-plans.html#comments</comments>
		<pubDate>Tue, 27 Jul 2010 12:51:03 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone4]]></category>
		<category><![CDATA[m1]]></category>
		<category><![CDATA[price plans]]></category>
		<category><![CDATA[singapore]]></category>
		<category><![CDATA[singtel]]></category>
		<category><![CDATA[starhub]]></category>
		<category><![CDATA[telco]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1075</guid>
		<description><![CDATA[After a month of waiting, iPhone 4 is finally coming to Singapore on 30 July 2010. Just yesterday, Apple released prices for the iPhone 4 ahead of the launch. The contract-free 16GB and 32GB models will cost S$888 and S$1,048, respectively, from the Apple online store. As many of you may already know, only the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-medium wp-image-1091" title="iphone4sg" src="http://adorr.net/wp-content/uploads/2010/07/iphone4sg-730x294.jpg" alt="" width="730" height="294" /></p>
<p>After a month of waiting, iPhone 4 is finally coming to Singapore on <strong>30 July 2010</strong>.</p>
<p>Just yesterday, Apple released prices for the iPhone 4 ahead of the launch. The contract-free 16GB and 32GB models will cost S$888 and  S$1,048, respectively, from the <a href="http://store.apple.com/sg/" target="_blank">Apple online store</a>.</p>
<p>As many of you may <a href="http://www.macvideo.tv/encoding/news/index.cfm?newsId=3233147&amp;pagType=samechandate" target="_blank">already know</a>, only the black  iPhone 4 will be available.</p>
<p>And today, the three telcos have finally announced their iPhone price plans. I have compiled them below for easier glance and comparison.</p>
<p><span id="more-1075"></span></p>
<p><strong>StarHub</strong></p>
<table class="comparison">
<tbody>
<tr>
<td class="highlight" width="20%"></td>
<td class="highlight" width="20%">3G SmartSurf 100</td>
<td class="highlight" width="20%">3G SmartSurf 300</td>
<td class="highlight" width="20%">3G SmartSurf 700</td>
<td class="highlight" width="20%">3G SmartSurf Unlimited</td>
</tr>
<tr>
<td class="highlight">Monthly fee (w/GST)</td>
<td>$38</td>
<td>$58</td>
<td>$98</td>
<td>$205</td>
</tr>
<tr>
<td class="highlight">Voice credit (mins)</td>
<td>100</td>
<td>300</td>
<td>700</td>
<td>2000</td>
</tr>
<tr>
<td class="highlight">SMS/MMS credit</td>
<td>500</td>
<td>500</td>
<td>500</td>
<td>2000</td>
</tr>
<tr>
<td class="highlight">Data credit (GB)</td>
<td>12</td>
<td>12</td>
<td>12</td>
<td>unlimited</td>
</tr>
<tr>
<td class="highlight">iPhone 4 16GB</td>
<td>$500</td>
<td>$230</td>
<td>$0</td>
<td>$0</td>
</tr>
<tr>
<td class="highlight">iPhone 4 32GB</td>
<td>$630</td>
<td>$380</td>
<td>$70</td>
<td>$0</td>
</tr>
<tr>
<td class="highlight">iPhone 3GS 8GB</td>
<td>$350</td>
<td>$80</td>
<td>$0</td>
<td>$0</td>
</tr>
</tbody>
</table>
<p><small>For more information and updates, check out <a href="http://iphone.starhub.com/" target="_blank">StarHub website</a></small></p>
<p><strong>M1</strong></p>
<table class="comparison">
<tbody>
<tr>
<td class="highlight" width="20%"></td>
<td class="highlight" width="20%">Value</td>
<td class="highlight" width="20%">Lite</td>
<td class="highlight" width="20%">Extreme</td>
<td class="highlight" width="20%">Unlimited</td>
</tr>
<tr>
<td class="highlight">Monthly fee (w/GST)</td>
<td>$36</td>
<td>$56</td>
<td>$98</td>
<td>$198</td>
</tr>
<tr>
<td class="highlight">Voice credit (mins)</td>
<td>100</td>
<td>300</td>
<td>700</td>
<td>unlimited</td>
</tr>
<tr>
<td class="highlight">SMS/MMS credit</td>
<td>500</td>
<td>500</td>
<td>500</td>
<td>unlimited</td>
</tr>
<tr>
<td class="highlight">Data credit (GB)</td>
<td>12</td>
<td>12</td>
<td>unlimited</td>
<td>unlimited</td>
</tr>
<tr>
<td class="highlight">iPhone 4 16GB</td>
<td>$480</td>
<td>$210</td>
<td>$0</td>
<td>$0</td>
</tr>
<tr>
<td class="highlight">iPhone 4 32GB</td>
<td>$620</td>
<td>$360</td>
<td>$60</td>
<td>$0</td>
</tr>
<tr>
<td class="highlight">iPhone 3GS 8GB</td>
<td>$360</td>
<td>$60 OR $0 with Take3</td>
<td>$0</td>
<td>$0</td>
</tr>
</tbody>
</table>
<p><small>For more information and updates, check out <a href="http://www.m1.com.sg/iPhone/" target="_blank">M1 website</a></small></p>
<p><strong>SingTel</strong></p>
<table class="comparison">
<tbody>
<tr>
<td class="highlight" width="20%"></td>
<td class="highlight" width="20%">iFlexi Lite</td>
<td class="highlight" width="20%">iFlexi Value</td>
<td class="highlight" width="20%">iFlexi Plus</td>
<td class="highlight" width="20%">iFlexi Premium</td>
</tr>
<tr>
<td class="highlight">Monthly fee (w/GST)</td>
<td>$39</td>
<td>$56</td>
<td>$95</td>
<td>$205</td>
</tr>
<tr>
<td class="highlight">Voice credit (mins)</td>
<td>100</td>
<td>200</td>
<td>500</td>
<td>2000</td>
</tr>
<tr>
<td class="highlight">SMS/MMS credit</td>
<td>500</td>
<td>500</td>
<td>500</td>
<td>2000</td>
</tr>
<tr>
<td class="highlight">Data credit (GB)</td>
<td>12</td>
<td>12</td>
<td>12</td>
<td>30</td>
</tr>
<tr>
<td class="highlight">iPhone 4 16GB</td>
<td>$480</td>
<td>$210</td>
<td>$0</td>
<td>$0</td>
</tr>
<tr>
<td class="highlight">iPhone 4 32GB</td>
<td>$620</td>
<td>$360</td>
<td>$60</td>
<td>$0</td>
</tr>
<tr>
<td class="highlight">iPhone 3GS 8GB</td>
<td>$350</td>
<td>$60</td>
<td>$0</td>
<td>$0</td>
</tr>
</tbody>
</table>
<p><small>For more information and updates, check out <a href="http://info.singtel.com/personal/communication/mobile/mobile-phones/iphone4" target="_blank">SingTel website</a></small></p>
<p>At a glance, M1 and SingTel charges slightly cheaper one time fee, while M1 has the cheapest plan you may sign up.</p>
<p>If you are a heavy voice and data user, you may want to consider M1 Unlimited plan that comes with unlimited voice credits, SMS/MMS credits and data bundle.</p>
<p>Let&#8217;s wait for <strong>Friday</strong> to come! <img src='http://adorr.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><span style="color: #ff0000;">Updates!</span></strong> You can go down to <strong>M1 Shop Paragon</strong> on <strong>30 July, 12am</strong>, and be the first to own an iPhone 4!</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2010/07/singapore-telcos-announces-iphone-4-price-plans.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
