<?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>New Palm Pre Accessories &#187; Palm Pre Accessories</title>
	<atom:link href="http://newpalmpre.com/category/palm-pre-accessories/feed/" rel="self" type="application/rss+xml" />
	<link>http://newpalmpre.com</link>
	<description>Batteries, Chargers, Screen Protectors, Cases &#38; Clips</description>
	<lastBuildDate>Fri, 25 Jun 2010 03:04:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Palm Pre Accessories: Amzer SmartCell 3800 mAh Li-Ion Palm Pre Battery with Battery Door</title>
		<link>http://newpalmpre.com/palm-pre-accessories-amzer-smartcell-3800-mah-li-ion-palm-pre-battery-with-battery-door/</link>
		<comments>http://newpalmpre.com/palm-pre-accessories-amzer-smartcell-3800-mah-li-ion-palm-pre-battery-with-battery-door/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 13:26:28 +0000</pubDate>
		<dc:creator>Larry Herrin</dc:creator>
				<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[Amzer SmartCell 3800 mAh Li-Ion Battery]]></category>
		<category><![CDATA[palm pre battery]]></category>

		<guid isPermaLink="false">http://newpalmpre.com/?p=573</guid>
		<description><![CDATA[// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
function registerNamespace(ns)
{
    var parts = ns.split(".");
    var root = window;
    for(var i = 0; i < parts.length; i++)
    {
        if(!root[parts[i]])
       [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
function registerNamespace(ns)
{
    var parts = ns.split(".");
    var root = window;</p>
<p>    for(var i = 0; i < parts.length; i++)
    {
        if(!root[parts[i]])
        {
            root[parts[i]] = new Object();
        }</p>
<p>        root = root[parts[i]];
    }
}</p>
<p>registerNamespace('Associates.Util');</p>
<p>Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element)
{
    if(!parent_element){ parent_element = document; }</p>
<p>    var tags = parent_element.getElementsByTagName(tag);</p>
<p>    var class_tags = new Array();</p>
<p>    var class_regex = new RegExp("\\b" + class_name + "\\b");
    for (var i = 0; i < tags.length; i++)
    {
        if(tags[i].className.match(class_regex))
        {
            class_tags.push(tags[i]);
        }
    }</p>
<p>    return class_tags;
}</p>
<p>Associates.Util.findAncestor = function(child, test)
{
    var test_func;</p>
<p>    if(typeof test == 'object')
    {
        test_func = function(obj){ return obj == test };
    }
    else if (typeof test == 'string')
    {
        test_func = function(obj){ return obj.nodeName == test };
    }
    else
    {
        test_func = test;
    }</p>
<p>    while(child &#038;&#038; !test_func(child))
    {
        child = child.parentNode;
    }</p>
<p>    return child;
}</p>
<p>Associates.Util.getSelectedRadio = function(form, radioName)
{
    if (typeof form == 'string') { form = document.forms[form]; }</p>
<p>    for (var i = 0; i < form[radioName].length; i++)
    {
        if (form[radioName][i].checked)
        {
            return form[radioName][i].value;
        }
    }</p>
<p>    return undefined;
}</p>
<p>function AttachEventListener(object, event, handler, useCapture)
{
    if( !useCapture )
    {
        useCapture = false;
    }</p>
<p>    if( object.addEventListener )
    {
        object.addEventListener(event, handler, useCapture);
    }
    else
    {
        object.attachEvent('on' + event, handler);
    }
}</p>
<p>registerNamespace('Assoc.DOMEvent');
Assoc.DOMEvent.AddHandler = function(object, event, handler, context)
{
    var event_handler;
    if(context) 
        event_handler = function(event){ handler.call(context, event) };
    else
        event_handler = handler;</p>
<p>    AttachEventListener(object, event, event_handler);
}</p>
<p>function GetEventTarget(event)
{
    return (event.target)? event.target : event.srcElement;
}</p>
<p>//borrowed from quirksmode. Stops event bubbling.
function StopEventPropagation(event)
{
    if(!event) { event = window.event; }</p>
<p>    //MSIE
    event.cancelBubble = true;</p>
<p>    //w3c
    if(event.stopPropagation) { event.stopPropagation(); }
}</p>
<p>function StopEventDefault(event)
{
    if(!event) { event = window.event; }</p>
<p>    //MSIE
    event.returnValue = false;</p>
<p>    //w3c
    if(event.preventDefault) { event.preventDefault() };
}</p>
<p>//does both StopEventPropogation and StopEventDefault
function StopEvent(event)
{
    StopEventDefault(event);
    StopEventPropagation(event);
}</p>
<p>function mouseOverFromElement(event)
{
    return (event.relatedTarget)? event.relatedTarget : event.fromTarget;
}</p>
<p>function mouseOutToElement(event)
{
    return (event.relatedTarget)? event.relatedTarget : event.toTarget;
}</p>
<p>var wImages;
var link = document.getElementById('imageViewerLink');</p>
<p>function openImageViewer(event)
{
    if (wImages == null || wImages.closed)
    {
        wImages = window.open(link.href, 'ImageView',
            'width=625,height=700,scrollbars,resizable');
    }
    else
    {
        wImages.location = link.href;
    }
    wImages.focus();
    return false;
}</p>
<p>AttachEventListener(link, 'click', openImageViewer);
// ]]&gt;</script></p>
<div id="productDescription">
<p>There have been many times in my former career as a hydrogeologist when I was in the field all day, in the middle of nowhere on a drilling job. But I also needed to be on the phone a lot, multitasking with other clients. But I still had to supervise the drilling job, so I couldn&#8217;t just be sitting in my truck all day plugged into the cigarette lighter while yakking on the phone.</p>
<div id="attachment_575" class="wp-caption alignleft" style="width: 135px"><a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002KQ5EDU"><img class="size-full wp-image-575" title="amzer 3800mAH battery small" src="http://newpalmpre.com/wp-content/uploads/2009/10/amzer-3800mAH-battery-small.jpg" alt="amzer 3800mAH battery with door for Palm Pre" width="125" height="125" /></a><p class="wp-caption-text">Amzer SmartCell 3800mAH battery with door for Palm Pre</p></div>
<p>Boy, I sure could&#8217;ve used this battery then.</p>
<p>The Palm Pre Super Extended 3800 mAh Lithium Ion Battery will give your Palm Pre power when it needs it (see above!). The Super Extended Battery is designed specifically for Palm Pre. This battery is great if you want to show no fear of running out of juice while you confidently operate your GPS, Bluetooth and/or Wi-Fi radios most of the day, while simultaneously spending a lot of time on the phone.</p>
<p>Whew, it&#8217;s tiring just saying that. Think how your standard battery must feel!</p>
<p>This battery comes with an extended black battery door to securely hold this monster in place (hey, I never said it was tiny and unobtrusive!).</p></div>
<div id="productDetails">Trust me, this one WILL get the job done.</div>
<div>You can find the <a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002KQ5EDU" target="_blank">Amzer SmartCell 3800 mAh Li-Ion Battery with Battery Door for Palm Pre</a> here.</div>
]]></content:encoded>
			<wfw:commentRss>http://newpalmpre.com/palm-pre-accessories-amzer-smartcell-3800-mah-li-ion-palm-pre-battery-with-battery-door/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Palm Pre AA Battery Emergency Travel Charger Accessory</title>
		<link>http://newpalmpre.com/palm-pre-aa-emergency-travel-charger-accessory/</link>
		<comments>http://newpalmpre.com/palm-pre-aa-emergency-travel-charger-accessory/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 13:30:41 +0000</pubDate>
		<dc:creator>Larry Herrin</dc:creator>
				<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[aa battery charger]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[emergency cell phone]]></category>
		<category><![CDATA[emergency cell phone charger]]></category>
		<category><![CDATA[universal charger]]></category>

		<guid isPermaLink="false">http://newpalmpre.com/?p=313</guid>
		<description><![CDATA[Planning on a long trip or vacation somewhere?  When I used to go on long video shoots (I used to own a video studio), one of my favorite &#8220;emergency backup&#8221; devices was an auxiliary video-camera battery that could use AA batteries instead of the usual built-in lithium-ion batteries that had to be recharged. That way, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_314" class="wp-caption alignright" style="width: 231px"><a style="&quot;border:none" href="http://astore.amazon.com/wwwsapmcom-20/detail/9983756854"><img class="size-full wp-image-314" title="AA Emergency Charger" src="http://newpalmpre.com/wp-content/uploads/2009/08/21CNWFb3FNL._SL500_AA221_.jpg" alt="AA Emergency Charger" width="221" height="221" /></a><p class="wp-caption-text">AA Emergency Charger</p></div>
<p>Planning on a long trip or vacation somewhere?  When I used to go on long video shoots (I used to own a video studio), one of my favorite &#8220;emergency backup&#8221; devices was an auxiliary video-camera battery that could use AA batteries instead of the usual built-in lithium-ion batteries that had to be recharged. That way, if I got in a bind during a shoot without a charged camera battery, I could just pop a few AAs into this accessory and BOOM! &#8211; instant camera battery! And I could do that over and over again &#8212; as long as I had enough AAs.</p>
<p>Well, if you are going to take your Palm Pre with you, don’t forget to invest in one of these little, nifty <a href="http://astore.amazon.com/wwwsapmcom-20/detail/9983756854">Palm PRE AA battery Powered Emergency Cell Phone Travel Chargers!</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=wwwsapmcom-20&amp;l=as2&amp;o=1&amp;a=9983756854" border="0" alt="" width="1" height="1" /> They can come in really handy when you are on the go.</p>
<ul style="list-style-type: disc; list-style-image: none; list-style-position: outside; padding-left: 25px;">
<li>Never be left without power again using our AA Battery charger!</li>
<li>This compact emergency charger runs on a single AA Alkaline or Lithium battery (not included).</li>
<li>Now you can juice up any cell phone battery in minutes.</li>
<li>This small emergency cell phone charger is also great for those on the road or traveling.</li>
<li>Use this universal charger for travelling overseas, or as a portable and compact backup.</li>
</ul>
<p>You can pick up your <a href="http://astore.amazon.com/wwwsapmcom-20/detail/9983756854">Palm Pre AA Emergency Travel Charger</a> here.</p>
]]></content:encoded>
			<wfw:commentRss>http://newpalmpre.com/palm-pre-aa-emergency-travel-charger-accessory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre Accessories: Sprint Palm Pre Micro-USB Vehicle Power Car Charger</title>
		<link>http://newpalmpre.com/palm-pre-accessories-sprint-palm-pre-micro-usb-vehicle-power-car-charger/</link>
		<comments>http://newpalmpre.com/palm-pre-accessories-sprint-palm-pre-micro-usb-vehicle-power-car-charger/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 19:25:13 +0000</pubDate>
		<dc:creator>Larry Herrin</dc:creator>
				<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[car charger]]></category>
		<category><![CDATA[Sprint Micro-USB Vehicle Power Charger]]></category>

		<guid isPermaLink="false">http://newpalmpre.com/?p=282</guid>
		<description><![CDATA[One of my biggest fears from the days before cell phones was for the safety of my family if they were on the road without me and had an accident or a breakdown.
I don&#8217;t remember what year it was, but sometime in the mid-1990s, I gave my wife a cell phone for her birthday. She [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 220px"><a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002MKYNZY"><img title="Sprint Car Charger for Palm Pre" src="http://img.skitch.com/20090825-bs8tmhdbm6m44bh8r9witamfy4.png" alt="Sprint Car Charger for Palm Pre" width="210" height="152" /></a><p class="wp-caption-text">Sprint Car Charger for Palm Pre</p></div>
<p>One of my biggest fears from the days before cell phones was for the safety of my family if they were on the road without me and had an accident or a breakdown.</p>
<p>I don&#8217;t remember what year it was, but sometime in the mid-1990s, I gave my wife a cell phone for her birthday. She wasn&#8217;t happy. She knew the expense would be an ongoing one, and she didn&#8217;t see the value of it. Not two weeks later, she was traveling with a station wagon full of kids (some were ours and some not ours) and got hopelessly lost coming back from an out-of-town day trip. She was out in the middle of nowhere, trying to keep herself calm so the kids wouldn&#8217;t be scared. Then she remembered the cell phone that had lain almost forgotten in her purse. Luckily, the phone&#8217;s battery was still charged enough for her to call me, explain her situation and let me help her get herself un-lost.</p>
<p>But what if the battery had been dead? She carried no car charger with her.</p>
<p>Don&#8217;t let it happen to you:</p>
<p>This Sprint Micro-USB Vehicle Power Charger connects your phone to your vehicle&#8217;s power outlet for simultaneous talk and charge. The yellow LED illuminates when the phone is charging. The Sprint Micro-USB Vehicle Power Charger, manufactured by Sprint is compatible with the Palm Pre phone model.</p>
<p>Pick up your <a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002MKYNZY">Sprint Palm Pre Micro-USB Vehicle Power Car Charger</a> here.</p>
]]></content:encoded>
			<wfw:commentRss>http://newpalmpre.com/palm-pre-accessories-sprint-palm-pre-micro-usb-vehicle-power-car-charger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre DirectSync &#8211; Car Charger Bundle (High Current Output)</title>
		<link>http://newpalmpre.com/palm-pre-directsync-car-charger-bundle-high-current-output/</link>
		<comments>http://newpalmpre.com/palm-pre-directsync-car-charger-bundle-high-current-output/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 20:03:15 +0000</pubDate>
		<dc:creator>Larry Herrin</dc:creator>
				<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[car charger]]></category>
		<category><![CDATA[Palm Pre DirectSync]]></category>

		<guid isPermaLink="false">http://newpalmpre.com/?p=296</guid>
		<description><![CDATA[The great thing about this bundle is that &#8212; in one package &#8212; you can have all the accessories you&#8217;ll need to keep your Pre going while on the road.
The DirectSync &#8211; Car Charger Bundle (High Current Output) comes with everything you need to power and charge your Palm Pre in the car! Because you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 187px"><a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002AHY37W"><img title="Palm Pre DirectSync – Car Charger Bundle (High Current Output) " src="http://img.skitch.com/20090825-dtj4c683e6m5cw5ugpcmsfwa7p.png" alt="" width="177" height="143" /></a><p class="wp-caption-text">Palm Pre DirectSync – Car Charger Bundle </p></div>
<p>The great thing about this bundle is that &#8212; in one package &#8212; you can have all the accessories you&#8217;ll need to keep your Pre going while on the road.</p>
<p>The DirectSync &#8211; Car Charger Bundle (High Current Output) comes with everything you need to power and charge your Palm Pre in the car! Because you&#8217;ll have the DirectSync cable, you won&#8217;t be left without a way to synchronize your Palm Pre with your computer.</p>
<p>Click on the link below or on the photo at left to get all this for one low price!</p>
<p>You can pick up your <a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002AHY37W">DirectSync &#8211; Car Charger Bundle (High Current Output)</a> here.</p>
]]></content:encoded>
			<wfw:commentRss>http://newpalmpre.com/palm-pre-directsync-car-charger-bundle-high-current-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palm Pre Accessories: Amzer SmartCell 1400 mAh Slim Extended Battery</title>
		<link>http://newpalmpre.com/amzer-smartcell-1400-mah-slim-extended-battery-for-palm-pre/</link>
		<comments>http://newpalmpre.com/amzer-smartcell-1400-mah-slim-extended-battery-for-palm-pre/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:10:12 +0000</pubDate>
		<dc:creator>Larry Herrin</dc:creator>
				<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[Amzer]]></category>

		<guid isPermaLink="false">http://newpalmpre.com/?p=261</guid>
		<description><![CDATA[Have you heard those reports about shorter-than-promised battery life on the Pre?
Well, I don&#8217;t know whether they&#8217;re true or not, but here&#8217;s the thing: Unlike the iPhone, you can easily swap out batteries in your Pre if you run dry. And if you use this battery, you may not need to swap it out at [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 168px"><a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002KQ5EEE"><img title="Amzer 1400 mAH SmartCell" src="http://img.skitch.com/20090814-8pbeg2xb9b86kswj6wee7pmk1g.png" alt="Amzer 1400 mAH SmartCell for Palm Pre" width="158" height="168" /></a><p class="wp-caption-text">Amzer 1400 mAH SmartCell for Palm Pre</p></div>
<p>Have you heard those reports about shorter-than-promised battery life on the Pre?</p>
<p>Well, I don&#8217;t know whether they&#8217;re true or not, but here&#8217;s the thing: Unlike the iPhone, you can easily swap out batteries in your Pre if you run dry. And if you use this battery, you may not need to swap it out at all during the day, even if your Pre is using its GPS and Bluetooth radios a good part of the day.</p>
<p>At the very least, you&#8217;ll extend your talk time with this 1400 mAh slim extended battery for the Palm Pre. It can be recharged in your Palm Pre or in a cradle and features built-in overcharging protection so there is no need to worry about overcharging. The battery is the same size as the standard battery in your Palm Pre hence no need for an extended battery door. Cells made and composed in Japan with high quality standard under certification GB/T19901-2000 &#8211; ISO9001 : 2000 STANDARD.</p>
<h4>Features:</h4>
<ul>
<li>Slim Extended battery is the same size as the standard battery in your Palm Pre.</li>
<li>Certified under GB/T19901-2000 &#8211; ISO9001:2000 Standard.</li>
<li>Built-in overcharging protection.</li>
<li>Non OEM High capacity 1400 mAh extended battery</li>
<li>Gives you a longer battery life in a lighter package.</li>
</ul>
<p><a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002KQ5EEE">You can pick up your Amzer SmartCell 1400 mAH extended battery here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://newpalmpre.com/amzer-smartcell-1400-mah-slim-extended-battery-for-palm-pre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
