<?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>Kevin Henrikson &#187; Gadgets</title>
	<atom:link href="http://kevinhenrikson.com/category/gadgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinhenrikson.com</link>
	<description></description>
	<lastBuildDate>Fri, 24 Dec 2010 08:57:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gmail POP SSL certs for Symbian / Nokia phones</title>
		<link>http://kevinhenrikson.com/2006/06/18/gmail-pop-ssl-certs-for-symbian-nokia-phones/</link>
		<comments>http://kevinhenrikson.com/2006/06/18/gmail-pop-ssl-certs-for-symbian-nokia-phones/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 07:05:25 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/06/18/gmail-pop-ssl-certs-for-symbian-nokia-phones/</guid>
		<description><![CDATA[Connecting to Gmail&#8217;s POP (POPS) server always caused a certificate warning on my Nokia E61 Symbian based phone. The solution is to add Google&#8217;s Gmail root SSL certificate to the phone. First check the SSL cert that gmail is advertising. &#8230; <a href="http://kevinhenrikson.com/2006/06/18/gmail-pop-ssl-certs-for-symbian-nokia-phones/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Connecting to Gmail&#8217;s POP (POPS) server always caused a certificate warning on my Nokia E61 Symbian based phone.  The solution is to add Google&#8217;s Gmail root SSL certificate to the phone.  First check the SSL cert that gmail is advertising.</p>
<p><code><br />
host1:~ kevin$ openssl s_client -connect pop.gmail.com:995 -showcerts<br />
CONNECTED(00000003)<br />
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc./CN=pop.gmail.com<br />
verify error:num=20:unable to get local issuer certificate<br />
verify return:1<br />
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc./CN=pop.gmail.com<br />
verify error:num=27:certificate not trusted<br />
verify return:1<br />
depth=0 /C=US/ST=California/L=Mountain View/O=Google Inc./CN=pop.gmail.com<br />
verify error:num=21:unable to verify the first certificate<br />
verify return:1<br />
---<br />
Certificate chain<br />
 0 s:/C=US/ST=California/L=Mountain View/O=Google Inc./CN=pop.gmail.com<br />
   i:/C=US/O=Equifax/OU=Equifax Secure Certificate Authority<br />
-----BEGIN CERTIFICATE-----<br />
MIIC3TCCAkagAwIBAgIDBZIAMA0GCSqGSIb3DQEBBQUAME4xCzAJBgNVBAYTAlVT<br />
MRAwDgYDVQQKEwdFcXVpZmF4MS0wKwYDVQQLEyRFcXVpZmF4IFNlY3VyZSBDZXJ0<br />
aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDUxMTE1MjEyMjQ0WhcNMDcxMTE2MjEyMjQ0<br />
WjBoMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN<br />
TW91bnRhaW4gVmlldzEUMBIGA1UEChMLR29vZ2xlIEluYy4xFjAUBgNVBAMTDXBv<br />
cC5nbWFpbC5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMP8LCYiLGJ/<br />
RihwcOi1V/zHVTw0Gfu+mI141Vjuuj2DtQoav8emwlXbu8gZoKP9GeMWpX1Vo9qN<br />
4gkslIToHmDnIwGjcaEAfpdhSR9g54Kf5Y7BEXVyco6mTIlpe9vsbV0dmB1FvLP2<br />
1N09dkUJfi7V0fjb8mcn3QYu6+6QNoxPAgMBAAGjga4wgaswDgYDVR0PAQH/BAQD<br />
AgTwMB0GA1UdDgQWBBTdASsopgao1m8hcEg0cDZhucltljA6BgNVHR8EMzAxMC+g<br />
LaArhilodHRwOi8vY3JsLmdlb3RydXN0LmNvbS9jcmxzL3NlY3VyZWNhLmNybDAf<br />
BgNVHSMEGDAWgBRI5mj5K9KylddH2CMgEE8zmJCf1DAdBgNVHSUEFjAUBggrBgEF<br />
BQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQEFBQADgYEAln3/pVqYnUXA1TVGzOqX<br />
LFhohGxpuNkr1UJnQmYxmZeB07uPBYRX8c0JXEKs29TmAHRsLhmp8kF36F11Dxgi<br />
Xm/Y8I9zgWHoMj7SL3Ve/u8K8K7XcUyUuaWmldLQAREafpFy+f+KYHGuAVh8hjy6<br />
XyPlMCqj+PNp8QXjgOcgO68=<br />
-----END CERTIFICATE-----<br />
---<br />
Server certificate<br />
subject=/C=US/ST=California/L=Mountain View/O=Google Inc./CN=pop.gmail.com<br />
issuer=/C=US/O=Equifax/OU=Equifax Secure Certificate Authority<br />
---<br />
No client certificate CA names sent<br />
---<br />
SSL handshake has read 891 bytes and written 332 bytes<br />
---<br />
New, TLSv1/SSLv3, Cipher is DES-CBC3-SHA<br />
Server public key is 1024 bit<br />
SSL-Session:<br />
    Protocol  : TLSv1<br />
    Cipher    : DES-CBC3-SHA<br />
    Session-ID: 19B1FF1A50B6ABCDBB1FEDA198E5C69BC6EA76D1786ECEA5CB845DC2D9BBD6EC<br />
    Session-ID-ctx:<br />
    Master-Key: B1AF3801F0742D2EDB52B010EA2497B3D2AA7D38D65313D57CA0BCD67C59C902938E9F274B09BE95026441F313688179<br />
    Key-Arg   : None<br />
    Start Time: 1150697367<br />
    Timeout   : 300 (sec)<br />
    Verify return code: 21 (unable to verify the first certificate)<br />
---<br />
</code></p>
<p>From this we see the root certificate is from Equifax.  This certificate can be found in common root cert bundles but is not shipped by default on Nokia/Synbian phones.  For reference here&#8217;s the Equifax root certificate.</p>
<p><code><br />
-----BEGIN CERTIFICATE-----<br />
MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV<br />
UzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy<br />
dGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1<br />
MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx<br />
dWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B<br />
AQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f<br />
BeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A<br />
cJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC<br />
AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ<br />
MA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm<br />
aWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw<br />
ODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj<br />
IBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF<br />
MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA<br />
A4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y<br />
7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh<br />
1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4<br />
-----END CERTIFICATE-----<br />
</code></p>
<p>The next step is to convert the Equifax certs to a format Symbian will accet. Start with putting it in a .pem file.</p>
<p><a href="http://kevinhenrikson.com/wordpress/wp-content/uploads/File/equifax.pem">equifax.pem</a></p>
<p>Using openssl it can be converted to der format.</p>
<p><code><br />
  openssl x509 -outform DER -in equifax.pem -out equifax.der<br />
</code></p>
<p><a href="http://kevinhenrikson.com/wordpress/wp-content/uploads/File/equifax.der">equifax.der</a></p>
<p>The final step is to transfer these certificates to your phone.  USB, IR, or Bluetooth will all work for this purpose.  You&#8217;ll be prompted to add the certificate to your phone.  Accepting this will permantly save the cert on your phone for future.  Try connecting to gmail to ensure the certificate prompt/warning  is no longer displayed.</p>
<p><a href="http://notbrainsurgery.livejournal.com/27558.html">ref</a> <a href="http://axljab.homelinux.org/Gmail_POP3_with_Fetchmail">ref2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kevinhenrikson.com/2006/06/18/gmail-pop-ssl-certs-for-symbian-nokia-phones/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>MacBook Pro getting closer&#8230;</title>
		<link>http://kevinhenrikson.com/2006/06/06/macbook-pro-getting-closer/</link>
		<comments>http://kevinhenrikson.com/2006/06/06/macbook-pro-getting-closer/#comments</comments>
		<pubDate>Wed, 07 Jun 2006 07:04:31 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/06/06/macbook-pro-getting-closer/</guid>
		<description><![CDATA[Date/Time Activity Location Details Jun 7, 2006&#160; &#160;2:18 AM Int&#8217;l shipment release &#160; INDIANAPOLIS, IN&#160; &#160; Jun 6, 2006&#160; &#160;2:02 PM Departed FedEx location &#160; ANCHORAGE, AK&#160; &#160; &#160; &#160;12:48 PM Arrived at FedEx location &#160; ANCHORAGE, AK&#160; &#160; &#160; &#8230; <a href="http://kevinhenrikson.com/2006/06/06/macbook-pro-getting-closer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table width="455" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#999999">
<td width="5" height="24"><img src="/images/ascend/shared/spacer.gif" alt="" border="0"></td>
<td colspan="2" class="subheaderwhite1">Date/Time</td>
<td></td>
<td bgcolor="#E6E6E6" width="1" height="1"></td>
<td></td>
<td class="subheaderwhite1">Activity</td>
<td></td>
<td width="1" bgcolor="#E6E6E6" height="1"></td>
<td></td>
<td class="subheaderwhite1">Location</td>
<td></td>
<td width="1" bgcolor="#E6E6E6" height="1"></td>
<td></td>
<td class="subheaderwhite1">Details</td>
<td></td>
</tr>
<tr bgColor=#e6e6e6 >
<td height="15"></td>
<td valign="top" class="small"><b>Jun 7, 2006</b>&nbsp;</td>
<td valign="top" align="right" class="small">&nbsp;2:18 AM</td>
<td></td>
<td bgcolor="#ffffff"></td>
<td></td>
<td valign="top" class="small">
      <!-- only do bold for the first(latest) scan --></p>
<p>        <b></p>
<p>      Int&#8217;l shipment release</p>
<p>        </b></p>
<p>      &nbsp;
      </td>
<td></td>
<td bgcolor="#ffffff"></td>
<td></td>
<td valign="top" class="small">INDIANAPOLIS, IN&nbsp;</td>
<td></td>
<td bgcolor="#ffffff"></td>
<td></td>
<td valign="top" class="small">
<p>        &nbsp;</p>
</td>
<td></td>
</tr>
<tr bgColor=#ffffff >
<td height="15"></td>
<td valign="top" class="small"><b>Jun 6, 2006</b>&nbsp;</td>
<td valign="top" align="right" class="small">&nbsp;2:02 PM</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
      <!-- only do bold for the first(latest) scan --></p>
<p>      Departed FedEx location</p>
<p>      &nbsp;
      </td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">ANCHORAGE, AK&nbsp;</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
<p>        &nbsp;</p>
</td>
<td></td>
</tr>
<tr bgColor=#ffffff >
<td height="15"></td>
<td valign="top" class="small"><b></b>&nbsp;</td>
<td valign="top" align="right" class="small">&nbsp;12:48 PM</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
      <!-- only do bold for the first(latest) scan --></p>
<p>      Arrived at FedEx location</p>
<p>      &nbsp;
      </td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">ANCHORAGE, AK&nbsp;</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
<p>        &nbsp;</p>
</td>
<td></td>
</tr>
<tr bgColor=#ffffff >
<td height="15"></td>
<td valign="top" class="small"><b></b>&nbsp;</td>
<td valign="top" align="right" class="small">&nbsp;11:04 AM</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
      <!-- only do bold for the first(latest) scan --></p>
<p>      Left origin</p>
<p>      &nbsp;
      </td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">SHANGHAI CN&nbsp;</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
<p>        &nbsp;</p>
</td>
<td></td>
</tr>
<tr bgColor=#ffffff >
<td height="15"></td>
<td valign="top" class="small"><b></b>&nbsp;</td>
<td valign="top" align="right" class="small">&nbsp;11:02 AM</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
      <!-- only do bold for the first(latest) scan --></p>
<p>      Picked up</p>
<p>      &nbsp;
      </td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">SHANGHAI CN&nbsp;</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
<p>        &nbsp;</p>
</td>
<td></td>
</tr>
<tr bgColor=#ffffff >
<td height="15"></td>
<td valign="top" class="small"><b></b>&nbsp;</td>
<td valign="top" align="right" class="small">&nbsp;8:55 AM</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
      <!-- only do bold for the first(latest) scan --></p>
<p>      Package data transmitted to FedEx</p>
<p>      &nbsp;
      </td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">&nbsp;</td>
<td></td>
<td bgcolor="#e6e6e6"></td>
<td></td>
<td valign="top" class="small">
<p>        &nbsp;</p>
</td>
<td></td>
</tr>
<tr bgColor="#FFFFFF" >
<td colspan="16" height="15"></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kevinhenrikson.com/2006/06/06/macbook-pro-getting-closer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time to switch? &#8211; Thinkpad vs. MacBook Pro &#8211; Part IV</title>
		<link>http://kevinhenrikson.com/2006/06/05/time-to-switch-thinkpad-vs-macbook-pro-part-iv/</link>
		<comments>http://kevinhenrikson.com/2006/06/05/time-to-switch-thinkpad-vs-macbook-pro-part-iv/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 05:24:13 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/06/05/time-to-switch-thinkpad-vs-macbook-pro-part-iv/</guid>
		<description><![CDATA[The wait is over. I&#8217;ve decided to order my MacBook Pro. See the details below. Lenovo decided to drop Linux as a focus for the Thinkpad line. The lack of a well supported Linux/Unix distro further adds reason to move &#8230; <a href="http://kevinhenrikson.com/2006/06/05/time-to-switch-thinkpad-vs-macbook-pro-part-iv/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The wait is over.  I&#8217;ve decided to order my MacBook Pro.  See the details below.  Lenovo decided to <a href="http://hardware.slashdot.org/article.pl?sid=06/06/04/0415221">drop Linux as a focus for the Thinkpad</a> line.  The lack of a well supported Linux/Unix distro further adds reason to move to Mac.</p>
<table>
<tr>
<td width="460" colspan="6" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:15px;line-height:16px; color:#000;">
<p><b>Order Details</b></p>
</td>
</tr>
<tr>
<td width="50" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px;color:#959595;">
<p>Product Name</p>
</td>
<td width="105">&nbsp;</td>
<td width="120" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px;color:#959595;">
<p>Product Number</p>
</td>
<td width="90" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px;color:#959595;">
<p>Unit Price</p>
</td>
<td width="30" style="padding-bottom:8px; padding-right:0px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px;line-height:11px; color:#959595;">
<p>Qty</p>
</td>
<td width="65" align="right" >
<p style="margin:0px;padding-bottom:8px; padding-right:0px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#959595;">Subtotal</p>
</td>
</tr>
<tr>
<td width="460" colspan="6" style="border-top: solid 1px #999; padding-bottom:8px;"><img src="http://images.apple.com/chatterbox/us/2005/recurring/ols_sap_receipts_110805/img/s.gif" width="560" height="1" alt="" border="0"></td>
</tr>
<tr>
<td width="155" colspan="2" valign="top" style="padding-bottom:10px; padding-right:10px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:12px; color:#000;">
<p><b>MBPRO 15/2.16 CTO</b></p>
</td>
<td width="120" valign="top" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#333;">
<p>Z0DL</p>
</td>
<td width="90" valign="top" style="padding-bottom:8px;font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif;font-size:11px; line-height:11px; color:#333;">
<p>$2,899.00</p>
</td>
<td width="30" valign="top" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#333;">
<p>1</p>
</td>
<td width="65" valign="top" align="right" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#000;">
<p><b>$2,899.00</b></p>
</td>
</tr>
<tr>
<td width="460" colspan="6" style="padding-top:4px; padding-bottom:10px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px;">With the following configuration:</p>
<ul style="padding-left:15px; margin:0;">
<li>Processor	0656552	2.16GHz Intel Core Duo</li>
<li>Memory	0656107	2GB 667 DDR2 2x1GB SODIMMs</li>
<li>Hard Drive	0656106	100GB Serial ATA drive@7200rpm</li>
<li>Optical Drive	0656096	SuperDrive (DVDRW/CDRW)</li>
<li>Display	0656520	Widescreen Display</li>
<li>Modem	0656201	None</li>
<li>Apple Software Solutions	0656200	No optional SW</li>
<li>Keyboard/Mac OS Language	0656553	BkLit Keyboard/Mac OS</li>
<li>Country Kit/AEX	0656102	Airport Extreme Card andBT</li>
</ul>
</td>
</tr>
<tr>
<td width="50" style="padding-bottom:14px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="line-height:10px">Estimated Shipped By:</p>
</td>
<td width="410" colspan="5" style="padding-bottom:14px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="line-height:10px">JUN 07, 2006</p>
</td>
</tr>
<tr>
<td width="150" style="padding-bottom:14px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="line-height:10px">Estimated Delivered By:</p>
</td>
<td width="410" colspan="5" style="padding-bottom:14px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="line-height:10px">JUN 12, 2006</p>
</td>
</tr>
<tr>
<td width="460" colspan="6" style="border-top: solid 1px #CCC; padding-bottom:8px;"><img src=""http://images.apple.com/chatterbox/us/2005/recurring/ols_sap_receipts_110805/img/s.gif" width="560" height="1" alt="" border="0"></td>
</tr>
<tr>
<td width="155" colspan="2" valign="top" style="padding-bottom:10px; padding-right:10px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:12px; color:#000;">
<p><b>Recycle Fee</b></p>
</td>
<td width="120" valign="top" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#333;">
</td>
<td width="90" valign="top" style="padding-bottom:8px;font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif;font-size:11px; line-height:11px; color:#333;">
<p>$8.00</p>
</td>
<td width="30" valign="top" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#333;">
<p>1</p>
</td>
<td width="65" valign="top" align="right" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#000;">
<p><b>$8.00</b></p>
</td>
</tr>
<tr>
<td width="460" colspan="6" style="border-top: solid 1px #CCC; padding-bottom:8px;"><img src=""http://images.apple.com/chatterbox/us/2005/recurring/ols_sap_receipts_110805/img/s.gif" width="560" height="1" alt="" border="0"></td>
</tr>
<tr>
<td width="155" colspan="2" valign="top" style="padding-bottom:10px; padding-right:10px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:12px; color:#000;">
<p><b>APPLE PORTABLE POWER ADAPTER85WUSA</b></p>
</td>
<td width="120" valign="top" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#333;">
<p>MA357LL/A</p>
</td>
<td width="90" valign="top" style="padding-bottom:8px;font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif;font-size:11px; line-height:11px; color:#333;">
<p>$79.00</p>
</td>
<td width="30" valign="top" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#333;">
<p>1</p>
</td>
<td width="65" valign="top" align="right" style="padding-bottom:8px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:11px; color:#000;">
<p><b>$79.00</b></p>
</td>
</tr>
<tr>
<td width="50" style="padding-bottom:14px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="line-height:10px">Estimated Shipped By:</p>
</td>
<td width="410" colspan="5" style="padding-bottom:14px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="line-height:10px">JUN 05, 2006</p>
</td>
</tr>
<tr>
<td width="150" style="padding-bottom:14px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="line-height:10px">Estimated Delivered By:</p>
</td>
<td width="410" colspan="5" style="padding-bottom:14px; font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; line-height:16px; color:#333;">
<p style="line-height:10px">JUN 07, 2006</p>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kevinhenrikson.com/2006/06/05/time-to-switch-thinkpad-vs-macbook-pro-part-iv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Toy &#8211; Panasonic 42&quot; Plasma</title>
		<link>http://kevinhenrikson.com/2006/04/01/new-toy-panasonic-42-plasma/</link>
		<comments>http://kevinhenrikson.com/2006/04/01/new-toy-panasonic-42-plasma/#comments</comments>
		<pubDate>Sat, 01 Apr 2006 17:59:14 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/04/01/new-toy-panasonic-42-plasma/</guid>
		<description><![CDATA[Panasonic 42&#8243; Diagonal Plasma HDTV with Built-In ATSC/QAM/NTSC Tuners and SD Memory Card Slot Deep Blacks, Bright Whites, and 29 Billion Colors The realism of a TV&#8217;s image is strongly linked to its contrast ratio, and this plasma features a &#8230; <a href="http://kevinhenrikson.com/2006/04/01/new-toy-panasonic-42-plasma/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img id="image42" src="http://kevinhenrikson.com/wordpress/wp-content/uploads/2006/04/TH-42PX60U.jpg" alt="Panasonic 9th Gen 42&quot; Plasma" /></p>
<p>Panasonic 42&#8243; Diagonal Plasma HDTV with Built-In ATSC/QAM/NTSC Tuners and SD Memory Card Slot</p>
<blockquote><p>Deep Blacks, Bright Whites, and 29 Billion Colors<br />
The realism of a TV&#8217;s image is strongly linked to its contrast ratio, and this plasma features a high contrast ratio of up to 10,000:12. Such a wide range from black to white means great depth and dimensionality with vibrant colorsand this plasma can display an incredible 29 billion colors for a superior picture. Deep blacks provide excellent shadow detail during dark scenes, while brilliant whites allow our plasmas to render bright scenes with vivid realism.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://kevinhenrikson.com/2006/04/01/new-toy-panasonic-42-plasma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Origami To Launch @ CeBIT</title>
		<link>http://kevinhenrikson.com/2006/03/04/origami-to-launch-cebit/</link>
		<comments>http://kevinhenrikson.com/2006/03/04/origami-to-launch-cebit/#comments</comments>
		<pubDate>Sat, 04 Mar 2006 08:16:34 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://kevinhenrikson.com/2006/03/04/origami-to-launch-cebit/</guid>
		<description><![CDATA[Microsoft&#8217;s Origami which many are calling the iPod killer is planned to launch at CeBIT. YouTube has a good video which explores some Origami features. The official Origami site is a page right out of Apple&#8217;s book. Just enough hype &#8230; <a href="http://kevinhenrikson.com/2006/03/04/origami-to-launch-cebit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Origami which many are calling the iPod killer is planned to <a href="http://newsvote.bbc.co.uk/mpapps/pagetools/print/news.bbc.co.uk/2/hi/technology/4771310.stm">launch at CeBIT</a>.  YouTube has a <a href="http://www.youtube.com/watch?v=JqVszfrB_VI&#038;search=Origami">good video</a> which explores some Origami features.  The official <a href="http://www.origamiproject.com">Origami site</a> is a page right out of Apple&#8217;s book.  Just enough hype to keep you coming back for more.  Reports are that it will run Windows XP, Tablet PC Edition.  Intel is expected to reveal more information next week at their developer conference here in San Francisco.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevinhenrikson.com/2006/03/04/origami-to-launch-cebit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: kevinhenrikson.com @ 2012-02-04 07:43:49 -->
