<?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>benwong.me</title>
	<atom:link href="http://benwong.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://benwong.me</link>
	<description>exploring the infinite abyss</description>
	<lastBuildDate>Sun, 06 May 2012 11:41:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Workaround to enable scrolling in overflowing divs in Android browsers</title>
		<link>http://benwong.me/workaround-to-enable-scrolling-in-overflowing-divs-in-android-browser/</link>
		<comments>http://benwong.me/workaround-to-enable-scrolling-in-overflowing-divs-in-android-browser/#comments</comments>
		<pubDate>Sat, 05 May 2012 07:53:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[scroll]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=681</guid>
		<description><![CDATA[The other day while working on a mobile website at work we discovered an odd issue that affects Android users. On one of the mobile website&#8217;s pages there is a modal popup that has a scrollable div. In Mobile Safari &#8230; <a href="http://benwong.me/workaround-to-enable-scrolling-in-overflowing-divs-in-android-browser/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>The other day while working on a mobile website at work we discovered an odd issue that affects Android users. On one of the mobile website&#8217;s pages there is a modal popup that has a scrollable div. In Mobile Safari you can scroll the contents of the div as expected, but it did not scroll in the Android browser.</p>

<p>After some research I discovered a Javascript workaround in a blog post by Chris Barr.</p>

<p><a href="http://chris-barr.com/index.php/entry/scrolling_a_overflowauto_element_on_a_touch_screen_device/">Scrolling a overflow:auto; element on a touch screen device</a></p>

<p>I added the Javascript to the page and it fixed the problem. In future though, I would probably avoid having scrollable divs in mobile web pages to avoid the issue. I also think they can cause some confusion when you scroll to the end of the content within the div and begin scrolling the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/workaround-to-enable-scrolling-in-overflowing-divs-in-android-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restore the Windows MBR after removing Linux</title>
		<link>http://benwong.me/how-to-restore-the-windows-mbr-after-removing-linux/</link>
		<comments>http://benwong.me/how-to-restore-the-windows-mbr-after-removing-linux/#comments</comments>
		<pubDate>Sat, 05 May 2012 07:29:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[dualboot]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mbr]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=672</guid>
		<description><![CDATA[I&#8217;ve been dual booting Windows 7 and Ubuntu Linux on my desktop PC for a while. Today I decided to delete Ubuntu to free up space for Windows as I&#8217;ll be dedicating more time to ASP.NET development. So, I downloaded &#8230; <a href="http://benwong.me/how-to-restore-the-windows-mbr-after-removing-linux/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been dual booting Windows 7 and Ubuntu Linux on my desktop PC for a while. Today I decided to delete Ubuntu to free up space for Windows as I&#8217;ll be dedicating more time to ASP.NET development.</p>

<p>So, I downloaded a free partition manager and deleted the LInux partitions from my HD and resized my Windows partition to fill the hard drive. When I restarted I was presented with an &#8220;error: unknown filesystem&#8221; or some such message and the &#8220;grub rescue&#8221; prompt. From experience I knew immediately it was MBR related. Unfortunately, I always forget what to do.</p>

<p>I did some research and eventually found the solution. Here&#8217;s how you fix the issue.</p>

<ol>
    <li>Find your Windows installation disc and insert it into your optical drive.</li>
    <li>Restart your PC and boot from the installation disc. This will start the Windows installation interface.</li>
    <li>Select the region, language and keyboard type.</li>
    <li>Click &#8220;Repair my computer&#8221;, then select your Windows installation.</li>
    <li>Select &#8220;Command prompt&#8221;.</li>
    <li>Enter the following commands at the prompt:<br />
<code>bootrec.exe /FixBoot</code><br /><code>bootrec.exe /FixMbr</code></li>
    <li>Restart.</li>
    <li>Done.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/how-to-restore-the-windows-mbr-after-removing-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Bug Workaround &#8211; Unclickable absolute positioned hyperlink over absolute positioned image</title>
		<link>http://benwong.me/ie-bug-workaround-unclickable-absolute-positioned-hyperlink/</link>
		<comments>http://benwong.me/ie-bug-workaround-unclickable-absolute-positioned-hyperlink/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 11:42:45 +0000</pubDate>
		<dc:creator>Ben Wong</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie9]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=663</guid>
		<description><![CDATA[I had to fix an IE9 bug today where an absolute positioned hyperlink over an absolute positioned image was not clickable. Here&#8217;s an example of the code in question to give you a better idea of the problem. At first &#8230; <a href="http://benwong.me/ie-bug-workaround-unclickable-absolute-positioned-hyperlink/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>I had to fix an IE9 bug today where an absolute positioned hyperlink over an absolute positioned image was not clickable. Here&#8217;s an example of the code in question to give you a better idea of the problem.
</p><pre class="crayon-plain-tag">&amp;lt;style type=&quot;text/css&quot;&amp;gt;
.the-image
{
  position: absolute;
}

.the-link
{
  position: absolute;
  width: 100px;
  height: 100px;
  left: 100px;
  top: 100px;
}
&amp;lt;/style&amp;gt;

...

&amp;lt;img class=&quot;the-image&quot; src=&quot;big-image.jpg&quot; alt=&quot;a big image&quot;&amp;gt;
&amp;lt;a class=&quot;the-link&quot; href=&quot;#&quot; onclick=&quot;someFunction();return false;&quot;&amp;gt;&amp;lt;/a&amp;gt;

...</pre><p>
At first I thought it was a z-index problem. But adding a z-index didn&#8217;t fix it.</p>

<p>I found a solution recommending the background-color of the hyperlink be set to an almost transparent colour with using RGBa. Unfortunately RGBa only works in IE9 for certain conditions and the page wasn&#8217;t going to meet those conditions without a lot of work.</p>

<p>In the end I resorted to using a transparent 1 pixel png image for background-image on the hyperlink. Not the cleanest solution, but it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/ie-bug-workaround-unclickable-absolute-positioned-hyperlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to unit test asynchronous methods in iOS using SenTestingKit</title>
		<link>http://benwong.me/how-to-unit-test-asynchronous-methods-in-ios-using-sentestingkit/</link>
		<comments>http://benwong.me/how-to-unit-test-asynchronous-methods-in-ios-using-sentestingkit/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 09:43:28 +0000</pubDate>
		<dc:creator>Ben Wong</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=618</guid>
		<description><![CDATA[I&#8217;ve found the best way of unit testing asynchronous code in iOS using SenTestingKit (OCUnit) is by using a dispatch semaphore. Here&#8217;s an example of how to use it: What&#8217;s a dispatch semaphore? I&#8217;ve added some links below with explanations. &#8230; <a href="http://benwong.me/how-to-unit-test-asynchronous-methods-in-ios-using-sentestingkit/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found the best way of unit testing asynchronous code in iOS using SenTestingKit (OCUnit) is by using a dispatch semaphore.</p>

<p>Here&#8217;s an example of how to use it:</p>

<p></p><pre class="crayon-plain-tag">dispatch_semaphore_t semaphore = dispatch_semaphore_create(0);

[anObject someAsyncMethod:someParamObject
completionHandler:^(NSObject *arbitraryObject) {
dispatch_semaphore_signal(semaphore);
// something to be performed on completion
}];

while (dispatch_semaphore_wait(semaphore, DISPATCH_TIME_NOW)) {
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:10]];
}

dispatch_release(semaphore);</pre><p></p>

<p>What&#8217;s a dispatch semaphore? I&#8217;ve added some links below with explanations.</p>

<h3>Related Links</h3>

<ul>
    <li><a href="http://stackoverflow.com/questions/4326350/how-do-i-wait-for-an-asynchronously-dispatched-block-to-finish">Stack Overflow &#8211; How do I wait for an asynchronously dispatched block to finish?</a></li>
    <li><a href="http://en.wikipedia.org/wiki/Semaphore_(programming)">Wikipedia &#8211; Semaphore (programming)</a></li>
    <li><a href="http://developer.apple.com/library/ios/documentation/General/Conceptual/ConcurrencyProgrammingGuide/OperationQueues/OperationQueues.html#//apple_ref/doc/uid/TP40008091-CH102-SW24">developer.apple.com &#8211; Using Dispatch Semaphores to Regulate the Use of Finite Resources.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/how-to-unit-test-asynchronous-methods-in-ios-using-sentestingkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expectations for the March 2012 Apple media event</title>
		<link>http://benwong.me/expectations-for-the-march-2012-apple-media-event/</link>
		<comments>http://benwong.me/expectations-for-the-march-2012-apple-media-event/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 00:49:43 +0000</pubDate>
		<dc:creator>Ben Wong</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=599</guid>
		<description><![CDATA[It&#8217;s the eve of another Apple media event. There&#8217;s lots of speculation about what will be announced. I try to ignore most of it because I know most of it is just link bait and plain ridiculous. So, I&#8217;ve decided &#8230; <a href="http://benwong.me/expectations-for-the-march-2012-apple-media-event/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the eve of another Apple media event. There&#8217;s lots of speculation about what will be announced. I try to ignore most of it because I know most of it is just link bait and plain ridiculous. So, I&#8217;ve decided to write my own list of expectations.</p>

<p>So here goes.</p>

<ul>
    <li>New iPad
<ul>
    <li>iOS 5.1</li>
    <li>retina display</li>
    <li>more powerful processor</li>
    <li>more powerful graphics processor</li>
    <li>better cameras</li>
    <li>larger storage capacities</li>
    <li>about the same battery life, but maybe a little less</li>
    <li>probably a new 4G/LTE version</li>
    <li>iPad 2 will shift to low cost model like iPhone 3GS and 4</li>
</ul>
</li>
    <li>New AppleTV
<ul>
    <li>1080p support</li>
    <li>Mac AirPlay Mirroring support</li>
    <li>maybe iCloud features</li>
</ul>
</li>
    <li>Maybe one or more new AirPort products</li>
    <li>Maybe a new TV product</li>
</ul>

<p>Anything else is a bonus.</p>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/expectations-for-the-march-2012-apple-media-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a PDF from multiple images in OS X</title>
		<link>http://benwong.me/how-to-create-a-pdf-from-multiple-images-in-os-x/</link>
		<comments>http://benwong.me/how-to-create-a-pdf-from-multiple-images-in-os-x/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 01:12:26 +0000</pubDate>
		<dc:creator>Ben Wong</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=588</guid>
		<description><![CDATA[This week I needed to create a PDF from a couple of images. I knew Preview had some PDF creation capabilities, so I tried using it to do it. Unfortunately, Export As&#8230; produced a blank PDF. Luckily I remembered Automator and discovered it &#8230; <a href="http://benwong.me/how-to-create-a-pdf-from-multiple-images-in-os-x/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>This week I needed to create a PDF from a couple of images. I knew Preview had some PDF creation capabilities, so I tried using it to do it. Unfortunately, <em>Export As&#8230;</em> produced a blank PDF. Luckily I remembered Automator and discovered it has a whole bunch of PDF related actions. One of them being <em>New PDF from Images</em>.</p>

<p>So, here&#8217;s how to do it.</p>

<ol>
    <li>Start up Automator</li>
    <li>Choose Workflow for document type</li>
    <li>Click on <em>Files &amp; Folders</em> and drag and <em>Ask for Finder Items</em> into the Workflow area</li>
    <li>Check <em>Allow Multiple Selection</em></li>
    <li>Click on <em>PDFs</em> and drag <em>New PDFs from Images</em> into the Workflow area</li>
    <li>Update the <em>Output File Name</em></li>
    <li>Modify any other settings you require</li>
    <li>Run the Workflow</li>
    <li>Select the images you want in the new PDF and click Choose</li>
</ol>

<p><a href="http://benwong.me/assets/Screen-Shot-2012-01-31-at-11.29.10-AM.png"><img class="size-medium wp-image-592" title="Automator workflow for creating new PDF from images" src="http://benwong.me/assets/Screen-Shot-2012-01-31-at-11.29.10-AM-300x246.png" alt="screenshot" width="300" height="246" /></a></p>

<p>That&#8217;s it. You should find a new PDF of the images in the output directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/how-to-create-a-pdf-from-multiple-images-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS Orientation Change Bug Workaround WordPress Plugin</title>
		<link>http://benwong.me/ios-orientation-change-bug-workaround-wordpress-plugin/</link>
		<comments>http://benwong.me/ios-orientation-change-bug-workaround-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 02:09:25 +0000</pubDate>
		<dc:creator>Ben Wong</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=568</guid>
		<description><![CDATA[Filament Group published a workaround for a bug in Safari for iOS that causes a user-zoomable page to scale beyond the width of the viewport when the device&#8217;s orientation changes from portrait to landscape. You can read about it in their &#8230; <a href="http://benwong.me/ios-orientation-change-bug-workaround-wordpress-plugin/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>Filament Group published a workaround for a bug in Safari for iOS that causes a user-zoomable page to scale beyond the width of the viewport when the device&#8217;s orientation changes from portrait to landscape. You can read about it in their blog post, <a href="http://filamentgroup.com/lab/a_fix_for_the_ios_orientationchange_zoom_bug/">A Fix for the iOS Orientationchange Zoom Bug</a>.</p>

<p>For those creating WordPress websites that need to be iOS friendly, I&#8217;ve created a plugin that implements the workaround.</p>

<p><a href="http://benwong.me/downloads/ios-orientation-change-bug-workaround.zip">iOS Orientation Change Bug Workaround WordPress Plugin</a> (3.16 KB)</p>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/ios-orientation-change-bug-workaround-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add footer text for a group in settings.bundle</title>
		<link>http://benwong.me/how-to-add-footer-text-for-a-group-in-settings-bundle/</link>
		<comments>http://benwong.me/how-to-add-footer-text-for-a-group-in-settings-bundle/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 23:23:53 +0000</pubDate>
		<dc:creator>Ben Wong</dc:creator>
				<category><![CDATA[iOS Development]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=537</guid>
		<description><![CDATA[Adding settings for your iOS app so that they appear in the Settings app is simply done by creating a settings.bundle and defining the groups and settings controls in the Root.plist in the bundle. Sometimes it&#8217;s helpful to add hints &#8230; <a href="http://benwong.me/how-to-add-footer-text-for-a-group-in-settings-bundle/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>Adding settings for your iOS app so that they appear in the Settings app is simply done by creating a settings.bundle and defining the groups and settings controls in the Root.plist in the bundle. Sometimes it&#8217;s helpful to add hints and extra information by adding footer text to groups. Unfortunately it&#8217;s not clear how to add the footer text from the interface Xcode provides for the settings.bundle Root.plist.</p>

<p>Here&#8217;s how to add footer text to a group in a settings.bundle.</p>

<ol>
<li>Expand the dictionary item for the group the footer text will be displayed under. It should reveal items with the keys <code>Title</code> and <code>Type</code>.</li>
<li>Add a new item by hovering over one of the items and clicking on the plus icon.</li>
<li>Instead of selecting one of the key options in the drop down that appears for the new item, type in &#8220;FooterText&#8221;.</li>
<li>Enter the footer text to be displayed in the value field.</li>
</ol>

<h3>Related Links</h3>

<ul>
<li><a href="http://stackoverflow.com/questions/803918/is-it-possible-to-add-info-or-help-text-to-an-iphone-settings-bundle">Stack Overflow &#8211; Is it possible to add info or help text to an iPhone settings bundle?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/how-to-add-footer-text-for-a-group-in-settings-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS 5 Tips &amp; Tricks</title>
		<link>http://benwong.me/ios5-tips-tricks/</link>
		<comments>http://benwong.me/ios5-tips-tricks/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 02:08:50 +0000</pubDate>
		<dc:creator>Ben Wong</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[iOS5]]></category>

		<guid isPermaLink="false">http://benwong.me/?p=510</guid>
		<description><![CDATA[Now that you have iOS 5 installed, you should probably learn how to make the most of it. I&#8217;m compiling a list of all the tips and tricks related to iOS 5 that I find and I&#8217;ll keep updating as &#8230; <a href="http://benwong.me/ios5-tips-tricks/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>Now that you have iOS 5 installed, you should probably learn how to make the most of it. I&#8217;m compiling a list of all the tips and tricks related to iOS 5 that I find and I&#8217;ll keep updating as I discover more.</p>

<h3>Notification Center</h3>

<p>To display Notification Center, slide your finger down from the top of the screen when on the home screen or in an app. Touching a notification will open the corresponding app. Notifications for an app can be cleared by touching the &#8220;X&#8221; at the top right of the section and then touching the &#8220;clear&#8221; that appears.</p>

<p>On the lock screen, you can unlock and open the corresponding app for a notification by sliding the app icon to the right.</p>

<p>To manage what and how notifications are displayed in Notification Center, go to Settings app &gt; Notifications. You can configure which apps use Notification Center, what order they are listed in Notification Center and how each apps display their notifications as they are added.</p>

<h3>Reminders</h3>

<p>Reminders is a brand new app for maintaining a to-do list. Items can trigger reminders based on time or location (arriving or leaving).</p>

<h3>Camera</h3>

<p>To unlock and open the camera app quickly from the lock screen, double press the home button and touch the camera icon that appears to the right of the slide lock.</p>

<p>You can now use the volume up button to take photos or start/stop video recording.</p>

<h3>Safari</h3>

<p>Safari now supports private browsing. To enable private browsing, go to Settings app &gt; Safari and turn on Private Browsing in the Privacy section.</p>

<h3>Twitter</h3>

<p>To set up your Twitter account, go to Settings app &gt; Twitter and enter your Twitter username and password or create a new account.</p>

<p>Twitter is integrated with many of the standard apps. For example, you can now share locations via Twitter in Maps and share links via Twitter in Safari.</p>

<h3>Weather</h3>

<p>The Weather app now supports Local Weather. When enabled the left most view will display the weather based on your current location.</p>

<p>Also newly added is hourly weather. Touching the top section of the view will toggle the hourly weather on and off.</p>

<h3>Keyboard Shortcuts</h3>

<p>You can now add custom keyboard shortcuts which allows you to enter a long regularly used phrase by only typing short string of characters. The example that is already created by default is &#8220;On my way!&#8221; which can be entered by typing &#8220;omw&#8221;. To manage keyboard shortcuts, go to Settings app &gt; General &gt; Keyboard and touch the Edit button.</p>

<h3>Other Resources</h3>

<ul>
<li><a href="http://thenextweb.com/apple/2011/10/12/tnw-review-a-complete-guide-to-apples-ios-5-with-icloud-an-os-14-years-in-the-making/">TNW Review: A complete guide to Apple’s iOS 5 with iCloud, an OS 14 years in the making</a></li>
<li><a href="http://howto.cnet.com/8301-11310_39-20115413-285/15-ios-5-tips-and-tricks/">cnet &#8211; 15 iOS 5 Tips and Tricks</a></li>
<li><a href="http://www.zdnet.com/blog/hardware/five-ios-5-secrets/15414">ZDNet &#8211; iOS 5 secrets</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/ios5-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excuse the Mess</title>
		<link>http://benwong.me/excuse-the-mess/</link>
		<comments>http://benwong.me/excuse-the-mess/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 01:34:22 +0000</pubDate>
		<dc:creator>Ben Wong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.benwong.me/?p=463</guid>
		<description><![CDATA[I&#8217;m making some changes. I&#8217;m ditching the pre-made WordPress theme and creating my own custom theme based on Roots. I&#8217;ll also be retiring the blog subdomain and making this the new benwong.me. There will probably be many other changes too. &#8230; <a href="http://benwong.me/excuse-the-mess/">Continued</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m making some changes. I&#8217;m ditching the pre-made WordPress theme and creating my own custom theme based on <a href="http://www.rootstheme.com/">Roots</a>. I&#8217;ll also be retiring the blog subdomain and making this the new <a href="http://benwong.me">benwong.me</a>. There will probably be many other changes too. So please excuse the mess while all this is happening.</p>
]]></content:encoded>
			<wfw:commentRss>http://benwong.me/excuse-the-mess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

