<?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/"
	 xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 
>

<channel>
	<title>Daniel Bergey &#187; Internet</title>
	<atom:link href="http://danielbergey.com/motion/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielbergey.com/motion</link>
	<description>Commotion</description>
	<lastBuildDate>Mon, 02 Nov 2009 02:45:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>FireBug Lite Gets Upgrade</title>
		<link>http://danielbergey.com/motion/2009/01/564/</link>
		<comments>http://danielbergey.com/motion/2009/01/564/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 18:44:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[firebug javascript webdesign]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/?p=564</guid>
		<description><![CDATA[Righteous Bovine! FireBug Lite, the crippled non-FireFox version of Firebug, got 100&#215; cooler and I didn&#8217;t know it. It used to be just a very simple console, but now includes most of the inspection features of FireBug proper. Looks like the debugger is missing, and there&#8217;s no CSS or HTML editing, though you can &#8220;run&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Righteous Bovine! <a href="http://getfirebug.com/lite.html">FireBug Lite</a>, the crippled non-FireFox version of <a href="http://getfirebug.com/">Firebug</a>, got 100&times; cooler and I didn&#8217;t know it. It used to be just a very simple console, but now includes most of the inspection features of FireBug proper.</p>

<div align="center"><a href="http://getfirebug.com/lite.html"><img src="http://www.danielbergey.com/weblog/wp-content/uploads/2009/01/screenshot_1_thumb.png" alt="FireBug Lite, New-And-Improved" title="FireBug Lite, New-And-Improved" width="350" height="212" class="aligncenter size-full wp-image-563" /></a></div>

<p>Looks like the debugger is missing, and there&#8217;s no CSS or HTML editing, though you can &#8220;run&#8221; blocks of CSS (and JavaScript of course).</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2009/01/564/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<slash:comments>0</slash:comments>
	</item>
		<item>
		<title>Rounded Shadows in Chrome</title>
		<link>http://danielbergey.com/motion/2008/12/540/</link>
		<comments>http://danielbergey.com/motion/2008/12/540/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 02:27:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/?p=540</guid>
		<description><![CDATA[Google Chrome, the browser-as-a-modern-operating-system, came out of beta earlier this week. I love that Chrome uses Safari&#8217;s WebKit engine. I love that the version it uses is more advanced than that which Safari uses, so you not only get to use fancy CSS3-esque features like box-shadow: and border-radius:, but it features the improved Web Inspector. [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome, the <a href="http://www.google.com/chrome/intl/en/webmasters-faq.html#newtab">browser-as-a-modern-operating-system</a>, came out of beta earlier this week.</p>

<p>I love that Chrome uses Safari&#8217;s WebKit engine. I love that the version it uses is more advanced than that which Safari uses, so you not only get to use fancy CSS3-esque features like <code>box-shadow:</code> and <code>border-radius:</code>, but it features the improved <a href="http://webkit.org/blog/197/web-inspector-redesign/">Web Inspector</a>.</p>

<p>But I find it rather silly to show rounded corners and drop shadows if you have this problem (Safari also shown for comparison):</p>

<p><style>table.images, table.images td {border: none; text-align:center; width: auto;}</style></p>

<div align="center"><table class="images">
<tr><td><img src="http://www.danielbergey.com/weblog/wp-content/uploads/2008/12/barracuda-backup-control-panel.jpg" alt="Barracuda Backup Control Panel.jpg" border="0" width="126" height="142" /></td>
<td><img border="1" src="http://www.danielbergey.com/weblog/wp-content/uploads/2008/12/barracuda-backup-control-panel-google-chrome-xp-pro-ie7.jpg" alt="Barracuda Backup Control Panel - Google Chrome — XP Pro - IE7.jpg" width="126" height="142" /></td></tr>
<tr><td>Safari 3.0</td><td>Chrome 1.0</td></tr>
</table>
</div>

<p>Remember, Chrome and Safari use the same layout engine. <a href="http://code.google.com/p/chromium/issues/detail?id=128">This bug</a> only shows up when you use <code>box-shadow:</code> and <code>border-radius:</code> together .. in Chrome.</p>

<p>When IE &amp; FireFox can&#8217;t show either the shadows or rounded corners, they at least fail gracefully.</p>

<p>If anyone has found a way to make Chrome behave, I&#8217;d love to hear about it. I&#8217;d like to be able to recommend people to a Windows browser (other than the awkward-on-that-platform Safari) in which to view my work with optimal presentation.</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2008/12/540/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<slash:comments>0</slash:comments>
	</item>
		<item>
		<title>OpenDNS Shortcuts</title>
		<link>http://danielbergey.com/motion/2008/07/opendns-shortcuts/</link>
		<comments>http://danielbergey.com/motion/2008/07/opendns-shortcuts/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 18:21:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[opendns]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/?p=516</guid>
		<description><![CDATA[I use OpenDNS for DNS resolution (the way domain names match up to websites) on my home and office networks. My favorite feature is their URL Shortcuts. I have a bunch of them set up to quickly search various sites I use often: Keyword Website g Google Search gi Google Image Search gm Google Maps [...]]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://opendns.com/">OpenDNS</a> for DNS resolution (the way domain names match up to websites) on my home and office networks. My favorite feature is their <a href="http://www.opendns.com/features/shortcuts/">URL Shortcuts</a>. I have a bunch of them set up to quickly search various sites I use often:</p>

<table>
<thead>
<tr>
  <th align="right">Keyword</th>
  <th>Website</th>
</tr>
</thead>
<tbody>
<tr>
  <td align="right"><strong>g</strong></td>
  <td>Google Search</td>
</tr>
<tr>
  <td align="right"><strong>gi</strong></td>
  <td>Google Image Search</td>
</tr>
<tr>
  <td align="right"><strong>gm</strong></td>
  <td>Google Maps</td>
</tr>
<tr>
  <td align="right"><strong>wiki</strong></td>
  <td>Wikipedia</td>
</tr>
<tr>
  <td align="right"><strong>imdb</strong></td>
  <td>Internet Movie Database</td>
</tr>
<tr>
  <td align="right"><strong>dict</strong></td>
  <td>Dictionary.com</td>
</tr>
<tr>
  <td align="right"><strong>esv</strong></td>
  <td>ESV Bible</td>
</tr>
<tr>
  <td align="right"><strong>gl</strong></td>
  <td>Google &#8220;I&#8217;m Feeling Lucky&#8221; Search</td>
</tr>
<tr>
  <td align="right"><strong>cache</strong></td>
  <td>Google Cache (just found this one <a href="http://www.google.com/mozilla/google-search.html">here</a>!)</td>
</tr>
</tbody>
</table>

<p>The idea is that you can type something like &#8216;<a href="http://www.gnpcb.org/esv/search/?q=gal%205%201">esv gal 5&#160;1</a>&#8217; or &#8216;<a href="http://en.wikipedia.org/wiki/Cumberland_Valley">wiki cumberland valley</a>&#8217; and be taken to the appropriate page, bypassing several pages you&#8217;d normally have to navigate through, like search results.</p>

<p>I was having trouble today with the next-to-last one on that list: the &#8220;I&#8217;m Feeling Lucky&#8221; search. But it looks like they fixed it while I was writing this post. Unless I clicked the actual &#8220;I&#8217;m Feeling Lucky&#8221; button on their front page, Google was just taking me to a search results page, even if I pasted in the google.com url I was redirected to for a split second.</p>

<p>I save a lot of time using these shortcuts. If you don&#8217;t use them already, why don&#8217;t you <a href="http://www.opendns.com/start/">start now</a>?</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2008/07/opendns-shortcuts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<slash:comments>1</slash:comments>
	</item>
		<item>
		<title>Weather Twitterbot for Greenville/Spartanburg/Anderson, SC</title>
		<link>http://danielbergey.com/motion/2008/03/weather-twitterbot-for-greenvillespartanburganderson-sc/</link>
		<comments>http://danielbergey.com/motion/2008/03/weather-twitterbot-for-greenvillespartanburganderson-sc/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 19:43:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitterfeed]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[yahoopipes]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/2008/03/23/weather-twitterbot-for-greenvillespartanburganderson-sc/</guid>
		<description><![CDATA[A week or so ago, we had tornado watches/warnings in our area. I decided to use Yahoo! Pipes and Twitter to make an early alert system. Weather.gov already offers a ton of XML &#38; RSS feeds. I just needed to filter out the events and areas that didn&#8217;t apply, so that only local watches or [...]]]></description>
			<content:encoded><![CDATA[<p>A week or so ago, we had tornado watches/warnings in our area. I decided to use Yahoo! Pipes and Twitter to make an early alert system. Weather.gov already offers a ton of XML &amp; RSS feeds. I just needed to filter out the events and areas that didn&#8217;t apply, so that only local watches or warnings are reported.</p>

<p>Twitter users near Greenville, Spartanburg, or Anderson, SC should <a href="http://twitter.com/gsaweather">subscribe to it</a>.</p>

<p>And in case you want to subscribe some other way (RSS, email, etc.), or make your own customized version, you can visit <a href="http://pipes.yahoo.com/dbergey/DEQ9Quj13BGeNcU9ODY80A">the actual Yahoo! Pipe</a>.</p>

<p>It seems to work quite nicely; we&#8217;re apparently having a Freeze Watch tonight. Who knew?</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2008/03/weather-twitterbot-for-greenvillespartanburganderson-sc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<slash:comments>0</slash:comments>
	</item>
		<item>
		<title>Amazon MP3 Store: Better Value, But Not the Best</title>
		<link>http://danielbergey.com/motion/2007/09/amazon-mp3-store-better-but-not-the-best-value-of-all/</link>
		<comments>http://danielbergey.com/motion/2007/09/amazon-mp3-store-better-but-not-the-best-value-of-all/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 14:12:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/2007/09/26/amazon-mp3-store-better-but-not-the-best-value-of-all/</guid>
		<description><![CDATA[Amazon.com just opened what looks to be the most worthy iTunes competitor yet. Purchased tracks play on nearly every media player ever made, since they&#8217;re DRM-free MP3s. And at 89&#8212;99&#162; (with variable album pricing), they&#8217;re occasionally more economical than iTunes&#8217;. So let&#8217;s do a price comparison of some music old and new: Song Name iTunes [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon.com just opened what looks to be the most worthy iTunes competitor yet. Purchased tracks play on nearly every media player ever made, since they&#8217;re DRM-free MP3s. And at 89&#8212;99&cent; (with variable album pricing), they&#8217;re occasionally more economical than iTunes&#8217;.</p>

<p>So let&#8217;s do a price comparison of some music old and new:</p>

<table>
<thead>
<tr>
  <th align="left">Song Name</th>
  <th align="right">iTunes</th>
  <th align="right">Amazon MP3</th>
  <th align="right">Amazon New CD</th>
  <th align="right">Amazon Used CD</th>
</tr>
</thead>
<tbody>
<tr>
  <td align="left">Steven C. Chapman / Greatest Hits</td>
  <td align="right">$12.99</td>
  <td align="right">$8.99</td>
  <td align="right">$13.99</td>
  <td align="right">$2.45</td>
</tr>
<tr>
  <td align="left">Alison Krauss / New Favorite</td>
  <td align="right">$9.99</td>
  <td align="right">$8.99</td>
  <td align="right">$13.99</td>
  <td align="right">$5.38</td>
</tr>
<tr>
  <td align="left">Chris Rice / Smell the Color 9</td>
  <td align="right">$9.90</td>
  <td align="right">$9.90</td>
  <td align="right">$13.98</td>
  <td align="right">$1.99</td>
</tr>
<tr>
  <td align="left">KT Tunstall / Eye to the Telescope</td>
  <td align="right">$9.99</td>
  <td align="right">$8.99</td>
  <td align="right">$9.99</td>
  <td align="right">$6.15</td>
</tr>
</tbody>
</table>

<p>I should point out that I&#8217;m motivated by three factors here: price, convenience, and audio quality. iTunes and Amazon MP3 are convenient, but a used CD still wins out in price and audio quality. Amazon&#8217;s 256KB/s encoding beats iTunes&#8217; 128KB/s, and when iTunes does offer 256KB/s DRM-free downloads, they&#8217;re always more expensive than Amazon&#8217;s.</p>

<p>And I much prefer having physical media waiting in my closet in case I run over or otherwise destroy my iPod. That said, for any quick impulse purchases I <em>do</em> allow myself, I think I&#8217;ll go to Amazon before buying from iTunes.</p>

<div><style>
#post-504 table {
    margin: 0 auto;
}
#post-504 th, #post-504 td {
    font-size: 11px;
    padding: 3px 5px;
    background: #eee;
}
#post-504 th { background: #ddd; }
</style></div>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2007/09/amazon-mp3-store-better-but-not-the-best-value-of-all/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<slash:comments>1</slash:comments>
	</item>
		<item>
		<title>Targeting IE7 with CSS rules</title>
		<link>http://danielbergey.com/motion/2007/07/targeting-ie7-with-css-rules/</link>
		<comments>http://danielbergey.com/motion/2007/07/targeting-ie7-with-css-rules/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 23:58:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/2007/07/03/targeting-ie7-with-css-rules/</guid>
		<description><![CDATA[In times past, if you absolutely had to have a hack in your CSS files to target that pesky IE problem, you used to be able to use the Underscore Hack. This useful hack came about because the CSS parser in IE6 ignores the underscore character (_), applying the rule as though it were the [...]]]></description>
			<content:encoded><![CDATA[<p>In times past, if you absolutely had to have a hack in your CSS files to target that pesky IE problem, you used to be able to use the <a href="http://wellstyled.com/css-underscore-hack.html">Underscore Hack</a>. This useful hack came about because the CSS parser in IE6 ignores the underscore character (_), applying the rule as though it were the name alone. If, for example, your PNG didn&#8217;t look nice in IE6, you could do something like this:</p>

<pre><code>#mydiv {
    background: url(wonderful.png);
    _background: url(wonderful.gif); /* IE rule overrides */
}
</code></pre>

<p>In IE7, however, Microsoft fixed that bug, and now the parser treats _named properties as unique, <a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">in accordance with CSS 2.1</a>. The result being that you can still use the underscore hack to target IE6 only with a rule, which is useful for when you&#8217;re working around some other bug that was fixed in IE7.</p>

<p>But what if you need to hack your CSS in IE7? You can use a period (.) instead of an underscore to prefix your property names. This method can be used to target both IE7 and IE6, or just IE7 with some creative jiggling:</p>

<pre><code>/* targeting IE7 only */
#mydiv {
    margin-top: 10px;
    .margin-top: 20px; /* affects both IE6 &amp; IE7 */
    _margin-top: 10px; /* reapply first rule to IE6 */
}
</code></pre>

<p>The period doesn&#8217;t validate, unfortunately. But neither does the underscore, for that matter, even though it&#8217;s allowed under the W3C spec. And your best bet for future-proofing is still <a href="http://www.quirksmode.org/css/condcom.html">conditional comments</a>. But for the moment &#8212; which means until some future version of IE changes it &#8212; this seems like a relatively clean way to work around the layout issues still present in IE7.</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2007/07/targeting-ie7-with-css-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<slash:comments>0</slash:comments>
	</item>
		<item>
		<title>CallWave&#039;s &quot;Vtxt&quot; feature</title>
		<link>http://danielbergey.com/motion/2007/06/callwaves-vtxt-feature/</link>
		<comments>http://danielbergey.com/motion/2007/06/callwaves-vtxt-feature/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 13:06:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/2007/06/30/callwaves-vtxt-feature/</guid>
		<description><![CDATA[Not only does CallWave provide free iPhone-like &#8220;visual voicemail&#8221; on your Dashboard or in a web browser, they just introduced a new killer feature, for free while it&#8217;s in beta: Vtxt message transcription. I just missed a call, and a moment later I received an email with the spoken text of the message in the [...]]]></description>
			<content:encoded><![CDATA[<p>Not only does <a href="http://www.callwave.com/">CallWave</a> provide free iPhone-like <a href="http://movies.apple.com/movies/us/apple/iphone/tips_tours/2007/iphone_tours-voicemail_iref.mov">&#8220;visual voicemail&#8221;</a> on your Dashboard or in a web browser, they just introduced a new killer feature, for free while it&#8217;s in  beta: Vtxt message transcription.</p>

<p>I just missed a call, and a moment later I received an email with the spoken text of the message in the subject line. Very cool.</p>

<p>(I still entered <a href="http://www.engadget.com/2007/06/30/have-an-iphone-on-us/">Engadget&#8217;s iPhone giveaway</a> anyway.)</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2007/06/callwaves-vtxt-feature/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://movies.apple.com/movies/us/apple/iphone/tips_tours/2007/iphone_tours-voicemail_iref.mov" length="318" type="video/quicktime" />
	<slash:comments>1</slash:comments>
	</item>
		<item>
		<title>May 16 Reboot</title>
		<link>http://danielbergey.com/motion/2006/05/may-16-reboot/</link>
		<comments>http://danielbergey.com/motion/2006/05/may-16-reboot/#comments</comments>
		<pubDate>Tue, 16 May 2006 18:42:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/2006/05/16/may-16-reboot/</guid>
		<description><![CDATA[Um, so, I got tired of the other design. Don&#8217;t say I didn&#8217;t warn you. More cool stuff coming soon. Like repairing the layout on non-front pages, IE compatibility, and some small software projects. (Oooh.)]]></description>
			<content:encoded><![CDATA[<p>
Um, so, I got tired of the other design. Don&#8217;t say I didn&#8217;t warn you.
</p>

<p>
More cool stuff coming soon. Like repairing the layout on non-front pages, IE compatibility, and some small software projects. (Oooh.)
</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2006/05/may-16-reboot/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<slash:comments>5</slash:comments>
	</item>
		<item>
		<title>Imagining the Google Future - January 01, 2006</title>
		<link>http://danielbergey.com/motion/2006/02/imagining-the-google-future-january-01-2006/</link>
		<comments>http://danielbergey.com/motion/2006/02/imagining-the-google-future-january-01-2006/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 16:09:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/2006/02/02/imagining-the-google-future-january-01-2006/</guid>
		<description><![CDATA[What will become of Google in, say, 20 years?]]></description>
			<content:encoded><![CDATA[<p>What will become of Google in, say, <a href="http://money.cnn.com/magazines/business2/business2_archive/2006/01/01/8368125/index.htm">20 years</a>?</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2006/02/imagining-the-google-future-january-01-2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<slash:comments>0</slash:comments>
	</item>
		<item>
		<title>In which Daniel gets fed up with GPRS-over-Bluetooth</title>
		<link>http://danielbergey.com/motion/2005/12/in-which-daniel-gets-fed-up-with-gprs-over-bluetooth/</link>
		<comments>http://danielbergey.com/motion/2005/12/in-which-daniel-gets-fed-up-with-gprs-over-bluetooth/#comments</comments>
		<pubDate>Sun, 25 Dec 2005 18:33:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.danielbergey.com/weblog/?p=420</guid>
		<description><![CDATA[For about 3 or so years now, I&#8217;ve had Sony Ericsson phones, starting with the T68i and graduating to the T616. The main feature that I loved about these phones was that I could use them with my PowerBook to get online anywhere I had phone signal. It got even cooler when my second PowerBook [...]]]></description>
			<content:encoded><![CDATA[<p>For about 3 or so years now, I&#8217;ve had <a href="http://www.sonyericsson.com/">Sony Ericsson</a> phones, starting with the T68i and graduating to the T616. The main feature that I loved about these phones was that I could use them with my PowerBook to get online anywhere I had phone signal. It got even cooler when my second PowerBook had built-in Bluetooth and I no longer needed to use a USB module.</p>

<p>Well, it&#8217;s never been the most <em>reliable</em> thing in the world, and it&#8217;s not very fast, either, but the last time I changed my mobile plan I added Cingular&#8217;s unlimited data package for $20/month (a steal in my opinion). Previously I have racked up large charges when I am traveling and without the Net.</p>

<p>That all changed and became Very Inconvenient last week when my internal Bluetooth adapter failed, and no amount of cajoling, PRAM zapping, or PMU resetting would fix it. Fortunately, I had a Belkin USB Bluetooth adapter lying around, and merely needed to find the box it was packed in.</p>

<p>But I was still annoyed at the dropped connections (to the phone) and low speeds that I was getting from Cingular. I&#8217;d been threatening to get a Verizon BroadbandAccess card for a while. So on Wednesday, after wasting time trying to do my laundry at a laundromat and not being able to work while it spun, I decided it was Time.</p>

<p>I ran around to nearly every wireless store in Easley (<a href="http://www.cingular.com/">Cingular</a>, <a href="http://www.alltel.com/">Alltel</a>, <a href="http://www.nextel.com">Nextel</a>, <a href="http://www.sprint.com/">Sprint</a>, <a href="http://www.suncom.com">SunCom</a>, and several independent dealers. Nobody had a card that I could buy and use today, until - right as I was wishing there was a real Verizon store in <a href="http://maps.google.com/maps?oi=map&amp;q=Easley,+SC">Easley</a> - one appeared in front of me that I&#8217;d forgotten about.</p>

<p>They had a <a href="http://www.google.com/search?q=verizon%20wireless%20pc5740&amp;amp;btnI=1">PC5740</a> card that they sold me for $99 with a $59.99/month plan. Not too shabby. Pity it didn&#8217;t work with my Powerbook when I got out to the car.</p>

<p><img src="http://www.danielbergey.com/weblog/wp-content/image-uploads/_images_b2c_accessories_med_air_kpc650.jpg" height="190" width="125" border="0" align="right" hspace="4" vspace="4" alt=" Images B2C Accessories Med Air Kpc650" style="border-width: 0;" />Leaving my laundry churning in the laundromat (an arguably unwise thing to do), I drove to the nearest free Wi-Fi 10 minutes away in Jennifer&#8217;s driveway to find that <a href="http://www.evdoinfo.com/">EVDOinfo.com</a> had already anticipated my exact plight. They had instructions for making the PC5740 work with a Mac, but it was a hack, and most of the card&#8217;s features wouldn&#8217;t be enabled. They insisted that the <a href="http://www.google.com/search?q=kyocera%20KPC650&amp;btnI=1">Kyocera KPC650</a> was the <em>only</em> card that a Powerbook user should have.</p>

<p>They were right. Apparently, Verizon has just recently released Mac software drivers for the KPC650 only. Apple had written even better drivers for the PC5220, but that card is no longer supported by anyone.</p>

<p>So I returned the PC5740 and had them order me a KPC650, which they kindly offered to FedEx to me overnight. When it arrived the next day and I installed the VZAccess software, I was a little disappointed that it didn&#8217;t have a slick little <a href="http://guides.macrumors.com/Menu_Extras">Menu Extra</a> like Apple&#8217;s implementation, so I hacked together a quick Applescript-driven <a href="http://www.petermaurer.de/nasi.php?section=butler">Butler</a> menu (using GUI Scripting).</p>

<p style="text-align:center;"><img src="http://www.danielbergey.com/weblog/wp-content/image-uploads/200512241255.jpg" height="91" width="200" border="1" hspace="4" vspace="4" alt="200512241255" title="200512241255.jpg" style="height: 90;" /><br /><strong>Apple&#8217;s PC5220 Driver
</strong></p>

<p style="text-align:center;">
<img src="http://www.danielbergey.com/weblog/wp-content/image-uploads/200512231040-1.jpg" height="90" width="307" border="1" hspace="4" vspace="4" alt="200512231040-1" /><br /><strong>My Butler-made menu</strong></p>

<p>I&#8217;ve been getting decent speeds with the NationalAccess network in Easley, but apparently BroadbandAccess is coming to Greenville next year.<span style="font-size:12pt;">
</span></p>

<p style="text-align:center;"><img src="http://www.danielbergey.com/weblog/wp-content/image-uploads/200512251328.jpg" height="49" width="289" border="1" hspace="4" vspace="4" alt="200512251328" />
<br /><strong>My NationalAccess speeds (Easley)
</strong></p>

<p style="text-align:center;"><img src="http://www.danielbergey.com/weblog/wp-content/image-uploads/200512251327.jpg" height="48" width="288" border="1" hspace="4" vspace="4" alt="200512251327" />
<br /><strong>My BroadbandAccess speeds (Baltimore)
</strong></p>

<p><strong>
</strong>The VZAccess software is alright, but the installer created a Broadband/NationalAccess location, and switches to it whenever you click Connect. I&#8217;d rather all of my connectivity devices be available in my Automatic location. So far I haven&#8217;t been brave enough to try changing it around.</p>

<p>The NationalAccess speeds end up being fast enough for me to share over Airport to Jennifer&#8217;s Powerbook, which will be nice after she moves out of her house next month. We&#8217;ll be canceling her cable internet, which means we won&#8217;t be able to leech off of it from her parents&#8217; house anymore.</p>
<div class="smartshare" style="display: none;"></div>]]></content:encoded>
			<wfw:commentRss>http://danielbergey.com/motion/2005/12/in-which-daniel-gets-fed-up-with-gprs-over-bluetooth/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<slash:comments>2</slash:comments>
	</item>
	</channel>
</rss>
