<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>DennisTT.Net</title>
	<atom:link href="http://dennistt.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://dennistt.net</link>
	<description>Dennis Tsang's little corner on the big internet!</description>
	<pubDate>Tue, 02 Sep 2008 01:56:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Google Chrome</title>
		<link>http://dennistt.net/2008/09/01/google-chrome/</link>
		<comments>http://dennistt.net/2008/09/01/google-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 01:49:30 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://dennistt.net/?p=123</guid>
		<description><![CDATA[
Finally Google is releasing a beta of its browser application, Google Chrome.  Scheduled release date is tomorrow (Tuesday September 2nd, 2008).
Google Chrome uses the WebKit rendering engine, which is currently being used in Apple&#8217;s Safari browser among others.  I personally prefer Safari&#8217;s speed at loading pages, and I hope Google Chrome using the same engine [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dennistt.net/wp-content/uploads/2008/09/chrome211.jpg" ><img class="size-medium wp-image-124 alignleft" title="Google Chrome Logo" src="http://dennistt.net/wp-content/uploads/2008/09/chrome211-261x300.jpg" alt="Google Chrome Logo" width="209" height="240" /></a></p>
<p>Finally Google is releasing a beta of its browser application, Google Chrome.  Scheduled release date is tomorrow (Tuesday September 2nd, 2008).</p>
<p>Google Chrome uses the WebKit rendering engine, which is currently being used in Apple&#8217;s Safari browser among others.  I personally prefer Safari&#8217;s speed at loading pages, and I hope Google Chrome using the same engine can achieve same or better speeds than Firefox or Internet Explorer.</p>
<p>Also it seems like each tab in Google Chrome will be run in its own process, which should make memory leaks easier to manage (well hopefully there won&#8217;t be any to start off with).</p>
<p>The Google Chrome team put together a <a href="http://books.google.com/books?id=8UsqHohwwVYC&amp;printsec=frontcover" onclick="javascript:pageTracker._trackPageview('/outbound/article/books.google.com');">comic book</a> outlining the development for this browser.  Very interesting read.</p>
<p>Google Blogoscoped has a <a href="http://blogoscoped.com/archive/2008-09-01-n47.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogoscoped.com');">post on Google Chrome</a> quickly listing a few features and also <a href="http://blogoscoped.com/archive/2008-09-02-n72.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogoscoped.com');">another post with screenshots</a> of the new browser.  Google&#8217;s official blog also has a <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/googleblog.blogspot.com');">post</a> mainly for announcing Google Chrome&#8217;s release date.  <a href="http://kara.allthingsd.com/20080901/google-ignites-a-new-browser-war-with-microsoft-by-unveiling-one-of-its-own/" onclick="javascript:pageTracker._trackPageview('/outbound/article/kara.allthingsd.com');">Yet another post on All Things Digital</a> discusses Google&#8217;s tactical moves invading the browser market.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2008/09/01/google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>htop - an improved &#8220;top&#8221;</title>
		<link>http://dennistt.net/2008/08/26/htop-an-improved-top/</link>
		<comments>http://dennistt.net/2008/08/26/htop-an-improved-top/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 05:51:23 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[go2linux]]></category>

		<category><![CDATA[htop]]></category>

		<guid isPermaLink="false">http://dennistt.net/?p=119</guid>
		<description><![CDATA[For the past few months I&#8217;ve been playing around with a VPS purchased from Linode (more about Linode may be blogged about at a later date).  While setting things up I&#8217;ve come across many tutorials about various things, and I&#8217;ve decided to create a Linux category here just so that I can keep track [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few months I&#8217;ve been playing around with a <acronym title="Virtual Private Server">VPS</acronym> purchased from <a href="http://www.linode.com/?r=05c56d0e5b0b0c86a59e37db04d6d9f9d0d2a40c" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.linode.com');">Linode</a> (more about Linode may be blogged about at a later date).  While setting things up I&#8217;ve come across many tutorials about various things, and I&#8217;ve decided to create a Linux category here just so that I can keep track of good tutorials and share them with you <img src='http://dennistt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First is <a href="http://htop.sourceforge.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/htop.sourceforge.net');">htop</a>, which is a great replacement for the default top utility.  There are downfalls to top, like not being able to scroll down the process list, and easy shortcuts for sorting and managing processes.  I don&#8217;t know why I haven&#8217;t found this earlier! Would have saved me a lot of time trying to figure out how to use top and why I couldn&#8217;t see all the processes.</p>
<p>This <a href="http://www.go2linux.org/htop-linux-command-line-to-monitor-linux-systems" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.go2linux.org');">tutorial at Go2Linux</a> outlines the installation method.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2008/08/26/htop-an-improved-top/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Upgraded</title>
		<link>http://dennistt.net/2008/08/09/wordpress-upgraded/</link>
		<comments>http://dennistt.net/2008/08/09/wordpress-upgraded/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 06:08:45 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[DennisTT.Net]]></category>

		<category><![CDATA[upgrade]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dennistt.net/?p=106</guid>
		<description><![CDATA[I&#8217;m amazed at the easiness of the WordPress upgrade system.  The &#8220;three step upgrade&#8221; really lives up to its name; I upgraded from quite an old version of WordPress and I had no problems with the upgrade at all.  However, I wish the same could be said about themes.  As you can see, I&#8217;ve reverted [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m amazed at the easiness of the <a href="http://www.wordpress.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.wordpress.org');" target="_blank">WordPress</a> upgrade system.  The &#8220;<a href="http://codex.wordpress.org/Upgrading_WordPress" onclick="javascript:pageTracker._trackPageview('/outbound/article/codex.wordpress.org');" target="_blank">three step upgrade</a>&#8221; really lives up to its name; I upgraded from quite an old version of WordPress and I had no problems with the upgrade at all.  However, I wish the same could be said about themes.  As you can see, I&#8217;ve reverted to the default theme for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2008/08/09/wordpress-upgraded/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MyBB - Database Import</title>
		<link>http://dennistt.net/2008/08/06/mybb-database-import/</link>
		<comments>http://dennistt.net/2008/08/06/mybb-database-import/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 04:57:14 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[MyBB]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dennistt.net/2008/08/06/mybb-database-import/</guid>
		<description><![CDATA[Ever since MyBB had a facility to create database backups, we have had questions on why there wasn&#8217;t a similar facility to import backups.  The following reasons were taken into account while designing this feature:
1) Security: Reason: If a user somehow managed to get into an administrative account with the correct permissions, they could potentially [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since MyBB had a facility to create database backups, we have had questions on why there wasn&#8217;t a similar facility to import backups.  The following reasons were taken into account while designing this feature:<br />
1) <span style="font-weight: bold"><span style="text-decoration: underline">Security</span></span>: <span style="font-weight: bold">Reason</span>: If a user somehow managed to get into an administrative account with the correct permissions, they could potentially revert your forum to an earlier state, or run arbitrary SQL queries on your database. <span style="font-weight: bold">The Alternative</span>: The use of an externally-installed database administration application reduces the chances that a malicious user can perform these actions on your database through MyBB.<br />
2) <span style="font-weight: bold"><span style="text-decoration: underline">Focus</span></span>: <span style="font-weight: bold">Reason</span>: We are developing a bulletin board system. We are focused on bringing you the features that will help run your bulletin board. Although database backup and restore are important tools, they are not used on a day-to-day basis in your forum&#8217;s administration. The backup function has more frequent use than the restore anyway. Our development resources are limited and we do not have the capacity to develop a fully-featured database administration program into the bulletin board software. <span style="font-weight: bold">The Alternative</span>: Third-party database administration programs are specifically developed for the purpose of managing your database. Their features are more robust than what we can provide. Just like how we concentrate on BBS features, their development teams concentrate on what their product is: database administration.<br />
3) <span style="font-weight: bold"><span style="text-decoration: underline">Weight</span></span>: <span style="font-weight: bold">Reason</span>: In order to keep the MyBB package a reasonable size, we have to be conscious of what features are implemented. It is a waste of both physical and human resources to have a large package (clunky to install and update) with a steep learning curve (difficulty of usage). <span style="font-weight: bold">The Alternative</span>: Dedicated database administration solutions have the ability to incorporate more useful administrative features because that is their focus.<br />
4) <span style="font-weight: bold"><span style="text-decoration: underline">Reliability</span></span>: <span style="font-weight: bold">Reason</span>: In the hypothetical case where an import facility is indeed incorporated into MyBB, the requirement of using it is a working version of MyBB. Let&#8217;s say you just upgraded to MyBB 1.4, but you do not like it. Your database backup is 30MB. You start restoring it via the MyBB 1.4 Admin CP, but the restore times out part way. Your database is now half MyBB 1.2.x and half MyBB 1.4.x and neither version will operate correctly. You will need to resort to a third-party database administration program <span style="font-style: italic">anyway</span> to complete the process of reverting. A doctor can&#8217;t heal himself if he is unconscious. <span style="font-weight: bold">The Alternative</span>: A third-party database administration program does not depend on anything you are operating on. Even if an operation times out, this does not affect the program, you will be able to use the same program to correct the problem.</p>
<p>I hope this sheds some light on the rationale behind not including a database import feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2008/08/06/mybb-database-import/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MyBB 1.4 Released</title>
		<link>http://dennistt.net/2008/08/03/mybb-14-released/</link>
		<comments>http://dennistt.net/2008/08/03/mybb-14-released/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 06:29:25 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[MyBB]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://dennistt.net/2008/08/03/mybb-14-released/</guid>
		<description><![CDATA[We released MyBB 1.4 to the masses this weekend.  I wouldn&#8217;t say it&#8217;s &#8220;overdue&#8221; but it&#8217;s about time we had this release out the door.  We still haven&#8217;t managed to get the &#8220;self-fix&#8221; module working for MyBB to fix itself, so as usual support threads are pouring into the MyBB Community Forums.  Unfortunately I was [...]]]></description>
			<content:encoded><![CDATA[<p>We released <a href="http://community.mybboard.net/thread-34565.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/community.mybboard.net');" title="MyBB 1.4 release announcement" target="_blank">MyBB 1.4</a> to the masses this weekend.  I wouldn&#8217;t say it&#8217;s &#8220;overdue&#8221; but it&#8217;s about time we had this release out the door.  We still haven&#8217;t managed to get the &#8220;self-fix&#8221; module working for MyBB to fix itself, so as usual support threads are pouring into the MyBB Community Forums.  Unfortunately I was caught up in school and work to do as much development as I wanted to for 1.4, but the other developers did a great job recoding the entire Admin CP, and all the other things.</p>
<p>Hope you enjoy MyBB 1.4.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2008/08/03/mybb-14-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A wreck</title>
		<link>http://dennistt.net/2008/03/10/a-wreck/</link>
		<comments>http://dennistt.net/2008/03/10/a-wreck/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 08:27:26 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[DennisTT.Net]]></category>

		<guid isPermaLink="false">http://dennistt.net/2008/03/10/a-wreck/</guid>
		<description><![CDATA[Ok something needs to be done to my site.  Currently between work, MyBB, and other commitments I have found very little time to work on this.  I have temporarily closed the forum section down (except for the plugins which are still available for download) until my new site is up.
Also, I recently got a Flickr [...]]]></description>
			<content:encoded><![CDATA[<p>Ok something needs to be done to my site.  Currently between work, MyBB, and other commitments I have found very little time to work on this.  I have temporarily closed the forum section down (except for the plugins which are still available for download) until my new site is up.</p>
<p>Also, I recently got a Flickr pro account where I will be storing my <a href="http://flickr.dennistt.net"  title="My Flickr account">collections of photos</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2008/03/10/a-wreck/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE Desktop Online Web Browser Live Professional Ultimate Edition for the Internet</title>
		<link>http://dennistt.net/2007/12/06/ie-desktop-online-web-browser-live-professional-ultimate-edition-for-the-internet/</link>
		<comments>http://dennistt.net/2007/12/06/ie-desktop-online-web-browser-live-professional-ultimate-edition-for-the-internet/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 08:12:54 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dennistt.net/2007/12/06/ie-desktop-online-web-browser-live-professional-ultimate-edition-for-the-internet/</guid>
		<description><![CDATA[&#8220;IE Desktop Online Web Browser Live Professional Ultimate Edition for the Internet&#8221;
Sounds like something Microsoft would name the next version of Internet Explorer?  Well it was part of the list of possible names that Microsoft could have named IE8, but fortunately the team at Microsoft sided with sanity and chose simply &#8220;IE8.&#8221;
I guess it does [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;IE Desktop Online Web Browser Live Professional Ultimate Edition for the Internet&#8221;</p>
<p>Sounds like something Microsoft would name the next version of Internet Explorer?  Well it was part of the list of possible names that Microsoft could have named IE8, but fortunately the team at Microsoft sided with sanity and chose simply &#8220;IE8.&#8221;</p>
<p>I guess it does pay off to read the default RSS feeds that come with Outlook 2007.  It gave me a bit of amusement while studying for my exams which commence in&#8230;two days *dies*.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2007/12/06/ie-desktop-online-web-browser-live-professional-ultimate-edition-for-the-internet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cheerios and Lectures Don&#8217;t Mix</title>
		<link>http://dennistt.net/2007/11/16/cheerios-and-lectures-dont-mix/</link>
		<comments>http://dennistt.net/2007/11/16/cheerios-and-lectures-dont-mix/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 07:34:20 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[UBC]]></category>

		<guid isPermaLink="false">http://dennistt.net/2007/11/16/cheerios-and-lectures-dont-mix/</guid>
		<description><![CDATA[Okay so I was in my economics lecture peacefully taking notes on an interesting lecture about oligopoly by Professor Gateman as some &#8220;delinquent&#8221; (as Gateman calls them) walks in late and finds a friend who happened to be sitting on one of the seats on my row and settles down beside the friend.  The latecomer [...]]]></description>
			<content:encoded><![CDATA[<p>Okay so I was in my economics lecture peacefully taking notes on an interesting lecture about oligopoly by <a href="http://www.ratemyprofessors.com/ShowRatings.jsp?tid=13305" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ratemyprofessors.com');" target="_blank">Professor Gateman</a> as some &#8220;delinquent&#8221; (as Gateman calls them) walks in late and finds a friend who happened to be sitting on one of the seats on my row and settles down beside the friend.  The latecomer is offered Cheerios from the friend and proceeds to munch and crunch on a small box of the cereal for the next half hour, not noticing how loud the crunching sound really was, not noticing how the other student sitting on the other side was covering his ear, not noticing a student a couple rows down looking up trying to figure out where that crunching was coming from.  Really, I wouldn&#8217;t mind if the consumption of the food does not produce sound, but *crunch* *crunch* *crunch* continuously during a lecture just annoys me.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2007/11/16/cheerios-and-lectures-dont-mix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Schmap Vancouver: Photo Short-Listed</title>
		<link>http://dennistt.net/2007/11/06/schmap-vancouver-photo-short-listed/</link>
		<comments>http://dennistt.net/2007/11/06/schmap-vancouver-photo-short-listed/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 08:12:07 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://dennistt.net/2007/11/06/schmap-vancouver-photo-short-listed/</guid>
		<description><![CDATA[I just got this email today:
:: Schmap: Vancouver Photo Short-list
Hi Dennis,
I am writing to let you know that one of your photos has been short-listed for inclusion in the fourth edition of our Schmap Vancouver Guide, to be published mid-November 2007.
http://www.schmap.com/ (URL snipped)
Clicking this link will take you to a page where you can:
i) See [...]]]></description>
			<content:encoded><![CDATA[<p>I just got this email today:</p>
<blockquote><p>:: Schmap: Vancouver Photo Short-list</p>
<p>Hi Dennis,</p>
<p>I am writing to let you know that one of your photos has been short-listed for inclusion in the fourth edition of our Schmap Vancouver Guide, to be published mid-November 2007.</p>
<p><a href="http://www.schmap.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.schmap.com');" title="Schmap Homepage" target="_blank">http://www.schmap.com/</a> (URL snipped)</p>
<p>Clicking this link will take you to a page where you can:<br />
i) See which of your photos has been short-listed.<br />
ii) Submit or withdraw your photo from our final selection phase.<br />
iii) Learn how we credit photos in our Schmap Guides.<br />
iv) Browse online or download the second edition of our Schmap Vancouver Guide.</p>
<p>While we offer no payment for publication, many photographers are pleased to submit their photos, as Schmap Guides give their work recognition and wide exposure, and are free of charge to readers. Photos are published at a maximum width of 150 pixels, are clearly attributed, and link to high-resolution originals at Flickr.</p>
<p>Our submission deadline is Sunday, November 11. If you happen to be reading this message after this date, please still click on the link above (our Schmap Guides are updated frequently - photos submitted after this deadline will be considered for later releases).</p>
<p>Best regards,</p>
<p>Emma Williams,<br />
Managing Editor, Schmap Guides</p></blockquote>
<p>The photo that was short-listed was one of the SeaBus:<br />
<a href="http://www.flickr.com/photos/dennistt/180439172/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.flickr.com');"><img src="http://farm1.static.flickr.com/52/180439172_5e79a9d919.jpg" alt="Seabus at Waterfront" title="Seabus at Waterfront" /></a><br />
I don&#8217;t think it&#8217;s one of my best photos, but I guess it does look decent.</p>
<p>Maybe I will start to post more of my photos on Flickr <img src='http://dennistt.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2007/11/06/schmap-vancouver-photo-short-listed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gmail: POP and now IMAP</title>
		<link>http://dennistt.net/2007/11/02/gmail-pop-and-now-imap/</link>
		<comments>http://dennistt.net/2007/11/02/gmail-pop-and-now-imap/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 07:38:33 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dennistt.net/2007/11/02/gmail-pop-and-now-imap/</guid>
		<description><![CDATA[I&#8217;ve had a Gmail account since September 7th, 2004 and currently have 13096 conversations (and counting) in my &#8220;All Mail&#8221; box using up roughly 1GB of space.  One of my first suggestions to the Gmail team was IMAP, and I am glad to see that it has finally made its way in.
The advantage of IMAP [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a Gmail account since September 7th, 2004 and currently have 13096 conversations (and counting) in my &#8220;All Mail&#8221; box using up roughly 1GB of space.  One of my first suggestions to the Gmail team was IMAP, and I am glad to see that it has finally made its way in.</p>
<p>The advantage of IMAP over POP is that you can see a list of your folders (or in Gmail&#8217;s case, tags) and emails that you can move around, mark read/unread, reply, forward, etc. right in your favourite email client, and any action will be synced with the server.  Thus, you can mark mail as read, and label it some tags from Outlook, and Gmail will automatically do the same thing on their side as well.  Also, since all the actions and mail are synced with the Gmail server, whenever you login from any client configured for your email, or from the Gmail web interface, you will see the same list of emails in the same tags.  POP only allows you to get the mail (in one single inbox folder, relying on your client to filter any incoming mail), but any further actions won&#8217;t be synced up.</p>
<p>I&#8217;ve known that Gmail was going to add in IMAP a week or two ago while reading <a href="http://www.gottabemobile.com/LookOutOutlookIMAPGmailIsComing.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.gottabemobile.com');" target="_blank">&#8220;Look out Outlook IMAP for Gmail is Coming&#8221;</a> on <a href="http://www.gottabemobile.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.gottabemobile.com');" target="_blank">GottaBeMobile</a>, but I didn&#8217;t realize that I would get the functionality so quickly.  So I found the IMAP feature in my Gmail today (I don&#8217;t use the web interface much) and I thought I&#8217;d try it out.  It took a while to sync up all the folders and headers.  Anyway, I&#8217;m still debating whether or not to keep it.  I&#8217;m still trying to figure out how to archive mail from the inbox, and trying to get Outlook to download the entire messages from the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennistt.net/2007/11/02/gmail-pop-and-now-imap/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
