<?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>Sun, 13 May 2012 15:37:07 +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>Creating standalone page within WordPress template</title>
		<link>http://adorr.net/2012/05/creating-standalone-page-within-wordpress-template.html</link>
		<comments>http://adorr.net/2012/05/creating-standalone-page-within-wordpress-template.html#comments</comments>
		<pubDate>Sun, 13 May 2012 15:35:11 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[standalone]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1549</guid>
		<description><![CDATA[Creating standalone page within WordPress template is easier than you can imagine. There are times when you want to access to the fabulous WordPress codex but would not want to develop plugin for that purpose. You may also want to synchronize the front-end template for your homepage, blog, application and anything else on your site. [...]]]></description>
			<content:encoded><![CDATA[<p>Creating standalone page within WordPress template is easier than you can imagine. There are times when you want to access to the fabulous WordPress codex but would not want to develop plugin for that purpose. You may also want to synchronize the front-end template for your homepage, blog, application and anything else on your site.<span id="more-1549"></span></p>
<p>And no, this implementation is not limited to the same domain. That means to say, you can create a php page on anothersite.com using template from wordpresssite.com, as long as they are hosted under the same hosting.</p>
<p>Before you start, you should figure out the absolute path of your wordpresssite.com. It is not the path you see in your FTP. Create a php file with following code and upload to your wordpresssite.com, access it on front-end and you will get the path you need.</p>
<p><code>&lt;?php echo $_SERVER['SCRIPT_FILENAME']; ?&gt;</code></p>
<p>Creating the standalone page is as simple as what you see below:</p>
<p><code>&lt;?php require( '/path-to-wordpress-site/wp-load.php' ); ?&gt;<br />
&lt;?php get_header(); ?&gt;<br />
&lt;!--your application goes here--&gt;<br />
&lt;?php get_footer(); ?&gt;</code></p>
<p>Does this work for you? Do you encounter any issues?</p>
<p>Let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2012/05/creating-standalone-page-within-wordpress-template.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: The new Apple iPad (3rd generation)</title>
		<link>http://adorr.net/2012/03/review-the-new-apple-ipad-3rd-generation.html</link>
		<comments>http://adorr.net/2012/03/review-the-new-apple-ipad-3rd-generation.html#comments</comments>
		<pubDate>Sat, 17 Mar 2012 17:25:25 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[3rd generation]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone 4]]></category>
		<category><![CDATA[retina display]]></category>
		<category><![CDATA[the new ipad]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1538</guid>
		<description><![CDATA[Today, I received The new iPad with Wi-Fi + 4G 64GB &#8211; White (3rd generation) as promised by Apple. Without further ado, here is the short unboxing video. Once unboxed, you know this gotta be an Apple product. You get what you need in the package. Nothing more, nothing less. The new iPad spotted identical [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I received The new iPad with Wi-Fi + 4G 64GB &#8211; White (3rd generation) as promised by Apple.</p>
<p><img class="alignnone size-medium wp-image-1541" title="boxed" src="http://adorr.net/wp-content/uploads/2012/03/boxed-734x481.jpg" alt="" width="734" height="481" /></p>
<p>Without further ado, here is the short unboxing video.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/SiDEpLoVA1M" frameborder="0" allowfullscreen></iframe></p>
<p>Once unboxed, you know this gotta be an Apple product. You get what you need in the package. Nothing more, nothing less.</p>
<p><img class="alignnone size-medium wp-image-1540" title="unboxed" src="http://adorr.net/wp-content/uploads/2012/03/unboxed-734x463.jpg" alt="" width="734" height="463" /></p>
<p>The new iPad spotted identical outlook as iPad 2. It is 0.03 inch thicker and 50g heavier than iPad 2, which quite frankly, I find it hard to distinguish. You may check out detailed technical specifications at <a href="http://www.apple.com/sg/ipad/specs/" target="_blank">Apple official iPad page</a>.</p>
<p>First thing I eagerly wanted to see is the highly rated 2048 x 1536 (264ppi) retina display. Trust me, you have to see it yourself, and you will fall in love with this gorgeous babe, at first sight. Or, you may more or less tell from the reference shot shown below.</p>
<p><img class="alignnone size-medium wp-image-1542" title="retina" src="http://adorr.net/wp-content/uploads/2012/03/retina-734x548.jpg" alt="" width="734" height="548" /></p>
<p>The next thing I wanted to test out is the much anticipated 5-megapixel camera with backside illumination sensor and some other cutting-edge features.</p>
<p>To be honest, the photo taken using iPad turns out to be slightly disappointed under tungsten environment. I still prefer photo taken using iPhone 4 that is more saturated with accurate white balance. Both photos below are straight out of camera without any editing at all, for your judgement.</p>
<p><img class="alignnone size-full wp-image-1539" title="compare" src="http://adorr.net/wp-content/uploads/2012/03/compare.jpg" alt="" width="734" height="334" /></p>
<p>You may find the original image taken using <a href="http://adorr.net/wp-content/uploads/2012/03/ipad.jpg" target="_blank">iPad (3rd generation)</a> (1.7MB) and <a href="http://adorr.net/wp-content/uploads/2012/03/iphone4.jpg" target="_blank">iPhone 4</a> (2.2MB) for your pixel-peeping comparison, if you&#8217;d like.</p>
<p>Overall, the new iPad is snappy, responsive, and definitely a pleasure to use. I have waited for 3 years since the first iPad was announced. I must say the retina display was the main reason why I decided to get the new iPad and I am more than satisfied.</p>
<p><strong>I will use it for:</strong> photo editing and viewing (or in another word, showing off), reading and browsing the web, watching movies, playing HD games,</p>
<p><strong>I will probably use it for: </strong>photo taking and video recording if my iPhone battery is running low,</p>
<p><strong>I will not use it for:</strong> can&#8217;t think of any for time being.</p>
<p>Below are some professional and more detailed review/teardown that I enjoy reading:</p>
<ul>
<li><a href="http://www.engadget.com/2012/03/16/apple-ipad-review-2012/" target="_blank">Engadget &#8211; iPad review (2012)</a></li>
<li><a href="http://www.pcworld.com/article/252010/apple_ipad_review_the_retina_display_redefines_the_tablet.html" target="_blank">PCWorld &#8211; Apple iPad Review: The Retina Display Redefines the Tablet</a></li>
<li><a href="http://www.techradar.com/reviews/pc-mac/tablets/apple-new-ipad-3-1071369/review" target="_blank">TechRadar &#8211; Apple New iPad 3 review</a></li>
<li><a href="http://www.ifixit.com/Teardown/iPad-3-4G-Teardown/8277/1" target="_blank">ifixit &#8211; iPad 3 4G Teardown</a></li>
<li><a href="http://www.techrepublic.com/photos/cracking-open-the-apple-ipad-2012-wi-fi-4g-verizon/6351709" target="_blank">TechRepublic &#8211; Cracking Open the Apple iPad 2012</a></li>
</ul>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2012/03/review-the-new-apple-ipad-3rd-generation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dine at Stellar, 1-Altitude, One Raffles Place</title>
		<link>http://adorr.net/2012/02/dine-at-stellar-1-altitude-one-raffles-place.html</link>
		<comments>http://adorr.net/2012/02/dine-at-stellar-1-altitude-one-raffles-place.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 16:09:43 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Dine]]></category>
		<category><![CDATA[celebration]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[one raffles place]]></category>
		<category><![CDATA[steak]]></category>
		<category><![CDATA[stellar]]></category>
		<category><![CDATA[valentine]]></category>
		<category><![CDATA[valentine day]]></category>
		<category><![CDATA[western]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1517</guid>
		<description><![CDATA[Its been a while since we last had fine dining, so we decided to have our pre-valentine&#8217;s day candle light dinner at the peak of 282 metres. We chose this place for it&#8217;s good feedback from most diners, plus this is the place where we wouldn&#8217;t visit on normal occasions. We made reservation for 9pm [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a while since we last had fine dining, so we decided to have our pre-valentine&#8217;s day candle light dinner at the peak of 282 metres. We chose this place for it&#8217;s good feedback from most diners, plus this is the place where we wouldn&#8217;t visit on normal occasions.</p>
<p>We made reservation for 9pm seating, but were seated immediately once we arrived at around 8:30pm. The restaurant was not fully seated, and we were seated 2nd row from the window as window tables are reserved for diners who had their pre-valentine&#8217;s dinner set.</p>
<p>We were an excited couple started taking pictures of ourselves after making our order.</p>
<p>The wines and food was serve promptly by their friendly staffs. I must say they have great service, thumbs up to the waiters and waitress at Stellar, 1-Altitude. Not forgetting the brilliant wine expert who recommended us Sileni Estate ‘Cellar Selection’ white wine (Chardonnay, Hawke’s Bay, New Zealand, 2010) which we both loved so much!</p>
<p><img class="alignnone size-medium wp-image-1518" title="1altitude-foiegras" src="http://adorr.net/wp-content/uploads/2012/02/1altitude-foiegras-734x548.jpg" alt="" width="734" height="548" /></p>
<p>We had FoieGras Parfait as our appetizer. Its heavenly great, though the portion can be a bit huge for two of us as a starter. It goes very well with sauternes jelly and slow dried grapes.</p>
<p><img class="alignnone size-medium wp-image-1521" title="1altitude-tenderlion" src="http://adorr.net/wp-content/uploads/2012/02/1altitude-tenderlion-734x500.jpg" alt="" width="734" height="500" /></p>
<p>I ordered Tenderloin 120 days grain fed (220g) for my main course, while she went for Wagyu rib eye marbling score 4-5 (200g). Both served with horseradish crusted bone marrow, snail greens and chive baby potatoes.</p>
<p><img class="alignnone size-medium wp-image-1519" title="1altitude-patisserie" src="http://adorr.net/wp-content/uploads/2012/02/1altitude-patisserie-734x548.jpg" alt="" width="734" height="548" /></p>
<p>To keep our stomach even happier, we ordered patisseries: one earl grey creme brulee with tea-scented Grissini straw, and another Hazelnut praline cake. They were both good, although nothing much spectacular. We enjoyed them till the last bite though.</p>
<p><img class="alignnone size-medium wp-image-1524" title="1altitude-coffee" src="http://adorr.net/wp-content/uploads/2012/02/1altitude-coffee-734x548.jpg" alt="" width="734" height="548" /></p>
<p>We ended our great course of meal with Long Black coffee that came with white and dark chocolate. It went very well with our patisseries and we were glad we ordered it.</p>
<p>Another notable event is that if you pay your bill with Standard Charted credit card, you get 15% off your total bill.</p>
<p>To be honest, the view turned out to be below my expectation and we did not regret for not able to get the window seat. We made a right choice to go for ala-carte as we had what we wanted. We enjoyed the ambiance and we certainly enjoyed it throughout the night. It was a great dining experience with Stellar, 1-Altitude.</p>
<p><img class="alignnone size-medium wp-image-1522" title="1altitude-us1" src="http://adorr.net/wp-content/uploads/2012/02/1altitude-us1-550x550.jpg" alt="" width="550" height="550" /></p>
<p>We arrived as happy couple, and we left as happy couple too. <img src='http://adorr.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2012/02/dine-at-stellar-1-altitude-one-raffles-place.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compare .resx Resource Files Side-by-side</title>
		<link>http://adorr.net/2012/02/compare-resx-resource-files-side-by-side.html</link>
		<comments>http://adorr.net/2012/02/compare-resx-resource-files-side-by-side.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 17:26:27 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[resource file]]></category>
		<category><![CDATA[resx]]></category>
		<category><![CDATA[side by side]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1509</guid>
		<description><![CDATA[If you are .NET developer and have been dealing with multi-lingual websites, you should be familiar with resource files for translation purposes. Apart from getting the key right from the beginning, another major challenge of website localization is to get the words translated in an organized and efficient way. Let&#8217;s be reasonable. Programmers aren&#8217;t translators, [...]]]></description>
			<content:encoded><![CDATA[<p>If you are .NET developer and have been dealing with multi-lingual websites, you should be familiar with resource files for translation purposes.</p>
<p>Apart from getting the key right from the beginning, another major challenge of website localization is to get the words translated in an organized and efficient way.</p>
<p>Let&#8217;s be reasonable. Programmers aren&#8217;t translators, and neither the other way round. Programmers are familiar with Ms Visual Studios, while translators are familiar with Ms Office. The conventional way of converting between resx files used by programmers and doc/excel files used by translators simply causes too much overhead and open up chances for mistakes.</p>
<p>Being open-source, <a href="http://code.google.com/p/simpleresxeditor/">Simple Resx Editor</a> is no compromise in terms of features. You can edit multiple languages resource files side by side, with easy synchronization,  addition of missing strings, highlighting missing translations and so on.</p>
<p>User interface is clean and easy to use, it is definitely worth a try.</p>
<p><img class="alignnone size-full wp-image-1510" title="simple-resx.editor" src="http://adorr.net/wp-content/uploads/2012/02/simple-resx.editor.jpg" alt="" width="688" height="401" /></p>
<p>You can download my <a href="http://inventory.adorr.net/Sample.resx.zip">sample resx files</a> for testing purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2012/02/compare-resx-resource-files-side-by-side.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google +1 Button</title>
		<link>http://adorr.net/2011/07/google-1-button.html</link>
		<comments>http://adorr.net/2011/07/google-1-button.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 16:17:22 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[+1]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google +1]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[plus]]></category>
		<category><![CDATA[plusone]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1490</guid>
		<description><![CDATA[You should have heard about Google+ by now. Like it or not, you have to add it onto your already lengthy social media todo list for your customers, clients or your ownselves. Default button embedding code can be as simple as follow: &#60;!-- Place this tag in your head or just before your close body [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://adorr.net/wp-content/uploads/2011/07/Screen-shot-2011-07-12-at-AM-12.19.01.png" alt="" title="Screen shot 2011-07-12 at AM 12.19.01" width="551" height="138" class="alignnone size-full wp-image-1491" /></p>
<p>You should have heard about Google+ by now. </p>
<p>Like it or not, you have to add it onto your already lengthy social media todo list for your customers, clients or your ownselves. </p>
<p>Default button embedding code can be as simple as follow:</p>
<p><code>&lt;!-- Place this tag in your head or just before your close body tag --&gt;<br />
&lt;script type="text/javascript" src="https://apis.google.com/js/plusone.js"&gt;&lt;/script&gt;</code></p>
<p><code>&lt;!-- Place this tag where you want the +1 button to render --&gt;<br />
&lt;g:plusone&gt;&lt;/g:plusone&gt;</code></p>
<p>But wait! You don&#8217;t have to be bounded by the same old boring button! </p>
<p><img src="http://adorr.net/wp-content/uploads/2011/07/Screen-shot-2011-07-12-at-AM-12.23.52.png" alt="" title="Screen shot 2011-07-12 at AM 12.23.52" width="75" height="65" class="alignnone size-full wp-image-1492" /></p>
<p>Go on and get your customized <a href="http://www.google.com/webmasters/+1/button/">Google +1 Button</a> now!</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2011/07/google-1-button.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Your Web Application Using Acunetix</title>
		<link>http://adorr.net/2011/06/secure-your-web-application-using-acunetix.html</link>
		<comments>http://adorr.net/2011/06/secure-your-web-application-using-acunetix.html#comments</comments>
		<pubDate>Mon, 27 Jun 2011 03:57:23 +0000</pubDate>
		<dc:creator>d0rr</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[acunetix]]></category>
		<category><![CDATA[cross-site scripting]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[intrude]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[scanning]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web security]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://adorr.net/?p=1483</guid>
		<description><![CDATA[If you are in the website/web application industry, you should most probably be familiar with (or at least heard of) the name of Acunetix. To put it simply, Acunetix is web security scanner which you can use to audit your website/web application, the Enterprise way. In Software Development Life Cycle (SDLC), you should be aware [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://adorr.net/wp-content/uploads/2011/06/acunetix-734x334.jpg" alt="" title="acunetix" width="734" height="334" class="alignnone size-medium wp-image-1484" /></p>
<p>If you are in the website/web application industry, you should most probably be familiar with (or at least heard of) the name of <a href="http://www.acunetix.com" target="_blank">Acunetix</a>.</p>
<p>To put it simply, Acunetix is web security scanner which you can use to audit your website/web application, the Enterprise way.</p>
<p>In Software Development Life Cycle (SDLC), you should be aware that there is an additional essential and crucial step in website/web application SDLC, which is Security Testing. Ranging from the common Cross-site scripting (XSS) to SQL injection, Acunetix is able to preamp you with the security loopholes and possible vulnerability before it&#8217;s too late.</p>
<p>It is kind enough that Acunetix offer <a href="http://www.acunetix.com/cross-site-scripting/scanner.htm" target="_blank">free Cross-site Scripting (XSS) scanner</a> for you to get a hold on how Acunetix is and how do we operate them.</p>
<p>If this is your first time installing and running Acunetix, you may want to refer to the official <a href="http://www.acunetix.com/vulnerability-scanner/getting-started.htm" target="_blank">getting started step-by-step manual</a>.</p>
<p>The <a href="http://www.acunetix.com/ordering/index.php" target="_blank">pricing of Acunetix</a> is relatively cheap if you consider what it does to give your clients piece of mind.</p>
<p>Do you have anything to say about Acunetix? </p>
<p>Or do you know of any other (open source) alternative solutions?</p>
<p>Please share!</p>
]]></content:encoded>
			<wfw:commentRss>http://adorr.net/2011/06/secure-your-web-application-using-acunetix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

