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

<channel>
	<title>What a n00b! &#187; News</title>
	<atom:link href="http://whatan00b.com/category/news/feed" rel="self" type="application/rss+xml" />
	<link>http://whatan00b.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Apr 2012 07:17:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SugarCRM Chef Cookbook Published</title>
		<link>http://whatan00b.com/sugarcrm-chef-cookbook-published</link>
		<comments>http://whatan00b.com/sugarcrm-chef-cookbook-published#comments</comments>
		<pubDate>Sun, 01 May 2011 05:41:32 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[How-Tos / Tips]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1387</guid>
		<description><![CDATA[After delaying cleanup on the code for a week or two, I&#8217;ve published my cookbook for deploying SugarCRM CE using Opscode Chef. The cookbook utilizes the community cookbooks from Opscode for deploying the standard LAMP stack on a machine, grabs a copy of the latest stable build of SugarCRM CE from Github, and creates a [...]]]></description>
			<content:encoded><![CDATA[<p>After delaying cleanup on the code for a week or two, I&#8217;ve published my cookbook for <a href="http://community.opscode.com/cookbooks/sugarcrm">deploying SugarCRM CE</a> using Opscode Chef. The cookbook utilizes the community cookbooks from Opscode for deploying the standard LAMP stack on a machine, grabs a copy of the latest stable build of SugarCRM CE from Github, and creates a silent installer file for super-easy installation of SugarCRM.</p>
<p>Some quick notes on setup:</p>
<p><strong>Usage</strong></p>
<p>Usage is super easy, especially with a general knowledge of Chef. I&#8217;m not going to dive into setting up Chef, they&#8217;ve got some <a href="http://wiki.opscode.com/display/chef/Quick+Start">great documentation</a> for that.</p>
<p>You&#8217;ll need to pull down the php, apache2, mysql, openssl, and git community cookbooks from Opscode and upload to your organization as well.</p>
<p>Then, you can just download the sugarcrm cookbook and upload to your organization:<br />
<code>knife cookbook site vendor sugarcrm<br />
knife cookbook upload sugarcrm</code></p>
<p>Then, add the sugarcrm recipe to whatever node or role you desire. For me, I created a role for sugarcrm:<br />
<code>$ knife role show sugarcrmchef_type:            role<br />
default_attributes:<br />
description:<br />
env_run_lists:<br />
json_class:           Chef::Role<br />
name:                 sugarcrm<br />
override_attributes:<br />
run_list:             recipe[sugarcrm]</code></p>
<p>You can either bootstrap a new VM / cloud instance or apply the role to an existing machine and do a run of chef-client.</p>
<p>For my example, I created a new EC2 instance based on Ubuntu (can be any OS that the Opscode community cookbooks support):<br />
<code>knife ec2 server create -r 'role[sugarcrm]' --image ami-7000f019 -d ubuntu10.04-apt -S mykey -x ubuntu -i ~/.ssh/mykey.pem</code></p>
<p>Then, you can navigate to your server&#8217;s FQDN/sugarcrm in your browser to complete the install. Not to worry, the cookbook configures a config_si.php (si = silent installer), so no need to know any details about your install.</p>
<p>Once complete, you&#8217;ll reach the login page. Default login is admin/admin (which can be overridden with override attributes in the role/node).</p>
<p>That&#8217;s it! </p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/sugarcrm-chef-cookbook-published/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitor APC Stats with Zenoss</title>
		<link>http://whatan00b.com/monitor-apc-stats-with-zenoss</link>
		<comments>http://whatan00b.com/monitor-apc-stats-with-zenoss#comments</comments>
		<pubDate>Sat, 29 Jan 2011 00:23:24 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[How-Tos / Tips]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1361</guid>
		<description><![CDATA[I&#8217;ve (finally) published my first public project to the Internets! It&#8217;s a set of scripts to grab stats from the APC PHP opcode cacher for graphing inside Zenoss (though should be compatible with Nagios). It&#8217;s incredibly simple, but I have yet to find anyone else who has done this for Zenoss so I thought I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve (finally) published my first public project to the Internets! It&#8217;s a set of scripts to grab stats from the <a href="http://php.net/manual/en/book.apc.php">APC PHP opcode</a> cacher for graphing inside <a href="http://www.zenoss.org">Zenoss</a> (though should be compatible with Nagios). It&#8217;s incredibly simple, but I have yet to find anyone else who has done this for Zenoss so I thought I would share in case it&#8217;s helpful. For now, it just grabs the hit ratio of the cache.</p>
<p>In the famous last words of many an open source project, &#8220;In the future, I plan on adding&#8221;:</p>
<ol>
<li>fragmentation graphs</li>
<li>a ZenPack for easy installation</li>
<li>Ideas?</li>
</ol>
<p>Grab the scripts at <a href="https://github.com/wwalter/apc-php-monitor">Github</a> and rough install instructions are listed on the README page.</p>
<p>Here&#8217;s a fairly boring screenshot of the graph in action:</p>
<p><a href="http://whatan00b.com/wp-content/uploads/2011/01/apc-zenoss-graph.png"><img class="aligncenter size-medium wp-image-1362" title="apc-zenoss-graph" src="http://whatan00b.com/wp-content/uploads/2011/01/apc-zenoss-graph-300x105.png" alt="" width="300" height="105" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/monitor-apc-stats-with-zenoss/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s Laughing Now? Windows Mobile to Copy iPhone?</title>
		<link>http://whatan00b.com/whos-laughing-now-windows-mobile-to-copy-iphone</link>
		<comments>http://whatan00b.com/whos-laughing-now-windows-mobile-to-copy-iphone#comments</comments>
		<pubDate>Tue, 09 Feb 2010 19:17:07 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1168</guid>
		<description><![CDATA[Ballmer&#8217;s famous reaction to the iPhone seems all the more funnier now, looking back. According to claims, Microsoft is planning some changes for Windows Mobile 7: No multitasking Use a push notification for updates Use the iPod Touch ZuneHD interface Force apps to be installed via the iTunes App Store Windows Marketplace While these changes [...]]]></description>
			<content:encoded><![CDATA[<p>Ballmer&#8217;s famous <a href="http://video.techrepublic.com.com/2422-13792_11-172135.html">reaction to the iPhone</a> seems all the more funnier now, looking back. According to <a href="http://www.electronista.com/articles/10/02/06/windows.phone.7.may.be.deliberate.step.backwards/">claims</a>, Microsoft is planning some changes for Windows Mobile 7:</p>
<ol>
<li>No multitasking</li>
<li>Use a push notification for updates</li>
<li>Use the <span style="text-decoration: line-through;">iPod Touch</span> ZuneHD interface</li>
<li>Force apps to be installed via the <span style="text-decoration: line-through;">iTunes App Store</span> Windows Marketplace</li>
</ol>
<p>While these changes aren&#8217;t confirmed yet, even if one or two of those changes are true, they scream jealousy. Why these changes? Microsoft needs to be able to compete with Apple on speed, battery life, and stability. While I am certainly not in any inner-circles close to this, I&#8217;m sure Microsoft is finding that people want stability, responsiveness, and good battery life in their cell phones. I know that responsiveness and stability are top on my list (I haven&#8217;t been overly happy with a phone with the exception of my BlackBerry ((no AT&amp;T coverage in my area))  for some time now over those very things).</p>
<p>Whether Microsoft wants it or not, the world is <a href="http://stevenf.tumblr.com/post/359224392/i-need-to-talk-to-you-about-computers-ive-been">slowly drifting away</a> from do-it-all devices that have to be setup by power users. The world wants phones that they can turn on, install apps, and start using without having to worry about one application slowing down the phone or having too many open causing the phone to crash.</p>
<p>But not to worry, to those now doubting Microsoft, they thought of all of these radical changes <a href="http://blogs.seattleweekly.com/dailyweekly/2010/02/microsoft_declares_itself_stil.php">all on their own</a>..</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/whos-laughing-now-windows-mobile-to-copy-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail to Add Twitter-Like Clutter</title>
		<link>http://whatan00b.com/gmail-to-add-twitter-like-clutter</link>
		<comments>http://whatan00b.com/gmail-to-add-twitter-like-clutter#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:00:43 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1164</guid>
		<description><![CDATA[While I can&#8217;t say that I&#8217;m surprised, I&#8217;m a bit frustrated and disappointed in Google over the recent news that they are adding a Twitter-like clutter status to the Gmail interface. While I appreciate fancy new tools built into apps I already use as much as the next geek, I really, really don&#8217;t need yet [...]]]></description>
			<content:encoded><![CDATA[<p>While I can&#8217;t say that I&#8217;m surprised, I&#8217;m a bit frustrated and disappointed in Google over the recent news that they are adding a <a href="http://www.readwriteweb.com/archives/google_creating_twitter_clone_for_gmail.php">Twitter-like <span style="text-decoration: line-through;">clutter</span> status to the Gmail</a> interface. While I appreciate fancy new tools built into apps I already use as much as the next geek, I really, really don&#8217;t need yet another social networking tool to update, integrate, and look at. Seriously, it&#8217;s not new content. Does anyone really put unique content on Facebook, Twitter, Linkedin, and every other social networking site they belong to? I certainly don&#8217;t and don&#8217;t know anyone who does. My accounts are all inter-twined and I&#8217;m tired of having to filter out the duplicate data on those sites. Adding yet another list of the same things from my friends is just clutter in a used-to-be clean interface.</p>
<p>UPDATE:</p>
<p>According to a <a href="http://tech.slashdot.org/story/10/02/09/1245247/Google-To-Challenge-Facebook-Again">Slashdot article</a> today, the problem looks like it may be much worse. According to the article, Gmail will be adding Facebook-like photo albums and comment feeds. Fortunately, the Gmail social networking tools are opt-in, so perhaps I won&#8217;t have to see the clutter when I don&#8217;t want to? We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/gmail-to-add-twitter-like-clutter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Is The Only Secure Browser? Please</title>
		<link>http://whatan00b.com/ie-is-the-only-secure-browser-please</link>
		<comments>http://whatan00b.com/ie-is-the-only-secure-browser-please#comments</comments>
		<pubDate>Wed, 20 Jan 2010 04:02:52 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1147</guid>
		<description><![CDATA[It&#8217;s no secret that Microsoft&#8217;s Internet Explorer has been taking a beating over the past week. After all, Google, the world&#8217;s most popular search engine company has blamed a vulnerability in IE for allowing attacks on its systems. After Microsoft admitted it was indeed a flaw in IE that made the attacks possible, the German [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret that Microsoft&#8217;s Internet Explorer has been taking a beating over the past week. After all, Google, the world&#8217;s most popular search engine company has blamed a vulnerability in IE for allowing attacks on its systems. After Microsoft admitted it was indeed a flaw in IE that made the attacks possible, the German government released a statement <a href="http://www.telegraph.co.uk/technology/microsoft/7011626/Germany-warns-against-using-Microsoft-Internet-Explorer.html">urging people to switch browsers</a> and a similar statement from the government in <a href="http://www.telegraph.co.uk/technology/microsoft/7018669/France-warns-against-Internet-Explorer-use.html">France soon followed</a>. Microsoft obviously came back with a statement urging users that those governments&#8217; advise was far too strong of a reaction.</p>
<p>Part if Microsoft&#8217;s message was spot-on. Switching to a different browser due to a single flaw is a really over-dramatic reaction to the situation. If I immediately stopped using any product that had a vulnerability, I would communicate with no one. Even physical mail can be stolen and has been stolen in the past, therefore one would be forced to live in a hole in the ground, not communicating at all. I would recommend not using IE for far bigger reasons than this single vulnerability, but switching solely because of this is purely sensationalism.</p>
<p>On the other hand, the rest of Microsoft&#8217;s message was taken to the opposite extreme. They responded by informing users that switching to a different browser would lead them to an even greater threat. <a href="http://www.techradar.com/news/internet/microsoft-switch-from-ie-and-your-risk-increases-664429">Quoting from Cliff Evans at Microsoft</a> (via TechRadar.com):</p>
<blockquote><p>The net effect of switching [from IE] is that you will end up on less secure browser</p>
<p>The risk [over this specific] exploit is minimal compared to Firefox or other competing browsers… you will be opening yourself up to security issues.</p>
<p>I&#8217;m not aware that the vulnerability exists in other products, but those products may have other vulnerabilities.</p></blockquote>
<p>As much as I want to say that was intended as a joke, it&#8217;s not. Yup, instead of using products that <em>might</em> have vulnerabilities that Microsoft&#8217;s UK Security Chief &#8220;isn&#8217;t aware of&#8221;, users should feel comfortable using a browser that has <em>known</em> vulnerabilities used in a real life attack. No, I&#8217;m not switching up my stance that users should switch purely for this one incident, but to claim IE as the only secure browser in the world is absolutely ridiculous and laughable. IE&#8217;s history doesn&#8217;t help it much, but I&#8217;ll give them the benefit of the doubt on this one and let that part go.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/ie-is-the-only-secure-browser-please/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry = Single Point of Failure?</title>
		<link>http://whatan00b.com/blackberry-equals-single-point-of-failure</link>
		<comments>http://whatan00b.com/blackberry-equals-single-point-of-failure#comments</comments>
		<pubDate>Wed, 23 Dec 2009 06:02:51 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blackberry]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1105</guid>
		<description><![CDATA[RIM/BlackBerry is starting to make me angry. We&#8217;re now in the midst of the second multi-hour outage in a week. Last week we lost (BIS) email in North America. In fact, it was for most of the morning and spilled into the afternoon in my timezone. Today, apparently mail hasn&#8217;t been delivered for some time [...]]]></description>
			<content:encoded><![CDATA[<p>RIM/BlackBerry is starting to make me angry. We&#8217;re now in the midst of the <a href="http://crackberry.com/blackberry-messenger-fritz">second multi-hour outage</a> in a week. Last week we <a href="http://crackberry.com/nationwide-bis-outage-reported-most-carriers">lost (BIS) email in North America</a>. In fact, it was for most of the morning and spilled into the afternoon in my timezone. Today, apparently mail hasn&#8217;t been delivered for some time and I only noticed when my email seemed suspiciously quiet. This time, however, it&#8217;s everything. Phone calls and text messages seem to go in and out with no problem, but anything using the BlackBerry data services seem to be hosed.</p>
<p>Now, I understand that large systems like the BlackBerry Internet and Enterprise Services are complicated and eventually go down. Really, I do get it. What goes up must come down. However, the whole thing is starting to get frustrating to me and I&#8217;m ready to give up.</p>
<p>First, there&#8217;s a right way and a wrong way to deal with outages. For me, a majority of the frustration could be alleviated with a simple notification or a way to know that something is up. During these outages, there was nothing on BlackBerry or my wireless carrier&#8217;s websites, no automated text messages, no nothing. I simply had to realize that email was quieter than normal and check out crackberry.com (an unofficial, yet useful site). Not exactly confidence-instilling. After the incident we got a bit of a &#8220;<a href="http://news.yahoo.com/s/nm/20091217/tc_nm/us_rim_outage">my bad</a>&#8221; (I still have yet to find the official statement) from RIM, but just crickets to the public during the outage. At least when <a href="http://googleblog.blogspot.com/2009/02/current-gmail-outage.html">Gmail had a system-wide outage</a> earlier this year they were up-front about the issues.</p>
<p>Second, the outages happened all over North America. Yes, multiple several-hour-long outages affecting an entire continent within a week. The sad part is, we come to expect it. Something needs to be done. I can understand that with an IT system this large there will likely always be issues, but something needs to be done to segment pieces from one another. A single issue may cause a system-wide outage occasionally, but not three times in two months is unacceptable.</p>
<p>These outages, of course, come along with having a centralized message delivery system like the BIS/BES. I&#8217;m ready to give up and now am on the brink of going on the market for a non-BlackBerry smartphone that will connect directly to my mail servers (the others are <a href="http://www.precentral.net/what-happens-if-palms-servers-go-down-you-still-get-your-email">mocking us</a>..). It&#8217;s a sad day that it&#8217;s come to this. I really do have quite a love-hate relationship with my BlackBerry (Tour). It&#8217;s a solid phone, a great interface, and great management features. I just can&#8217;t constantly think of it as a single point of failure that I have no way of knowing whether or not it works except by sending stupid test emails.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/blackberry-equals-single-point-of-failure/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>So Simple, A Caveman Could Run Your Next Data Center?</title>
		<link>http://whatan00b.com/so-simple-a-caveman-could-run-your-next-datacenter</link>
		<comments>http://whatan00b.com/so-simple-a-caveman-could-run-your-next-datacenter#comments</comments>
		<pubDate>Wed, 16 Dec 2009 03:27:58 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[datacenter]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1101</guid>
		<description><![CDATA[I really enjoy reading about redesigns in data centers and this one at Iron Mountain certainly is no exception. According to the report, the company is working on an experimental data center approximately 22 stories underground in a cave. The data center uses its massive limestone exterior as a kind of heat sink, literally allowing [...]]]></description>
			<content:encoded><![CDATA[<p>I really enjoy reading about redesigns in data centers and this one at Iron Mountain certainly is no exception. According to the report, the company is working on an <a href="http://cleantechnica.com/2009/12/14/300-million-year-old-limestone-cave-to-cool-data/">experimental data center approximately 22 stories underground</a> in a cave. The data center uses its massive limestone exterior as a kind of heat sink, literally allowing the rock walls around it absorb the heat. It also can feed off an underground lake as liquid cooling for the air conditioners when necessary.</p>
<p>The experiment is a clever, yet incredibly simple idea. It&#8217;s about as far away from <a href="http://www.datacenterknowledge.com/archives/2008/09/06/google-planning-offshore-data-barges/">Google&#8217;s alleged experiments with data centers</a> on the ocean that we read about last year as one can get. Feeding off the rock walls around it for cooling, these certainly seem a bit more sturdy and safer to me than a floating data center, but they would definitely be inconvenient to get to (though, I suppose having to hop on a boat or helicopter would be fairly inconvenient as well <img src='http://whatan00b.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p>There are plenty of other areas and environments where we can feed off the environment for keeping data centers cool. For instance, in the area where I live we have pretty cold winters. If we would simply pull in cool air from outside, it could cut down on unnecessary resource consumption for cooling quite a bit. Of course, in the winter we have to watch that the humidity doesn&#8217;t drop too far, but it would certainly help.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/so-simple-a-caveman-could-run-your-next-datacenter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want Faster Browsing? Google FTW!</title>
		<link>http://whatan00b.com/want-faster-browsing-google-ftw</link>
		<comments>http://whatan00b.com/want-faster-browsing-google-ftw#comments</comments>
		<pubDate>Fri, 11 Dec 2009 04:56:23 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[How-Tos / Tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1098</guid>
		<description><![CDATA[Well, Google is at it again. I am now relying on yet another set of Google products.. This week was a big week for non-Windows users waiting for the Chrome browser. Earlier this week they released the beta of Chrome for Linux and Mac. I actually held out a bit on using many of the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, Google is at it again. I am now relying on yet another set of Google products..</p>
<p>This week was a big week for non-Windows users waiting for the Chrome browser. Earlier this week they <a href="http://www.osnews.com/story/22589/Google_Chrome_for_Mac_Beta_Released_Linux_Beta_Released_Too">released the beta of Chrome for Linux and Mac</a>. I actually held out a bit on using many of the pre-release version of Chrome on Linux/Mac, mostly because I didn&#8217;t have a lot of time on my hands, but also because I didn&#8217;t realize just how much faster it really was than the browsers I&#8217;d been using. But, it wasn&#8217;t just Chrome that has sped up my browsing experience this week either.</p>
<p>Last week Google announced the general availability of its <a href="http://googleblog.blogspot.com/2009/12/introducing-google-public-dns.html">new public DNS service</a>, touting it  as a speed booster(?). DNS typically isn&#8217;t something that we give a ton of thought to when chasing after faster browsing speeds, but I was pleasantly surprised by a bit snappier browsing experience. Of course, my download speeds really aren&#8217;t any faster, but the initial connection to my favorite websites (and non-favorite I suppose..) has sped up a bit. Just how much faster did this new DNS service make my little network go? Well, I really don&#8217;t have any numbers. If you haven&#8217;t <a href="http://code.google.com/speed/public-dns/docs/using.html">tried</a> it, it&#8217;s definitely worth a shot.</p>
<p>All&#8217;s not entirely well in my new Google world since Chrome is still in beta. I have to close the browser on occasion because things start acting up and some of my saved passwords are acting a bit weird, but overall the experience has been great. I still have to rely on a combination of Firefox and Safari for things that Chrome is buggy at (or can&#8217;t do like my Zimbra admin <img src='http://whatan00b.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  ), but that&#8217;s to be expected with a beta.</p>
<p>If you are running a Mac or Linux machine as a desktop, I&#8217;d encourage you to check out the <a href="http://www.google.com/chrome">new Chrome beta</a>. I guess even more of my <a href="http://whatan00b.com/all-my-data-are-belong-to-google">data are now belong to Google</a>..</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/want-faster-browsing-google-ftw/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adds Push Mail to Sync for iPhone, Windows Mobile</title>
		<link>http://whatan00b.com/google-adds-push-mail-to-sync-for-iphone-windows-mobile</link>
		<comments>http://whatan00b.com/google-adds-push-mail-to-sync-for-iphone-windows-mobile#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:03:03 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1081</guid>
		<description><![CDATA[In a blog post from the Google Enterprise Apps team, Google has announced that syncing iPhones and Windows Mobile phones with Gmail via ActiveSync now allows users to sync mail as a push account. Until now, users had to use ActiveSync (or Google Sync as Google likes to call it on the server-side) for calendars [...]]]></description>
			<content:encoded><![CDATA[<p>In a blog post from the Google Enterprise Apps team, Google has announced that syncing iPhones and Windows Mobile phones with <a href="http://googleenterprise.blogspot.com/2009/09/push-mail-for-iphone-and-windows-mobile.html">Gmail via ActiveSync</a> now allows users to sync mail as a push account. Until now, users had to use ActiveSync (or Google Sync as Google likes to call it on the server-side) for calendars and contacts and exclude mail from syncing. Then the user had to setup their Gmail account as a separate IMAP account on the iPhone/Win Mo to get their email. It appears that push email is available to both the Enterprise and free personal account customers. </p>
<p>As far as I&#8217;m aware, we still have no word on whether Gmail will support some of the more advanced features of ActiveSync the way that Exchange (and now Zimbra 6.0) can. So far, Exchange competitor Zimbra can do things like <a href="http://bugzilla.zimbra.com/show_bug.cgi?id=18424">initiate wipes</a> to mobile devices, <a href="http://bugzilla.zimbra.com/show_bug.cgi?id=35653">lock devices</a> when an incorrect password is entered, and <a href="http://bugzilla.zimbra.com/show_bug.cgi?id=35923">pause (and resume) syncing</a> to the device. </p>
<p>Gmail has differentiated itself from the market, however, as being the only free email provider (that I&#8217;ve heard of) that offers push mail, contacts, and calendars via ActiveSync (or other similar way to your choice of device). Others (like Hotmail) aren&#8217;t even offering IMAP access to external mail clients to free customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/google-adds-push-mail-to-sync-for-iphone-windows-mobile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Never Deal with Phone Menus Again</title>
		<link>http://whatan00b.com/never-deal-with-phone-menus-again</link>
		<comments>http://whatan00b.com/never-deal-with-phone-menus-again#comments</comments>
		<pubDate>Mon, 21 Sep 2009 05:47:00 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1079</guid>
		<description><![CDATA[I just read through LifeHacker&#8217;s 2009 top ten list of the web&#8217;s most under-hyped apps and just can&#8217;t get over number 2: Fonolo. Most of the other applications are just web apps that perform the same function as desktop applications, but Fonolo seems to stand out among the rest as one of the more innovative [...]]]></description>
			<content:encoded><![CDATA[<p>I just read through LifeHacker&#8217;s <a href="http://lifehacker.com/5361979/top-10-underhyped-webapps-2009-edition">2009 top ten list of the web&#8217;s most under-hyped apps</a> and just can&#8217;t get over number 2: <a href="http://fonolo.com">Fonolo</a>. Most of the other applications are just web apps that perform the same function as desktop applications, but Fonolo seems to stand out among the rest as one of the more innovative and useful applications I&#8217;ve seen in a while. The application is really simple (something that seems to make the good ones stand out), but it allows users to call common businesses that utilize phone menus and display the menu visually. Once the services gets through the menus, it connects to the users&#8217; phone to pick up.</p>
<p>In a world where most things are available to us online, there&#8217;s a surprising amount of things that one still has to pick up the phone for and this allows consumers to have the convenience of browsing, much like the web, but still be able to get to talk to a real-life person. I can see Fonolo being ripe for the picking from the likes of Google to add to Google Voice as a wonderful time-saving feature. Hopefully we&#8217;re not too far from the day where businesses offer such a service right from their website as well, but I&#8217;m sure we&#8217;re a long way from that day..</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/never-deal-with-phone-menus-again/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

