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

<channel>
	<title>When minds collide</title>
	<atom:link href="http://0xtc.com/feed" rel="self" type="application/rss+xml" />
	<link>http://0xtc.com</link>
	<description>A non-prophet exposé</description>
	<pubDate>Tue, 29 Apr 2008 10:07:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>AJAX Comments WPMUified 0.2 fix for WordPress 2.5.x</title>
		<link>http://0xtc.com/2008/04/26/ajax-comments-wpmuified-02-fix-for-wordpress-25x.xhtml</link>
		<comments>http://0xtc.com/2008/04/26/ajax-comments-wpmuified-02-fix-for-wordpress-25x.xhtml#comments</comments>
		<pubDate>Sat, 26 Apr 2008 19:13:53 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://0xtc.com/?p=1657</guid>
		<description><![CDATA[You notice how this plug-in reacts to not filling in all the required fields in a comment form? Seems to inject a little to much back on the page, right? On this site, it even changed the layout from fluid to fixed width because it loaded install.css as well.
Here&#8217;s the fix for that:
Open /ajax-comments-wpmuified/ajax-comments/ajax-comments.js
change:
msg = [...]]]></description>
			<content:encoded><![CDATA[<p>You notice how this plug-in reacts to not filling in all the required fields in a comment form? Seems to inject a little to much back on the page, right? On this site, it even changed the layout from fluid to fixed width because it loaded install.css as well.</p>
<p>Here&#8217;s the fix for that:</p>
<p>Open <tt>/ajax-comments-wpmuified/ajax-comments/ajax-comments.js</tt></p>
<p>change:<br />
<code>msg = r.substring(r.indexOf('&lt;/h1&gt;') + 5, r.indexOf('&lt;/body&gt;'));</code><br />
to<br />
<code>msg = r.substring(r.indexOf('&lt;p&gt;') + 3, r.indexOf('&lt;/p&gt;'));</code> </p>
<p>The end.</p>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/04/26/ajax-comments-wpmuified-02-fix-for-wordpress-25x.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>Operation Aborted in IE7 (WordPress+Lightbox)</title>
		<link>http://0xtc.com/2008/04/25/operation-aborted-in-ie7-wordpresslightbox.xhtml</link>
		<comments>http://0xtc.com/2008/04/25/operation-aborted-in-ie7-wordpresslightbox.xhtml#comments</comments>
		<pubDate>Fri, 25 Apr 2008 22:24:03 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

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

		<guid isPermaLink="false">http://0xtc.com/?p=1656</guid>
		<description><![CDATA[I will keep this very short. If you&#8217;re getting the &#8220;Operation Aborted&#8221; message on your WordPress site, it may be related to a Lightbox version with some old world coding.
Just make sure you&#8217;re using Lightbox by Rupert Morris.
The offending code in the &#8220;bad&#8221; version started with:
objBody.appendChild...
This was in the initialize function of the class that [...]]]></description>
			<content:encoded><![CDATA[<p>I will keep this very short. If you&#8217;re getting the &#8220;Operation Aborted&#8221; message on your WordPress site, it may be related to a Lightbox version with some old world coding.<br />
Just make sure you&#8217;re using <a href="http://www.stimuli.ca/" rel="external">Lightbox by Rupert Morris.</a><br />
The offending code in the &#8220;bad&#8221; version started with:<br />
<code>objBody.appendChild...</code><br />
This was in the initialize function of the class that loaded along with the script in load-time. In other words, it was attempting to add child nodes to the &lt;body&gt; while the body tag was still being loaded (and had not yet been closed). IE7 apparently really doesn&#8217;t like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/04/25/operation-aborted-in-ie7-wordpresslightbox.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 has major mamory management overhaul</title>
		<link>http://0xtc.com/2008/03/14/firefox-3-has-major-mamory-management-overhaul.xhtml</link>
		<comments>http://0xtc.com/2008/03/14/firefox-3-has-major-mamory-management-overhaul.xhtml#comments</comments>
		<pubDate>Fri, 14 Mar 2008 09:26:19 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[Personal]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://0xtc.com/2008/03/14/firefox-3-has-major-mamory-management-overhaul.xhtml</guid>
		<description><![CDATA[Although we all love to use Firefox, we have to admit it&#8217;s not the fastest app to launch. I always thought that its bottleneck was its modular XUL plug-in technology. After all, extracting plug-ins from compressed containers, then interpreting and integrating the contents to the app each time it launches, on-the-fly does take some CPU [...]]]></description>
			<content:encoded><![CDATA[<p>Although we all love to use Firefox, we have to admit it&#8217;s not the fastest app to launch. I always thought that its bottleneck was its modular XUL plug-in technology. After all, extracting plug-ins from compressed containers, then interpreting and integrating the contents to the app each time it launches, on-the-fly does take some CPU time, disk ops and memory allocation time.</p>
<p>Firefox 3 however has some improvements that should make it a phenomenal foe to IE7 when it comes to speed.</p>
<blockquote>
<ul>
<li>Defragmentation, which has reduced memory usage after startup in more than one third.</li>
<li>Image cache, fonts cache, back/forward cache, and more. They have all been tuned up to free used resources after certain time of inactivity.</li>
<li>Uncompressed images are discarded from memory after a while if not active.</li>
<li>More efficient animated GIFs storage in memory.</li>
<li>About 400 memory leaks have been hunted and taken down thanks in part to better tools to identify them.</li>
<li>A cycle collector takes care of objects referencing each other preventing either of them being cleared from memory.</li>
</ul>
<p><img src='http://0xtc.com/wp-content/uploads/2008/03/ff3memcomp.png' alt='Firefox speed comparison' /></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/03/14/firefox-3-has-major-mamory-management-overhaul.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>Xillionation</title>
		<link>http://0xtc.com/2008/03/06/xillionation.xhtml</link>
		<comments>http://0xtc.com/2008/03/06/xillionation.xhtml#comments</comments>
		<pubDate>Thu, 06 Mar 2008 14:05:10 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

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

		<guid isPermaLink="false">http://0xtc.com/2008/03/06/xillionation.xhtml</guid>
		<description><![CDATA[Xillionation. To &#8216;xillionate&#8217;, meaning to separate a decimal number by its thousands delimitations. (1000000 becoming 1.000.000)
This word was spawned while coding a function that (so conveniently) does exactly what the word describes.
- Tanin
]]></description>
			<content:encoded><![CDATA[<p>Xillionation. To &#8216;xillionate&#8217;, meaning to separate a decimal number by its thousands delimitations. (1000000 becoming 1.000.000)</p>
<p>This word was spawned while coding a function that (so conveniently) does exactly what the word describes.</p>
<p>- Tanin</p>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/03/06/xillionation.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>Bill Gates wants to know</title>
		<link>http://0xtc.com/2008/02/28/bill-gates-wants-to-know.xhtml</link>
		<comments>http://0xtc.com/2008/02/28/bill-gates-wants-to-know.xhtml#comments</comments>
		<pubDate>Thu, 28 Feb 2008 14:40:48 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[Personal]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://0xtc.com/2008/02/28/bill-gates-wants-to-know.xhtml</guid>
		<description><![CDATA[There is  a question on LinkedIn by Bill Gates.
How can we do more to encourage young people to pursue careers in science and technology?
An excellent question. I decided to answer and so I did, but once I submitted it, I decided I wanted to add more to the answer, so i deleted it and [...]]]></description>
			<content:encoded><![CDATA[<p>There is  a <a href="http://www.linkedin.com/answers/technology/information-technology/computers-software/TCH_ITS_CMP/179866-21879399" rel="external">question</a> on <a href="http://linkedin.com/" rel="external">LinkedIn</a> by Bill Gates.</p>
<blockquote><p>How can we do more to encourage young people to pursue careers in science and technology?</p></blockquote>
<p>An excellent question. I decided to answer and so I did, but once I submitted it, I decided I wanted to add more to the answer, so i deleted it and once I was done editing, I tried to submit it again. Unfortunately, LinkedIn didn&#8217;t notice that I had deleted by previous answer and told me I couldn&#8217;t answer the same question twice. This being the case, I&#8217;m going to blog my answer here.</p>
<blockquote><p>The continual shift and evolution of the collective mindset and public memes will inevitably reach a phase where careers and lives dedicated to science and technology are not only attractive pursuits for young individuals but are also universally admired and appreciated as the gears of progress in the machinery of human existence and are respected as such. </p>
<p>One traditional field that has already settled its distinguished position is medicine. A career in this field is often encouraged (or at least mentioned as a suggestion) by parents. Key in this advice is not only the monetary considerations of the parent for the child&#8217;s future, but a career in medicine is universally viewed as being respectable, noble and beneficial. Simplifying this anthropologically; being the (parent of) the doctor in your tribe has obvious benefits. </p>
<p>The speed at which our culture and the ideas in it evolve is dynamic and manipulable. In order to popularize careers in science and technology, these avenues of opportunity must be presented as beneficial, respectable and attractive in our collective consciousness. This can be done through popular media (sitcoms, TV ads, movies) on school campuses but is also influenced by decisions made by governments and the language used by our political leaders. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/02/28/bill-gates-wants-to-know.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>Service delivery philosophies</title>
		<link>http://0xtc.com/2008/02/15/service-delivery-philosophies.xhtml</link>
		<comments>http://0xtc.com/2008/02/15/service-delivery-philosophies.xhtml#comments</comments>
		<pubDate>Fri, 15 Feb 2008 15:00:17 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[Personal]]></category>

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

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

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

		<guid isPermaLink="false">http://0xtc.com/2008/02/15/service-delivery-philosophies.xhtml</guid>
		<description><![CDATA[A minor request
If you are a decider; If you decide how people do their work; If you are in the IT industry; If you manage a team of developers, scripters, sequencers, packagers, administrators or network monitors; for the love of everything you may claim to hold holy or good, please, never ask of your people [...]]]></description>
			<content:encoded><![CDATA[<h3>A minor request</h3>
<p>If you are a <em>decider</em>; If you decide how people do their work; If you are in the IT industry; If you manage a team of developers, scripters, sequencers, packagers, administrators or network monitors; for the love of everything you may claim to hold holy or good, please, never ask of your people to develop or do any kind of productive work that takes longer than 10 minutes on a remote desktop connection with just one monitor per workstation.</p>
<p>Spare your potentially cheerful workforce the agony and frustration of being gears in an impractical paradigm that is nothing more than a misunderstood and faulty application of the remote service delivery business model.</p>
<p>Remote service delivery is a great way to manage and administer server farms, deliver first and second level support services to clients and that is basically it. Managers often confuse the potentials of the technology with the potentials of the service. The technology in this case are protocols such as RDP, VNC, AIP, etc that facilitate remote control capabilities for clients and servers. The service is the convenience of managing your client&#8217;s infrastructure remotely from the comfort of your own HQ, branch office or minion cellar. This is when some people get confused. </p>
<h3>Cut it out, already!</h3>
<p>Let me explain what can go wrong with this philosophy by utilizing an analogy: A baker offers you the service of baking a cake. He&#8217;s also offering you the <i>remote</i> service of calling you when the cake is done and maybe drive by to drop the cake off at your house. That would be the alpha and omega of this service. He bakes the cake in his kitchen (in-house development) and gives you a ring when it&#8217;s done (a remote service). Now imagine a baker that offers you remote baking services. You, as a client may be curious as to what he&#8217;s up to, so you play along and see where he&#8217;s going with this. The baker comes in your house, installs a room sized arm robot in your kitchen and leaves. He then goes back to his own kitchen and using a laptop and a joystick starts remotely controlling the robot in your kitchen to make you your cake&#8230;.very slowly&#8230;and he dropped some eggs. He will blame that on your pans.</p>
<p>There seems to be a steady growing trend of IT corporations offering application packaging, sequencing, development and general productive services remotely. This initially evolved from the trend of outsourcing IT services to 3rd party suppliers (core business isolation) but has now taken grotesque forms and dimensions. Entire corporations following each other like religious lemmings thinking outsourcing and remote services is the answer to all ails that saves a buck at the end of the fiscal year.</p>
<p>Development is either done in-house or on-site. Doing it remotely will just increase your client&#8217;s TCO per workplace, produce late results and in the long run could cost you your clients.</p>
<p>You may choose to do everything remotely&#8230;.but you shouldn&#8217;t. Seriously&#8230;..<strong>cut it out!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/02/15/service-delivery-philosophies.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>SoftGrid Client error 41112E-1690150A-20000193</title>
		<link>http://0xtc.com/2008/02/14/softgrid-client-error-41112e-1690150a-20000193.xhtml</link>
		<comments>http://0xtc.com/2008/02/14/softgrid-client-error-41112e-1690150a-20000193.xhtml#comments</comments>
		<pubDate>Thu, 14 Feb 2008 11:49:08 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[SoftGrid]]></category>

		<category><![CDATA[Application Virtualization]]></category>

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

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

		<guid isPermaLink="false">http://0xtc.com/2008/02/14/softgrid-client-error-41112e-1690150a-20000193.xhtml</guid>
		<description><![CDATA[xxxxxx-xxxxxxxx-20000193
Since application virtualization is my current field of expertise, I might as well blog about it, right? OK!
The above noted gem of an error usually occurs in messy environments (Yes, I&#8217;m pointing a finger at you!) when someone tries to save sequencing or deployment time by editing or replacing OSD information in a live system. [...]]]></description>
			<content:encoded><![CDATA[<p><small>xxxxxx-xxxxxxxx-20000193</small><br />
Since application virtualization is my current field of expertise, I might as well blog about it, right? OK!</p>
<p>The above noted gem of an error usually occurs in messy environments (Yes, I&#8217;m pointing a finger at you!) when someone tries to save sequencing or deployment time by editing or replacing OSD information in a live system. You end up with multiple SFT files with the same GUID and DC information that references to obsolete paths. In short, human error. Add to that a load distribution/balancing system that someone wrote in the spur of the moment and you end up with a number of very confusing problems to swim through. </p>
<h3>Resolution</h3>
<p>The best way I found to fix this was to test the sequence in an environment I trusted to be stable. Once it was confirmed that the sequence was fine, I removed the offending package (including clones and test versions) and applications from the SoftGrid Console. Verified the rights on the content source path, verified path information in the project (sprj) and OSD files and added the applications back to the system using the Import Applications function.</p>
<p>Mind you, if you choose to walk this path, make sure you test with a clean (enough) system. Clear any reference to the old package from the registry, unload and remove applications, clear the OSD cache (manually) and restart the SoftGrid Virtual Service Agent on the workstation before launching to test.</p>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/02/14/softgrid-client-error-41112e-1690150a-20000193.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>Barack Obama speaks on religion in society and politics</title>
		<link>http://0xtc.com/2008/02/10/barack-obama-speaks-on-religion-in-society-and-politics.xhtml</link>
		<comments>http://0xtc.com/2008/02/10/barack-obama-speaks-on-religion-in-society-and-politics.xhtml#comments</comments>
		<pubDate>Sun, 10 Feb 2008 11:09:17 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[politics]]></category>

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

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

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

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

		<guid isPermaLink="false">http://0xtc.com/2008/02/10/barack-obama-speaks-on-religion-in-society-and-politics.xhtml</guid>
		<description><![CDATA[
http://obama.senate.gov/speech/060628-call_to_renewal/index.php
&#8220;For one, they need to understand the critical role that the separation of church and state has played in preserving not only our democracy, but the robustness of our religious practice. Folks tend to forget that during our founding, it wasn&#8217;t the atheists or the civil libertarians who were the most effective champions of the [...]]]></description>
			<content:encoded><![CDATA[<p><embed src="http://services.brightcove.com/services/viewer/federated_f8/353515028" bgcolor="#FFFFFF" flashVars="videoId=416343938&#038;playerId=353515028&#038;viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&#038;servicesURL=http://services.brightcove.com/services&#038;cdnURL=http://admin.brightcove.com&#038;domain=embed&#038;autoStart=false&#038;" base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></p>
<p><a href="http://obama.senate.gov/speech/060628-call_to_renewal/index.php">http://obama.senate.gov/speech/060628-call_to_renewal/index.php</a></p>
<blockquote><p>&#8220;For one, they need to understand the critical role that the separation of church and state has played in preserving not only our democracy, but the robustness of our religious practice. Folks tend to forget that during our founding, it wasn&#8217;t the atheists or the civil libertarians who were the most effective champions of the First Amendment. It was the persecuted minorities, it was Baptists like John Leland who didn&#8217;t want the established churches to impose their views on folks who were getting happy out in the fields and teaching the scripture to slaves. It was the forbearers of the evangelicals who were the most adamant about not mingling government with religious, because they did not want state-sponsored religion hindering their ability to practice their faith as they understood it.</p>
<p>Moreover, given the increasing diversity of America&#8217;s population, the dangers of sectarianism have never been greater. Whatever we once were, we are no longer just a Christian nation; we are also a Jewish nation, a Muslim nation, a Buddhist nation, a Hindu nation, and a nation of nonbelievers.</p>
<p>And even if we did have only Christians in our midst, if we expelled every non-Christian from the United States of America, whose Christianity would we teach in the schools? Would we go with James Dobson&#8217;s, or Al Sharpton&#8217;s? Which passages of Scripture should guide our public policy? Should we go with Leviticus, which suggests slavery is ok and that eating shellfish is abomination? How about Deuteronomy, which suggests stoning your child if he strays from the faith? Or should we just stick to the Sermon on the Mount - a passage that is so radical that it&#8217;s doubtful that our own Defense Department would survive its application? So before we get carried away, let&#8217;s read our bibles. Folks haven&#8217;t been reading their bibles.</p>
<p>This brings me to my second point. Democracy demands that the religiously motivated translate their concerns into universal, rather than religion-specific, values. It requires that their proposals be subject to argument, and amenable to reason. I may be opposed to abortion for religious reasons, but if I seek to pass a law banning the practice, I cannot simply point to the teachings of my church or evoke God&#8217;s will. I have to explain why abortion violates some principle that is accessible to people of all faiths, including those with no faith at all.&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/02/10/barack-obama-speaks-on-religion-in-society-and-politics.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>LEGO Mohammed</title>
		<link>http://0xtc.com/2008/02/10/lego-mohammed.xhtml</link>
		<comments>http://0xtc.com/2008/02/10/lego-mohammed.xhtml#comments</comments>
		<pubDate>Sun, 10 Feb 2008 10:50:31 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[Just For Fun]]></category>

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

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

		<guid isPermaLink="false">http://0xtc.com/2008/02/10/lego-mohammed.xhtml</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://0xtc.com/wp-content/gallery/random-images/lego-mohammed.jpg" rel="lightbox[]" title="lego-mohammed.jpg"><img src='http://0xtc.com/wp-content/gallery/random-images/thumbs/thumbs_lego-mohammed.jpg' alt='lego-mohammed.jpg' title='lego-mohammed.jpg' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/02/10/lego-mohammed.xhtml/feed</wfw:commentRss>
		</item>
		<item>
		<title>Shipping now</title>
		<link>http://0xtc.com/2008/02/01/shipping-now.xhtml</link>
		<comments>http://0xtc.com/2008/02/01/shipping-now.xhtml#comments</comments>
		<pubDate>Fri, 01 Feb 2008 09:18:32 +0000</pubDate>
		<dc:creator>Tanin</dc:creator>
		
		<category><![CDATA[Design]]></category>

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

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

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

		<guid isPermaLink="false">http://0xtc.com/2008/02/01/shipping-now.xhtml</guid>
		<description><![CDATA[
MacBook Air

13.3-inch LED-backlit glossy widescreen display with 1280&#215;800 resolution;
1.6 GHz Intel Core 2 Duo processor with 4MB L2 cache;
800 MHz front-side bus;
2GB of 667 MHz DDR2 SDRAM;
80GB hard disk drive with Sudden Motion Sensor;
Intel Graphics Media Accelerator X3100;
Micro-DVI port (includes Micro-DVI to VGA and Micro-DVI to DVI Adapters);
built-in iSight video camera;
built-in AirPort Extreme® 802.11n wireless [...]]]></description>
			<content:encoded><![CDATA[<p><div class="ngg-singlepic-wrapper"><a href="http://0xtc.com/wp-content/gallery/apple/mbaside.jpg" title="" rel="lightbox[singlepic210]" ><img class="ngg-singlepic" src="http://0xtc.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=210&amp;width=&amp;height=&amp;mode=web20" alt="mbaside.jpg" title="mbaside.jpg" /></a></div><br />
<a href="http://www.apple.com/macbookair/" rel="external">MacBook Air</a></p>
<ul>
<li>13.3-inch LED-backlit glossy widescreen display with 1280&#215;800 resolution;</li>
<li>1.6 GHz Intel Core 2 Duo processor with 4MB L2 cache;</li>
<li>800 MHz front-side bus;</li>
<li>2GB of 667 MHz DDR2 SDRAM;</li>
<li>80GB hard disk drive with Sudden Motion Sensor;</li>
<li>Intel Graphics Media Accelerator X3100;</li>
<li>Micro-DVI port (includes Micro-DVI to VGA and Micro-DVI to DVI Adapters);</li>
<li>built-in iSight video camera;</li>
<li>built-in AirPort Extreme® 802.11n wireless networking and Bluetooth 2.1+EDR;</li>
<li>one USB 2.0 port;</li>
<li>one headphone port;</li>
<li>multi-touch TrackPad with support for advanced multi-touch gestures including tap, scroll, pinch, rotate and swipe; and</li>
<li>45 Watt MagSafe® Power Adapter.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://0xtc.com/2008/02/01/shipping-now.xhtml/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.551 seconds -->
