<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2697811207047527937</id><updated>2024-11-01T03:37:07.839-07:00</updated><category term="smart life"/><category term="Apple"/><category term="Microsoft"/><category term="Firefox"/><category term="Free"/><category term="HP"/><category term="Windows"/><category term="everyday&#39;s"/><category term="laptop"/><category term="music"/><category term="smart"/><category term="vista"/><category term="Acer"/><category term="Add-on"/><category term="Game"/><category term="Google"/><category term="Olympics"/><category term="Ubuntu"/><category term="Youtube"/><category term="connection"/><category term="internet"/><category term="life"/><category term="netbook"/><title type='text'>wah</title><subtitle type='html'>&gt; Smarter guide for smarter life</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-3893117572682976410</id><published>2010-02-25T20:15:00.000-08:00</published><updated>2010-02-25T22:39:10.549-08:00</updated><title type='text'>8 simple steps to setup Android Debug Bridge mode for your Android</title><content type='html'>&lt;div&gt;I&#39;ve tried to google for a simplistic guide, but the simplest and easiest I have found is&amp;nbsp;&lt;a href=&quot;http://androidcommunity.com/forums/f10/adb-fastboot-for-rookies-18124/&quot;&gt;this&lt;/a&gt;. But it&#39;s long winded and can be quite time consuming to follow. Therefore, after experimenting with his guide, I tried to paraphrase and simplify the whole process. Thought would be nice to share out. However, you should be reminded that this guide is not thoroughly tested since I&#39;ve only tried it with Windows 7 and HTC Magic, therefore, the original instruction set is still relevant.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;This tutorial works for Windows 7 (64-bit) personal computers. However, follow the instructions at your own risk.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;You must have:&amp;nbsp;&lt;/div&gt;&lt;div&gt;1. HTC Sync installed, functioning on both your PC and Android.&lt;/div&gt;&lt;div&gt;2. Windows 7 machine.&lt;/div&gt;&lt;div&gt;3. An Android phone.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
The steps:&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;1. Download the Android SDK from www.android.com&lt;/blockquote&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;2. Copy &amp;lt; tools &amp;gt; folder into C:\ drive and rename it as &amp;lt; android &amp;gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;3. Plug in your phone, right click My Computer -&amp;gt; Device Manager -&amp;gt; HTC Phone -&amp;gt; right click for Properties -&amp;gt; Details tab -&amp;gt; Compatible Ids. Confirm the following three is found:&lt;/blockquote&gt;&lt;blockquote&gt;&lt;ul&gt;&lt;li&gt;USB\Class_ff&amp;amp;SubClass_42&amp;amp;Prot_03&lt;/li&gt;
&lt;li&gt;USB\Class_ff&amp;amp;SubClass_42&lt;/li&gt;
&lt;li&gt;USB\Class_ff&lt;/li&gt;
&lt;/ul&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;4. Once confirmed, go to Driver Tab -&amp;gt; Update Driver -&amp;gt; Browse my computer for driver software -&amp;gt; Nagivate to android sdk folder your earlier downloaded -&amp;gt; usb_driver -&amp;gt; android_winusb. Select &amp;lt; Include subfolders &amp;gt;, then click Next. Click Finish.&lt;/blockquote&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;6. Your computer should prompt you for a restart. Reboot your computer and then connect back your android device (make sure it&#39;s in usb debugging mode).&lt;/blockquote&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;5. Now we need to check whether your adb interface is working. Open command prompt, then navigate to android folder you&#39;ve created in step 2 by typing &amp;lt; cd C:\android &amp;gt;. Now, type &amp;lt; adb remount &amp;gt; and press enter.&lt;/blockquote&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;6. If you see &quot;daemon started successfully&quot; or &quot;remount succeeded&quot;. You&#39;re golden!&lt;/blockquote&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;7. Now type &amp;lt; adb shell &amp;gt; and hit enter. If you see a &quot;#&quot; sign, you&#39;re golden again!&lt;/blockquote&gt;&lt;blockquote&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;blockquote&gt;8. Your phone is now Adb ready!&lt;/blockquote&gt;&lt;br /&gt;
Courtesy to&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 6px; -webkit-border-vertical-spacing: 6px; white-space: nowrap;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;i&gt;&lt;a class=&quot;bigusername&quot; href=&quot;http://androidcommunity.com/forums/members/crazythunder-2335.html&quot; style=&quot;color: #333641; text-decoration: underline;&quot;&gt;crazythunder&lt;/a&gt;.&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: verdana, geneva, lucida, &#39;lucida grande&#39;, arial, helvetica, sans-serif; font-size: 13px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 6px; -webkit-border-vertical-spacing: 6px; white-space: nowrap;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, your PC is both Adb and HTC Sync ready. To alternate between the interface setup, setting the default connection between your phone and PC:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Simply plug in your phone and go to Device Manager under Android Phone, right click Android Composite ADB Interface to choose Update Driver Software... -&amp;gt; Browse My computer for driver software -&amp;gt; Let me pick from a list of device drivers on my computer -&amp;gt; check Show compatible hardware. Now you can see two interfaces: My HTC or Android Composite ADB Interface.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Choose your preferred interface and click Next, then Close.&amp;nbsp;Restart your PC.&lt;/li&gt;
&lt;li&gt;Now you have just set your default interface!&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/3893117572682976410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/3893117572682976410' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/3893117572682976410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/3893117572682976410'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2010/02/8-simple-steps-to-setup-android-debug.html' title='8 simple steps to setup Android Debug Bridge mode for your Android'/><author><name>twyeo</name><uri>http://www.blogger.com/profile/00342476283818411535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGxae1S2BWrkeUHxPvh1d92kEqNlBu1UqfHPWmK2vlL9b9qfFKZa6XMSJsXQmcegwuA25Bx0q_6Yp6c1DifZXjnooR72-Gjf78Z8khUxA6aeSwRLdXgCSjyl0DrqBjuA/s220/IMG_0734.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-1037602308572019407</id><published>2009-01-31T21:03:00.000-08:00</published><updated>2009-01-31T21:06:40.506-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Game"/><category scheme="http://www.blogger.com/atom/ns#" term="Youtube"/><title type='text'>First? Ever Youtube Game!</title><content type='html'>If you have watched all the videos on Youtube...and don&#39;t know what to do on Youtube anymore...then you should try this!&lt;br /&gt;&lt;br /&gt;Play Game on Youtube! Locate the difference on photos...with 30 difficulty levels! Let&#39;s play Youtube!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;embed src=&quot;http://www.youtube.com/v/6Zj45rmDXWI&amp;amp;hl=en&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/1037602308572019407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/1037602308572019407' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1037602308572019407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1037602308572019407'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2009/01/first-ever-youtube-game.html' title='First? Ever Youtube Game!'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-577316276707060840</id><published>2009-01-20T19:56:00.000-08:00</published><updated>2009-01-21T11:28:23.498-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>Windows 7 beta</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;For those never heard of Windows, please go the where sunlight usually shines in...that&#39;s windows.&lt;br /&gt;&lt;br /&gt;But Windows 7 doesn&#39;t mean 7 windows, it&#39;s Microsoft&#39;s successor to Windows Vista operating system.&lt;br /&gt;&lt;br /&gt;As I&#39;m current user of Windows 7 beta so it is strongly recommended for everyone who knows to play with Windows to download the beta to test, or even use as primary operating system.&lt;br /&gt;&lt;br /&gt;Go here to download:&lt;br /&gt;&lt;a href=&quot;http://www.microsoft.com/windows/windows-7/beta-download.aspx&quot;&gt;http://www.microsoft.com/windows/windows-7/beta-download.aspx&lt;/a&gt;&lt;br /&gt;by Jan 24&lt;br /&gt;If you born after Jan 24 2009, you still can get it through various sources like torrent...&lt;br /&gt;&lt;br /&gt;Ask a window cleaner to clean up the mess if you break your windows...if you good enough not breaking it, it will break itself on August 1, so be prepared.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/577316276707060840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/577316276707060840' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/577316276707060840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/577316276707060840'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2009/01/windows-7-beta.html' title='Windows 7 beta'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-1406858682969531900</id><published>2008-09-24T21:23:00.000-07:00</published><updated>2008-09-24T21:39:33.555-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft"/><category scheme="http://www.blogger.com/atom/ns#" term="music"/><title type='text'>Zune Media Player</title><content type='html'>Tired of WindowsMediaPlayer or found nothing special on iTunes8. Then try the newly updated Zune Software. No Zune? No worry. There&#39;s much more features you can use other than sync with Zune MP3 Player!&lt;br /&gt;&lt;br /&gt;It&#39;s not the ordinary media player, it&#39;s un-ordinary. IMHO, it&#39;s much more user friendly than other media players. With clean interface and easy navigation, you can get to your collectiosn in breeze!&lt;br /&gt;&lt;br /&gt;Some of the features included Mixview and a nice Now Playing interface. Mixview enable you to discover related musics. The Now Playing mode displays photos of the artist of current playing song in a nicely designed hue. And you can get access to marketplace to preview millions of songs, or if you have a zune pass for $15/month = unlimited download of songs!&lt;br /&gt;&lt;br /&gt;Let the photos do the talking...&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvEonR7lDIA5eJ5IxXdK7EcF4q12psO9lC8tZD8TccS5gE_qSZoQcKy0ozhFmmrxfi1pEgPLWD6OPA9uZMIvUcjncplMs3NMeicgucG2334RcEHsFqFscE22Qi7mV280r_CnSLT9aU9O8/s1600-h/zune1.jpeg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvEonR7lDIA5eJ5IxXdK7EcF4q12psO9lC8tZD8TccS5gE_qSZoQcKy0ozhFmmrxfi1pEgPLWD6OPA9uZMIvUcjncplMs3NMeicgucG2334RcEHsFqFscE22Qi7mV280r_CnSLT9aU9O8/s400/zune1.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5249812326206969042&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Collection page&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijmmPW6jrvXUuw3QtWnJTSi6D9S6mAlAJqiR2ALeuvJU4sKhw8uiwfKyuykHpNo3e9A12Ty0t4pTtLiGuDIzWzEbdsS6xRyhdZBUtoAhJl9vQGU8p9Wota-y-IxR5h_XjZkHNvrPHO8SE/s1600-h/zune2.jpeg.jpeg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijmmPW6jrvXUuw3QtWnJTSi6D9S6mAlAJqiR2ALeuvJU4sKhw8uiwfKyuykHpNo3e9A12Ty0t4pTtLiGuDIzWzEbdsS6xRyhdZBUtoAhJl9vQGU8p9Wota-y-IxR5h_XjZkHNvrPHO8SE/s400/zune2.jpeg.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5249812322080945026&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Mixview&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVaIc0TvlhBmfS8sqrgKnz-ma4eRGVam-UAZSgpQiMa3akSag8W90jDnWKzLjUpXDGV8DQKkd3nul1xxZjIVq-Njkyu_YUR1jTUIVD8B414yP3Xw7psGGQuKvwvT_0sWoAO776wVZmPrE/s1600-h/zune3.jpeg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVaIc0TvlhBmfS8sqrgKnz-ma4eRGVam-UAZSgpQiMa3akSag8W90jDnWKzLjUpXDGV8DQKkd3nul1xxZjIVq-Njkyu_YUR1jTUIVD8B414yP3Xw7psGGQuKvwvT_0sWoAO776wVZmPrE/s400/zune3.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5249812328080475618&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Access artist biography and more&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPahuoVa7wX7L5mN4bs62crzGH05pSovwXE0Qt1atMFq0w3-26a9AU7fWy7odIAXrQN0b0AA6EgZYcAbMWtT0pSikZcpGOJymWlYOU8pAtoNXwf1EdOOxym5lH7jYam5aOX2XB-st52ss/s1600-h/zune4.jpeg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPahuoVa7wX7L5mN4bs62crzGH05pSovwXE0Qt1atMFq0w3-26a9AU7fWy7odIAXrQN0b0AA6EgZYcAbMWtT0pSikZcpGOJymWlYOU8pAtoNXwf1EdOOxym5lH7jYam5aOX2XB-st52ss/s400/zune4.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5249812328378517602&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Now Playing&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3i2-HLA3ZD_GZbHyEZ9qufvbZ2-mFcIi4K3MEf0yNklhZ4YieS_qDxwINSYN_R84A67hSbpdg6jT2VDvUCtcRA4E3_21gwo1h05abomkcrwMmF3dPpHecsJhCys7HWDBugwTLA2uVQog/s1600-h/zune5.jpeg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3i2-HLA3ZD_GZbHyEZ9qufvbZ2-mFcIi4K3MEf0yNklhZ4YieS_qDxwINSYN_R84A67hSbpdg6jT2VDvUCtcRA4E3_21gwo1h05abomkcrwMmF3dPpHecsJhCys7HWDBugwTLA2uVQog/s400/zune5.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5249812332796550786&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Now Playing: when artist background not available&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs0aBv2i7XyhdiwM1yIOi9nFAfY1-r7jkPJQm-HwbS3XcK21P_KTOrhlo9eEBm5eLJIryRNO-YMJCNvueeBGPHnu_mvxv9Cn9pQfajt5eHy2ejFjFEYy7YsWO-6tAcsG4rpWWe0505J38/s1600-h/zune6.jpeg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs0aBv2i7XyhdiwM1yIOi9nFAfY1-r7jkPJQm-HwbS3XcK21P_KTOrhlo9eEBm5eLJIryRNO-YMJCNvueeBGPHnu_mvxv9Cn9pQfajt5eHy2ejFjFEYy7YsWO-6tAcsG4rpWWe0505J38/s400/zune6.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5249812472252286338&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Discover and preview music in marketplace&lt;br /&gt;&lt;br /&gt;And more to discover! Best stuff from Microsoft!&lt;br /&gt;&lt;a href=&quot;http://www.zune.net/en-us/products/zunesoftware/download.htm&quot;&gt;Here to get it.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/1406858682969531900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/1406858682969531900' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1406858682969531900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1406858682969531900'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/09/zune-media-player.html' title='Zune Media Player'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvEonR7lDIA5eJ5IxXdK7EcF4q12psO9lC8tZD8TccS5gE_qSZoQcKy0ozhFmmrxfi1pEgPLWD6OPA9uZMIvUcjncplMs3NMeicgucG2334RcEHsFqFscE22Qi7mV280r_CnSLT9aU9O8/s72-c/zune1.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-5682159540007345564</id><published>2008-09-03T07:13:00.000-07:00</published><updated>2008-09-03T07:51:50.372-07:00</updated><title type='text'>Google Chrome Is HERE!</title><content type='html'>&lt;a href=&quot;http://www.google.com/chrome&quot;&gt;http://www.google.com/chrome&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Mr. Google, whose motto is &quot;Do no evil&quot; is acting pretty competitive. He&#39;s already the king of Search Engines, and he&#39;s involved in email services, word-processing softwares, maps/navigation, virtual world, and just two days ago, he released a beta version of web browser called Chrome, seeking to get a fair share (presumably) from the dominating Internet Explorer 7 and Firefox 3.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;What&#39;s special about Chrome?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;It&#39;s simple in design.&lt;/div&gt;&lt;div&gt;It has simple userface.&lt;/div&gt;&lt;div&gt;It imports both IE7 and Firefox 3 bookmarks and setting.&lt;/div&gt;&lt;div&gt;Another special thing is, it&#39;s light! Its size is tinier than Firefox 3 and Internet Explorer!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/5682159540007345564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/5682159540007345564' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5682159540007345564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5682159540007345564'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/09/google-chrome-is-here.html' title='Google Chrome Is HERE!'/><author><name>twyeo</name><uri>http://www.blogger.com/profile/00342476283818411535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGxae1S2BWrkeUHxPvh1d92kEqNlBu1UqfHPWmK2vlL9b9qfFKZa6XMSJsXQmcegwuA25Bx0q_6Yp6c1DifZXjnooR72-Gjf78Z8khUxA6aeSwRLdXgCSjyl0DrqBjuA/s220/IMG_0734.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-2201497235613534457</id><published>2008-09-01T14:27:00.000-07:00</published><updated>2008-09-01T14:40:30.390-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="music"/><category scheme="http://www.blogger.com/atom/ns#" term="smart life"/><title type='text'>Download High Quality Music Free and Legal</title><content type='html'>Before you get excited, this is only for those who have a &quot;yourname@yourschool.edu&quot; email account.&lt;br /&gt;&lt;br /&gt;Introducing Ruckus, free music and video download site that offer free music and video for students.&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.ruckus.com/&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbzHkgXKgXZ3JM8Cue7EkX_M6TUk1-RE1f_pc9U7UZ_PuO05KF5D4EvLFE4xo1xmFZ2nMU1eGnqbdEVqIcKmye3F1UDn-VH2Gyes_RosD_Mm4j3_xk9ITxu5Kmza9b7uVRF21KVZ73JJ0/s400/aa.jpeg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5241170400779076274&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;After signed up, enjoy your legal downloads! Millions of music and videos, not just those unheard ones, but all that you can think of!</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/2201497235613534457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/2201497235613534457' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/2201497235613534457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/2201497235613534457'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/09/download-high-quality-music-free-and.html' title='Download High Quality Music Free and Legal'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbzHkgXKgXZ3JM8Cue7EkX_M6TUk1-RE1f_pc9U7UZ_PuO05KF5D4EvLFE4xo1xmFZ2nMU1eGnqbdEVqIcKmye3F1UDn-VH2Gyes_RosD_Mm4j3_xk9ITxu5Kmza9b7uVRF21KVZ73JJ0/s72-c/aa.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-5681508554666105920</id><published>2008-07-11T08:52:00.000-07:00</published><updated>2008-07-11T09:19:50.982-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Free"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Ubuntu is NOT FREE anymore!</title><content type='html'>Here&#39;s the latest news! Ubuntu Linux costs you a $20 USD!&lt;br /&gt;Oh not exactly 20, only 19.99....&lt;br /&gt;&lt;br /&gt;Wait a minute...$19.99 USD!!!&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz21FSmFB1CQ60-X_l-oEwWEcNEA4c_HCWG5Xp-QavqESdkOlfAa8wUMiwaQX-46HJ2bdqDmIMsytXXNT-JAZdyUS-H9tTT4bxdYJQUxDLhyxZP9-JjMH4UW4vHrJCyw0-utZ7cNRCGHs/s1600-h/ubuntu+best+buy.png&quot; rel=&quot;lightbox&quot; title=&quot;$20!&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz21FSmFB1CQ60-X_l-oEwWEcNEA4c_HCWG5Xp-QavqESdkOlfAa8wUMiwaQX-46HJ2bdqDmIMsytXXNT-JAZdyUS-H9tTT4bxdYJQUxDLhyxZP9-JjMH4UW4vHrJCyw0-utZ7cNRCGHs/s400/ubuntu+best+buy.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5221787300221429762&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;That&#39;s what Best Buy offers. The reason you have to pay for extra $19.99 + tax + shipping fee is you get a 60 days support service.&lt;br /&gt;&lt;br /&gt;You can get 1 or more Ubuntu Linux disc at absolutely no cost [&lt;a href=&quot;https://shipit.ubuntu.com/&quot;&gt;here&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;But if you prefer a support service that you can call them to ask how to insert the disc into your computer, you can spend your $20 [&lt;a href=&quot;http://www.bestbuy.com/site/olspage.jsp?skuId=8888563&amp;amp;type=product&amp;amp;tab=1&amp;amp;id=1211587312374#productdetail&quot;&gt;here&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.bestbuy.com/site/olspage.jsp?skuId=8888563&amp;amp;type=product&amp;amp;tab=1&amp;amp;id=1211587312374#productdetail&quot;&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/5681508554666105920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/5681508554666105920' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5681508554666105920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5681508554666105920'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/07/ubuntu-is-not-free-anymore.html' title='Ubuntu is NOT FREE anymore!'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz21FSmFB1CQ60-X_l-oEwWEcNEA4c_HCWG5Xp-QavqESdkOlfAa8wUMiwaQX-46HJ2bdqDmIMsytXXNT-JAZdyUS-H9tTT4bxdYJQUxDLhyxZP9-JjMH4UW4vHrJCyw0-utZ7cNRCGHs/s72-c/ubuntu+best+buy.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-1628219892150559091</id><published>2008-07-04T11:05:00.000-07:00</published><updated>2008-07-11T09:20:20.260-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Free"/><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft"/><category scheme="http://www.blogger.com/atom/ns#" term="Olympics"/><category scheme="http://www.blogger.com/atom/ns#" term="vista"/><title type='text'>Watch Beijing 2008 Olympics Free!</title><content type='html'>In another 34 days, Beijing 2008 Olympics will be revealed!&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;If you are an Olympics fan but you don&#39;t have any TV provider that broadcast live Olympics events; or you don&#39;t have a TV; or your TV is just broken, here&#39;s the alternative: watch it on the go in your PC or laptop. Terms &amp;amp; Conditions: you are using Windows Vista with Media Center.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://tvtonic.com/olympics/&quot;&gt;TVTonic&lt;/a&gt; is partnering with &lt;a href=&quot;http://www.nbcolympics.com/&quot;&gt;NBC Olympics&lt;/a&gt; to provide FREE Olympics service which user can use the Media Center to access contents of NBC Olympics coverage of the games. Best of all, user can choose their favorite sports events and only the preferred videos will be downloaded to Media Center.&lt;br /&gt;&lt;br /&gt;So you can enjoy your favorite events at anytime.&lt;br /&gt;&lt;br /&gt;Go Olympics!&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRcIryf9oLE5lti4upk8RJlbfZyX2wIlQwjpM5q-vFQUmr0_Aj-J39rEclOqWaoE5vTv82ZEPnPObph9EP5f-KYyrkVQ556pae9hsXLlwYB6ioUgbwZCU68pLNs8IStPz4o81u6eBv0II/s1600-h/200px-Olympic_flag.svg.png&quot; rel=&quot;lightbox&quot; title=&quot;Olympics&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 100px; height: 43px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRcIryf9oLE5lti4upk8RJlbfZyX2wIlQwjpM5q-vFQUmr0_Aj-J39rEclOqWaoE5vTv82ZEPnPObph9EP5f-KYyrkVQ556pae9hsXLlwYB6ioUgbwZCU68pLNs8IStPz4o81u6eBv0II/s200/200px-Olympic_flag.svg.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5219227289129055554&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and go upgrade to Vista...&lt;br /&gt;&lt;br /&gt;Wah!&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/1628219892150559091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/1628219892150559091' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1628219892150559091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1628219892150559091'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/07/watch-beijing-2008-olympics-free.html' title='Watch Beijing 2008 Olympics Free!'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRcIryf9oLE5lti4upk8RJlbfZyX2wIlQwjpM5q-vFQUmr0_Aj-J39rEclOqWaoE5vTv82ZEPnPObph9EP5f-KYyrkVQ556pae9hsXLlwYB6ioUgbwZCU68pLNs8IStPz4o81u6eBv0II/s72-c/200px-Olympic_flag.svg.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-7934750138783008800</id><published>2008-07-01T08:00:00.000-07:00</published><updated>2008-07-01T10:04:37.245-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="connection"/><category scheme="http://www.blogger.com/atom/ns#" term="everyday&#39;s"/><category scheme="http://www.blogger.com/atom/ns#" term="internet"/><category scheme="http://www.blogger.com/atom/ns#" term="smart life"/><category scheme="http://www.blogger.com/atom/ns#" term="vista"/><title type='text'>Steal The LAN</title><content type='html'>Today, I&#39;m gonna teach you how to hack into LAN network restricted to certain Mac Address. About two years ago, I stayed in the hostel, where abundance of very nice Indonesians had several private server set-up, initially made available to the hall residence, and recently was made available to public. After moving to off-campus apartment, I still missed the good old days of fast download and getting what you want at transfer rate of 1.5MBytes per second. So, I decided to spoof into the network, as connection over Ethernet is plainly slower than Local Area Network.&lt;br /&gt;&lt;br /&gt;Let me explain how this works briefly. LAN network controlled by Mac Address works by storing authorised Mac Address onto a particular server/network controller/router. Due to individual architecture difference of these types of interfaces, I would not want to go into trouble by explaining steps for each of these interfaces. The logic is simple. Firstly, deceive yourself as an authorised Mac Address. Then using that to obtain a Mac Address list of currently active authorised individual computers. From then on, you can trick the controller interface into believing you&#39;re the genuine authorised Mac Address. One limitation of this type of hacking is that, it only works on cabled connected LAN. I shall post a guide on how to hack into WLAN soon.&lt;br /&gt;&lt;br /&gt;Note: This guide is customised for Vista users.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 1&lt;/span&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;:  &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Open your notepad and type the following text:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;arp -a &gt;c:\Users\%USERNAME%\Desktop\macaddress.&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;Afterward, at menu bar click &quot;File&quot; and &quot;Save As&quot;. For file name, type it as:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;MacAdd.cmd&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;For Save as type, select All Files. Just like the following:&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/_j3VR4a3DMR4/SGpSRZazlbI/AAAAAAAAACo/tOX1a3ZgF4M/s1600-h/Untitled.jpg&quot; rel=&quot;lightbox&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://1.bp.blogspot.com/_j3VR4a3DMR4/SGpSRZazlbI/AAAAAAAAACo/tOX1a3ZgF4M/s400/Untitled.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5218073577096713650&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Click to enlarge&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;You&#39;re done.&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;For complete lost reader, you can skip all the steps above and download the file &lt;/span&gt;&lt;a style=&quot;font-style: italic;&quot; href=&quot;http://rapidshare.com/files/126337564/macaddress.cmd.html&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 2: &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now, connect to LAN using cable, and for Windows Vista users, when prompted, identify the network as Private. After which, your connection status should show no internet connectivity. Double click of the file you&#39;ve just recreated. You should notice a text file named &quot;macaddress&quot; on your desktop. Open the file and look for physical addresses labeled dynamic under &#39;Type&#39; column. Usually, you&#39;d have more than one dynamic physical address (also called Mac Address). Jot down the addresses and before proceed to Step 3, save the current text file with another file name. This is because, we&#39;re going to use back the information here later on.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 3:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Get a copy of the software called Mac MakeUp &lt;a href=&quot;http://www.gorlani.com/publicprj/macmakeup/macmakeup.asp&quot;&gt;here&lt;/a&gt;. It&#39;s a convenient software working with portability. You don&#39;t need to install it, it doesn&#39;t leave trace in your Windows registry, which means it should not be harming your computer. You should also note that Mac MakeUp does not change your original mac address, it merely add a mask to it, when you remove the mask, your mac address is still there. Just double click to activate it. Select the correct network adapter, do not mess up with WLAN controller.&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/_j3VR4a3DMR4/SGpX62qyDhI/AAAAAAAAACw/QDhdtUUNKPc/s1600-h/Untitled1.jpg&quot; rel=&quot;lightbox&quot; title=&quot;Select the correct Network Adapter&quot;&gt;&lt;img style=&quot;&quot; auto=&quot;&quot; src=&quot;http://2.bp.blogspot.com/_j3VR4a3DMR4/SGpX62qyDhI/AAAAAAAAACw/QDhdtUUNKPc/s400/Untitled1.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5218079786881125906&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Now, replace the addresses jotted down from Step 2 onto the New address. Then click &quot;Change&quot; and &quot;Cycle interface now&quot;. If your connection status shows Limited Connectivity, please manually refresh your adapter, by disabling and re-enabling it. To do so, click on your connection status at system tray icon, then Network and Sharing Center, Manage network connections and right click on respective controller to disable and re-enabling.&lt;br /&gt;&lt;br /&gt;When you&#39;re connected to LAN via the address from Step 2, double click on file created from Step 1 again to get a list of currently active authorised addresses.&lt;br /&gt;&lt;br /&gt;Delete any addresses coincide with addresses you get from the file created in Step 2, then save the text file with another name, says &quot;macaddress1&quot;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 4:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can now choose any address from the filtered list. To get best connectivity, ie: stable and reliable, you should pick the addresses not in use. To pick these addresses, you can repeat Step 2, and then compare the output file with previously saved text file.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 5:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There is no step 5, except to enjoy your connection! :))))&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is not very elegant way of getting free connection, but it works. One of the investment style in this world, is picking stocks which are undervalued. Buy it, and resell it when market realises the potential. Warren Buffet called it a cigar butt approach of investing. You walk down the street and you look around for a cigar putt someplace, finally you see one and it is soggy and kind of repulsive, but there is one puff left in it. So, you pick it up and the puff is free. You get one free puff on it and then you throw it away and try looking for another one. It&#39;s not elegant, but it works. It&#39;s a low yield investment. So, to enjoy on-going connection, you should subscribe to internet service provider in your area. Enjoy! Wah!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Disclaimer: This is purely educational and the writer does not provide any assistance for individual user.&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/7934750138783008800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/7934750138783008800' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/7934750138783008800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/7934750138783008800'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/07/today-im-gonna-teach-you-how-to-hack.html' title='Steal The LAN'/><author><name>twyeo</name><uri>http://www.blogger.com/profile/00342476283818411535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGxae1S2BWrkeUHxPvh1d92kEqNlBu1UqfHPWmK2vlL9b9qfFKZa6XMSJsXQmcegwuA25Bx0q_6Yp6c1DifZXjnooR72-Gjf78Z8khUxA6aeSwRLdXgCSjyl0DrqBjuA/s220/IMG_0734.JPG'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_j3VR4a3DMR4/SGpSRZazlbI/AAAAAAAAACo/tOX1a3ZgF4M/s72-c/Untitled.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-5653824028391305505</id><published>2008-06-29T20:10:00.000-07:00</published><updated>2008-06-29T23:13:42.885-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="everyday&#39;s"/><category scheme="http://www.blogger.com/atom/ns#" term="smart"/><category scheme="http://www.blogger.com/atom/ns#" term="smart life"/><title type='text'>Everyday&#39;s Intelligence</title><content type='html'>&lt;span style=&quot;FONT-STYLE: italic&quot;&gt;Credits to &lt;/span&gt;&lt;i&gt;Lisa Katayama&lt;/i&gt;&lt;span style=&quot;FONT-STYLE: italic&quot;&gt; on her book named &lt;/span&gt;&lt;a style=&quot;FONT-STYLE: italic&quot; href=&quot;http://www.amazon.com/exec/obidos/ASIN/0811862151/ref=nosim/gizmodo-20&quot;&gt;&lt;em&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt;&lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0811862151/ref=nosim/gizmodo-20&quot;&gt;Urawaza: Secret Everyday Tips and Tricks from Japan&lt;/a&gt;&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;The Japanese are amazingly innovative and creative in the earlier days. Japan is after all, only a 377,873 km² country, with a size slightly smaller than California. Everything should not be wasted. Over the years, Japanese develop their infamous culture of saving money and space. Such are the ones we should learn from. Here are a few of such example from Lisa Katayama.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;COLOR: rgb(51,0,153); FONT-STYLE: italic&quot;&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style=&quot;COLOR: rgb(51,0,153); FONT-STYLE: italic&quot;&gt;1. How to make a baby stop crying&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;Dilemma&lt;/span&gt;: Sure, the baby&#39;s cute. But why won&#39;t he stop crying?&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Solution&lt;/span&gt;: The secret to stop a crying baby lies in making the sound you produce during the mouthfeel stage of wine tasting.&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Why this works&lt;/span&gt;: When babies are still in the womb, the noises they can hear are limited to those in the 6000-8000mHz range. The sound you make when you slosh the liquid behind your lips during wine tasting takes place at about 7000mHz, reminding the baby of a time when the world around was peaceful and the whirs and stirs inside Mommy&#39;s tummy soothed him back to a sleepy state.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;COLOR: rgb(51,0,153); FONT-STYLE: italic&quot;&gt;2. How to get rid of surface splinters&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;Dilemma&lt;/span&gt;: You have dozens of little splinters in your hands and arms from helping your little brother with his secret wooden fort. Isn&#39;t there a way to get rid of them without having to pluck each and every one out with tweezers?&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Solution&lt;/span&gt;: Dip your finger in a tub of liquid glue and smear it all over the problem area. Once it dries, peel it off, just the way you used to when you were a bored little kid in arts-and-crafts class. The splinters will come right out along with the peeling glue!&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Why this works&lt;/span&gt;: Surface splinters are hard to get out not because they&#39;re deeply embedded but because they&#39;re tiny and hard to grasp even with the daintiest of fingers. The sticky glue serves a function similar to a lint roller when the glue is applied evenly across the splintery surface of your skin. Plus, it&#39;s super fun to peel glue off your hands.&lt;br /&gt;&lt;span style=&quot;COLOR: rgb(51,0,153); FONT-STYLE: italic&quot;&gt;&lt;br /&gt;3. How to clean up spilled egg yolk&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;Dilemma&lt;/span&gt;: The egg was supposed to crack in the pan—not on the floor. Now there&#39;s gook all over the linoleum.&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Solution&lt;/span&gt;: Sprinkle some table salt on the spilled egg and wait ten minutes for it to soak in, then sweep the egg yolk right off the floor with a broom.&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Why this works&lt;/span&gt;: The salt dissolves the lipoproteins in the egg yolk, which changes its texture from gooey to nongooey, making it easier to clean. (Bonus: Brian Lam of Gizmodo shows us how.)&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;COLOR: rgb(51,0,153); FONT-STYLE: italic&quot;&gt;4. How to make the grass green again&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;Dilemma&lt;/span&gt;: You got a new puppy, and now your once beautifully green lawn has bare brown patches all over it from dog pee.&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Solution&lt;/span&gt;: Pour some beer on the problem areas, making sure the foam&#39;s covering all the naked spots. The grass will be greener in no time.&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Why this works&lt;/span&gt;: Beer has fermented sugars in it, which can act as natural fertilizer. The dying grass will feed on these sugars, detrimental fungi will die, and your lawn will start looking normal again.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;COLOR: rgb(51,0,153); FONT-STYLE: italic&quot;&gt;5. How to swim backward&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;Dilemma&lt;/span&gt;: Your breaststroke is weak, your dives all end up as belly flops, and you can&#39;t even do half a somersault without getting water up your nose. You need some kind of skill that will set you apart from the rest of the pool party this summer—but what?&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Solution&lt;/span&gt;: Learn how to swim backward! When you flex your feet instead of pointing them while holding onto a kick board, your body will chug through the water in reverse gear.&lt;br /&gt;&lt;span style=&quot;FONT-WEIGHT: bold&quot;&gt;&lt;br /&gt;Why this works&lt;/span&gt;: The direction you advance in the water depends on which way you&#39;re kicking. When you kick away from your body—which is essentially what you appear to be doing when you flex your feet—you reverse the body&#39;s inclination to go forward. It takes a little bit of practice, but once you perfect it, the whole party will be wide-eyed with wonder at your newfound skill. Images by Joel Holland for Chronicle Books.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;For more, please visit &lt;a href=&quot;http://www.tokyomango.com/tokyo_mango/urawaza/index.html&quot;&gt;http://www.tokyomango.com/tokyo_mango/urawaza/index.html&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/5653824028391305505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/5653824028391305505' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5653824028391305505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5653824028391305505'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/everydays-inteligence.html' title='Everyday&#39;s Intelligence'/><author><name>twyeo</name><uri>http://www.blogger.com/profile/00342476283818411535</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGxae1S2BWrkeUHxPvh1d92kEqNlBu1UqfHPWmK2vlL9b9qfFKZa6XMSJsXQmcegwuA25Bx0q_6Yp6c1DifZXjnooR72-Gjf78Z8khUxA6aeSwRLdXgCSjyl0DrqBjuA/s220/IMG_0734.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-6822969508736223847</id><published>2008-06-27T22:27:00.000-07:00</published><updated>2008-06-27T22:35:02.132-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft"/><category scheme="http://www.blogger.com/atom/ns#" term="smart life"/><title type='text'>Good Bye Bill Gates</title><content type='html'>Bill Gates is leaving (finally) Microsoft and it&#39;s a big day Engadget named June 27 the Bill Day!&lt;br /&gt;&lt;br /&gt;So what&#39;s so great about the day?&lt;br /&gt;&lt;br /&gt;It&#39;s so great Engadget is giving away free Microsoft related products!&lt;br /&gt;&lt;br /&gt;Just post a comment and you stand the chance to win &lt;a href=&quot;http://www.engadget.com/2008/06/27/the-bill-day-giveaway-part-1-toshiba-gigabeat-t400/&quot;&gt;Toshiba Gigabeat T400&lt;/a&gt;, &lt;a href=&quot;http://www.engadget.com/2008/06/27/the-bill-day-giveaway-part-3-zune-80gb-black/&quot;&gt;Microsoft Zune&lt;/a&gt;, &lt;a href=&quot;http://www.engadget.com/2008/06/27/the-bill-day-giveaway-part-2-office-ultimate-2007/&quot;&gt;Office Ultimate 2007&lt;/a&gt; and &lt;a href=&quot;http://www.engadget.com/2008/06/27/the-bill-day-giveaway-part-4-windows-vista-ultimate/&quot;&gt;Microsoft Vista Ultimate&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;My advice: please don&#39;t post a comment as you will reduce my chance to win. Thanks&lt;br /&gt;&lt;br /&gt;and you can&#39;t take them home if you weren&#39;t in USA...</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/6822969508736223847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/6822969508736223847' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/6822969508736223847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/6822969508736223847'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/good-bye-bill-gates.html' title='Good Bye Bill Gates'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-2770131589045082324</id><published>2008-06-16T14:31:00.000-07:00</published><updated>2008-06-27T22:26:26.473-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Firefox"/><title type='text'>How to set a Guinness World Record</title><content type='html'>Set a world record? You think that&#39;s impossible for you? No!&lt;br /&gt;&lt;br /&gt;For once in a life time chance you can set a Guinness World Record!&lt;br /&gt;&lt;br /&gt;Just go download the best browser: Mozilla Firefox 3 on June 17, 2008 and your name will be crafted in the record! They are going to get most download on a single day!&lt;br /&gt;&lt;br /&gt;err..not your name will be recorded, but your IP address :)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.spreadfirefox.com/node&amp;amp;id=0&amp;amp;t=272&quot;&gt;&lt;img alt=&quot;Download Day - English&quot; title=&quot;Download Day - English&quot; src=&quot;http://www.spreadfirefox.com/files/images/affiliates_banners/468x60_ddayb_en.png&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/2770131589045082324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/2770131589045082324' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/2770131589045082324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/2770131589045082324'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/how-to-set-guinness-world-record.html' title='How to set a Guinness World Record'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-5288579292690587532</id><published>2008-06-15T19:49:00.000-07:00</published><updated>2008-06-29T19:09:09.315-07:00</updated><title type='text'>Happy Father&#39;s Day</title><content type='html'>Today is Father&#39;s day. Not everyone is happy though. Some fathers may not as happy as other fathers.&lt;br /&gt;&lt;br /&gt;So be wise, don&#39;t be a sad father on a supposedly happy day...just use Durex&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://lh4.ggpht.com/fongforward/SFXVQbzNywI/AAAAAAAAAfY/swx7abNZYBo/durex_fathersday.jpeg?imgmax=512&quot; rel=&quot;lightbox&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;http://4.bp.blogspot.com/_j3VR4a3DMR4/SGXaEsumBdI/AAAAAAAAABQ/eO6sDJ0Oar8/s400/Durex.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5216815517639509458&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/5288579292690587532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/5288579292690587532' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5288579292690587532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5288579292690587532'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/happy-fathers-day.html' title='Happy Father&#39;s Day'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_j3VR4a3DMR4/SGXaEsumBdI/AAAAAAAAABQ/eO6sDJ0Oar8/s72-c/Durex.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-9048962677835134983</id><published>2008-06-12T21:21:00.000-07:00</published><updated>2008-06-28T21:29:32.827-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><title type='text'>Dispose your iPhone</title><content type='html'>With the availability of iPhone 3G on July 11th, what are you going to do with your outdated 1st generation iPhone?&lt;br /&gt;&lt;br /&gt;People are selling iPhone on ebay and thousands of iPhone out there waiting for sale...you just couldn&#39;t sell it!&lt;br /&gt;&lt;br /&gt;So why not try this method!&lt;br /&gt;&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;409&#39; height=&#39;303&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dxEJXl4OFDSRC7w0vs0VlrJAz9W8pfgZ5-WxJLheEmI16ktWGxdmoQlPAsqeqDPJMWa8VLURLElNDYvY5HMAw&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;Will it blend? Yes it blended...&lt;br /&gt;&lt;br /&gt;Now you can go queue at Apple Store for your next iPhone...</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=b7eecf8ff9b73d61&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/9048962677835134983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/9048962677835134983' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/9048962677835134983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/9048962677835134983'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/dispose-your-iphone.html' title='Dispose your iPhone'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-5611824845236634516</id><published>2008-06-08T12:32:00.000-07:00</published><updated>2008-06-08T12:52:30.885-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><title type='text'>How to make yourself viewable to world through Google!</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;Everyone loves Google!&lt;br /&gt;&lt;br /&gt;Because Google knows you better than anyone else in the world! really believe me! Google knows whether you are surfing porn sites. And just in case you have memory loss and don&#39;t know who you are, you can ask Google to give you all the data they collected and you might rediscovered yourself. &lt;span style=&quot;font-style: italic;&quot;&gt;terms &amp;amp; Conditions: you use Google Search, Youtube, Picasa, Gmail, reading my blogspot, Orkut, Google Reader or the useless Google Web Accelerator...&lt;/span&gt;etc etc...&lt;br /&gt;&lt;br /&gt;So into our topic, how to make yourself viewable to the world?&lt;br /&gt;&lt;br /&gt;It&#39;s through Google Map!&lt;br /&gt;After they introduce street view function, many photographs of the places are inserted to the Google Map...&lt;br /&gt;&lt;br /&gt;So next time when you see a Google Van like this&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirYYicPucB62xG5To7kCngzXTmjRzIlEa8aodbNOt2Ir_I3qWpb1hn1IvjDBCYwSloZ19gNEYC2I2vZIknmG2U860lyKG9uIH4D9a2y8fePW-_KQ8XOGhywqQGECe2EClSoxVVorCMFTM/s1600-h/IMG_4312.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirYYicPucB62xG5To7kCngzXTmjRzIlEa8aodbNOt2Ir_I3qWpb1hn1IvjDBCYwSloZ19gNEYC2I2vZIknmG2U860lyKG9uIH4D9a2y8fePW-_KQ8XOGhywqQGECe2EClSoxVVorCMFTM/s320/IMG_4312.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5209599470974400834&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJUpy3kDRrR8en1MPDeuRWd3L0jkI9lOotwLoXqvcOTwZJ3J1L_y9rLxb9GiuLx-puKuYhdWgxbB61QBesXmHxSIIdwkK9ID_K6SMxUEBItDkcIvTdpE_BiL8MKhJvLt5wKwGGdufaHGE/s1600-h/IMG_4310.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJUpy3kDRrR8en1MPDeuRWd3L0jkI9lOotwLoXqvcOTwZJ3J1L_y9rLxb9GiuLx-puKuYhdWgxbB61QBesXmHxSIIdwkK9ID_K6SMxUEBItDkcIvTdpE_BiL8MKhJvLt5wKwGGdufaHGE/s320/IMG_4310.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5209599578067485778&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Please don&#39;t hesitate to pose for photos...and you will appear in Google Map!&lt;br /&gt;&lt;br /&gt;Just don&#39;t be like the lady below: hiding in the boot while the Google Van passed by...&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKpmnZowgT1sdw4BwgZAAw56YRx1K0kXnGwGEMKrAegwXzasrvCgQUTW6S2pzzJR0OElEBthVyUBGZgv0r_UcnSPT6ZlkPnh3sUdFaNRKLxyI5VP__llnSa_vLygHc4LGcvktkfzrDpc4/s1600-h/google-street-view1.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKpmnZowgT1sdw4BwgZAAw56YRx1K0kXnGwGEMKrAegwXzasrvCgQUTW6S2pzzJR0OElEBthVyUBGZgv0r_UcnSPT6ZlkPnh3sUdFaNRKLxyI5VP__llnSa_vLygHc4LGcvktkfzrDpc4/s400/google-street-view1.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5209600823083464034&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/5611824845236634516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/5611824845236634516' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5611824845236634516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/5611824845236634516'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/how-to-make-yourself-viewable-to-world.html' title='How to make yourself viewable to world through Google!'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirYYicPucB62xG5To7kCngzXTmjRzIlEa8aodbNOt2Ir_I3qWpb1hn1IvjDBCYwSloZ19gNEYC2I2vZIknmG2U860lyKG9uIH4D9a2y8fePW-_KQ8XOGhywqQGECe2EClSoxVVorCMFTM/s72-c/IMG_4312.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-1780223695862429836</id><published>2008-06-05T15:14:00.000-07:00</published><updated>2008-06-05T15:39:57.155-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Windows"/><title type='text'>BSOD is fun!</title><content type='html'>Even wonder why some PC always encountered blue screen of death (BSOD) and you never get it?&lt;br /&gt;&lt;br /&gt;If you think BSOD is fun but you never get it and you really desperate to get here&#39;s the solution:&lt;br /&gt;[&lt;a href=&quot;http://technet.microsoft.com/en-us/sysinternals/bb897558.aspx&quot;&gt;download BSOD screen saver!&lt;/a&gt;]&lt;br /&gt;you can enjoy BSOD everyday without any worries!&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqR9vaFQ5okLKQdsNJtTglLjlWdxJUI_bdcA2zDqpvVx2JvhkmVHpZ49zRUb_Zmp7UX8RWn3BIleSv1G-ih078tJ0AP4e5_LGseEPaZh5yl__H0SM0M8Ayid4z0x3PlOKZZb4swnFs01I/s1600-h/Windows_XP_BSOD.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqR9vaFQ5okLKQdsNJtTglLjlWdxJUI_bdcA2zDqpvVx2JvhkmVHpZ49zRUb_Zmp7UX8RWn3BIleSv1G-ih078tJ0AP4e5_LGseEPaZh5yl__H0SM0M8Ayid4z0x3PlOKZZb4swnFs01I/s320/Windows_XP_BSOD.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5208529857902607650&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;what&#39;s more: you can get the reboot simulation with start up splash screen...endlessly until you have enough of blue screen reboot blue screen reboot....&lt;br /&gt;&lt;br /&gt;What&#39;s interesting: the screen saver comes from Microsoft Technet...</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/1780223695862429836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/1780223695862429836' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1780223695862429836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1780223695862429836'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/brod-is-fun.html' title='BSOD is fun!'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqR9vaFQ5okLKQdsNJtTglLjlWdxJUI_bdcA2zDqpvVx2JvhkmVHpZ49zRUb_Zmp7UX8RWn3BIleSv1G-ih078tJ0AP4e5_LGseEPaZh5yl__H0SM0M8Ayid4z0x3PlOKZZb4swnFs01I/s72-c/Windows_XP_BSOD.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-7578117487331717163</id><published>2008-06-03T19:17:00.000-07:00</published><updated>2008-06-03T19:29:30.044-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="laptop"/><category scheme="http://www.blogger.com/atom/ns#" term="smart life"/><title type='text'>A smarter way(?) to put your laptop</title><content type='html'>A laptop = a PC that can put on your lap. But that&#39;s not really convenient while you sitting at bed watching the Office and eating biscuits and drinking vanilla latte...&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 102, 0);font-size:100%;&quot; &gt;&lt;br /&gt;Now here come the solution!&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy67TnG7NDAMHRNFZZnZshlaVekpWmFwLMSniaJUtrM8tJep9dPkjFg6vDJRJT5KV0WlbXAhTzYDtTIWESuEJfpICkF1jwdiRTFtCaww4VCfupyTCxphMOTMbJHrjh8aJtu67G6fOKjqM/s1600-h/200852025354.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy67TnG7NDAMHRNFZZnZshlaVekpWmFwLMSniaJUtrM8tJep9dPkjFg6vDJRJT5KV0WlbXAhTzYDtTIWESuEJfpICkF1jwdiRTFtCaww4VCfupyTCxphMOTMbJHrjh8aJtu67G6fOKjqM/s320/200852025354.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207846418858457538&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;A Notebook Desk with Built-in 2.1 Speakers &amp;amp; Cooling Fans!!! &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;By [&lt;a href=&quot;http://www.fedom.com.hk/products_data.asp?id=86&quot;&gt;FeDom&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;So imagine this after you buy it...&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgm7QvX-ASoSvu8QO_6XcfvtcQHQIqCKLqEDBAXq4AotF7NE5jZvsvw4RR8c7XVTZOoceIZmmKy9CZ9LCIs36EDJOIRbwGl-bGloPAWT_XpIHz9EZTp5TSAPebeOIBQnQpTstUEUQFBt-I/s1600-h/200852030034.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgm7QvX-ASoSvu8QO_6XcfvtcQHQIqCKLqEDBAXq4AotF7NE5jZvsvw4RR8c7XVTZOoceIZmmKy9CZ9LCIs36EDJOIRbwGl-bGloPAWT_XpIHz9EZTp5TSAPebeOIBQnQpTstUEUQFBt-I/s320/200852030034.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207845323641797042&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;...By the way, where to put the mug??</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/7578117487331717163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/7578117487331717163' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/7578117487331717163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/7578117487331717163'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/smarter-way-to-put-your-laptop.html' title='A smarter way(?) to put your laptop'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy67TnG7NDAMHRNFZZnZshlaVekpWmFwLMSniaJUtrM8tJep9dPkjFg6vDJRJT5KV0WlbXAhTzYDtTIWESuEJfpICkF1jwdiRTFtCaww4VCfupyTCxphMOTMbJHrjh8aJtu67G6fOKjqM/s72-c/200852025354.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-7853357903216007968</id><published>2008-06-03T18:25:00.000-07:00</published><updated>2008-06-03T19:04:39.344-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Acer"/><category scheme="http://www.blogger.com/atom/ns#" term="HP"/><category scheme="http://www.blogger.com/atom/ns#" term="netbook"/><title type='text'>Small is better</title><content type='html'>&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;Recently the world has been crazy about small laptop, aka netbook.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVaq7ycmq6Luol7NTOvdu9WBWJovCNQKwrXbFHVQUHRVOtGNSWFXwZyYgR_f0zTUwyw99Vw4nPFwX5NpeFqpXI9EQFz8wQgrz3SfTwNsVrOp4kifXbGuH-R-cIwJwWw4i6CRVHkx1pK9U/s1600-h/lappies.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVaq7ycmq6Luol7NTOvdu9WBWJovCNQKwrXbFHVQUHRVOtGNSWFXwZyYgR_f0zTUwyw99Vw4nPFwX5NpeFqpXI9EQFz8wQgrz3SfTwNsVrOp4kifXbGuH-R-cIwJwWw4i6CRVHkx1pK9U/s400/lappies.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207841372271884706&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;These little netbooks have screen like 8.9&quot; to 10&quot; and relatively cheaper than normal laptops.&lt;br /&gt;&lt;br /&gt;Some of the popular models include:&lt;br /&gt;&lt;br /&gt;HP Mini-Note, Acer Aspire One,  Asus Eee and&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; MSI Wind&lt;/span&gt;&lt;/span&gt;...&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKnWVMxYod-jrFdzITpchzVBZZH4HiMS7vJjrk8jYxyoM_Xyb-IB4thXfnjz-g8JsZcYItmi1UtLwbFfAokhnI6hO1mjJrgVX-UL6trYD6_nhGKQHVVBLlJZ8jLL0_vkzB5bV5XN2LO6E/s1600-h/4-8-08-hp.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKnWVMxYod-jrFdzITpchzVBZZH4HiMS7vJjrk8jYxyoM_Xyb-IB4thXfnjz-g8JsZcYItmi1UtLwbFfAokhnI6hO1mjJrgVX-UL6trYD6_nhGKQHVVBLlJZ8jLL0_vkzB5bV5XN2LO6E/s200/4-8-08-hp.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207838722277062994&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4dsiuo8zXQDEljHc540rszuEypxa5OH5EO25WLuPxjbe4_YRgn_pZTsgj3b50MRsGBX8WORlipn30ashAd4WiWRNBcgpwvLGjCkus6hRNylIgfZCBIkpTtPdE6_03q246ubfeVe8Q4i0/s1600-h/acer-aspire-one.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4dsiuo8zXQDEljHc540rszuEypxa5OH5EO25WLuPxjbe4_YRgn_pZTsgj3b50MRsGBX8WORlipn30ashAd4WiWRNBcgpwvLGjCkus6hRNylIgfZCBIkpTtPdE6_03q246ubfeVe8Q4i0/s200/acer-aspire-one.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207838795291507042&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjC_QJJtIGoWokMOsQVN_v0HU59hlkTCwnRJu10FJsuzfSDLsSzd1qofAlE3oZmtpfvvvO7MKNziq_IVrWgItsErhiWnO8TtSd0tOsxRh4QSrI7gCG9fcsQSc62irKpY5wupxcxBvQQaNk/s1600-h/asus-eee_pc-901-440x330_1.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjC_QJJtIGoWokMOsQVN_v0HU59hlkTCwnRJu10FJsuzfSDLsSzd1qofAlE3oZmtpfvvvO7MKNziq_IVrWgItsErhiWnO8TtSd0tOsxRh4QSrI7gCG9fcsQSc62irKpY5wupxcxBvQQaNk/s200/asus-eee_pc-901-440x330_1.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207838915550591362&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN1j7Sqz9pC9qIDPlZyowZdJUAHnbUDYVyTBoyd_UU29IHBVJL2zul41A20dPrTMjU5UIOukuY9YsUjiOakZzFrJqYL7wr7JYYpefeqeN0vSH3IVEFm1ifxtLQYGLeds7J6YYuMA71mfg/s1600-h/msi-wind-2.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN1j7Sqz9pC9qIDPlZyowZdJUAHnbUDYVyTBoyd_UU29IHBVJL2zul41A20dPrTMjU5UIOukuY9YsUjiOakZzFrJqYL7wr7JYYpefeqeN0vSH3IVEFm1ifxtLQYGLeds7J6YYuMA71mfg/s200/msi-wind-2.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207838859716016498&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So why &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;not just bring one of them &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;home, or two if you &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;can&#39;t decide which is better...it&#39;s just $500 each...&lt;br /&gt;&lt;br /&gt;You only need to buy an extra LCD screen, not too expensive...&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0); font-style: italic;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/7853357903216007968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/7853357903216007968' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/7853357903216007968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/7853357903216007968'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/small-is-better.html' title='Small is better'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVaq7ycmq6Luol7NTOvdu9WBWJovCNQKwrXbFHVQUHRVOtGNSWFXwZyYgR_f0zTUwyw99Vw4nPFwX5NpeFqpXI9EQFz8wQgrz3SfTwNsVrOp4kifXbGuH-R-cIwJwWw4i6CRVHkx1pK9U/s72-c/lappies.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-8976556893654686414</id><published>2008-06-02T18:51:00.000-07:00</published><updated>2008-06-02T21:45:56.876-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Add-on"/><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="Firefox"/><title type='text'>How to use iPhone without having an iPhone</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAQXiowJvgINRkz99U-4zyEWxRFPCQpL0WCGCZ_jkcOpW7jd7gDwSRgHCxUWtQNAPVKfPkuDepK_oUE-sSitlfHXIsYiAN-btvZbimSz5tjO872_9W56p9jM0JgUMlv2G-UPmdL8Jjxyg/s1600-h/10-15-07-iphone.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAQXiowJvgINRkz99U-4zyEWxRFPCQpL0WCGCZ_jkcOpW7jd7gDwSRgHCxUWtQNAPVKfPkuDepK_oUE-sSitlfHXIsYiAN-btvZbimSz5tjO872_9W56p9jM0JgUMlv2G-UPmdL8Jjxyg/s200/10-15-07-iphone.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207501008998578338&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; First, let&#39;s define iPhone:&lt;br /&gt;&lt;br /&gt;It&#39;s just a normal phone from Apple but because it is iPhone it is very popular.&lt;br /&gt;&lt;br /&gt;It is recommended that you use it everyday because an apple a day keep doctor away.&lt;br /&gt;&lt;br /&gt;If you don&#39;t have it, I&#39;ll show you how to use it without really having it. Following my guide and you will be able to surf the web like you are using iPhone.&lt;br /&gt;&lt;br /&gt;Requirements:&lt;br /&gt;1. You&lt;br /&gt;2. A computer with internet, screen, and keyboard&lt;br /&gt;3. Firefox browser&lt;br /&gt;&lt;br /&gt;An iPhone is not a requirement.&lt;br /&gt;&lt;br /&gt;First, I prefer Firefox than Internet Explorer or Safari because: the explorer can get lost while walking in the safari...&lt;br /&gt;&lt;br /&gt;1. Go [&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/59&quot;&gt;here&lt;/a&gt;] to download user agent switcher add-on for firefox.&lt;br /&gt;2. Install it.&lt;br /&gt;3. Restart Firefox.&lt;br /&gt;4. Go Tools &gt; User Agent Switcher &gt; Options &gt; User Agents &gt; Add&lt;br /&gt;5. Fill in the blanks&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYXPIDCurXS5M83bUFO389oBT2f5ghtQ5u5Tg8JCpu5Ez8-fEVUlmaAJoqU1rnt1cJilweKOQ4o4be5ribQhvuZGtgm-n8d6K8wEE5Zfx4ilqkssStpXuXfdwjypmtIq9fYsEQ7DQ6oew/s1600-h/Untitled.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYXPIDCurXS5M83bUFO389oBT2f5ghtQ5u5Tg8JCpu5Ez8-fEVUlmaAJoqU1rnt1cJilweKOQ4o4be5ribQhvuZGtgm-n8d6K8wEE5Zfx4ilqkssStpXuXfdwjypmtIq9fYsEQ7DQ6oew/s320/Untitled.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207504402022742194&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Description:&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt; &#39;iPhone&#39; or whatever, doesn&#39;t matter&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 153); font-style: italic;&quot;&gt;User Agent:&lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt; Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;other: leave it blank&lt;/span&gt;&lt;blockquote&gt;&lt;/blockquote&gt;6. Then OK and select the iPhone user agent and you will see Facebook like this.&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMkNmvqH8oYBq3-pamhI3J00IdGiIxU43KIyMkjtlmLnumZH2CjfQNSdKm-gaWBvZNcPlM12-J2A9cBALgQIPr5m4hD89ceLtK7I1PVwZ7m6hhFe-74qugYMh3Y3S_q67GAH6elW293Ww/s1600-h/a.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMkNmvqH8oYBq3-pamhI3J00IdGiIxU43KIyMkjtlmLnumZH2CjfQNSdKm-gaWBvZNcPlM12-J2A9cBALgQIPr5m4hD89ceLtK7I1PVwZ7m6hhFe-74qugYMh3Y3S_q67GAH6elW293Ww/s320/a.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207506575276193986&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plus, you have the chance to read all the famous magazines like Popular Mechanics, Car and Driver, PC Magazine, and of course...Playboy and Penthouse....F.O.C.&lt;br /&gt;Just go to http://imgs.zinio.com/iphone/&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAZx7G94uAlDaLuMR1-OCd6q5cILsEYM6SbDfiJBEEn6GYm5Cr04cIvtyRqXmykcRymLRYGnBnsOGlqeuUVZSIOAZPS4gTuhQ15Qi49KFl0Y9dZInhZDyB8RNqiG8Tm58dlkGIWuygIdc/s1600-h/b.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAZx7G94uAlDaLuMR1-OCd6q5cILsEYM6SbDfiJBEEn6GYm5Cr04cIvtyRqXmykcRymLRYGnBnsOGlqeuUVZSIOAZPS4gTuhQ15Qi49KFl0Y9dZInhZDyB8RNqiG8Tm58dlkGIWuygIdc/s320/b.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207508194478864594&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plus many other iPhone only websites...&lt;br /&gt;And please switch back to the default user agent after having fun with those, or else your Google account may ask whether you want to create a mobile account...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/8976556893654686414/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/8976556893654686414' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/8976556893654686414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/8976556893654686414'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/how-to-use-iphone-without-having-iphone.html' title='How to use iPhone without having an iPhone'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAQXiowJvgINRkz99U-4zyEWxRFPCQpL0WCGCZ_jkcOpW7jd7gDwSRgHCxUWtQNAPVKfPkuDepK_oUE-sSitlfHXIsYiAN-btvZbimSz5tjO872_9W56p9jM0JgUMlv2G-UPmdL8Jjxyg/s72-c/10-15-07-iphone.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-2999971796654843249</id><published>2008-06-02T18:25:00.000-07:00</published><updated>2008-06-02T18:48:34.916-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Apple"/><category scheme="http://www.blogger.com/atom/ns#" term="HP"/><category scheme="http://www.blogger.com/atom/ns#" term="laptop"/><title type='text'>How to maximize the usage of MacBook Air</title><content type='html'>&lt;span style=&quot;font-family:arial;&quot;&gt;Being the thinnest laptop, the Apple MacBook Air has one new found usage: to slice your birthday cake.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;Tested by Rahul Sood, CTO of HP&#39;s global gaming business.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTP8lAXxYpZv-NhafFxWHw4cmLu9ibgRSmGeYPETUKAkHE2g5S5xcx-PG3fVhfGI7scOJyj2HGTGv9ZDCSWifF6bFY8ZOQ2LvGqm1-lgTMPz1_TKUigyFoi7ue6n_XDCH91dJxyRCM9p8/s1600-h/cakeknife.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTP8lAXxYpZv-NhafFxWHw4cmLu9ibgRSmGeYPETUKAkHE2g5S5xcx-PG3fVhfGI7scOJyj2HGTGv9ZDCSWifF6bFY8ZOQ2LvGqm1-lgTMPz1_TKUigyFoi7ue6n_XDCH91dJxyRCM9p8/s400/cakeknife.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5207466163928905858&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;[&lt;/span&gt;&lt;a style=&quot;font-family: arial;&quot; href=&quot;http://www.rahulsood.com/2008/05/ugh-it-was-my-birthday.html&quot;&gt;link&lt;/a&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;] read his blog.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;I have a HP and I won&#39;t use it to slice cake:&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;1. because I have knife&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family:arial;&quot;&gt;2. &lt;/span&gt;&lt;span style=&quot;color: rgb(0, 0, 0);font-family:arial;&quot; &gt;because HP can never slice a cake&lt;/span&gt;&lt;span style=&quot;font-family:arial;&quot;&gt; :) &lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);font-family:arial;&quot; &gt;too bulk&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/2999971796654843249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/2999971796654843249' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/2999971796654843249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/2999971796654843249'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/how-to-maximize-usage-of-macbook-air.html' title='How to maximize the usage of MacBook Air'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTP8lAXxYpZv-NhafFxWHw4cmLu9ibgRSmGeYPETUKAkHE2g5S5xcx-PG3fVhfGI7scOJyj2HGTGv9ZDCSWifF6bFY8ZOQ2LvGqm1-lgTMPz1_TKUigyFoi7ue6n_XDCH91dJxyRCM9p8/s72-c/cakeknife.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2697811207047527937.post-1925395046587467838</id><published>2008-06-02T13:57:00.001-07:00</published><updated>2008-06-30T08:54:45.038-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="life"/><category scheme="http://www.blogger.com/atom/ns#" term="smart"/><title type='text'>Welcome to wah!</title><content type='html'>&lt;span style=&quot;color: rgb(204, 0, 0);font-size:100%;&quot; &gt;wah: a smarter guide for smarter life&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;a blog to share everything that can change your life!&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt; (waikhong:really?  teckwei:Hell Yeah!)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(204, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;br /&gt;you will see any guide from A to Z that can make your life smarter and more tech savvy!&lt;br /&gt;&lt;br /&gt;by 2 guys a guy who are not smart enough...&lt;br /&gt;&lt;span style=&quot;font-size:78%;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(204, 0, 0);font-size:100%;&quot; &gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:78%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;welcome! you will be &quot;&lt;span style=&quot;color: rgb(102, 51, 102);&quot;&gt;wah&lt;/span&gt;&quot;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);font-family:arial;&quot; &gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(204, 0, 0);&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);font-family:arial;&quot; &gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://wah-is-this.blogspot.com/feeds/1925395046587467838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/2697811207047527937/1925395046587467838' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1925395046587467838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2697811207047527937/posts/default/1925395046587467838'/><link rel='alternate' type='text/html' href='http://wah-is-this.blogspot.com/2008/06/welcome-to-wah.html' title='Welcome to wah!'/><author><name>waikhong</name><uri>http://www.blogger.com/profile/16505683870640222299</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>