<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CE4FSXY7eyp7ImA9WhRaFE8.&quot;"><id>tag:blogger.com,1999:blog-33063551</id><updated>2012-02-17T04:08:38.803+08:00</updated><category term="Mobile" /><category term="mio" /><category term="Singtel" /><category term="ThinkPad R52" /><category term="Google Docs" /><category term="AJAX" /><category term="Simplify Media" /><category term="Gmail" /><category term="Remote Access" /><category term="Windows" /><category term="Robotics" /><category term="Google" /><category term="Yahoo Mail" /><category term="MobileTV" /><category term="NUS" /><category term="Tether" /><category term="Google Chrome" /><category term="Firefox" /><category term="iPhone" /><category term="EPL" /><category term="Apps" /><category term="Jailbreak" /><category term="BPL" /><category term="Android" /><category term="Facebook" /><title>TechnoSluts</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://technosluts.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>58</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Technosluts" /><feedburner:info uri="technosluts" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CkIEQ30_eSp7ImA9WhRVF04.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-4476925592800678415</id><published>2012-01-17T00:13:00.001+08:00</published><updated>2012-01-17T00:15:02.341+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-17T00:15:02.341+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile" /><category scheme="http://www.blogger.com/atom/ns#" term="Android" /><title>Out of internal memory on your Android phone?</title><content type="html">&lt;br /&gt;
This is a problem that is going to be a problem of the past soon, but till then some of us still gotta deal with it. My LG Optimus One has an useless amount of internal memory (170Mb user accessible according to GSMArena). It's a bitch when free space goes below 20Mb, everything stops syncing.. and then there came that day where I couldn't move/remove anymore apps, or had no more caches to clear!&lt;br /&gt;
&lt;br /&gt;
Here's &lt;b&gt;METHOD ONE&lt;/b&gt;, which got me a decent amount of space (via &lt;a href="http://androinica.com/2010/08/how-to-install-apps-to-the-sd-card-by-default-on-android-2-2-froyo/" target="_blank"&gt;Androinica&lt;/a&gt;):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. First you have to enable USB debugging on your Android device from Settings &amp;gt; Applications &amp;gt; Development &amp;gt; USB debugging.&lt;br /&gt;
2. Now you need to download and install the &lt;a href="http://developer.android.com/sdk/" target="_blank"&gt;Android SDK&lt;/a&gt;. Once you’ve downloaded and extracted the package to the folder of your choice, run SDK Setup.exe and click on Available Packages to the left. If you get an error message at this point, enable &lt;b&gt;“Force https://…”&lt;/b&gt; in the Settings. From the list of available packages, select &lt;b&gt;“Usb Driver package”&lt;/b&gt;, click on the Install Selected button in the bottom right corner and follow the prompts.&lt;br /&gt;
3. Connect your phone to your computer with a USB-cable. Your OS will prompt you to install new drivers. Choose to install them from the &lt;b&gt;android-sdk/usb_driver&lt;/b&gt; folder. Do &lt;i&gt;not &lt;/i&gt;mount your device; you only need to plug-in the cable.&lt;br /&gt;
4. Next, run a command prompt and navigate to the Android-SDK\tools folder. In Windows, this is done by selecting Run from the Start Menu (or by pressing Win+R) and typing cmd. You change drives in the command prompt by entering the drive letter followed by a colon (:), and change folders with the CD command. For example, to enter the Android-SDK folder, simply type cd android-sdk.&lt;br /&gt;
&lt;i&gt;(Update: I believe this folder is different in the newer SDKs, look for a text file with updated file locations. It's in there somewhere!)&lt;/i&gt;
&lt;br /&gt;
5. In the Android-SDK\tools folder, type in &lt;b&gt;adb devices&lt;/b&gt; and you should get a serial number starting with “H” in return. All you have to do next is entering&lt;b&gt; adb shell pm setInstallLocation 2&lt;/b&gt;. Voilà, you’re done! Android will now install apps to the SD card by default.&lt;br /&gt;
6. To switch back to storing software on the internal memory, enter &lt;b&gt;adb shell pm setInstallLocation 0&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install &lt;a href="https://market.android.com/details?id=com.a0soft.gphone.app2sd&amp;amp;hl=en" target="_blank"&gt;App 2 SD&lt;/a&gt; and it will let you move out some apps to SD that you couldn't earlier, and help you clear out some caches you may have missed.&lt;br /&gt;
&lt;br /&gt;
That last me a couple of months, until I got a few more apps and got stuck again!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here's &lt;b&gt;METHOD TWO&lt;/b&gt; in summary:&lt;br /&gt;
&lt;br /&gt;
1) Root you phone:&lt;br /&gt;
&lt;br /&gt;
Google for your phone model and Android version to find the right tools. I used SuperOneClick and the GingerBreak method. Note: you don't have to install a custom ROM, just root your phone only.&lt;br /&gt;
&lt;br /&gt;
2) Partition your SD card so that it has two partitions:&lt;br /&gt;
&lt;br /&gt;
Connect your phone to your computer, mount the SD card and partition it. I used &lt;a href="http://www.partitionwizard.com/download.html" target="_blank"&gt;Magic Partition Manager&lt;/a&gt; &amp;nbsp;on my PC.&lt;br /&gt;
- Shrink the existing partition to make space for a 2nd partition&lt;br /&gt;
- I created a FAT32 partition in the new space&lt;br /&gt;
- Don't forget to make it a primary partition&lt;br /&gt;
- Mount it and reboot your phone&lt;br /&gt;
&lt;br /&gt;
3) Install &lt;a href="https://market.android.com/details?id=com.buak.Link2SD&amp;amp;hl=en" target="_blank"&gt;Link2SD&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Enable USB Debugging on your phone. In the app's options, select Create Link. You'll have to reboot your phone once or twice (follow instructions given in the app each time you open it after booting)&lt;br /&gt;
&lt;br /&gt;
If all goes well, you will be able to move more apps from within Link2SD, and &amp;nbsp;if you can't move them you can create a link to the partition on SD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After all that madness I've recovered a measely 15mb or so of internal memory.. which is big deal! Now lets see how long it last.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-4476925592800678415?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nnzTIEzHjtl5EZuGUFXpdZD2UJc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nnzTIEzHjtl5EZuGUFXpdZD2UJc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nnzTIEzHjtl5EZuGUFXpdZD2UJc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nnzTIEzHjtl5EZuGUFXpdZD2UJc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/w86oWsv6aVw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/4476925592800678415/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2012/01/out-of-internal-memory-on-your-android.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4476925592800678415?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4476925592800678415?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/w86oWsv6aVw/out-of-internal-memory-on-your-android.html" title="Out of internal memory on your Android phone?" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2012/01/out-of-internal-memory-on-your-android.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcMRn4ycSp7ImA9WhRWEEs.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-8834164278510173170</id><published>2011-04-14T11:02:00.003+08:00</published><updated>2011-12-28T16:14:47.099+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-28T16:14:47.099+08:00</app:edited><title>Google Chrome: quickly search your history, and other customisations</title><content type="html">I'm a Chrome fan, but this is one thing Firefox, and only Firefox (so far), does really well - the FF Awesome Bar is pretty awesome when it comes to searching. When you type something into the address bar, it searches the net, your history, your bookmarks etc, all at once.&lt;br /&gt;
&lt;br /&gt;
Chrome is not so good at this, especially the stuff in your history. I really have to open up the history and get down to some dirty searching sometimes.&lt;br /&gt;
&lt;br /&gt;
Here's a quick way to get around this if you have the same problem.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Right click the Chrome address bar and choose 'Edit Search Engines'. Add a new entry there with the values..&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Name: chrome history (or whatever you want to call it)&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Keyword: h&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;URL: chrome://history/#q=%s&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
Now all you gotta do is type an 'h' in the address bar, before you type what you're looking for, and Chrome will search your history for you.&lt;br /&gt;
&lt;br /&gt;
A couple of search strings I came across:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-mtU3iWXrJMQ/TvrPFHztK8I/AAAAAAAAESg/WCZ2tF9qBTY/s1600/65c18004f22a9df9766e3f37abf2e9da.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-mtU3iWXrJMQ/TvrPFHztK8I/AAAAAAAAESg/WCZ2tF9qBTY/s1600/65c18004f22a9df9766e3f37abf2e9da.png" /&gt;&lt;/a&gt;&lt;/div&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;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;
If you want to customize your search string to auto-include keywords you always include:&lt;br /&gt;
(Example using Google search)&lt;br /&gt;
&lt;br /&gt;
http://www.google.com/search?q=%s&amp;amp;q=yourkeywordgoeshere&lt;br /&gt;
You can chain more keywords by adding '&amp;amp;q='&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-8834164278510173170?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XExaiGm8rMI9v8pUjVojffjJ3uM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XExaiGm8rMI9v8pUjVojffjJ3uM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XExaiGm8rMI9v8pUjVojffjJ3uM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XExaiGm8rMI9v8pUjVojffjJ3uM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/72OtFkmEqNA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/8834164278510173170/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2011/04/google-chrome-quickly-search-your.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/8834164278510173170?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/8834164278510173170?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/72OtFkmEqNA/google-chrome-quickly-search-your.html" title="Google Chrome: quickly search your history, and other customisations" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-mtU3iWXrJMQ/TvrPFHztK8I/AAAAAAAAESg/WCZ2tF9qBTY/s72-c/65c18004f22a9df9766e3f37abf2e9da.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2011/04/google-chrome-quickly-search-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUERH86eyp7ImA9Wx5aEUU.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-7560942227414311525</id><published>2010-11-08T10:38:00.003+08:00</published><updated>2010-11-08T11:33:25.113+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-08T11:33:25.113+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="BPL" /><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><category scheme="http://www.blogger.com/atom/ns#" term="MobileTV" /><category scheme="http://www.blogger.com/atom/ns#" term="mio" /><category scheme="http://www.blogger.com/atom/ns#" term="EPL" /><category scheme="http://www.blogger.com/atom/ns#" term="Singtel" /><title>Downloading mioTV Singtel BPL Highlights on your iPhone</title><content type="html">If you happen to be subscribed to Singtel mio Stadium on your&lt;br /&gt;mobile phone (a great service for its postpaid customers at $5 a&lt;br /&gt;month) then here's a handy tip for you. This is extremely handy if you&lt;br /&gt;wish to watch the clips again, or in places with low reception (such as the subway) or simply  show them to your friends later!&lt;br /&gt;&lt;br /&gt;You will need a few things before you get started:&lt;br /&gt;&lt;ul&gt;&lt;li&gt; a jailbroken iPhone&lt;/li&gt;&lt;li&gt; subscription (and therefore access) to Singtel BPL on mobile&lt;/li&gt;&lt;li&gt;Safari Download Manager (available on Cydia)&lt;/li&gt;&lt;li&gt; iFile (available on Cydia)&lt;/li&gt;&lt;li&gt; VLC (available on &lt;a href="http://itunes.apple.com/us/app/vlc-media-player/id390885556?mt=8"&gt;iTunes&lt;/a&gt;)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Navigate to &lt;a href="http://bpl.singtel.com/"&gt;Singtel BPL&lt;/a&gt;  (on your phone)&lt;br /&gt;&lt;br /&gt;Click on a highlight link to download it&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_SLL4yf5ceP8/TNdozAPnLII/AAAAAAAAADk/pax-oWGCoFM/s1600/IMG_0113.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 214px; height: 320px;" src="http://1.bp.blogspot.com/_SLL4yf5ceP8/TNdozAPnLII/AAAAAAAAADk/pax-oWGCoFM/s320/IMG_0113.PNG" alt="" id="BLOGGER_PHOTO_ID_5537009492323413122" border="0" /&gt;&lt;/a&gt;Safari Download Manager should give you the following options:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_SLL4yf5ceP8/TNdozYYzpdI/AAAAAAAAADs/eBgaXmiO6Ro/s1600/IMG_0114.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 214px; height: 320px;" src="http://2.bp.blogspot.com/_SLL4yf5ceP8/TNdozYYzpdI/AAAAAAAAADs/eBgaXmiO6Ro/s320/IMG_0114.PNG" alt="" id="BLOGGER_PHOTO_ID_5537009498804430290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Select Download&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_SLL4yf5ceP8/TNdozgbP5tI/AAAAAAAAAD0/k_RMdFVVce0/s1600/IMG_0116.PNG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 214px; height: 320px;" src="http://3.bp.blogspot.com/_SLL4yf5ceP8/TNdozgbP5tI/AAAAAAAAAD0/k_RMdFVVce0/s320/IMG_0116.PNG" alt="" id="BLOGGER_PHOTO_ID_5537009500962154194" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The download.do file itself is not a recognisable media file and will&lt;br /&gt;not be playable. As such you will need to rename it appropriately.&lt;br /&gt;&lt;br /&gt;With iFile navigate to the correct folder (/var/mobile/Media/Downloads by default) and click on&lt;br /&gt;the arrow next to the file to view its properties.&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;img style="margin: 0px auto 10px; text-align: center; cursor: pointer; width: 214px; height: 320px;" src="http://2.bp.blogspot.com/_SLL4yf5ceP8/TNdoz2uprnI/AAAAAAAAAD8/n22kdx9EJNs/s1600/IMG_0117.PNG" border="0" /&gt; &lt;p&gt;&lt;/p&gt;&lt;/td&gt; &lt;td&gt;&lt;img style="margin: 0px auto 10px; text-align: center; cursor: pointer; width: 214px; height: 320px;" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/TNdo0ncUBDI/AAAAAAAAAEE/1r7jn2SWWl0/s1600/IMG_0118.PNG" border="0" /&gt; &lt;p&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;Delete the .do (JAVA servlet file) extension and add .m4v (MPEG-4 Video File) instead.&lt;br /&gt;&lt;br /&gt;Click Done and you're good to go!&lt;br /&gt;&lt;br /&gt;You can either view the files with iFile's native player or use VLC!&lt;br /&gt;&lt;br /&gt;If you wish to easily access the files from VLC for later viewing&lt;br /&gt;simply cut the file (using iFile) and paste it in&lt;br /&gt;&lt;br /&gt;/var/mobile/Applications/VLC/Documents&lt;br /&gt;&lt;br /&gt;You might have to turn on Application Names in iFile's settings if you&lt;br /&gt;have trouble finding the VLC folder.&lt;br /&gt;&lt;br /&gt;NB: I've not tried this with the Safari Download Plugin but it might&lt;br /&gt;still work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-7560942227414311525?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/niwbn4JrGoyNJaqaPnmWpSHZrFY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/niwbn4JrGoyNJaqaPnmWpSHZrFY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/niwbn4JrGoyNJaqaPnmWpSHZrFY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/niwbn4JrGoyNJaqaPnmWpSHZrFY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/_ElhtVxpBnk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/7560942227414311525/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2010/11/downloading-miotv-singtel-bpl.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/7560942227414311525?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/7560942227414311525?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/_ElhtVxpBnk/downloading-miotv-singtel-bpl.html" title="Downloading mioTV Singtel BPL Highlights on your iPhone" /><author><name>shahzadsk</name><uri>http://www.blogger.com/profile/02932594370319997776</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/SVbPWaIunlI/AAAAAAAAAAM/QlCf-rTi6Sk/S220/Tasmania+Trip+28+Nov+08+011.JPG" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_SLL4yf5ceP8/TNdozAPnLII/AAAAAAAAADk/pax-oWGCoFM/s72-c/IMG_0113.PNG" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2010/11/downloading-miotv-singtel-bpl.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE4EQnw7eip7ImA9Wx5VGUk.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-4104261156119024183</id><published>2010-10-13T12:07:00.001+08:00</published><updated>2010-10-13T12:08:23.202+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-13T12:08:23.202+08:00</app:edited><title>You just might not notice the monkeys</title><content type="html">&lt;div class="separator" style="clear: both; text-align: left;"&gt;I almost missed this YouTube error page myself.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://1.bp.blogspot.com/_byTC-JghDPE/TLUwTgsfJMI/AAAAAAAABoE/HnpoxnZbxRA/s1600/youtube.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_byTC-JghDPE/TLUwTgsfJMI/AAAAAAAABoE/HnpoxnZbxRA/s1600/youtube.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-4104261156119024183?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2H6mV_vmNKmNgFJiJfX0thbWPRw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2H6mV_vmNKmNgFJiJfX0thbWPRw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2H6mV_vmNKmNgFJiJfX0thbWPRw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2H6mV_vmNKmNgFJiJfX0thbWPRw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/Re4gpwStxC8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/4104261156119024183/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2010/10/you-just-might-not-notice-monkeys.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4104261156119024183?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4104261156119024183?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/Re4gpwStxC8/you-just-might-not-notice-monkeys.html" title="You just might not notice the monkeys" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_byTC-JghDPE/TLUwTgsfJMI/AAAAAAAABoE/HnpoxnZbxRA/s72-c/youtube.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2010/10/you-just-might-not-notice-monkeys.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0UBRn08fyp7ImA9Wx5XGUo.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-8233017895079949449</id><published>2010-09-20T17:34:00.000+08:00</published><updated>2010-09-20T17:34:17.377+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-20T17:34:17.377+08:00</app:edited><title>.NET 3.5 causing problems in software installations</title><content type="html">I've been trying to install ArcGIS 10 on Windows 7 and I kept getting this error. All day long! Frustrating stuff.&lt;br /&gt;
&lt;br /&gt;
Some searching showed that people trying to install iTunes and other applications have also had similar issues.&lt;br /&gt;
&lt;br /&gt;
So what I gathered is, it's a .NET problem. The error message can vary but what you need to look out for is &lt;i&gt;"an error occurred during the installation of assembly.."&lt;/i&gt;. &lt;a href="http://blogs.msdn.com/b/astebner/archive/2004/11/10/255346.aspx"&gt;This article&lt;/a&gt; gave me the required clues. The fixes in it are slightly back-dated, so I had to figure something out myself.&lt;br /&gt;
&lt;br /&gt;
For some reason the .NET 3.5 or 3.5 SP1 standalone installer does not run, at all. (I tried running as Administrator etc too). Windows 7 comes with .NET 3.5 which you can remove and re-add (Control Panel &amp;gt; Programs and Features). This seemed to be the only way I could 'reinstall' .NET 3.5, which is required by ArcGIS.&lt;br /&gt;
&lt;br /&gt;
I also installed .NET 4. I'm not sure if this had any effect or not, but after these last two steps, the installations finally completed!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-8233017895079949449?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bNCYCHwZaIFsFF_Z69t4YCGQh_k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bNCYCHwZaIFsFF_Z69t4YCGQh_k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bNCYCHwZaIFsFF_Z69t4YCGQh_k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bNCYCHwZaIFsFF_Z69t4YCGQh_k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/vngR6huxJOk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/8233017895079949449/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2010/09/net-35-causing-problems-in-software.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/8233017895079949449?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/8233017895079949449?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/vngR6huxJOk/net-35-causing-problems-in-software.html" title=".NET 3.5 causing problems in software installations" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2010/09/net-35-causing-problems-in-software.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UNQn4yfCp7ImA9WxFWGEQ.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-6190893751253078283</id><published>2010-02-18T16:43:00.000+08:00</published><updated>2010-06-07T16:28:13.094+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-07T16:28:13.094+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><title>Windows 7 Firewall blocks Windows Update by default?</title><content type="html">So this seems to happen on some installations! It didn't happen at home, but it happened on my work PC. Weird.&lt;br /&gt;
&lt;br /&gt;
Here's how to fix it:&lt;br /&gt;
&lt;br /&gt;
Control panel -&amp;gt; Network and Sharing Center. Click "Change adaptor settings" (on the left hand side). Right click "Local area connection" and select "properties"&lt;br /&gt;
&lt;br /&gt;
In the "This connection uses the following items" pane click on "Internet Protocol Version 4 (TCP/IPv4) Don't untick it....just click on the line so it's highlighted Click "Properties"&lt;br /&gt;
&lt;br /&gt;
Check the box "Use the following DNS server addresses" and input:&lt;br /&gt;
&lt;br /&gt;
Preferred DNS server: 4.2.2.1&lt;br /&gt;
Alternate DNS server: 4.2.2.2&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-6190893751253078283?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gxw4a-hZb0b3Hb9wWH8lnEvZvhA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gxw4a-hZb0b3Hb9wWH8lnEvZvhA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gxw4a-hZb0b3Hb9wWH8lnEvZvhA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gxw4a-hZb0b3Hb9wWH8lnEvZvhA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/WpATpRHDcVA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/6190893751253078283/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2010/02/windows-7-firewall-blocks-windows.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/6190893751253078283?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/6190893751253078283?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/WpATpRHDcVA/windows-7-firewall-blocks-windows.html" title="Windows 7 Firewall blocks Windows Update by default?" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2010/02/windows-7-firewall-blocks-windows.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4MSXk5cSp7ImA9WxBWEUQ.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-6955088282569096982</id><published>2010-02-03T19:03:00.000+08:00</published><updated>2010-02-03T19:03:08.729+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-03T19:03:08.729+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><title>New Homepage test design by Google is a #Fail</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_vFVKIkX3hLs/S2lWcmOF6oI/AAAAAAAAARw/mwqZ5dl_1f8/s1600-h/Screenshot-Google+-+Mozilla+Firefox.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="460" src="http://3.bp.blogspot.com/_vFVKIkX3hLs/S2lWcmOF6oI/AAAAAAAAARw/mwqZ5dl_1f8/s640/Screenshot-Google+-+Mozilla+Firefox.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Well in the above screenshot you can see that Google is testing a new homepage design. Personally I prefer the current minimalist fade in homepage. And I am not liking this design very much. Cause not only this new design has way too many words for my liking but also the words are repeated. The words "Privacy" and "Copyright 2010" are repeated twice. I see no reason for those words to be that important to be repeated twice. Whereas I cant find the link to perform "Advanced Search" and the link for "Language Tools".&lt;br /&gt;
&lt;br /&gt;
On another note, I am not sure if anyone else is getting the same view. Feel free to leave a comment if you have anything to say on this new design.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-6955088282569096982?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ONQhgcfJhbj720H6zN5ak2OcSGY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ONQhgcfJhbj720H6zN5ak2OcSGY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ONQhgcfJhbj720H6zN5ak2OcSGY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ONQhgcfJhbj720H6zN5ak2OcSGY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/egcZrXdPRgk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/6955088282569096982/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2010/02/new-homepage-test-design-by-google-is.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/6955088282569096982?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/6955088282569096982?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/egcZrXdPRgk/new-homepage-test-design-by-google-is.html" title="New Homepage test design by Google is a #Fail" /><author><name>a5k3r</name><uri>http://www.blogger.com/profile/02428332067404107998</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_vFVKIkX3hLs/S2lWcmOF6oI/AAAAAAAAARw/mwqZ5dl_1f8/s72-c/Screenshot-Google+-+Mozilla+Firefox.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2010/02/new-homepage-test-design-by-google-is.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQNRXczcCp7ImA9WxFWGU0.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-4871584325041621454</id><published>2010-01-21T10:09:00.000+08:00</published><updated>2010-06-07T16:46:34.988+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-07T16:46:34.988+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Firefox" /><title>Firefox Apostrophe Find As You Type Search Link Bug Solution</title><content type="html">I had a problem with Firefox where every time I typed a ' it would open the search box, even when typing emails! If you have the same problem here's how you fix it.&lt;br /&gt;&lt;a href="http://www.liamdelahunty.com/tips/firefox_apostrophe_bug.php"&gt;Firefox Apostrophe Find As You Type Search Link Bug Solution&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-4871584325041621454?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1t-DciXWtx0aSwN11L36SIiUvBU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1t-DciXWtx0aSwN11L36SIiUvBU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1t-DciXWtx0aSwN11L36SIiUvBU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1t-DciXWtx0aSwN11L36SIiUvBU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/dbEGxcyT0tI" height="1" width="1"/&gt;</content><link rel="related" href="http://www.liamdelahunty.com/tips/firefox_apostrophe_bug.php" title="Firefox Apostrophe Find As You Type Search Link Bug Solution" /><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/4871584325041621454/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2010/01/firefox-apostrophe-find-as-you-type.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4871584325041621454?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4871584325041621454?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/dbEGxcyT0tI/firefox-apostrophe-find-as-you-type.html" title="Firefox Apostrophe Find As You Type Search Link Bug Solution" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2010/01/firefox-apostrophe-find-as-you-type.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkMHRns5fSp7ImA9WxBSFEw.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-5470083893302368625</id><published>2009-12-21T23:52:00.003+08:00</published><updated>2009-12-22T00:53:57.525+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-22T00:53:57.525+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google Docs" /><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><title>Upload JPG files to Google Docs</title><content type="html">I actually came across this accidentally. I was actually trying to upload 2 PDF files into my Google Docs. But by mistake I chose the JPG version of them to upload. Well, GDocs doesn't allow uploading of JPG files. So technically I should have got an error message saying something along the lines of "File type not supported" (which I did get later when I tried to upload a PNG file). &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But instead I got an error message saying something along the lines of "The file size is more than 500KB". Seeing this message I assumed that when you upload a JPG file of size &lt;= 500KB, GDocs would create a new document and add the JPG file as an image in the document file. The mentioned size 500KB caused me to make such an assumption. Another option I hoped for was it would let me store JPG files of size &lt;= 500KB. I really wanted it store the JPG files as I have been wanting this feature for quite some time now especially with all the news/rumors of Google Drive.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So I actually found an image file (a PNG file this time round) of size &lt;= 500KB in my computer and tried uploading to GDocs. As mentioned above the attempt failed with an error message along the lines of "File type not supported". &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Hence I decided to hunt my computer for a JPG file of size &lt;= 500KB. After finding one, I tried uploading it. And voilà it worked as I had assumed (Added the JPG file as an image in a new document). Here is the screenshot of uploaded JPG file.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_vFVKIkX3hLs/Sy-lz1rI4_I/AAAAAAAAAOk/B4E2jQAqEIo/s1600-h/Screenshot.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 189px;" src="http://1.bp.blogspot.com/_vFVKIkX3hLs/Sy-lz1rI4_I/AAAAAAAAAOk/B4E2jQAqEIo/s320/Screenshot.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5417731186749924338" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I haven't got the chance to test other image file formats such as BMP, GIF, etc. If any of you do, feel free to post the results in comments.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-5470083893302368625?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VJsmeR5tTeXwFXqI2b2lUE5uzok/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VJsmeR5tTeXwFXqI2b2lUE5uzok/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VJsmeR5tTeXwFXqI2b2lUE5uzok/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VJsmeR5tTeXwFXqI2b2lUE5uzok/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/M-5QUcUyc6c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/5470083893302368625/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/12/upload-jpg-files-to-google-docs.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/5470083893302368625?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/5470083893302368625?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/M-5QUcUyc6c/upload-jpg-files-to-google-docs.html" title="Upload JPG files to Google Docs" /><author><name>a5k3r</name><uri>http://www.blogger.com/profile/02428332067404107998</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_vFVKIkX3hLs/Sy-lz1rI4_I/AAAAAAAAAOk/B4E2jQAqEIo/s72-c/Screenshot.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/12/upload-jpg-files-to-google-docs.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04NRHo-cCp7ImA9WxBSFE0.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-1732227191072963772</id><published>2009-09-19T16:23:00.005+08:00</published><updated>2009-12-21T23:39:55.458+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-21T23:39:55.458+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><title>The Wonky Facebook</title><content type="html">Below are two screenshots of the many Facebook error messages I've been getting recently.&lt;br /&gt;&lt;br /&gt;I am still trying to comprehend the logic of the error message in the screenshot below. (Images edited to protect identity of certain people).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_vFVKIkX3hLs/Sy-WVT6bEOI/AAAAAAAAAN8/KAD3J8ShOk4/s1600-h/Screenshot1.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 194px;" src="http://2.bp.blogspot.com/_vFVKIkX3hLs/Sy-WVT6bEOI/AAAAAAAAAN8/KAD3J8ShOk4/s320/Screenshot1.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5417714169616732386" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div activeid="-1" expanded="0" id="divCleekiAttrib" menubottom="0" menuleft="0" menuright="0" menutop="0" style="display: none;"&gt;&lt;/div&gt;&lt;br /&gt;This one you can't even try to start comprehending!&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_byTC-JghDPE/Stqr_JOCp-I/AAAAAAAABdk/vXZtGzo9Fo0/s1600-h/b2b04224864105df728a65a65ec9b553.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_byTC-JghDPE/Stqr_JOCp-I/AAAAAAAABdk/vXZtGzo9Fo0/s320/b2b04224864105df728a65a65ec9b553.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-1732227191072963772?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FT_NBdZoLSWjwe5xpHzgD0MpxEg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FT_NBdZoLSWjwe5xpHzgD0MpxEg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FT_NBdZoLSWjwe5xpHzgD0MpxEg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FT_NBdZoLSWjwe5xpHzgD0MpxEg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/lmOt2X1P1Pg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/1732227191072963772/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/09/wonky-facebook.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/1732227191072963772?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/1732227191072963772?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/lmOt2X1P1Pg/wonky-facebook.html" title="The Wonky Facebook" /><author><name>a5k3r</name><uri>http://www.blogger.com/profile/02428332067404107998</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_vFVKIkX3hLs/Sy-WVT6bEOI/AAAAAAAAAN8/KAD3J8ShOk4/s72-c/Screenshot1.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/09/wonky-facebook.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EHQH89cCp7ImA9WxNTE04.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-4248740056381542793</id><published>2009-08-15T18:51:00.002+08:00</published><updated>2009-08-15T19:27:11.168+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-15T19:27:11.168+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><category scheme="http://www.blogger.com/atom/ns#" term="MobileTV" /><category scheme="http://www.blogger.com/atom/ns#" term="mio" /><category scheme="http://www.blogger.com/atom/ns#" term="Tether" /><title>Watching Singtel MobileTV (mio TV) on your PC</title><content type="html">I recently received an SMS from Singtel saying that I would get to watch the Football Frenzy channel (shows UEFA Champions League Matches live) for free until October 31st. Excited, I contacted Singtel's customer service to check if it affected my data usage or if I would get charged unknowingly. Once satisfied, I navigated to &lt;a href="http://ideas.singtel.com/iphone"&gt;Singtel IDEAS&lt;/a&gt; on my 3GS and found a few options, including one for Entertainment &amp;amp; TV (mio), which then took me to the various options available including Channel News Asia (free), Bloomberg (free), Channel 8 (free) and Football Frenzy (paid).&lt;br /&gt;&lt;br /&gt;Since at this point in time Football Frenzy wasn't ready yet (I suspect it will be in a few days for the Champions League kickoff), I tried out the other channels on my iPhone and realised the stream quality was extremely good with minimal lag.&lt;br /&gt;&lt;br /&gt;I then wanted to check if the quality was better with WiFi and got this error message when I tried to reload the page:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;This site is only available when you use your iPhone3G with SingTel's unrivalled 3G network. It is not available to SingTel Prepaid customers, when using WiFi or the public internet.&lt;/blockquote&gt;This suggested to me that the website requires 2 things to work:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Using Singtel 3G network&lt;/li&gt;&lt;li&gt;Using an iPhone&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Indeed, tethering my iPhone to my PC and navigating to the website gave me the same error as obviously the second check failed. Indeed, if the website could be tricked into thinking an iPhone was accessing the site, this should (at least in theory) work. &lt;/p&gt;&lt;p&gt;From previous knowledge, most websites make use of a user-agent string to detect what application, OS and version the client accessing the site is using. Indeed, if you ever wondered how a website knew what version of Firefox, IE or Safari you were running, this is most likely the check implemented on it. Due to the evolution of the WWW and IE's dominance, several browsers allowed you to &lt;em&gt;fake &lt;/em&gt;the user-agent string of another browser. You could therefore fool the website into thinking you were running IE 7 when in fact you were running Firefox 3, and therefore then receive content originally intended for IE 7 users. &lt;/p&gt;&lt;p&gt;Posted below is a workaround I discovered that works and allows you to then play mio on your computer. Note: QuickTime is required as the streams are .mov format&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;p&gt;Tether your iPhone to your PC via USB or Bluetooth&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Use Firefox (or any other browser that allows you to switch user-agents)&lt;/li&gt;&lt;p&gt;&lt;/p&gt;&lt;li&gt;&lt;p&gt;Download the User Agent Switcher add-on for Firefox (or an equivalent if it exists for your browser). This add-on allows you to easily switch between user-agents and already has a profile for iPhone 3G included, although others can easily be added.&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Navigate to &lt;a href="http://ideas.singtel.com/iphone"&gt;Singtel IDEAS&lt;/a&gt; and click on Entertainment &amp;amp; TV&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;You're now watching mio TV on your PC!&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;p&gt;If you want to watch the channel in full screen (as the resolution of the content is for the iPhone), run QuickTime and open the URL that is being displayed on your browser.&lt;/p&gt;&lt;p&gt;I'm not quite sure what sort of check Singtel has for the 3G usage, but if it is simply being on Singtel's 3G network (postpaid), then this MIGHT work even for people with any other phone. I am yet to confirm whether this works or not.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-4248740056381542793?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/D59n8LXWRH-ios_34W4DfAELBpU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D59n8LXWRH-ios_34W4DfAELBpU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/D59n8LXWRH-ios_34W4DfAELBpU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D59n8LXWRH-ios_34W4DfAELBpU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/AAOsDOxVUfY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/4248740056381542793/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/08/watching-singtel-mobiletv-mio-tv-on.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4248740056381542793?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4248740056381542793?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/AAOsDOxVUfY/watching-singtel-mobiletv-mio-tv-on.html" title="Watching Singtel MobileTV (mio TV) on your PC" /><author><name>shahzadsk</name><uri>http://www.blogger.com/profile/02932594370319997776</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/SVbPWaIunlI/AAAAAAAAAAM/QlCf-rTi6Sk/S220/Tasmania+Trip+28+Nov+08+011.JPG" /></author><thr:total>3</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/08/watching-singtel-mobiletv-mio-tv-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0QFQ30yeyp7ImA9WxFWGEQ.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-3558286669963560947</id><published>2009-06-20T22:17:00.007+08:00</published><updated>2010-06-07T16:28:32.393+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-07T16:28:32.393+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><category scheme="http://www.blogger.com/atom/ns#" term="Jailbreak" /><title>Jailbreaking an Unlocked iPhone OS 3.0 on Windows</title><content type="html">I waited, like many others (im)patiently for the 3.0 firmware ever since its release date was announced at WWDC. It has been known for a while, that the current iPhone 3G will ALWAYS be jailbreakable, until the hardware is upgraded. As such, if you are as dependent on jailbreaking as me, it was not a question of &lt;em&gt;whether&lt;/em&gt; I should upgrade, but rather &lt;em&gt;when&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;After hours of following &lt;a href="http://www.twitter.com/@MuscleNerd"&gt;@MuscleNerd&lt;/a&gt; and refreshing my tweets ever so often, the time had arrived - Jailbreaking for OS 3.0 had been released with one caveat - only Pwnage had been released, which unfortunately only works on Intel powered Macs, which of course I don't own!&lt;br /&gt;&lt;br /&gt;As such, I realised that a PC owner could restore to an already jailbroken custom IPSW (firmware) created on a Mac, but not without its own share of issues. After several hours of a non-functional phone, these are the instructions for jailbreaking your iPhone on Windows &lt;em&gt;without&lt;/em&gt; QuickPWN or redsn0w:&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Software Required:&lt;/u&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;iTunes 8.1.1 found at &lt;a href="http://www.oldapps.com/itunes.php"&gt;http://www.oldapps.com/itunes.php&lt;/a&gt;&lt;/li&gt;&lt;li&gt;iTunes 8.2 from &lt;a href="http://www.apple.com/iTunes"&gt;www.apple.com/iTunes&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Custom Jailbroken 3.0 IPSW: &lt;a href="http://www.demonoid.com/files/details/1965353/"&gt;Torrent&lt;/a&gt; &lt;/li&gt;&lt;li&gt;QuickPWN RC-3 found at &lt;a href="http://www.quickpwn.com/2008/09/download-quickpwn-rc3.html"&gt;http://www.quickpwn.com/2008/09/download-quickpwn-rc3.html&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Quick PWN 225-2 found at &lt;a href="http://quickpwn2-2-1.googlecode.com/files/QuickPwn-225-2.zip"&gt;http://quickpwn2-2-1.googlecode.com/files/QuickPwn-225-2.zip&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Official 2.0.2 IPSW found at &lt;a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5241.20080818.t5Fv3/iPhone1,2_2.0.2_5C1_Restore.ipsw"&gt;http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5241.20080818.t5Fv3/iPhone1,2_2.0.2_5C1_Restore.ipsw&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Official 2.2.1 IPSW found at &lt;a href="http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw"&gt;http://appldnld.apple.com.edgesuite.net/content.info.apple.com/iPhone/061-5828.20090127.aQLi8/iPhone1,2_2.2.1_5H11_Restore.ipsw&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;If you have an &lt;strong&gt;iPhone 3G 2.2.1 Jailbroken&lt;/strong&gt;, these are the steps you should take:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Open iTunes 8.2&lt;/li&gt;&lt;li&gt;Backup iPhone data&lt;/li&gt;&lt;li&gt;Hit Shift+Restore and select the custom IPSW you downloaded earlier &lt;/li&gt;&lt;li&gt;Restore iPhone data &lt;/li&gt;&lt;li&gt;You should have a jailbroken iPhone 3G with OS 3.0&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;If you are already running the &lt;strong&gt;stock 3.0 OS&lt;/strong&gt;, the steps are a bit more complicated because iTunes 8.2 will &lt;strong&gt;NOT &lt;/strong&gt;let you restore to the custom IPSW or downgrade to 2.2.1. These are the instructions:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;If you have installed 3.0 already, this assumes you are running iTunes 8.2&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Close &lt;/strong&gt;iTunes 8.2&lt;/li&gt;&lt;li&gt;Run QuickPWN RC-3 to install the &lt;strong&gt;official 2.0.2 IPSW&lt;/strong&gt; on the iPhone.&lt;/li&gt;&lt;li&gt;When the iPhone screen turns white (while the exploit is being uploaded), &lt;strong&gt;disconnect&lt;/strong&gt; your iPhone - the screen will remain white.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Close&lt;/strong&gt; QuickPWN RC-3&lt;/li&gt;&lt;li&gt;Open iTunes 8.2 and Shift+Restore to the &lt;strong&gt;official 2.2.1 IPSW&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;You will probably get &lt;strong&gt;Error 1013&lt;/strong&gt; This is fine for now. QuickPWN 225-2 should fix that.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Uninstall&lt;/strong&gt; iTunes 8.2 and &lt;strong&gt;install&lt;/strong&gt; iTunes 8.1.1 Alternatively, use another computer with iTunes 8.1.1 already installed. This is because QuickPWN 225-2 &lt;strong&gt;does not work&lt;/strong&gt; with iTunes 8.2&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Close &lt;/strong&gt;iTunes 8.1 and run QuickPWN 225-2&lt;/li&gt;&lt;li&gt;Follow the RESET steps at the beginning, this should fix ERROR 1013.&lt;/li&gt;&lt;li&gt;Jailbreak your iPhone 3G 2.2.1 using QuickPWN 225-2&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Uninstall&lt;/strong&gt; iTunes 8.1.1 and &lt;strong&gt;install &lt;/strong&gt;iTunes 8.2&lt;/li&gt;&lt;li&gt;Shift+Restore to 3.0 Jailbroken Custom IPSW&lt;/li&gt;&lt;li&gt;Voila, you should have a Jailbroken iPhone 3G running 3.0!&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;It has come to the author's note, that the Dev-Team has already released &lt;a href="http://blog.iphone-dev.org/post/126908912/redsn0w-in-june"&gt;redsn0w&lt;/a&gt;, which allows you to jailbreak with relative ease. If you are unsure, it is best to use this tool, than the method above. The method was used because redsn0w or QuickPWN had not been released by the Dev-Team yet.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-3558286669963560947?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ePD4lugM9kzpnFmEYI2xaI3_cIs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ePD4lugM9kzpnFmEYI2xaI3_cIs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ePD4lugM9kzpnFmEYI2xaI3_cIs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ePD4lugM9kzpnFmEYI2xaI3_cIs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/OpfLysrUNp4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/3558286669963560947/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/06/jailbreaking-unlocked-iphone-os-30-on.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/3558286669963560947?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/3558286669963560947?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/OpfLysrUNp4/jailbreaking-unlocked-iphone-os-30-on.html" title="Jailbreaking an Unlocked iPhone OS 3.0 on Windows" /><author><name>shahzadsk</name><uri>http://www.blogger.com/profile/02932594370319997776</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/SVbPWaIunlI/AAAAAAAAAAM/QlCf-rTi6Sk/S220/Tasmania+Trip+28+Nov+08+011.JPG" /></author><thr:total>1</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/06/jailbreaking-unlocked-iphone-os-30-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04MRXg5fyp7ImA9WxJRGEs.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-609235692329130604</id><published>2009-05-21T08:10:00.004+08:00</published><updated>2009-05-21T08:33:04.627+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-21T08:33:04.627+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Apps" /><category scheme="http://www.blogger.com/atom/ns#" term="Remote Access" /><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><category scheme="http://www.blogger.com/atom/ns#" term="Simplify Media" /><title>Simplify Media - Remotely Accessing Your Music Library On Your iPhone</title><content type="html">Remotely accessing your music library is definitely a feature I didn't know I needed until I found out it were possible! One of the biggest selling points of the iPhone is in fact its music playing capabilities since it is essentially an iPod Touch with extras. However it definitely lacks in the storage department with even 16GB not cutting it to encompass most people's music libraries (hell even my iRiver which is almost 5 years old has 20GB)!&lt;br /&gt;&lt;br /&gt;Personally, I hate having to fire up iTunes to sync my iPhone (almost as much as I hate a lowercase i in front of everything Apple) because of the need of physically using the cable. I use Appstore (read: Installous) for all the apps that I need (well not really) given that I have 30GB of data that I have not much clue of how to make use of.&lt;br /&gt;&lt;br /&gt;Perhaps one of the main uses of iTunes (and the only reason it's on my PC) is to put songs on the iPhone. However I'm too lazy to do this &lt;em&gt;everytime&lt;/em&gt; I add a new album or song to my library. This is where accessing your music library remotely solves all these problems at once.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.simplifymedia.com/"&gt;Simplify Media&lt;/a&gt; is essentially a music streaming app, which you install on your computer (Windows, Mac, Linux) and set up a free account to either share your iTunes, Windows Media Player or WinAmp library and access it via an app for the iPhone or iPod Touch called &lt;a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=304677902"&gt;Simplify Music 2&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This is quite nifty because unlike a few other apps that allow remote streaming, this one works on WiFi, EDGE/GPRS and 3G! It has a built-in search feature and the interface on the iPhone is quite similar to the iPod app itself. As an added bonus it has album cover, artist info as well as lyrics!&lt;br /&gt;&lt;br /&gt;Another noteworthy feature has to be the ability to invite up to 30 people (who can use Simplify Media which is free) to access your library no matter where they are. It then pops up as a shared library in iTunes, WMP or WinAmp (based on their specified preferences). This means you can also access other people's libraries on your iPhone too!&lt;br /&gt;&lt;br /&gt;Check out a video of the app on the iPhone as well as the desktop version for Windows, Mac and Linux:&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/CWWpiwkSYjI&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed src="http://www.youtube.com/v/CWWpiwkSYjI&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/5JN6J9oZr6E&amp;amp;rel=0&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;feature=player_embedded&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;embed src="http://www.youtube.com/v/5JN6J9oZr6E&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-609235692329130604?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Egh3jX82-w530iBFoyfMD7C9t_U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Egh3jX82-w530iBFoyfMD7C9t_U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Egh3jX82-w530iBFoyfMD7C9t_U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Egh3jX82-w530iBFoyfMD7C9t_U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/nfwl6QHaffs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/609235692329130604/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/05/simplify-media-remotely-accessing-your.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/609235692329130604?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/609235692329130604?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/nfwl6QHaffs/simplify-media-remotely-accessing-your.html" title="Simplify Media - Remotely Accessing Your Music Library On Your iPhone" /><author><name>shahzadsk</name><uri>http://www.blogger.com/profile/02932594370319997776</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/SVbPWaIunlI/AAAAAAAAAAM/QlCf-rTi6Sk/S220/Tasmania+Trip+28+Nov+08+011.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/05/simplify-media-remotely-accessing-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQHRHc8eCp7ImA9WxVbFkw.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-8387486871727545839</id><published>2009-04-02T01:52:00.004+08:00</published><updated>2009-04-02T02:25:35.970+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-02T02:25:35.970+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><title>The Hype about Skype on iPhone (and How to Get The Most of It)</title><content type="html">If you haven't heard yet, Skype has recently been released on the iPhone!&lt;br /&gt;&lt;br /&gt;So what's the big deal? Indeed numerous handsets such as a few &lt;a href="http://www.allaboutsymbian.com/news/item/Skype_running_on_Nokia_66880_S60_Handset.php"&gt;Nokias&lt;/a&gt; have had it for a while and it has been possible for a while to use Skype on the iPhone itself via a few apps such as Truphone and Fring, which allow you to connect to other instant messaging services as well.&lt;br /&gt;&lt;br /&gt;However, the app which I've been trying for most of today definitely deserves to be on the must have app list. You can do pretty much almost anything you can do on Skype from your PC such as chat, add and search for contacts and even make both SkypeOut and free Skype-to-Skype calls (albeit for a few annoying restrictions, which I shall get to talking about a bit later in this post).&lt;br /&gt;&lt;br /&gt;The interface is a lot quicker, more responsive, and a lot cleaner than any other app that you can use to connect to Skype with.&lt;br /&gt;&lt;br /&gt;Unfortunately, due to Apple guidelines, with the default app, you can only make calls when you are connected to Wifi but you can still sign in, chat and see who's online from regular EDGE/GPRS/3G.&lt;br /&gt;&lt;br /&gt;Another annoying nag, is the fact that it is not possible to run apps in the background, which means you HAVE to be on the Skype screen to be able to send and receive messages and calls. Indeed, you have to either know when people are going to skype you or leave it running all the time, which sort of detracts from the whole point of it.&lt;br /&gt;&lt;br /&gt;Nevertheless, this tutorial will help you get past MOST of the aforementioned annoyances:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;You need a jailbroken phone for this. So there's no point continuing if your phone isn't jailbroken yet! Infact this is probably a great reason to jailbreak if you haven't done so already!  &lt;p&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;Install Skype from the Appstore or download the IPA from elsewhere.&lt;/li&gt;&lt;p&gt;&lt;/p&gt;&lt;li&gt;Install MobileSubstrate from Cydia. Please note, existing MobileSubstrate users require an update to 0.9.2805-1 which was released today. For more information on the compatibility issues, read &lt;a href="http://thebigboss.org/2009/03/30/new-skype-app-having-problems-on-jailbroken-phones/"&gt;this&lt;/a&gt;.&lt;/li&gt;&lt;p&gt;&lt;/p&gt;&lt;li&gt;Install VoIPover3G from Cydia - this tricks any app that is configured into thinking that it is using WiFi when in fact it is using 3G/EDGE/GPRS and therefore overcome the need of a WiFi connection to make calls!&lt;/li&gt;&lt;p&gt;&lt;/p&gt;&lt;li&gt;Edit this file either via Terminal or SSH (easier and preferred method): "VoIPover3G.plist" located in /Library/MobileSubstrate/DynamicLibraries/ Add the following string to configure Skype "skype.com.skype" (NB all should be in lowercase. You will probably have to add a comma to separate the previous entry - just follow the layout)&lt;/li&gt;&lt;p&gt;&lt;/p&gt;&lt;li&gt;Install Backgrounder from Cydia. Configure the app to have Skype as an Auto-Enabled Application. This will basically keep Skype running in the background when you hit the Home button, not unlike Skype being minimised to your System Tray! You will also hear your phone ring if someone skypes you - highly recommended!&lt;/li&gt;&lt;p&gt;&lt;/p&gt;&lt;li&gt;If you have IntelliScreen installed, under Performance - Select App Launch Boost and make sure VoIPover3G and Backgrounder are "On"&lt;/li&gt;&lt;p&gt;&lt;/p&gt;&lt;li&gt;Sign in and enjoy an always-on solution for Skype that you can make and receive calls from no matter what connection you have! (NB: Data charges might apply!)&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I've made and received a  few test calls for a noticeable length (&gt;20 mins) and the call quality is nothing short of amazing on 3G, with a quite unnoticeable lag! As at this moment, you can't make a conference call from the app, but you can definitely take part in one, if someone else initiates it. This has been tested as well, with great results on 3G!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-8387486871727545839?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Fjs0IheyBxg4vcCt2-otTrU_5wI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Fjs0IheyBxg4vcCt2-otTrU_5wI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Fjs0IheyBxg4vcCt2-otTrU_5wI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Fjs0IheyBxg4vcCt2-otTrU_5wI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/TYDkSAoH334" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/8387486871727545839/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/04/hype-about-skype-on-iphone-and-how-to.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/8387486871727545839?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/8387486871727545839?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/TYDkSAoH334/hype-about-skype-on-iphone-and-how-to.html" title="The Hype about Skype on iPhone (and How to Get The Most of It)" /><author><name>shahzadsk</name><uri>http://www.blogger.com/profile/02932594370319997776</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/SVbPWaIunlI/AAAAAAAAAAM/QlCf-rTi6Sk/S220/Tasmania+Trip+28+Nov+08+011.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/04/hype-about-skype-on-iphone-and-how-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4DQnY-cCp7ImA9WxNQE0k.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-7866366623716743447</id><published>2009-03-18T02:04:00.003+08:00</published><updated>2009-09-19T16:29:33.858+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-19T16:29:33.858+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><title>Mystery quiz applications on the 'new' Facebook</title><content type="html">Yet another revamp. This one isn't so good I feel. There's an information overload and it's not very legible. I liked the previous font sizing variation and the ability to select the level of detail you want. Changing the Home content according to different friend lists or applications is a cool new feature though. The only good new feature in my opinion.&lt;br /&gt;&lt;br /&gt;Do you have quizzes turning up on your Home page? I do! Lots of them. And you can't hide them, because all the new Home can do is hide updates from that particular friend, which is not what I want it to do! I don't want to see anymore weird quizzes about birthdays an animals! I found a few of them by name and blocked them. They (2 of them) disappeared from the left side menu. Yes!!!&lt;br /&gt;&lt;br /&gt;But no. A few minutes later I had another 2 quizzes added in! Like wtf? Whatever happened to the Facebook we had total control over??&lt;br /&gt;&lt;br /&gt;(Notice the last 2 links)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_byTC-JghDPE/Sb_nysg1sfI/AAAAAAAABKM/p0GJ_6cfQVI/s1600-h/Untitled+picture.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 136px; height: 304px;" src="http://1.bp.blogspot.com/_byTC-JghDPE/Sb_nysg1sfI/AAAAAAAABKM/p0GJ_6cfQVI/s400/Untitled+picture.png" alt="" id="BLOGGER_PHOTO_ID_5314220943448846834" border="0" /&gt;&lt;/a&gt;No, they don't turn up on your Applications page either. Any ideas anyone?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-7866366623716743447?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/snF9qMh_uTqpFawA4e4LvkR7mdc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/snF9qMh_uTqpFawA4e4LvkR7mdc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/snF9qMh_uTqpFawA4e4LvkR7mdc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/snF9qMh_uTqpFawA4e4LvkR7mdc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/31qK8uYmkO0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/7866366623716743447/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/03/mystery-quiz-applications-on-new.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/7866366623716743447?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/7866366623716743447?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/31qK8uYmkO0/mystery-quiz-applications-on-new.html" title="Mystery quiz applications on the 'new' Facebook" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_byTC-JghDPE/Sb_nysg1sfI/AAAAAAAABKM/p0GJ_6cfQVI/s72-c/Untitled+picture.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/03/mystery-quiz-applications-on-new.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUMR3s-eSp7ImA9WxFWGU0.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-4778306810427535896</id><published>2009-03-14T01:51:00.002+08:00</published><updated>2010-06-07T16:44:46.551+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-07T16:44:46.551+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Yahoo Mail" /><category scheme="http://www.blogger.com/atom/ns#" term="Gmail" /><title>Boo Yahoo! Mail + Go Gmail! (or Windows Live)</title><content type="html">I finally decided to make the switch from Yahoo! Mail to Gmail. I love the bells and whistles offered by Gmail. Plus I've been trained for Google Apps at work so I learnt a lot more about it. Also, Yahoo's started to slow down and I keep getting errors. What I like about it was the Outlook-type interface with drag-n-drop. Gmail makes up for it with the shortcuts and Labs features. I love the calendar and tasks integration too. Yahoo's got unlimited space, but hitting 7 gigs itself is close to impossible!&lt;br /&gt;&lt;br /&gt;Over 10 years ago I started off with Yahoo, moved to Hotmail, came back to Yahoo and now I'm switching to Gmail. In this latest step I realised how rigid Yahoo is. They don't have any sort of mail forwarding, you can't export your contacts and no POP/IMAP access is included. They support checking mail through POP/IMAP and contact importing from anywhere. Then they lock your stuff in! If you want to get your stuff out, you have to pay! Basically. Smartasses!! Even MSN (Windows Live) is opening up and becoming like Gmail. It lets you do whatever you want with your mail. Yahoo should stop being so rigid! Google's the king of search but Yahoo still is the king of webmail and a lot of other things.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://weblogs.hitwise.com/bill-tancer/categories5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 459px; height: 451px;" src="http://weblogs.hitwise.com/bill-tancer/categories5.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;On a side note, there's talk that Windows 7 + &lt;a href="http://download.live.com/"&gt;Windows Live Suite&lt;/a&gt; will equate to a pretty complete package. The Live Suite is turning out to be pretty neat. So far so good. Live Mail (Hotmail) has sped up considerably. Check out  Live Mesh and Live Sync for file sharing/synchronization across multiple platforms. Take a look at Live Photo Gallery too. I think it's as fast as Picasa! If not a little faster, and offers direct uploading to Picasaweb, Youtube and even Facebook. Microsoft is finally learning the beauty of keeping things open!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-4778306810427535896?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PNJFZJNlvlLh70g5V6w3247wab8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PNJFZJNlvlLh70g5V6w3247wab8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PNJFZJNlvlLh70g5V6w3247wab8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PNJFZJNlvlLh70g5V6w3247wab8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/uwWiUE6yY4g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/4778306810427535896/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/03/boo-yahoo-mail-go-gmail-or-windows-live.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4778306810427535896?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4778306810427535896?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/uwWiUE6yY4g/boo-yahoo-mail-go-gmail-or-windows-live.html" title="Boo Yahoo! Mail + Go Gmail! (or Windows Live)" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/03/boo-yahoo-mail-go-gmail-or-windows-live.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A08ARXk9eCp7ImA9WxVVF08.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-5695021051469329214</id><published>2009-03-11T07:43:00.002+08:00</published><updated>2009-03-11T08:04:04.760+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-11T08:04:04.760+08:00</app:edited><title>Using your ANU Web Quota on your own Laptop</title><content type="html">After returning to this ANU after a while, I've realised that ANU has changed their internet quota policy changing from a &lt;strong&gt;max&lt;/strong&gt; of 80MB (topped up at a rate of 10MB a day) to a &lt;strong&gt;max&lt;/strong&gt; of 1000MB (topped up at a rate of 1000MB a day).&lt;br /&gt;&lt;br /&gt;As such, this means that you can do a whole lot of things with the data but the computers in the IT labs don't give you much freedom (administration restrictions) and a lot of people (including myself) prefer using their own laptop. As such these are the settings that would enable you to do just that:&lt;br /&gt;&lt;br /&gt;1) Proxy Settings: wwwcache.anu.edu.au:80&lt;br /&gt;2) Authentication Settings: University ID and Password&lt;br /&gt;&lt;br /&gt;NB: This can only be done from an InfoCommons lab as wwwcache bars other IP addresses.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-5695021051469329214?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PtKC28kKFaiUIViCW6KoIsqPvNA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PtKC28kKFaiUIViCW6KoIsqPvNA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PtKC28kKFaiUIViCW6KoIsqPvNA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PtKC28kKFaiUIViCW6KoIsqPvNA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/BvQYe7JkHP0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/5695021051469329214/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/03/using-your-anu-web-quota-on-your-own.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/5695021051469329214?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/5695021051469329214?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/BvQYe7JkHP0/using-your-anu-web-quota-on-your-own.html" title="Using your ANU Web Quota on your own Laptop" /><author><name>shahzadsk</name><uri>http://www.blogger.com/profile/02932594370319997776</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/SVbPWaIunlI/AAAAAAAAAAM/QlCf-rTi6Sk/S220/Tasmania+Trip+28+Nov+08+011.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/03/using-your-anu-web-quota-on-your-own.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YDSX87cSp7ImA9WxVVEkg.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-2141675408544009442</id><published>2009-03-05T18:54:00.004+08:00</published><updated>2009-03-05T19:06:18.109+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-05T19:06:18.109+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Yahoo Mail" /><title>Yahoo! Mail does not support Linux...</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_vFVKIkX3hLs/Sa-wNTN8lRI/AAAAAAAAAEs/WRX_ZXlsmDs/s1600-h/Screenshot-Yahoo%21+Mail+-+Mozilla+Firefox.png"&gt;&lt;img style="cursor: pointer; width: 400px; height: 234px;" src="http://3.bp.blogspot.com/_vFVKIkX3hLs/Sa-wNTN8lRI/AAAAAAAAAEs/WRX_ZXlsmDs/s400/Screenshot-Yahoo%21+Mail+-+Mozilla+Firefox.png" alt="" id="BLOGGER_PHOTO_ID_5309656228236662034" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The all-new Yahoo! Mail does not seem to support Linux. Although so far I havent add issues using it in Linux, Yahoo officially mentions that "The all-new Yahoo! Mail has not been tested with your operating system". Above is the screen shot.&lt;br /&gt;&lt;br /&gt;Interesting thing about this notification is, I have been getting this only in the past two days. It used to be perfectly fine (no notifications) before that. And I still say all the features I've tried out in the new Yahoo! Mail works fine with Linux.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-2141675408544009442?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2CmAENMSMQIMHnY7vIobk__Xtxk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2CmAENMSMQIMHnY7vIobk__Xtxk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2CmAENMSMQIMHnY7vIobk__Xtxk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2CmAENMSMQIMHnY7vIobk__Xtxk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/vsZQgzxd_wE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/2141675408544009442/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/03/yahoo-mail-does-not-support-linux.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/2141675408544009442?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/2141675408544009442?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/vsZQgzxd_wE/yahoo-mail-does-not-support-linux.html" title="Yahoo! Mail does not support Linux..." /><author><name>a5k3r</name><uri>http://www.blogger.com/profile/02428332067404107998</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_vFVKIkX3hLs/Sa-wNTN8lRI/AAAAAAAAAEs/WRX_ZXlsmDs/s72-c/Screenshot-Yahoo%21+Mail+-+Mozilla+Firefox.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/03/yahoo-mail-does-not-support-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUcMRXYyfSp7ImA9WxVWGEg.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-3055872768347507680</id><published>2009-03-01T05:02:00.002+08:00</published><updated>2009-03-01T05:38:04.895+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-01T05:38:04.895+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPhone" /><category scheme="http://www.blogger.com/atom/ns#" term="NUS" /><title>Connecting to NUS VPN via iPhone</title><content type="html">Today whilst I was at K-Gourmet Cafe, I felt like connecting remotely to my XPS from my iPhone. The iPhone natively of course doesn't support RDP (Remote Desktop Protocol) and as such one needs to install an app that allows you to do so. I personally use &lt;a href="http://www.jaadurdp.com/"&gt;Jaadu RDP&lt;/a&gt; for this purpose though there are quite a few out there.&lt;br /&gt;&lt;br /&gt;Since my computer lies on the NUS domain, the app works, but ONLY over WiFi which initially was fine for me until today, as for some weird reason there isn't a hotspot at K-Gourmet!&lt;br /&gt;&lt;br /&gt;Since I have a data plan with SingTel I wanted to figure out a way to connect to the comp over 3G. In order to be connect I first had to be on NUSNET by some means or another. I tried the obvious route of &lt;a href="http://webvpn.nus.edu.sg/"&gt;WebVPN&lt;/a&gt;, with not much hope (because of the Java requirement), and unsurprisingly it authenticated me, but didn't do much else!&lt;br /&gt;&lt;br /&gt;I was always aware that the iPhone had VPN settings (with CISCO IPSec - which is what NUS &lt;em&gt;used&lt;/em&gt; to use before WebVPN). I tried searching for the settings but couldn't come across anything substantial and with a &lt;em&gt;LOT &lt;/em&gt;of trial and error, I finally had success!&lt;br /&gt;&lt;br /&gt;So below, I shall post the settings for anyone who wishes to connect to NUS VPN from outside NUS using an iPhone:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Make sure the iPhone can connect to the internet via WiFi or 3G&lt;/li&gt;&lt;li&gt;Go to Settings--&gt;General--&gt;Network&lt;/li&gt;&lt;li&gt;Click on VPN&lt;/li&gt;&lt;li&gt;Choose "Add VPN Configuration"&lt;/li&gt;&lt;li&gt;Click on the IPSec tab&lt;/li&gt;&lt;li&gt;Enter the following settings:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Description: NUS VPN (or anything else you want to name the profile)&lt;/li&gt;&lt;li&gt;Server: 137.132.3.181 (this is for connecting from &lt;em&gt;outside&lt;/em&gt; NUS)&lt;/li&gt;&lt;li&gt;Account: u0XXXXXX (your NUSNET ID)&lt;/li&gt;&lt;li&gt;Password: Leave blank (you will be prompted when you connect)&lt;/li&gt;&lt;li&gt;Group Name: inside-nus&lt;/li&gt;&lt;li&gt;Secret: inside-nus&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Hit "Save" on the top right corner&lt;/li&gt;&lt;li&gt;Connect to VPN.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;That should be it, you should now be prompted to enter you credentials and then get a message welcoming you to NUS VPN!&lt;/p&gt;&lt;p&gt;NB: For the server: vpn.nus.edu.sg should work as well, but I've not tried it.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-3055872768347507680?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qrv-ywGw36mILKcgWDw1mr-Kk3w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qrv-ywGw36mILKcgWDw1mr-Kk3w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qrv-ywGw36mILKcgWDw1mr-Kk3w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qrv-ywGw36mILKcgWDw1mr-Kk3w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/r6RhbBMgtR0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/3055872768347507680/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/03/connecting-to-nus-vpn-via-iphone.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/3055872768347507680?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/3055872768347507680?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/r6RhbBMgtR0/connecting-to-nus-vpn-via-iphone.html" title="Connecting to NUS VPN via iPhone" /><author><name>shahzadsk</name><uri>http://www.blogger.com/profile/02932594370319997776</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/SVbPWaIunlI/AAAAAAAAAAM/QlCf-rTi6Sk/S220/Tasmania+Trip+28+Nov+08+011.JPG" /></author><thr:total>3</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/03/connecting-to-nus-vpn-via-iphone.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQGQXo-eip7ImA9WxFWGU0.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-4674564127024981274</id><published>2009-02-26T13:54:00.002+08:00</published><updated>2010-06-07T16:45:20.452+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-07T16:45:20.452+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Robotics" /><title>Player/Stage</title><content type="html">Here is a link for some hints on how to compile and install Player/Stage&lt;br /&gt;&lt;a href="http://docs.google.com/Doc?id=dffhqfc8_59ghjh8pd7"&gt;http://docs.google.com/Doc?id=dffhqfc8_59ghjh8pd7&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For more details on Player/Stage refer:&lt;br /&gt;1) &lt;a href="http://playerstage.sourceforge.net"&gt;http://playerstage.sourceforge.net&lt;/a&gt;&lt;br /&gt;2) &lt;a href="http://en.wikipedia.org/wiki/Player_Project"&gt;http://en.wikipedia.org/wiki/Player_Project&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-4674564127024981274?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zUj64JPaF3gV-Gn0WjvQ33sTHpQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zUj64JPaF3gV-Gn0WjvQ33sTHpQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zUj64JPaF3gV-Gn0WjvQ33sTHpQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zUj64JPaF3gV-Gn0WjvQ33sTHpQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/eoMrdxYgodw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/4674564127024981274/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/02/playerstage.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4674564127024981274?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4674564127024981274?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/eoMrdxYgodw/playerstage.html" title="Player/Stage" /><author><name>a5k3r</name><uri>http://www.blogger.com/profile/02428332067404107998</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>3</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/02/playerstage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YCSH4yfCp7ImA9WxVVEkg.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-123722262927417623</id><published>2009-02-18T01:06:00.002+08:00</published><updated>2009-03-05T19:06:09.094+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-05T19:06:09.094+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><title>Google Apps vs. Microsoft Live Workspace</title><content type="html">GApps is basically Google's version of a productivity suite online and Live Workspace is Microsoft's version. (You should look them up, this is going to be a very rough post).&lt;br /&gt;&lt;br /&gt;Both Google and Microsoft offer e-mail, word processing, spreadsheets, presentation slides and websites, as productivity and collaboration tools (packaged differently of course).&lt;br /&gt;&lt;br /&gt;Google has some great extras. Postini is one of the industry's leading security and archival solutions. Everything in GApps runs in your browser. You can install Google Gears and GApps can run offline in your browser. GApps also has API access (paid version) plus thousands of applications written on Google App Engine can be thrown in. The Salesforce CRM tied up with Google too.&lt;br /&gt;&lt;br /&gt;Workspace uses Office for editing. I think it's an 'ok' assumption since most people do use MS Office. What's good about that is your formatting is preserved. Google's formatting is pretty barebones.&lt;br /&gt;&lt;br /&gt;Overall GApps has more features while MS who has a stronghold on the offline market is moving online. Google rules the online space but it will be interesting to see what Microsoft does.&lt;br /&gt;&lt;br /&gt;Google still has a few things to iron out. It goes crazy sometimes when too many people are editing one file. The calendar refuses to save stuff sometimes. My mouse gestures in Gmail stopped working randomly. But those are all small issues.&lt;br /&gt;&lt;br /&gt;Microsoft is really working on the usability of their new Live suite. It sounds promising. I tried the new MSN but I didn't like it, only because it's damn slow. The Photo Gallery uploads straight to Facebook and handles tagging as well, that's pretty cool I thought. And they're supporting Mac as well now. Nice of them.&lt;br /&gt;&lt;br /&gt;Google is hitting the enterprise market online while the enterprise giant Microsoft is just starting to get online. Lets see how this turns out!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-123722262927417623?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/abKrxltHDkoZQ1k4qoOGQgw6HUE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/abKrxltHDkoZQ1k4qoOGQgw6HUE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/abKrxltHDkoZQ1k4qoOGQgw6HUE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/abKrxltHDkoZQ1k4qoOGQgw6HUE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/MntX3y9nCqU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/123722262927417623/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/02/google-apps-vs-microsoft-live-workspace.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/123722262927417623?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/123722262927417623?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/MntX3y9nCqU/google-apps-vs-microsoft-live-workspace.html" title="Google Apps vs. Microsoft Live Workspace" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/02/google-apps-vs-microsoft-live-workspace.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEGQX47eCp7ImA9WxFWGU0.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-2240819993374432487</id><published>2009-02-18T00:53:00.004+08:00</published><updated>2010-06-07T16:50:20.000+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-07T16:50:20.000+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><title>PowerToys for Windows XP</title><content type="html">This a great collection of normally-one-tasked programs not-so-officially released by Microsoft. Check out this &lt;a href="http://www.microsoft.com/windowsxp/Downloads/powertoys/Xppowertoys.mspx"&gt;list.&lt;/a&gt; TweakUI would be my favourite. It has a million options inside!&lt;br /&gt;&lt;br /&gt;I like how it enables Classic Search for Explorer. I don't know why but the standard search with that cute dog jumping about somehow can't find files sometimes. Classic Search is the no-frills version which seems to work much better. Loads quicker too.&lt;br /&gt;&lt;br /&gt;There are a lot of settings related to IE, Explorer, My Computer, the Desktop and some of the other main parts of Windows. Try it out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-2240819993374432487?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xvfSrbpGQarCIVPLZ_u1E73xBWo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xvfSrbpGQarCIVPLZ_u1E73xBWo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xvfSrbpGQarCIVPLZ_u1E73xBWo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xvfSrbpGQarCIVPLZ_u1E73xBWo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/ZnAH-tKGbXU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/2240819993374432487/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/02/powertoys-for-windows-xp.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/2240819993374432487?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/2240819993374432487?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/ZnAH-tKGbXU/powertoys-for-windows-xp.html" title="PowerToys for Windows XP" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/02/powertoys-for-windows-xp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkADRnsyeSp7ImA9WxVXGU8.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-2220125209618591523</id><published>2009-02-17T22:03:00.011+08:00</published><updated>2009-02-18T11:46:17.591+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-18T11:46:17.591+08:00</app:edited><title>My Mobile Solution: how to take almost everything with you, wherever you go</title><content type="html">I've been trying to figure out how not to lug my heavy laptop about with me yet have access to my essential stuff wherever I am/keep things in sync/not have to change settings all the time etc. So here's a bunch of great free tools I've picked up along the way.&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://www.logmein.com/"&gt;LogMeIn&lt;/a&gt; [Windows app + access through web] - The free version is great for accessing your computer remotely. All it needs is an internet connection. You can login to your computer remotely through a browser. It has worked fine with NATs, intranets, firewalls and whatever I've thrown at it. So in that sense it's ahead of Windows Remote Desktop. Of course it's a little slower since it runs in your browser.&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://www.viksoe.dk/code/gmail.htm"&gt;GMail Drive&lt;/a&gt; [Windows app + access through web] - Live Sync has the same feature, but this is easier as it turns up in My Computer as a drive. All you have to do is drag and drop. Log in to your Gmail account and you will see the files there as well. So far I haven't had any issues with files as large as 15-20MB.&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://www.foxmarks.com/"&gt;Foxmarks&lt;/a&gt; [Browser add-on + access through web] - This is for accessing my bookmarks wherever I go. It keeps things synced in the background. Works in all popular browsers. You can also login to their site and access your bookmarks if you don't want to install the plug-in at your friend's place.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.getdropbox.com/"&gt;&lt;span style="font-weight: bold;"&gt;DropBox&lt;/span&gt;&lt;/a&gt; [Windows app + web access] - This is a great productivity tool which I use with my coworkers. It gives you 2GB of online storage, which is also replicated on my computer. A Windows app keeps things in sync. I can share this folder with you and then our files will be synced (you need to install the app). Of course you shouldn't work on the same file at once as that will cause a clash, or you shouldn't delete any important files because it will get rid of my copy too, thanks to the per-second syncing. All the files are online so you have browser access as well.&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://sync.live.com/"&gt;Windows Live Sync&lt;/a&gt; [Windows app + web access] - This is the part LogMeIn (unless you pay for it) is missing, file transfer. This nifty tool can help you access all the files on your hard disks through a Windows app. It also has the same functionality as DropBox included (folder syncing). But DropBox has a copy of the files on their site as well. Live Sync doesn't.&lt;br /&gt;&lt;br /&gt;Another thing I hate doing is switching proxy settings ever so often.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.proxyswitcher.com/"&gt;&lt;span style="font-weight: bold;"&gt;Proxy Switcher&lt;/span&gt;&lt;/a&gt; [Windows app] - I work on different networks when I do carry my laptop around. It's annoying to keep going through menus and switching proxies. This application runs in your tray, and switching proxies is pretty simple.&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://www.proxy-offline-browser.com/ProxySwitch"&gt;&lt;br /&gt;MM3-ProxySwitch&lt;/a&gt; [Browser add-on] - Somehow the everything else works fine with Proxy Switcher except for Firefox! That's where this add-on comes in. It even has a cool scripting feature so you can automate your proxy switching depending on the network. I wish they had the same tool for Windows!&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;UPDATE&lt;/span&gt;: Windows Live Sync doesn't work too well across NAT/intranets. Folder syncing works (just like DropBox) but accessing files on your computer might totally fail. I get upto the point of seeing the files on my laptop in my browser in office, but it can't seem to download any of them!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-2220125209618591523?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uKex9KMRMSzqlreF-aQ8oy5YW9I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uKex9KMRMSzqlreF-aQ8oy5YW9I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uKex9KMRMSzqlreF-aQ8oy5YW9I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uKex9KMRMSzqlreF-aQ8oy5YW9I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/LgnjsfCV6J0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/2220125209618591523/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/02/my-mobile-solution.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/2220125209618591523?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/2220125209618591523?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/LgnjsfCV6J0/my-mobile-solution.html" title="My Mobile Solution: how to take almost everything with you, wherever you go" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/02/my-mobile-solution.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0UERno8eSp7ImA9WxVVEkg.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-3678175776614935624</id><published>2009-02-13T02:47:00.004+08:00</published><updated>2009-03-05T19:06:47.471+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-05T19:06:47.471+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><title>GApps Standard - Losing Count of Free Accounts?</title><content type="html">&lt;a href="http://www.google.com/a"&gt;&lt;br /&gt;Google Apps&lt;/a&gt; came with a 100 free accounts per Standard installation, up until late last year, where they reduced it to 50.&lt;br /&gt;&lt;br /&gt;At the same time I came across some interesting figures in some of the installations. Wonder who's playing with the free accounts at Google eh?&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_byTC-JghDPE/SZRv0aSajrI/AAAAAAAABHE/S6XOFggNkQg/s1600-h/200.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 39px;" src="http://2.bp.blogspot.com/_byTC-JghDPE/SZRv0aSajrI/AAAAAAAABHE/S6XOFggNkQg/s400/200.png" alt="" id="BLOGGER_PHOTO_ID_5301985607522356914" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_byTC-JghDPE/SZRv0d-MaII/AAAAAAAABHM/yeytmFndruM/s1600-h/500.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 39px;" src="http://4.bp.blogspot.com/_byTC-JghDPE/SZRv0d-MaII/AAAAAAAABHM/yeytmFndruM/s400/500.png" alt="" id="BLOGGER_PHOTO_ID_5301985608511285378" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-3678175776614935624?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dkoIncb0vIE99HG5OUas95B7omY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dkoIncb0vIE99HG5OUas95B7omY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dkoIncb0vIE99HG5OUas95B7omY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dkoIncb0vIE99HG5OUas95B7omY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/owz5oji7TLM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/3678175776614935624/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/02/gapps-standard-losing-count-of-free.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/3678175776614935624?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/3678175776614935624?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/owz5oji7TLM/gapps-standard-losing-count-of-free.html" title="GApps Standard - Losing Count of Free Accounts?" /><author><name>Neo</name><uri>http://www.blogger.com/profile/10131966649510615959</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://www.geocities.com/budhima/mesq.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_byTC-JghDPE/SZRv0aSajrI/AAAAAAAABHE/S6XOFggNkQg/s72-c/200.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/02/gapps-standard-losing-count-of-free.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cDRX44eCp7ImA9WxVXEUs.&quot;"><id>tag:blogger.com,1999:blog-33063551.post-4868877312928308718</id><published>2009-02-09T14:06:00.002+08:00</published><updated>2009-02-09T14:31:14.030+08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-09T14:31:14.030+08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="NUS" /><title>NUS EZXCESS Disruption</title><content type="html">I'm sure quite a lot of you non-domain users experienced trouble logging into the LAN or Wireless last Friday. The problem revolved around your credentials not being accepted even though you entered the correct password.&lt;br /&gt;&lt;br /&gt;NUS IT admitted the problem in an email sent out today. It however didn't prescribe any solutions or workarounds until then. However IF this problem does recur, there IS a workaround:&lt;br /&gt;&lt;br /&gt;1. Login via &lt;a href="http://webvpn.nus.edu.sg/"&gt;WebVPN&lt;/a&gt;&lt;br /&gt;2. Set Proxy to "proxy.nus.edu.sg:8080" for your browser (or any other software that requires access).&lt;br /&gt;3. To see how to set a proxy for the entire OS please read my previous &lt;a href="http://technosluts.blogspot.com/2007/05/configuring-windows-update-and-os-to.html"&gt;post&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;That should serve as a temporary workaround until the engineers fix the problem :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33063551-4868877312928308718?l=technosluts.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Gt6PsGfaVRjU8UFNBZZ3rSLw3RU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Gt6PsGfaVRjU8UFNBZZ3rSLw3RU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Gt6PsGfaVRjU8UFNBZZ3rSLw3RU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Gt6PsGfaVRjU8UFNBZZ3rSLw3RU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Technosluts/~4/PIOzzMtPw8s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://technosluts.blogspot.com/feeds/4868877312928308718/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://technosluts.blogspot.com/2009/02/nus-ezxcess-disruption.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4868877312928308718?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/33063551/posts/default/4868877312928308718?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Technosluts/~3/PIOzzMtPw8s/nus-ezxcess-disruption.html" title="NUS EZXCESS Disruption" /><author><name>shahzadsk</name><uri>http://www.blogger.com/profile/02932594370319997776</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="24" src="http://4.bp.blogspot.com/_SLL4yf5ceP8/SVbPWaIunlI/AAAAAAAAAAM/QlCf-rTi6Sk/S220/Tasmania+Trip+28+Nov+08+011.JPG" /></author><thr:total>0</thr:total><feedburner:origLink>http://technosluts.blogspot.com/2009/02/nus-ezxcess-disruption.html</feedburner:origLink></entry></feed>

