<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 	<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>
			Macintosh, Mac Apps, iPhone, Steve Jobs, Apple		</title>
		<meta http-equiv="imagetoolbar" content="no">
		<meta name="generator" content="WordPress 2.6.5">
		<meta name="robots" content="index,follow"><link rel="stylesheet" href="wp-content/themes/b5v2/style.php.css" type="text/css" media="screen">		<!--[if IE]>
			<link rel="stylesheet" href="http://www.theaftermac.com/wp-content/themes/b5v2/iehacks.css" type="text/css" media="screen" />
		<![endif]-->
		<link rel="stylesheet" href="https://www.theaftermac.com/wp-content/themes/b5v2/custom.css" type="text/css" media="screen">
		<link rel="stylesheet" type="text/css" media="print" href="wp-content/themes/b5v2/print.css">
		<link rel="alternate" href="/" type="application/rss+xml" title="Macintosh, Mac Apps, iPhone, Steve Jobs, Apple's RSS Feed">
		<link rel="alternate" href="https://www.b5media.com/feeds/technology" type="application/rss+xml" title="Technology's RSS Feed">
		<link rel="icon" href="wp-content/themes/b5v2/images/favicon.ico" type="image/x-icon">
		<link rel="shortcut icon" href="wp-content/themes/b5v2/images/favicon.ico" type="image/x-icon">
		<link rel="stylesheet" href="wp-content/themes/b5v2/styles/tabs.css" type="text/css" media="print, projection, screen">
		<!--[if lte IE 7]>
			<link rel="stylesheet" href="http://www.theaftermac.com/wp-content/themes/b5v2/styles/tabs_ie.css" type="text/css" media="projection, screen" />
		<![endif]-->
		<!-- tabs -->
		<script type="text/javascript" src="wp-includes/js/jquery/jquery.js"></script>
		<script type="text/javascript">//<![CDATA[
			// Add styles via JavaScript for graceful degradation...
				document.write('<link rel="stylesheet" href="wp-content/themes/b5v2/styles/tabs_js.css" type="text/css" media="projection, screen" />');
			//]]>
		</script>
		<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.theaftermac.com/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.theaftermac.com/wp-includes/wlwmanifest.xml"> 
<script type="text/javascript" src="wp-includes/js/prototype.js"></script>
<meta name="generator" content="WordPress 2.6.5">
	<style type="text/css">
	.b5Ad { border:1px solid #999; padding:10px; margin: 5px; background:#fff; }
	</style>
	<!-- Added By Democracy Plugin. Version 2.0.1 -->
	<script type="text/javascript" src="wp-content/plugins/democracy/democracy.js"></script>
	<link rel="stylesheet" href="wp-content/plugins/democracy/basic.css" type="text/css">
	<link rel="stylesheet" href="wp-content/plugins/democracy/style.css" type="text/css">
	<script type="text/javascript" src="wp-content/plugins/share-this/share-this.php_akst_action_js.js"></script>
	<link rel="stylesheet" type="text/css" href="wp-content/plugins/share-this/share-this.php_akst_action_css.css">
	<style type="text/css">.recentcomments a{display:inline !important;padding: 0 !important;margin: 0 !important;}</style>
		<script type="text/javascript" charset="utf-8">
			$j = jQuery.noConflict();
			$j(document).ready(function() {
				/*  The next function is handled with Memcached php now.
				load_footer( 3);*/
				$j("#channel-3").addClass("selected");
				$j("#network_list a").click(function() { 
					var channelid = $j(this).attr('id');
					$j(".selected").removeClass("selected");  
					$j(this).addClass("selected");			
					load_footer( channelid );
				});
			});
			function load_footer( channelid ) {
				var feed_list, blog_list;
				if ( channelid.length > 2 )
					channelid = channelid.substr(8);		
					$j.getJSON("/",
						{ajaxdo: "channel", channel_id: channelid, json: "true" },
						function(json) {			
						// Update Elements of the footer universal to the channel
						var channel = json.channel;
						var channel_slug = channel.formatted;
						var channel_display_name = channel.channel_name;
						var channel_description = channel.channel_description;
						var channel_feed = channel.channel_feed_new;
						$j("#channel_details h3").html('<a href="http://www.b5media.com/channel/' + channel_slug + '">The ' + channel_display_name + ' Channel<a href="' + channel_feed + '" rel="nofollow"> <img src="wp-content/themes/b5v2/images/icons/feed.png" alt="" style="border:0px;" />');
						$j("h4.description").html(channel_description);
						$j("#channel_list h4.footer_sec_title").html(channel_display_name + ' Blogs');
						$j("#channel_posts h4.footer_sec_title").html('The latest in ' + channel_display_name );			
						// Update Channel Blog Listing
						var blogs = json.blogs;
						blog_list = '<li><h4 class="footer_sec_title">' + channel_display_name + ' Blogs';    
						$j.each( blogs, function( k, v ) {
							blog_list += '<li><a href="' + v['blog_url'] + '">' + v['blog_displayname'] + '';
							$j("ul#channel_list").html( blog_list );
						});
						// Update Channel Feed parsing
						var feed_items = json.feed_items;
						feed_list = '<li><h4 class="footer_sec_title">The Latest in ' + channel_display_name + '';
						$j.each( feed_items, function( k, v ) {
							feed_list +='<li><strong>' + v.blogname + '<br /><a href="' + v.permalink + '">' + v.item_title + '';
							$j("ul#channel_posts").html( feed_list );
						});
					}
				);
			}
			jQuery.fn.vjustify=function() {
				var maxHeight=0;
				this.each(function(){
					if (this.offsetHeight>maxHeight) {maxHeight=this.offsetHeight;}
				});
				this.each(function(){
					$j(this).height(maxHeight + "px");
					if (this.offsetHeight>maxHeight) {
						$j(this).height((maxHeight-(this.offsetHeight-maxHeight))+"px");
					}
				});
			};
		</script>				       
		 
 
 
 
<meta name="verify-v1" content="LKC9gdd8VEtaDnhh+iwJoNwogYbSG3yAhai1mLfSgmQ=">
	<!--
	generated 120 seconds ago
	generated in 0.868 seconds
	served from batcache in 0.004 seconds
	expires in 180 seconds
-->
<script async src="//static.getclicky.com/101343080.js"></script></head>
	<body> 
<script language="JavaScript" type="text/javascript" src="metrics/s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName='The After Mac'
s.server='theaftermac.com'
s.channel='The After Mac'
s.pageType=''
s.prop1='Technology'
s.prop2='Owned'
s.prop3=""
s.prop4=""
s.prop5=""
/* Conversion Variables */
s.campaign=""
s.state=""
s.zip=""
s.events=""
s.products=""
s.purchaseID=""
s.eVar1=""
s.eVar2=""
s.eVar3=""
s.eVar4=""
s.eVar5=""
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')//--></script>
<noscript><a href="http://www.omniture.com/" title="Web Analytics"><img src="b/ss/b5mediaprod/1/H.17--NS/0.jpg" height="1" width="1" border="0" alt=""></a></noscript><!--/DO NOT REMOVE/-->
		<div id="uni_header">
			<div id="uni_header_container">
				<h2 id="b5media" title="b5media"><a href="http://www.b5media.com/">b5media.com</a></h2>
				<p class="left"><a href="http://www.b5media.com/advertising-with-b5media/">Advertise with us</a></p>
				<p class="right">Enjoying this blog? Check out the rest of the <a href="http://www.b5media.com/channel/technology">Technology  Channel</a> <a href="http://www.b5media.com/feeds/technology%20rel=" nofollow><img src="theme_resources/images/icons/feed.png" alt="Subscribe to this Feed"></a></p>
			</div>
		</div>  
		<div class="container"> 			<div id="top_ad">			<!-- VC active -->
			<script language="JavaScript">
				<!--
					// ValueParameters
					ValueHost = "hs0004792";
					ValueLoaded = false;
					ValueID = "pagebuster";
					ValueVersion = "1.2";
					ValueBannerType = "std";
					var ValueWidths_Heights = new Array("728x90");
					ValueNoText = 1;
					ValueHCat = "TCMA";
					var ValueKeyCodes = new Array("kposition=1");
					ValueBannerSizeOrder =  "listed";
				//-->
			</script>
			<script language="Javascript" src="jsmaster.js">
			</script>
			<script language="JavaScript">
				<!--	
					if (ValueLoaded) ValueShowAd();
				//-->
			</script>
			<noscript>
				<a href="http://ads.bfm.valueclick.net/redirect?host=hs0004792&amp;t=std&amp;b=indexpage&amp;noscript=1&amp;v=0;hcat=TCMA;kposition=1;msizes=728x90;bso=listed" rel="nofollow" target="_top">
					
				</a>
			</noscript>
			<!-- vc active -->
		</div>			<div id="blog_header">
				<h1 id="logo" title="Macintosh, Mac Apps, iPhone, Steve Jobs, Apple"><a href="/">Macintosh, Mac Apps, iPhone, Steve Jobs, Apple</a></h1>
				<div id="action_buttons">
					<ul>
						<li><a href="/" rel="nofollow" class="rss" title="Subscribe to Macintosh, Mac Apps, iPhone, Steve Jobs, Apple">Subscribe to Macintosh, Mac Apps, iPhone, Steve Jobs, Apple</a></li>
						<li><a href="http://del.icio.us/post" rel="nofollow" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400'); return false;" class="delicious" title="Add Macintosh, Mac Apps, iPhone, Steve Jobs, Apple to del.icio.us">Add Macintosh, Mac Apps, iPhone, Steve Jobs, Apple to del.icio.us</a></li>
						<li><a class="google_reader" href="https://fusion.google.com/add?feedurl=http://www.theaftermac.com/feed/" rel="nofollow" title="Add to Google Reader">Add Macintosh, Mac Apps, iPhone, Steve Jobs, Apple to Google Reader</a></li>
					</ul>
				</div>
							</div>
			<div id="blog_content">
	<div id="left">
						<div class="post" id="post-1075">
					<div class="date">January 27th, 2009</div>
					<h2 class="title"><a href="is-the-mac-not-invincible-anymore/" title="">Is The Mac Not Invincible Anymore?</a></h2>
					<p>According to this <a href="http://tech.yahoo.com/blogs/null/117188">story posted on Yahoo</a>, a new trojan has found it’s way to the Mac OS. This trojan is embedded in some pirated/cracked software that can be found on BitTorrent sites. Specific software mentioned were iWork09 and Adobe CS4. </p>
<p>The iServices.A Trojan horse is found in pirated copies of the said software. Once it’s installed it connects to remote servers. The trojan also allows the creator to take control of your Mac. </p>
<p>Intego, a Mac security software firm estimates that roughly 20,000 machines have been infected as of January 21, 2009. As a precaution users are asked not to download software from untrusted sources. </p>
<p>The approach of this trojan is genius. It works around the limitations of the Mac operating system and instead it exploits the flaw of the users. One flaw is greed. Mac users wanting to save money resort to downloading pirated copies of software instead of buying original versions. Hence opening themselves to attacks such as this. Wherein they literally welcome the trojan with open arms. </p>
<p>Several things you can do to avoid this. 1. Don’t download pirated software. 2. Download applications directly from developer’s sites or the Apple web site. 3. Now is probably a good time to start thinking about Anti-virus software. It’s better safe than sorry.</p>
<p>That being said, the Mac OS X is still pretty much a safe platform. If you’ve been infected the removable tool can be downloaded <a href="http://us.lrd.yahoo.com/_ylt=Ai7zn9NEetasjtYAjp8KOXjxMJA5/SIG=12a6fu3c2/**http%3A/macscan.securemac.com/files/iWorkServicesTrojanRemovalTool.dmg">here</a>.</p>
<span class="UTWPrimaryTags">Tags: <a href="/" rel="tag">Adobe</a>, <a href="tag/iwork/" rel="tag">iWork</a>, <a href="tag/pirated-software/" rel="tag">Pirated Software</a>, <a href="tag/virus/" rel="tag">Virus</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/is-the-mac-not-invincible-anymore/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="/" onclick="akst_share('1075', 'http%3A%2F%2Fwww.theaftermac.com%2Fis-the-mac-not-invincible-anymore%2F', 'Is+The+Mac+Not+Invincible+Anymore%3F'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1075" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="is-the-mac-not-invincible-anymore/#comments">0 comments</a></strong></p>
					
				
				
				</div>  
								<div class="post" id="post-1071">
					<div class="date">January 26th, 2009</div>
					<h2 class="title"><a href="iwork-09-to-ship-on-jan-27th/" title="">iLife 09 to Ship On Jan 27th</a></h2>
					<p>Apple has announced that the eagerly awaited iLife 09 will begin shipping on January 27th. A quick excerpt from their press release states</p>
<blockquote><p>
	CUPERTINO, California—January 26, 2009—Apple® today announced that iLife® ’09 will be available tomorrow, January 27, and features major upgrades to iPhoto®, iMovie® and GarageBand®, with breakthrough new ways to organize and manage photos, create movies and learn to play music. iLife ’09 is included with every new Mac® and is available as a $79 upgrade for existing users through the Apple Store® (www.apple.com), Apple’s retail stores and Apple Authorized Resellers.
</p></blockquote>
<p>For the complete press release read it <a href="http://www.apple.com/pr/library/2009/01/26ilife.html">here</a>. </p>
<p><em>*Edit: Thanks to Bourne for pointing out the error on the title</em></p>
<span class="UTWPrimaryTags">Tags: <a href="tag/garage-band/" rel="tag">Garage Band</a>, <a href="tag/idvd/" rel="tag">IDVD</a>, <a href="tag/ilife/" rel="tag">iLife</a>, <a href="tag/imovie/" rel="tag">iMovie</a>, <a href="tag/iphoto/" rel="tag">iphoto</a>, <a href="tag/itunes/" rel="tag">iTunes</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/iwork-09-to-ship-on-jan-27th/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="/" onclick="akst_share('1071', 'http%3A%2F%2Fwww.theaftermac.com%2Fiwork-09-to-ship-on-jan-27th%2F', 'iLife+09+to+Ship+On+Jan+27th'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1071" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="iwork-09-to-ship-on-jan-27th/#comments">1 comment</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_1');	</script></div>				</div>  
								<div class="post" id="post-1069">
					<div class="date">January 25th, 2009</div>
					<h2 class="title"><a href="characterpal-your-symbol-cheat-widget/" title="">CharacterPal: Your Symbol Cheat Widget</a></h2>
					<p></p>
<p>[Image courtesy of <a href="http://www.tacowidgets.com/">Taco Widgets</a>]</p>
<p>If you’re someone like me who’s memory isn’t all that great, you’d be pressed to remember all the keyboard shortcuts for the various menu items and keyboard symbols. If you wanted to insert an “•” in the document that you’re typing, how would you do it? The answer? Just press “Option - 8″. For the life of me I can’t remember all. I only remember the ones I use often. For the rest, forget it. </p>
<p>Thankfully there’s the <a href="http://www.tacowidgets.com/widgets/characterpal/">CharacterPal</a> widget from <a href="http://www.tacowidgets.com/">Taco Widgets</a>. It’s a nifty add-on to the Dashboard that gives you the keyboard shortcuts for most of the symbols that you need. It also provides HTML and URL escape characters. </p>
<p>I found out about <a href="http://www.tacowidgets.com/widgets/characterpal/">CharacterPal</a> from <a href="http://www.usingmac.com/2007/12/12/100-mac-keyboard-shortcuts-for-creating-symbols">this blog entry</a> that’s a real help as well. Bookmark it too!</p>
<p>Try it out. <a href="http://www.tacowidgets.com/widgets/characterpal/">CharacterPal</a> is “Karmaware”. It’s available to download for free but highly recommended to donate a few bucks for good karma. </p>
<span class="UTWPrimaryTags">Tags: <a href="/" rel="tag">Keyboard Shortcuts</a>, <a href="tag/widgets/" rel="tag">Widgets</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/characterpal-your-symbol-cheat-widget/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="p_1069_akst_action_share-this/" onclick="akst_share('1069', 'http%3A%2F%2Fwww.theaftermac.com%2Fcharacterpal-your-symbol-cheat-widget%2F', 'CharacterPal%3A+Your+Symbol+Cheat+Widget'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1069" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="characterpal-your-symbol-cheat-widget/#comments">0 comments</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_2');	</script></div>				</div>  
								<div class="post" id="post-1066">
					<div class="date">January 24th, 2009</div>
					<h2 class="title"><a href="from-macs-to-pc-a-white-house-transition/" title="">From Macs To PC: A White House Transition</a></h2>
					<p>[via <a href="http://buzznewsroom.com/tech/mac-loving-obama-staff-confronts-windows-white-house-reality/">BuzzNewsRoom</a>]</p>
<p>Obama’s team suddenly found themselves in the “dark ages” so to speak. The Obama team is known to be Mac users and as they transitioned from campaigning to become the President-Elect’s transition team to ultimately White House staff, their Mac days seem to be over. </p>
<p>Upon coming to work, they saw the reality that was Windows. The White House runs mainly Windows Operating systems. Windows XP and Windows 2000. This is a far cry from the elegance that is the Mac OS. But that is the government and it’s not that easy to change systems. So good luck to the Obama team.</p>
<p>Read about it <a href="http://buzznewsroom.com/tech/mac-loving-obama-staff-confronts-windows-white-house-reality/">here</a>.</p>
<span class="UTWPrimaryTags">Tags: <a href="tag/mac-os-x/" rel="tag">Mac OS X</a>, <a href="/" rel="tag">Obama</a>, <a href="tag/windows/" rel="tag">Windows</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/from-macs-to-pc-a-white-house-transition/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="p_1066_akst_action_share-this/" onclick="akst_share('1066', 'http%3A%2F%2Fwww.theaftermac.com%2Ffrom-macs-to-pc-a-white-house-transition%2F', 'From+Macs+To+PC%3A+A+White+House+Transition'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1066" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="from-macs-to-pc-a-white-house-transition/#comments">0 comments</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_3');	</script></div>				</div>  
								<div class="post" id="post-1064">
					<div class="date">January 22nd, 2009</div>
					<h2 class="title"><a href="does-apple-really-need-to-make-a-netbook/" title="">Does Apple Really Need To Make A NetBook?</a></h2>
					<p>Over the course of the past few days I’ve spoken to two friends who are considering getting a Netbook. One of them is a Mac user. He’s thinking of getting a netbook having tried one of our friend’s <a href="http://h40059.www4.hp.com/hp2133/">HP Mini-Note</a>. </p>
<p>The MacBook Air is the closest thing that Apple has to an ultraportable. The Air is thin and light but the 13″ screen still makes it a wide laptop. It’s also quite expensive. The starting price for the Air is $1800.</p>
<p>Compare that to netbooks such as the Mini-Note which have 10-11 inch screens and priced somewhere between $400-$700 dollars. But because of the lower price point you get a slower processor and basically a slower architecture. </p>
<p>While netbooks are small and more affordable they’re not for everyone. If you travel a lot and use your laptop as your primary work computer then a netbook isn’t for you. I just can’t imagine spending a whole day with a netbook. It’s fine for checking emails and the occasional web browsing but not for a full day of typing out a document or doing a spreadsheet.</p>
<p>The Air however offers a full-size keyboard, ample screen real estate. While it’s not the most powerful computer, it’s enough for a full-days worth or word processing and doing spreadsheets.</p>
<p>The Air and netbooks in my opinion are totally different markets. The question is does Apple need to be in both markets. </p>
<p>Apple has said before that while they’re watching the netbook market, they don’t want to go into that market if they can’t offer anything substantial. If they feel that they can’t make a good contribution to that market then why get in to it? </p>
<p>In my opinion, Apple doesn’t need to be in the netbook market. If it’s email and web browsing you want, the iPhone/iPod Touch does a pretty good job at it. I’d be happier if Apple comes up with a slightly bigger mobile device that is similar to the capabilities of the iPhone. </p>
<p>I feel at this current time, Apple should just leave netbooks to the likes of HP and Acer. </p>
<span class="UTWPrimaryTags">Tags: <a href="tag/macbook-air/" rel="tag">MacBook Air</a>, <a href="tag/mobile/" rel="tag">Mobile</a>, <a href="tag/netbooks/" rel="tag">Netbooks</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/does-apple-really-need-to-make-a-netbook/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="/" onclick="akst_share('1064', 'http%3A%2F%2Fwww.theaftermac.com%2Fdoes-apple-really-need-to-make-a-netbook%2F', 'Does+Apple+Really+Need+To+Make+A+NetBook%3F'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1064" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="does-apple-really-need-to-make-a-netbook/#comments">0 comments</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_4');	</script></div>				</div>  
								<div class="post" id="post-1062">
					<div class="date">January 21st, 2009</div>
					<h2 class="title"><a href="iwork-09-to-anti-piracy-measure-buh-bye/" title="">iWork 09 to Anti-Piracy Measure: Buh-bye!</a></h2>
					<p>[via <a href="http://www.appleinsider.com/articles/09/01/20/apple_drops_anti_piracy_measures_from_iwork_09.html">AppleInsider</a>]</p>
<p>Apple has decided to drop the anti-piracy measures on it’s iWork 09 productivity suite. Specifically the feature that asks you to input a serial number prior to using iWork 09 for the first time.</p>
<p>Previous versions of iWork needed a serial number to work past the 30 day trial period or when installing a fresh copy of iWork.</p>
<p>Apple has deemed that the benefit of having that anti-piracy measure doesn’t outweigh the nuisance that it causes users.</p>
<p>In my opinion, as much as Apple wants to make the experience a little easier, they’re also not that concerned with piracy. They probably wouldn’t mind and look the other way if people install iWork 09 in more computers than they should. I think they want to build up a bigger user base for iWork and in a way this will do it. It’s like having an indefinite trial version for iWork. Hopefully when the user base is large enough, iWork will become a stronger force in the productivity suite market.</p>
<span class="UTWPrimaryTags">Tags: <a href="tag/iwork/" rel="tag">iWork</a>, <a href="tag/software/" rel="tag">Software</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/iwork-09-to-anti-piracy-measure-buh-bye/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="/" onclick="akst_share('1062', 'http%3A%2F%2Fwww.theaftermac.com%2Fiwork-09-to-anti-piracy-measure-buh-bye%2F', 'iWork+09+to+Anti-Piracy+Measure%3A+Buh-bye%21'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1062" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="iwork-09-to-anti-piracy-measure-buh-bye/#comments">0 comments</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_5');	</script></div>				</div>  
								<div class="post" id="post-1060">
					<div class="date">January 21st, 2009</div>
					<h2 class="title"><a href="apple-updates-white-macbook/" title="">Apple Updates White MacBook</a></h2>
					<p></p>
<p>[image courtesy of <a href="http://www.apple.com/">Apple</a>]</p>
<p>Apple quietly updates it’s entry level MacBook. The white polycarbonate model got it’s specs bumped up. While the older processor was a 2.1 Ghz the new specs now sports a 2.0 Ghz processor, however this is the newer Intel Core 2 model. Some upgrades include the new GeForce 9400M chipset similar to the aluminum Macbooks.</p>
<p>So for $999, you get a MacBook that’s pretty decent. Giving a better bang for buck. If you don’t mind that the Macbook you’re getting still sports the old body and is still polycarbonate and not as environmentally friendly then this is a great deal. Now if it only came in black too…</p>
<span class="UTWPrimaryTags">Tags: <a href="tag/macbook/" rel="tag">MacBook</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/apple-updates-white-macbook/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="p_1060_akst_action_share-this/" onclick="akst_share('1060', 'http%3A%2F%2Fwww.theaftermac.com%2Fapple-updates-white-macbook%2F', 'Apple+Updates+White+MacBook'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1060" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="apple-updates-white-macbook/#comments">0 comments</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_6');	</script></div>				</div>  
								<div class="post" id="post-1057">
					<div class="date">January 19th, 2009</div>
					<h2 class="title"><a href="safe-mobile-browsing/" title="">Safe Mobile Browsing</a></h2>
					<p>There’s a new application for the iPhone and iPod Touch that will help protect your kids from browsing objectionable content on the internet. While internet filtering software is nothing new to the desktop environment, it’s still relatively new to the iPhone/iPod Touch platform. </p>
<p>InternetSafety.com introduces Safe Eyes Mobile, an internet filtering software for the iPhone and iPod Touch. It blocks inappropriate content but still allowing you to view the rest of the World Wide Web. You don’t need to turn off all the browsing capabilities of your mobile device. </p>
<p>Below is the official press release about this product.</p>
<blockquote>
<h3>New ‘Safe Eyes Mobile’ Delivers First Internet Filter for Apple iPhone,<br>
Keeping Browsing Safe for Younger Users</h3>
<p><em>Selectively Blocks Inappropriate Content in Multiple Categories </em></p>
<p>InternetSafety.com today dialed up safe online browsing for young Apple iPhone users with the introduction of Safe Eyes® Mobile, the first Internet filtering software enabling parents to protect children from exposure to objectionable Internet material on a mobile device. This new browser for the iPhone, iPhone 3G and iPod Touch blocks millions of pages of inappropriate online content while allowing full access to the rest of the Web, eliminating the need to turn off the iPhone’s highly acclaimed mobile browsing feature to avoid exposing children to the unsavory side of the Internet.  </p>
<p>A demo is available at <a href="www.safeeyes.com/iphonedemo/">www.safeeyes.com/iphonedemo</a>.</p>
<p>Using the same approach as the company’s award-winning Safe Eyes software for PCs and Macs, Safe Eyes Mobile works by checking requested websites against a massive blacklist of potentially objectionable Web addresses that is updated on a daily basis. It prevents iPhone/iTouch access to pages in the pornography, nudity, sex and tasteless/gross categories by default. Parents can also configure the software to filter sites in 31 other categories as well as by URL at <a href="www.safeeyes/">www.safeeyes.com</a>. </p>
<p>In contrast, the iPhone itself can control Internet browsing only by blocking Web access entirely, while AT&amp;T’s wireless MEdia Net Parental Controls do not work on the iPhone at all. Safe Eyes Mobile filtering works on both the AT&amp;T cellular network and individual Wi-Fi networks to which the iPhone automatically connects when in range.</p>
<p>“iPhones are becoming the new youth status symbol, with some surveys reporting that as many as 8% of U.S. teenagers own one. That presents a major challenge for parents who believe it is vital to manage their children’s Internet browsing,” said Aaron Kenny, CTO of InternetSafety.com. “Safe Eyes Mobile is the first solution to address the problem without an all-or-nothing approach. If kids try to reach an objectionable website, the software simply blocks it. It’s a safety net that protects younger users without disabling one of the iPhone’s best features: the Internet.” </p>
<p>Safe Eyes Mobile has no noticeable effect on iPhone performance. In addition, the solution cannot be overridden by children because it is controlled from the Safe Eyes website with password-protected setup. </p>
<p>To learn more and sign up to be notified of a release date, visit <a href="www.safeeyes.com/iphone/">www.safeeyes.com/iphone</a>.  Per-phone pricing will include automatic daily updates of the product’s website blacklist. </p>
<p>About InternetSafety.com<br>
Established in 1999, InternetSafety.com™ specializes in providing Internet safety solutions.  Its flagship software, Safe Eyes®, is the two-time recipient of the PC Magazine Editors’ Choice Award, earned a separate Editor’s Choice Award from LAPTOP magazine, and was rated as the #1 parental control solution by America’s leading consumer advocacy publication.  The company’s Safe Eyes, Safe Eyes Mobile and EtherShield products provide online protection for consumers and businesses in more than 140 countries.  </p>
</blockquote>
<span class="UTWPrimaryTags">Tags: <a href="tag/browsers/" rel="tag">Browsers</a>, <a href="tag/iphone-3g/" rel="tag">iPhone 3G</a>, <a href="/" rel="tag">iPod Touch</a>, <a href="tag/mobile-browsing/" rel="tag">Mobile Browsing</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/safe-mobile-browsing/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="p_1057_akst_action_share-this/" onclick="akst_share('1057', 'http%3A%2F%2Fwww.theaftermac.com%2Fsafe-mobile-browsing%2F', 'Safe+Mobile+Browsing'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1057" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="safe-mobile-browsing/#comments">0 comments</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_7');	</script></div>				</div>  
								<div class="post" id="post-1055">
					<div class="date">January 16th, 2009</div>
					<h2 class="title"><a href="app-of-the-week-icoon-a-bunch-of-drawings-that-might-save-the-day/" title="">App of the Week: Icoon - A Bunch of Drawings That Might Save The Day</a></h2>
					<p></p>
<p>If you travel a lot, this 99 cent application might just save your day. Icoon is offering an iPhone/iPod Touch version of their best selling global picture dictionary. </p>
<p>It’s basically a bunch of drawings classified into 12 categories. Line drawn icons that will address basic things that you need to communicate while traveling. An image can communicate a lot of things and can transcend language barriers. So if you can’t say bathroom in Chinese, you just pop-up your iPhone and show them the icon of the bathroom.</p>
<p>Sure you can technically take pictures/draw the icons that are found in Icoon but seriously for 99 cents, why go through the hassle. Just download this baby and save yourself the trouble. If a hodophile wants to trade cryptos even while travelling, they should try the <a href="https://coincierge.de/bitcoin-superstar/">bitcoin superstar app</a>, which analyses cryptocurrency markets to decide and execute the most profitable deals. Bitcoin Superstar monitors the cryptocurrency market and evaluates Bitcoin and other virtual currencies as a result. On the basis of the analysis, price movements are then computed. If the crypto trading bot believes the price of bitcoin will climb, it will purchase; if it believes the price will decrease, it will sell.</p>
<p>Check out Icoon’s web site <a href="http://www.icoon.eu/icoon.html">here</a> and the buy the app <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=294236771&amp;mt=8">here</a>.</p>
<span class="UTWPrimaryTags">Tags: <a href="tag/app-of-the-week/" rel="tag">App Of The Week</a>, <a href="tag/apps/" rel="tag">Apps</a>, <a href="tag/iphone/" rel="tag">iPhone</a>, <a href="/" rel="tag">iPod Touch</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/app-of-the-week-icoon-a-bunch-of-drawings-that-might-save-the-day/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="p_1055_akst_action_share-this/" onclick="akst_share('1055', 'http%3A%2F%2Fwww.theaftermac.com%2Fapp-of-the-week-icoon-a-bunch-of-drawings-that-might-save-the-day%2F', 'App+of+the+Week%3A+Icoon+-+A+Bunch+of+Drawings+That+Might+Save+The+Day'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1055" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="app-of-the-week-icoon-a-bunch-of-drawings-that-might-save-the-day/#comments">0 comments</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_8');	</script></div>				</div>  
								<div class="post" id="post-1050">
					<div class="date">January 15th, 2009</div>
					<h2 class="title"><a href="steve-jobs-to-take-a-break-till-june/" title="">Steve Jobs To Take A Break Till June</a></h2>
					<p>In what can only be taken as a surprising turn of events, Steve Jobs, <a href="http://finance.yahoo.com/tech-ticker/article/158403/Steve-Jobs-Steps-Down-Temporarily-for-Health-Reasons?tickers=aapl,%5Eixic">Apple’s beloved CEO is taking a leave of absence</a> until June to focus on his health. Quoting from an email that he sent out to Apple employees, Steve said:</p>
<blockquote><p>
I am sure all of you saw my letter last week sharing something very personal with the Apple community. Unfortunately, the curiosity over my personal health continues to be a distraction not only for me and my family, but everyone else at Apple as well. In addition, during the past week I have learned that my health-related issues are more complex than I originally thought.
</p></blockquote>
<p>Tim Cook, Apple’s COO will be taking the helm until Steve’s return. If he ever does return. There have been speculations that Apple might not see it’s captain. </p>
<p>This bit of news sent Apple stocks tumbling. As of this writing, Apple shares are down 4.7% and is trading at the $81 area. </p>
<p>My prayers go out to Steve and his family. I sincerely hope that this is not a recurrence of the big C. Having several people close to me suffer from cancer, I know it’s a terrible, terrible thing.</p>
<p>Whatever it is, my sincerest well wishes for a speedy recovery. See you in June Steve!</p>
<span class="UTWPrimaryTags">Tags: <a href="tag/steve-jobs/" rel="tag">Steve Jobs</a></span><script type="text/javascript">
		<!--
		//OBSTART:do_NOT_remove_this_comment
		var OutbrainPermaLink="http://www.theaftermac.com/steve-jobs-to-take-a-break-till-june/";
		if(typeof(OB_Script)!='undefined'){
			OutbrainStart();
		} else {
			var OB_demoMode			=	false;
			var OBITm				=   "1219995864";
			var OB_Script			=	true;
			var OB_langJS 			=	"";
			document.write ("<script src='OutbrainRater.js' type='text/javascript'><\/script>"); 
		}
		//OBEND:do_NOT_remove_this_comment
		//-->
		</script>
		<p class="akst_link"><a href="p_1050_akst_action_share-this/" onclick="akst_share('1050', 'http%3A%2F%2Fwww.theaftermac.com%2Fsteve-jobs-to-take-a-break-till-june%2F', 'Steve+Jobs+To+Take+A+Break+Till+June'); return false;" title="E-mail this, post to del.icio.us, etc." id="akst_link_1050" class="akst_share_link" rel="nofollow">Share This</a>
</p>					<p class="meta">By <strong>Juan</strong> -- <strong><a href="steve-jobs-to-take-a-break-till-june/#comments">0 comments</a></strong></p>
					<div style="border:0px dotted #000000;padding:15px;width:520px;position: relative;text-align:center;margin-top: 15px;">	<script type="text/javascript">		GA_googleFillSlot('glamx_BigBox_300x250_Middle_Pos2_9');	</script></div>				</div>  
		<div class="navigation">
			<div class="alignleft"><a href="page/2/">« Previous Entries</a></div>
			<div class="alignright"></div>
		</div>
			</div>
		<div id="center">
		<ul id="sidebar">
				<div class="wide_sidebar">
            <div id="search">
                <form method="get" id="searchform" action="/">
                	<input type="text" class="search_input" value="Search" name="s" id="search_input" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}">
                	<input type="hidden" id="searchsubmit" value="Search">
				</form>
            </div>
        <div id="lijit-wijit" class="widget wide widget_Lijit"><h2 class="title">Search This Blog And Its Channel</h2>
		<div id="lwp_b5_widget">
		<script type="text/javascript" src="https://www.lijit.com/informers/wijits?type=pvs&amp;username=theaftermac&amp;js=1&amp;style_id=3"></script>
		</div>
		<style>
		#lwp_b5_widget{
			margin:5px;
		}
		#lwp_research{
			margin:5px;
		}
		</style>
		</div><div id="sb_about" class="sb_top">
					<h2>About Macintosh, Mac Apps, iPhone, Steve Jobs, Apple</h2>
					<p>News about Apple, iPods, the cult of Mac and Steve Jobs' reality distortion field. Kool-Aid in Moderation.</p>
					<p>Written by <strong>Juan Magdaraog</strong> for <a href="http://www.b5media.com/" target="_blank">b5media</a>.</p>
				</div>
		<div id="recent-comments" class="widget wide widget_recent_comments">			<h2 class="title">Recent Comments</h2>			<ul id="recentcomments"><li class="recentcomments"><a href="http://www.fightpompe.com/" rel="external nofollow">Juan</a> on <a href="philippines-biggest-apple-center-opens/#comment-75053">Philippine’s Biggest Apple Center Opens</a></li><li class="recentcomments">Bourne on <a href="iwork-09-to-ship-on-jan-27th/#comment-75046">iLife 09 to Ship On Jan 27th</a></li><li class="recentcomments"><a href="http://jason.de-villa.net/2009/01/to-make-a-long-story-short/" rel="external nofollow">100 Words a Day » To make a long story short</a> on <a href="macbook-x-rayed/#comment-74778">MacBook X-Rayed!</a></li><li class="recentcomments">Fil Moreno on <a href="philippines-biggest-apple-center-opens/#comment-74670">Philippine’s Biggest Apple Center Opens</a></li><li class="recentcomments">DJ on <a href="undeletable-draft-mail-problem-on-leopard/#comment-74193">Undeletable Draft Mail Problem on Leopard</a></li><li class="recentcomments"><a href="https://www.napolisoccer.net/">Casino Non AAMS</a></li><li class="recentcomments"><a href="https://www.cialombardia.org/">Migliori Casino Online</a></li><li class="recentcomments"><a href="https://voice4change-england.com/">Best Betting Sites Not On Gamstop</a></li><li class="recentcomments"><a href="https://www.bapca.org.uk/">Sites Not On Gamstop 2025</a></li><li class="recentcomments"><a href="https://www.goodclub.co.uk/">Best Casino Not On Gamstop</a></li></ul>
		</div><div id="sb_about" class="sb_top"><h2>Ads from b5media</h2><div class="b5Ad"><a href="http://www.textpods.com/" rel="nofollow">Buy your text ad</a> on this and other b5media sites today!</div></div>						
			</div>
			<div id="sidebar2">
			<div id="categories-1" class="widget wide widget_categories"><h2 class="title">Categories</h2>		<ul>
			<li class="cat-item cat-item-22"><a href="category/30-years/" title="View all posts filed under 30 Years">30 Years</a>
</li>
	<li class="cat-item cat-item-9"><a href="category/accessories/" title="View all posts filed under Accessories">Accessories</a>
</li>
	<li class="cat-item cat-item-2"><a href="category/adels-posts/" title="View all posts filed under Adel's Posts">Adel's Posts</a>
</li>
	<li class="cat-item cat-item-105"><a href="category/airport-express/" title="View all posts filed under Airport Express">Airport Express</a>
</li>
	<li class="cat-item cat-item-50"><a href="category/airport-extreme/" title="View all posts filed under AirPort Extreme">AirPort Extreme</a>
</li>
	<li class="cat-item cat-item-55"><a href="category/aperture/" title="View all posts filed under Aperture">Aperture</a>
</li>
	<li class="cat-item cat-item-11"><a href="category/apple-community/" title="View all posts filed under Apple Community">Apple Community</a>
</li>
	<li class="cat-item cat-item-66"><a href="category/apple-mail/" title="View all posts filed under Apple Mail">Apple Mail</a>
</li>
	<li class="cat-item cat-item-7"><a href="category/apple-news/" title="View all posts filed under Apple News">Apple News</a>
</li>
	<li class="cat-item cat-item-39"><a href="category/apple-tv/" title="View all posts filed under Apple TV">Apple TV</a>
</li>
	<li class="cat-item cat-item-23"><a href="category/apps/" title="View all posts filed under Apps">Apps</a>
</li>
	<li class="cat-item cat-item-48"><a href="category/automator/" title="View all posts filed under Automator">Automator</a>
</li>
	<li class="cat-item cat-item-35"><a href="category/battery/" title="View all posts filed under Battery">Battery</a>
</li>
	<li class="cat-item cat-item-21"><a href="category/bootcamp/" title="View all posts filed under Bootcamp">Bootcamp</a>
</li>
	<li class="cat-item cat-item-109"><a href="category/chris/" title="View all posts filed under Chris's Posts">Chris's Posts</a>
</li>
	<li class="cat-item cat-item-8"><a href="category/commentaries/" title="View all posts filed under Commentaries">Commentaries</a>
</li>
	<li class="cat-item cat-item-102"><a href="category/dotmac/" title="View all posts filed under dotMac">dotMac</a>
</li>
	<li class="cat-item cat-item-46"><a href="category/events/" title="View all posts filed under Events">Events</a>
</li>
	<li class="cat-item cat-item-36"><a href="category/games/" title="View all posts filed under Games">Games</a>
</li>
	<li class="cat-item cat-item-53"><a href="category/google/" title="View all posts filed under Google">Google</a>
</li>
	<li class="cat-item cat-item-108"><a href="category/graphics/" title="View all posts filed under Graphics">Graphics</a>
</li>
	<li class="cat-item cat-item-28"><a href="category/hardware/" title="View all posts filed under Hardware">Hardware</a>
</li>
	<li class="cat-item cat-item-5"><a href="category/ibook/" title="View all posts filed under iBook">iBook</a>
</li>
	<li class="cat-item cat-item-182"><a href="category/ical/" title="View all posts filed under iCal">iCal</a>
</li>
	<li class="cat-item cat-item-58"><a href="category/ilife/" title="View all posts filed under iLife">iLife</a>
</li>
	<li class="cat-item cat-item-18"><a href="category/imac/" title="View all posts filed under iMac">iMac</a>
</li>
	<li class="cat-item cat-item-60"><a href="category/imovie/" title="View all posts filed under iMovie">iMovie</a>
</li>
	<li class="cat-item cat-item-16"><a href="category/intel/" title="View all posts filed under Intel">Intel</a>
</li>
	<li class="cat-item cat-item-24"><a href="category/interviews/" title="View all posts filed under Interviews">Interviews</a>
</li>
	<li class="cat-item cat-item-38"><a href="category/iphone/" title="View all posts filed under iPhone">iPhone</a>
</li>
	<li class="cat-item cat-item-138"><a href="category/iphoto/" title="View all posts filed under iphoto">iphoto</a>
</li>
	<li class="cat-item cat-item-4"><a href="category/ipod/" title="View all posts filed under iPod">iPod</a>
</li>
	<li class="cat-item cat-item-63"><a href="category/ipod-classic/" title="View all posts filed under iPod Classic">iPod Classic</a>
</li>
	<li class="cat-item cat-item-34"><a href="category/ipod-games/" title="View all posts filed under iPod Games">iPod Games</a>
</li>
	<li class="cat-item cat-item-61"><a href="category/ipod-nano/" title="View all posts filed under iPod Nano">iPod Nano</a>
</li>
	<li class="cat-item cat-item-62"><a href="category/ipod-shuffle/" title="View all posts filed under iPod Shuffle">iPod Shuffle</a>
</li>
	<li class="cat-item cat-item-64"><a href="category/ipod-touch/" title="View all posts filed under iPod Touch">iPod Touch</a>
</li>
	<li class="cat-item cat-item-13"><a href="category/itunes/" title="View all posts filed under iTunes">iTunes</a>
</li>
	<li class="cat-item cat-item-104"><a href="category/itunes-content/" title="View all posts filed under iTunes Content">iTunes Content</a>
</li>
	<li class="cat-item cat-item-69"><a href="category/itunes-movie-rentals/" title="View all posts filed under iTunes Movie Rentals">iTunes Movie Rentals</a>
</li>
	<li class="cat-item cat-item-59"><a href="category/iwork/" title="View all posts filed under iWork">iWork</a>
</li>
	<li class="cat-item cat-item-1"><a href="category/uncategorized/" title="View all posts filed under Jayvee's Posts">Jayvee's Posts</a>
</li>
	<li class="cat-item cat-item-20"><a href="category/juans-posts/" title="View all posts filed under Juan's Posts">Juan's Posts</a>
</li>
	<li class="cat-item cat-item-25"><a href="/" title="View all posts filed under Leopard">Leopard</a>
</li>
	<li class="cat-item cat-item-33"><a href="category/mac-mini/" title="View all posts filed under Mac Mini">Mac Mini</a>
</li>
	<li class="cat-item cat-item-26"><a href="category/mac-os-x/" title="View all posts filed under Mac OS X">Mac OS X</a>
</li>
	<li class="cat-item cat-item-30"><a href="category/mac-pro/" title="View all posts filed under Mac Pro">Mac Pro</a>
</li>
	<li class="cat-item cat-item-17"><a href="category/macbook/" title="View all posts filed under MacBook">MacBook</a>
</li>
	<li class="cat-item cat-item-67"><a href="category/macbook-air/" title="View all posts filed under MacBook Air">MacBook Air</a>
</li>
	<li class="cat-item cat-item-37"><a href="category/macbook-pro/" title="View all posts filed under Macbook Pro">Macbook Pro</a>
</li>
	<li class="cat-item cat-item-143"><a href="category/made-on-a-mac/" title="View all posts filed under Made on a Mac">Made on a Mac</a>
</li>
	<li class="cat-item cat-item-56"><a href="category/mail/" title="View all posts filed under Mail">Mail</a>
</li>
	<li class="cat-item cat-item-43"><a href="category/microsoft-office/" title="View all posts filed under Microsoft Office">Microsoft Office</a>
</li>
	<li class="cat-item cat-item-125"><a href="category/mobile-me/" title="View all posts filed under Mobile Me">Mobile Me</a>
</li>
	<li class="cat-item cat-item-47"><a href="category/news/" title="View all posts filed under News">News</a>
</li>
	<li class="cat-item cat-item-65"><a href="category/pages/" title="View all posts filed under Pages">Pages</a>
</li>
	<li class="cat-item cat-item-14"><a href="category/plugins/" title="View all posts filed under Plugins">Plugins</a>
</li>
	<li class="cat-item cat-item-19"><a href="category/podcasting/" title="View all posts filed under Podcasting">Podcasting</a>
</li>
	<li class="cat-item cat-item-103"><a href="category/podcasts/" title="View all posts filed under Podcasts">Podcasts</a>
</li>
	<li class="cat-item cat-item-6"><a href="category/powerbook/" title="View all posts filed under Powerbook">Powerbook</a>
</li>
	<li class="cat-item cat-item-54"><a href="category/productivity/" title="View all posts filed under Productivity">Productivity</a>
</li>
	<li class="cat-item cat-item-107"><a href="category/promos/" title="View all posts filed under Promos">Promos</a>
</li>
	<li class="cat-item cat-item-57"><a href="category/qa/" title="View all posts filed under Q&amp;A">Q&amp;A</a>
</li>
	<li class="cat-item cat-item-123"><a href="category/retail/" title="View all posts filed under Retail Stores">Retail Stores</a>
</li>
	<li class="cat-item cat-item-31"><a href="category/reviews/" title="View all posts filed under Reviews">Reviews</a>
</li>
	<li class="cat-item cat-item-15"><a href="category/rumors/" title="View all posts filed under Rumors">Rumors</a>
</li>
	<li class="cat-item cat-item-88"><a href="category/safari/" title="View all posts filed under safari">safari</a>
</li>
	<li class="cat-item cat-item-29"><a href="category/screen-saver/" title="View all posts filed under Screen Saver">Screen Saver</a>
</li>
	<li class="cat-item cat-item-106"><a href="category/security/" title="View all posts filed under Security">Security</a>
</li>
	<li class="cat-item cat-item-3"><a href="category/services/" title="View all posts filed under Services">Services</a>
</li>
	<li class="cat-item cat-item-12"><a href="category/software/" title="View all posts filed under Software">Software</a>
</li>
	<li class="cat-item cat-item-10"><a href="category/steve-jobs/" title="View all posts filed under Steve Jobs">Steve Jobs</a>
</li>
	<li class="cat-item cat-item-124"><a href="category/switch/" title="View all posts filed under Switch to Mac">Switch to Mac</a>
</li>
	<li class="cat-item cat-item-70"><a href="category/theme-day/" title="View all posts filed under Theme Day">Theme Day</a>
</li>
	<li class="cat-item cat-item-40"><a href="category/tiger/" title="View all posts filed under Tiger">Tiger</a>
</li>
	<li class="cat-item cat-item-68"><a href="category/time-capsule/" title="View all posts filed under Time Capsule">Time Capsule</a>
</li>
	<li class="cat-item cat-item-101"><a href="category/time-machine/" title="View all posts filed under Time Machine">Time Machine</a>
</li>
	<li class="cat-item cat-item-32"><a href="category/tips/" title="View all posts filed under Tips">Tips</a>
</li>
	<li class="cat-item cat-item-118"><a href="category/utilities/" title="View all posts filed under Utilities">Utilities</a>
</li>
	<li class="cat-item cat-item-41"><a href="category/videos/" title="View all posts filed under Videos">Videos</a>
</li>
	<li class="cat-item cat-item-44"><a href="category/web-sites/" title="View all posts filed under Web Sites">Web Sites</a>
</li>
	<li class="cat-item cat-item-52"><a href="category/widgets/" title="View all posts filed under Widgets">Widgets</a>
</li>
	<li class="cat-item cat-item-45"><a href="category/windows/" title="View all posts filed under Windows">Windows</a>
</li>
	<li class="cat-item cat-item-42"><a href="category/windows-vista/" title="View all posts filed under Windows Vista">Windows Vista</a>
</li>
	<li class="cat-item cat-item-49"><a href="category/workflows/" title="View all posts filed under Workflows">Workflows</a>
</li>
	<li class="cat-item cat-item-27"><a href="category/zune/" title="View all posts filed under Zune">Zune</a>
</li>
		</ul>
</div><div id="text-link-ads" class="widget wide tla_widget"><h2 class="title">Sponsors</h2>
<ul style="padding: 0; margin: 0; overflow: hidden; list-style: none; width: 100%;">
<li style="width: 100%; float: left; padding: 0; clear: none; display: inline; margin: 0;"><span style="margin: 0; display: block; width: 100%; padding: 3px;"> <a href="http://www.refurbishedmacbooksale.com/apple-certified/macbook">refurbished macbook</a> </span></li>
</ul></div>			</div>
			<div id="sidebar3">
							<div class="widget" style="padding-bottom:1.5em; background:transparent;">				
					<!-- VC active -->
					<script language="JavaScript">
						<!--
						// ValueParameters
						ValueHost = "hs0004792";
						ValueLoaded = false;
						ValueID = "pagebuster";
						ValueVersion = "1.2";
						ValueBannerType = "std";
						var ValueWidths_Heights = new Array("160x600");
						ValueNoText = 1;
						ValueHCat = "TCMA";
						ValueBannerSizeOrder =  "listed";
						//-->
					</script>
					<script language="Javascript" src="jsmaster.js">
					</script>
					<script language="JavaScript">
						<!--
						if (ValueLoaded) ValueShowAd();
						//-->
					</script>
					<noscript>
						<a href="http://ads.bfm.valueclick.net/redirect?host=hs0004792&amp;t=std&amp;b=indexpage&amp;noscript=1&amp;v=0;hcat=TCMA;msizes=160x600;bso=listed" rel="nofollow" target="_top">
							
						</a>
					</noscript>
					<!-- vc active -->
				</div>
				<div id="archives" class="widget wide widget_archive"><h2 class="title">Archives</h2>		<ul>
			<li><a href="2009/01/" title="January 2009">January 2009</a></li>
	<li><a href="2008/12/" title="December 2008">December 2008</a></li>
	<li><a href="2008/11/" title="November 2008">November 2008</a></li>
	<li><a href="2008/10/" title="October 2008">October 2008</a></li>
	<li><a href="2008/09/" title="September 2008">September 2008</a></li>
	<li><a href="2008/08/" title="August 2008">August 2008</a></li>
	<li><a href="2008/07/" title="July 2008">July 2008</a></li>
	<li><a href="2008/06/" title="June 2008">June 2008</a></li>
	<li><a href="2008/05/" title="May 2008">May 2008</a></li>
	<li><a href="2008/04/" title="April 2008">April 2008</a></li>
	<li><a href="2008/03/" title="March 2008">March 2008</a></li>
	<li><a href="2008/02/" title="February 2008">February 2008</a></li>
	<li><a href="2008/01/" title="January 2008">January 2008</a></li>
	<li><a href="2007/12/" title="December 2007">December 2007</a></li>
	<li><a href="2007/11/" title="November 2007">November 2007</a></li>
	<li><a href="2007/10/" title="October 2007">October 2007</a></li>
	<li><a href="2007/09/" title="September 2007">September 2007</a></li>
	<li><a href="2007/08/" title="August 2007">August 2007</a></li>
	<li><a href="2007/07/" title="July 2007">July 2007</a></li>
	<li><a href="2007/06/" title="June 2007">June 2007</a></li>
	<li><a href="2007/05/" title="May 2007">May 2007</a></li>
	<li><a href="2007/04/" title="April 2007">April 2007</a></li>
	<li><a href="2007/03/" title="March 2007">March 2007</a></li>
	<li><a href="2007/02/" title="February 2007">February 2007</a></li>
	<li><a href="2007/01/" title="January 2007">January 2007</a></li>
	<li><a href="2006/12/" title="December 2006">December 2006</a></li>
	<li><a href="2006/11/" title="November 2006">November 2006</a></li>
	<li><a href="2006/10/" title="October 2006">October 2006</a></li>
	<li><a href="2006/09/" title="September 2006">September 2006</a></li>
	<li><a href="2006/08/" title="August 2006">August 2006</a></li>
	<li><a href="2006/07/" title="July 2006">July 2006</a></li>
	<li><a href="2006/06/" title="June 2006">June 2006</a></li>
	<li><a href="2006/05/" title="May 2006">May 2006</a></li>
	<li><a href="2006/04/" title="April 2006">April 2006</a></li>
	<li><a href="2006/03/" title="March 2006">March 2006</a></li>
	<li><a href="2006/02/" title="February 2006">February 2006</a></li>
	<li><a href="2006/01/" title="January 2006">January 2006</a></li>
		</ul>
</div>			<div id="php-code-1" class="widget wide widget_execphp">				<h2 class="title">Sponsors</h2>				<div class="execphpwidget"><a href="http://www.mvixusa.com/?gad=CNux388CEgjbr9nitioOARjlhsb9AyCLp5Id" title="DivX(r), XviD, MPEG, ISO, OGG, MP3, VOB player: Store all your media on one device.">Mvix Multimedia Center</a><br>
<a href="http://www.careerschooldirectory.com/pages/techcerts/00techcerts.htm" target="_blank">Tech Certifications Programs</a>
<ul style="padding: 0; margin: 0; overflow: hidden; list-style: none; width: 100%;">
<li style="width: 100%; float: left; padding: 0; clear: none; display: inline; margin: 0;"><span style="margin: 0; display: block; width: 100%; padding: 3px;"> <a href="http://www.refurbishedmacbooksale.com/apple-certified/macbook">refurbished macbook</a> </span></li>
</ul></div>
			</div>			<div id="text-2" class="widget wide widget_text">			<h2 class="title">Subscribe By Email</h2>			<div class="textwidget"><form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=466542', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"></p><input type="hidden" value="http://feeds.feedburner.com/~e?ffid=466542" name="url"><input type="hidden" value="The After Mac" name="title"><input type="hidden" name="loc" value="en_US"><input type="submit" value="Subscribe"><p>Delivered by <a href="http://www.feedburner.com/" target="_blank">FeedBurner</a></p></form></div>
		</div>			</div>
			<div class="wide_sidebar">
			<div id="b5media-blogroll-portable" class="widget wide widget_b5_blogroll_xml"><div id="no_blogroll">
 <div>
<h2 class="title">Technology <a class="b5blogroll_icon_link" href="https://feedproxy.google.com/b5media-Technology-Channel-feed"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a>	<a class="b5blogroll_icon_link" href="http://www.b5media.com/opml.php?channel=3"><img src="theme_resources/images/icons/opml.png" alt="" style="border:0px;"></a></h2>
	<div class="list">
<div class="channel_desc">
		From gadgets to gizmos, whether you do Windows, Linux, XBox, Playstation or Wii, old school hacker, lEE7 and n00b unite here on the Tech channel.  We've got your back.
</div>
		<ul>
 			<li>
				<a href="http://www.alistercameron.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.alistercameron.com/" rel="nofollow">Alister Cameron, Blogologist</a>
			</li>
			<li>
				<a href="http://www.cellphone9.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.cellphone9.com/" rel="nofollow">Cellphone9</a>
			</li>
			<li>
				<a href="http://www.digital-photography-school.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.digital-photography-school.com/" rel="nofollow">Digital Photography School</a>
			</li>
			<li>
				<a href="http://www.fpsrantings.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.fpsrantings.com/" rel="nofollow">FPS Rantings</a>
			</li>
			<li>
				<a href="http://www.gadgenista.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.gadgenista.com/" rel="nofollow">Gadgenista</a>
			</li>
			<li>
				<a href="http://www.gamerlite.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.gamerlite.com/" rel="nofollow">Gamer Lite</a>
			</li>
			<li>
				<a href="http://www.insideonlinevideo.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.insideonlinevideo.com/" rel="nofollow">Inside Online Video</a>
			</li>
			<li>
				<a href="http://www.microsoftweblog.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.microsoftweblog.com/" rel="nofollow">Microsoft Weblog</a>
			</li>
			<li>
				<a href="http://www.mmotaku.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.mmotaku.com/" rel="nofollow">MMOtaku</a>
			</li>
			<li>
				<a href="http://www.newlinuxuser.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.newlinuxuser.com/" rel="nofollow">New Linux User</a>
			</li>
			<li>
				<a href="http://www.play-gadgets.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.play-gadgets.com/" rel="nofollow">Play Gadgets</a>
			</li>
			<li>
				<a href="http://www.play-girlz.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.play-girlz.com/" rel="nofollow">Play Girlz</a>
			</li>
			<li>
				<a href="http://www.psmonger.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.psmonger.com/" rel="nofollow">PlayStation Monger</a>
			</li>
			<li>
				<a href="http://www.re-retro.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.re-retro.com/" rel="nofollow">Re:Retro</a>
			</li>
			<li>
				<a href="http://www.simsgamer.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.simsgamer.com/" rel="nofollow">Sims Gamer</a>
			</li>
			<li>
				<a href="http://www.techsideup.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.techsideup.com/" rel="nofollow">Tech Side Up</a>
			</li>
			<li>
				<a href="http://www.thatdamnpc.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.thatdamnpc.com/" rel="nofollow">That Damn PC</a>
			</li>
			<li>
				<a href="http://www.theadventuress.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.theadventuress.com/" rel="nofollow">The Adventuress</a>
			</li>
			<li>
				<a href="/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="/" rel="nofollow">The After Mac</a>
			</li>
			<li>
				<a href="http://www.thegadgetblog.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.thegadgetblog.com/" rel="nofollow">The Gadget Blog</a>
			</li>
			<li>
				<a href="http://www.uncovertheinternet.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.uncovertheinternet.com/" rel="nofollow">Uncover the Internet</a>
			</li>
			<li>
				<a href="http://www.wiinewsdaily.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.wiinewsdaily.com/" rel="nofollow">Wii News Daily</a>
			</li>
			<li>
				<a href="http://www.windowsvistaweblog.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.windowsvistaweblog.com/" rel="nofollow">Windows Vista Weblog</a>
			</li>
			<li>
				<a href="http://www.wowobsessed.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.wowobsessed.com/" rel="nofollow">WOW Obsessed</a>
			</li>
			<li>
				<a href="http://www.xboxxer.com/feed/" rel="nofollow"><img src="theme_resources/images/icons/feed.png" width="16" height="16" align="top" alt=""></a> <a href="http://www.xboxxer.com/" rel="nofollow">Xboxxer</a>
			</li>
		</ul>
	</div>
 </div>
</div></div><div id="linklist" class="widget"><h2 class="title">Blogroll</h2>
	<ul class="xoxo blogroll">
<li><a href="http://abuggedlife.com/">A Bugged Life</a></li>
<li><a href="http://agabot.livejournal.com/">Adel’s Electric Journal</a></li>
<li><a href="http://www.afterapple.com/">After Apple</a></li>
<li><a href="http://www.applegazette.com/">Apple Gazette</a></li>
<li><a href="http://www.livingroom.org.au/cameraphone">Camera Phone Reviews</a></li>
<li><a href="http://www.ipod-church.com/">Church of the iPod</a></li>
<li><a href="http://www.livingroom.org.au/photolog">Digital Camera Reviews</a></li>
<li><a href="http://www.fightpompe.com/" title="Juan’s personal blog chronicling the against Pompe as well as some other stuff">Fight Pompe</a></li>
<li><a href="http://ipodlounge.com/">iPod Lounge</a></li>
<li><a href="http://www.macwindows.com/" title="The Web Site for Macintosh-Windows Integration">MacWindows</a></li>
<li><a href="http://www.macworld.com/" title="The Mac Product Experts">Macworld</a></li>
<li><a href="http://philmug.ph/">PhilMUG</a></li>
<li><a href="http://podcentral.ph/">PodCentral</a></li>
<li><a href="http://www.studenttechnews.com/" title="Tech news, reviews, and opinions every student needs to know.">Student Tech News</a></li>
<li><a href="http://tuaw.com/">TUAW</a></li>
<li><a href="http://www.videoipods.tv/">Video iPods</a></li>
	</ul>
</div>
			</div>
		</ul><!-- end of sidebar ul for widgets -->
	</div>
</div><!-- end of blogcontent -->
				<div id="bottom_ad">			<!-- VC active -->
			<script language="JavaScript">
				<!--
					// ValueParameters
					ValueHost = "hs0004792";
					ValueLoaded = false;
					ValueID = "pagebuster";
					ValueVersion = "1.2";
					ValueBannerType = "std";
					var ValueWidths_Heights = new Array("728x90");
					ValueNoText = 1;
					ValueHCat = "TCMA";
					var ValueKeyCodes = new Array("kposition=2");
					ValueBannerSizeOrder =  "listed";
				//-->
			</script>
			<script language="Javascript" src="jsmaster.js">
			</script>
			<script language="JavaScript">
				<!--	
					if (ValueLoaded) ValueShowAd();
				//-->
			</script>					
			<noscript>
				<a href="http://ads.bfm.valueclick.net/redirect?host=hs0004792&amp;t=std&amp;b=indexpage&amp;noscript=1&amp;v=0;hcat=TCMA;kposition=2;msizes=728x90;bso=listed" rel="nofollow" target="_top">
					
				</a>
			</noscript>
			<!-- vc active -->
			</div>			<div style="text-align:center"><h2>Further reading</h2><ul style="list-style:none;padding-left:0"><li><a href="https://paleoitalia.org/">Migliori Casino Online</a></li><li><a href="https://www.veritaeaffari.it/">Siti Non Aams Legali In Italia</a></li><li><a href="https://www.raffaellosanzio.org/">Siti Casino Online Non Aams</a></li><li><a href="https://gdalabel.org.uk/">Gambling Sites Not On Gamstop</a></li><li><a href="https://nva.org.uk/">UK Casinos Not On Gamstop</a></li><li><a href="https://www.euroapprenticeship.eu/">Casino Online Stranieri Non Aams</a></li><li><a href="https://www.deutsche-seniorenliga.de/">Casino Online Deutschland</a></li><li><a href="https://www.smallcharityweek.com/">Non Gamstop Casinos Uk</a></li><li><a href="https://tescobagsofhelp.org.uk/">Non Gamstop Casino UK</a></li><li><a href="https://www.engie-ineo.fr/">Meilleur Casino En Ligne</a></li><li><a href="https://uk-sobs.org.uk/">Non Gamstop Casino Sites UK</a></li><li><a href="https://link-a.net/">オンラインカジノ おすすめ</a></li><li><a href="https://www.wycombewanderers.co.uk/">Casino Sites Not On Gamstop</a></li><li><a href="https://www.unearthedsounds.co.uk/">Non Gamstop Casino UK</a></li><li><a href="https://energypost.eu/">Best UK Online Casino Sites</a></li><li><a href="https://www.clintoncards.co.uk/">Gambling Not On Gamstop</a></li><li><a href="https://www.cheshirewestmuseums.org/non-gamstop-casinos-uk/">UK Online Casinos Not On Gamstop</a></li><li><a href="https://www.actualite-de-la-formation.fr/">Meilleur Casino En Ligne</a></li><li><a href="https://www.malaysiasite.nl/">Gokken Zonder Cruks</a></li><li><a href="https://religion-freedom-report.org.uk/non-gamstop-casinos">Gambling Sites Not On Gamstop</a></li><li><a href="https://www.startupbritain.org/slot-sites-uk/">Best Slot Sites</a></li><li><a href="https://thelincolnite.co.uk/non-gamstop-casinos/">Non Gamstop Casino</a></li><li><a href="https://www.parentalguidance.org.uk/">Casinos Not On Gamstop</a></li><li><a href="https://www.tourofbritain.co.uk/">Casinos Not On Gamstop</a></li><li><a href="https://www.uberrock.co.uk/">Casinos Not On Gamstop</a></li><li><a href="https://www.invo.org.uk/">Non Gamstop Casinos</a></li><li><a href="https://orios-infos.com/">Casino En Ligne</a></li><li><a href="https://www.pesselieres.com/">Casino Bonus Sans Depot France</a></li><li><a href="https://www.groupe-hotelier-bataille.com/">Meilleurs Sites De Paris Sportifs</a></li><li><a href="https://www.editions-spartacus.fr/">Nouveau Casino En Ligne</a></li><li><a href="https://www.cycle-terre.eu/">Casino En Ligne France Légal</a></li><li><a href="https://www.edmaster.it/">Crypto Scommesse</a></li><li><a href="https://the-drone.com/">Casino Francais En Ligne</a></li><li><a href="https://uic.fr/">Site De Casino En Ligne</a></li><li><a href="https://www.cinematographe.it/">Migliori Casino Online</a></li><li><a href="https://www.upkorea.net/">안전한 토토사이트</a></li><li><a href="https://www.editions-sorbonne.fr/">Casino En Ligne 2026</a></li><li><a href="https://www.poetes.com/">Casino En Ligne Fiable</a></li><li><a href="https://normandie2014.com/">Casino En Ligne Français 2026</a></li></ul></div><div id="footer">
				<div id="footer_top">
					<div id="container">
						<a style="display:none;" name="footer_channel_list"></a>
						<ul id="network_list">
							<li class="network_item">Use this area to discover new blogs and content in the b5media network.</li>
							<li><a href="#footer_channel_list" id="channel-6" rel="nofollow">Beauty &amp; Style</a></li>
							<li><a href="#footer_channel_list" id="channel-21" rel="nofollow">Business</a></li>
							<li><a href="#footer_channel_list" id="channel-17" rel="nofollow">Entertainment</a></li>
							<li><a href="#footer_channel_list" id="channel-25" rel="nofollow">General</a></li>
							<li><a href="#footer_channel_list" id="channel-18" rel="nofollow">Health &amp; Wellness</a></li>
							<li><a href="#footer_channel_list" id="channel-26" rel="nofollow">Lifestyles</a></li>
							<li><a href="#footer_channel_list" id="channel-24" rel="nofollow">Music</a></li>
							<li><a href="#footer_channel_list" id="channel-7" rel="nofollow">Sports</a></li>
							<li><a href="#footer_channel_list" id="channel-12" rel="nofollow">Team Blogs</a></li>
							<li><a href="#footer_channel_list" id="channel-3" rel="nofollow">Technology</a></li>
							<li><a href="#footer_channel_list" id="channel-4" rel="nofollow">Travel &amp; Culture</a></li>
						</ul>
					</div>
					<div id="channel_details" class="channel_details">
						<h3><a href="http://www.b5media.com/channel/technology">The Technology Channel</a> <a href="https://feedproxy.google.com/b5media-Technology-Channel-feed"><img src="wp-content/themes/b5v2/images/icons/feed.png" alt="" style="border:0px;"></a></h3>
						<h4 class="description">From gadgets to gizmos, whether you do Windows, Linux, XBox, Playstation or Wii, old school hacker, lEE7 and n00b unite here on the Tech channel.  We've got your back.</h4>
						<ul id="channel_list">
							<li><h4 class="footer_sec_title">Technology Blogs</h4></li>
							<li><a href="http://www.alistercameron.com/">Alister Cameron, Blogologist</a></li><li><a href="http://www.cellphone9.com/">Cellphone9</a></li><li><a href="http://www.digital-photography-school.com/">Digital Photography School</a></li><li><a href="http://www.fpsrantings.com/">FPS Rantings</a></li><li><a href="http://www.gadgenista.com/">Gadgenista</a></li><li><a href="http://www.gamerlite.com/">Gamer Lite</a></li><li><a href="http://www.insideonlinevideo.com/">Inside Online Video</a></li><li><a href="http://www.microsoftweblog.com/">Microsoft Weblog</a></li><li><a href="http://www.mmotaku.com/">MMOtaku</a></li><li><a href="http://www.newlinuxuser.com/">New Linux User</a></li><li><a href="http://www.play-gadgets.com/">Play Gadgets</a></li><li><a href="http://www.play-girlz.com/">Play Girlz</a></li><li><a href="http://www.psmonger.com/">PlayStation Monger</a></li><li><a href="http://www.re-retro.com/">Re:Retro</a></li><li><a href="http://www.simsgamer.com/">Sims Gamer</a></li><li><a href="http://www.techsideup.com/">Tech Side Up</a></li><li><a href="http://www.thatdamnpc.com/">That Damn PC</a></li><li><a href="http://www.theadventuress.com/">The Adventuress</a></li><li><a href="/">The After Mac</a></li><li><a href="http://www.thegadgetblog.com/">The Gadget Blog</a></li><li><a href="http://www.uncovertheinternet.com/">Uncover the Internet</a></li><li><a href="http://www.wiinewsdaily.com/">Wii News Daily</a></li><li><a href="http://www.windowsvistaweblog.com/">Windows Vista Weblog</a></li><li><a href="http://www.wowobsessed.com/">WOW Obsessed</a></li><li><a href="http://www.xboxxer.com/">Xboxxer</a></li>						</ul>                   
						<ul id="channel_posts">
							<li><h4 class="footer_sec_title">The Latest in Technology.</h4></li>
							<li><strong>Xboxxer</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/dg7jA2OznN4/" title="posted @ Thu, 29 Jan 2009 13:46:27 -0500 by ManiacJyle">Play ‘Skate 2’ With P.O.S. on Xbox 360</a>
</li>
<li><strong>PlayStation Monger</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/ukhnOIL_Ynk/" title="posted @ Thu, 29 Jan 2009 12:16:21 -0500 by Andrew Webster">Today in PlayStation: January 29, 2009</a>
</li>
<li><strong>Cellphone9</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/X4s0BqwwtJI/" title="posted @ Thu, 29 Jan 2009 11:43:45 -0500 by Jayvee">SAY NOKIA!!! The Hedkandi 5800 Xpressmusic Unveil</a>
</li>
<li><strong>Play Girlz</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/6Mt2oAP229k/" title="posted @ Thu, 29 Jan 2009 09:57:21 -0500 by Ingrid">EA Announces Boom Blox Sequel for Wii</a>
</li>
<li><strong>Play Girlz</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/u9kJcscLDjc/" title="posted @ Thu, 29 Jan 2009 09:41:22 -0500 by Ingrid">PopCap Sees Profit In Hard Economic Times</a>
</li>
<li><strong>Microsoft Weblog</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/_o3sI0X6MTU/" title="posted @ Thu, 29 Jan 2009 09:38:00 -0500 by Jason Bean">Bill Gates Video Mug Shot</a>
</li>
<li><strong>Uncover the Internet</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/VAgZ_8er144/" title="posted @ Thu, 29 Jan 2009 09:24:24 -0500 by Jason Bean">Lynyrd Skynyrd Pianist Billy Powell Goes Home Sweet Home Alabama</a>
</li>
<li><strong>Uncover the Internet</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/y9GerQDbQCM/" title="posted @ Thu, 29 Jan 2009 09:16:51 -0500 by Jason Bean">Beautiful San Francisco Time Lapse Sunrise</a>
</li>
<li><strong>The Adventuress</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/0JX-vj7l2gw/" title="posted @ Thu, 29 Jan 2009 09:08:00 -0500 by Amber">Dave Gilbert gets interviewed!</a>
</li>
<li><strong>The Gadget Blog</strong><br>
	<a href="https://feedproxy.google.com/~r/b5media-Technology-Channel-Feed/~3/b2idfjzjd_I/" title="posted @ Thu, 29 Jan 2009 09:00:07 -0500 by Rico">Gartner: Software Not Taking Advantage of Multi-Core Tech</a>
</li>
						</ul>
					</div>
				</div>
				<div id="footer_bottom">
					<ul>
						<!--[if IE]>
							<li><a href="http://www.b5media.com/"><img src="http://www.theaftermac.com/wp-content/themes/b5v2/images/footer_logo.gif" border="0"/></a></li>
						<![endif]-->
						<li id="footerlogo"><a href="http://www.b5media.com/"><span id="footer_bottom_logo"></span></a></li>
						<li><a href="http://www.b5media.com/about">About Us</a></li>
						<li><a href="http://www.b5media.com/advertise/">Advertise with us</a></li>
						<li><a href="http://jobs.problogger.net/">Blog for b5media</a></li>
						<li><a href="http://www.b5media.com/privacypolicy.html" rel="nofollow">Privacy Policy</a></li>
						<li><a href="http://www.b5media.com/termsofservice.html" rel="nofollow">Terms of Use</a></li>
					</ul>
				</div>
				<div id="wp_footer">
					<script src="start.js" type="text/javascript"></script>	<!-- Share This BEGIN -->
	<div id="akst_form">
		<a href="javascript:void(%24('akst_form').style.display='none');" class="akst_close">Close</a>
		<ul class="tabs">
			<li id="akst_tab1" class="selected" onclick="akst_share_tab('1');">Social Web</li>
			<li id="akst_tab2" onclick="akst_share_tab('2');">E-mail</li>
		</ul>
		<div class="clear"></div>
		<div id="akst_social">
			<ul>
				<li><a href="#" id="akst_delicious">del.icio.us</a></li>
				<li><a href="#" id="akst_digg">Digg</a></li>
				<li><a href="#" id="akst_furl">Furl</a></li>
				<li><a href="#" id="akst_netscape">Netscape</a></li>
				<li><a href="#" id="akst_yahoo_myweb">Yahoo! My Web</a></li>
				<li><a href="#" id="akst_stumbleupon">StumbleUpon</a></li>
				<li><a href="#" id="akst_google_bmarks">Google Bookmarks</a></li>
				<li><a href="#" id="akst_technorati">Technorati</a></li>
				<li><a href="#" id="akst_blinklist">BlinkList</a></li>
				<li><a href="#" id="akst_newsvine">Newsvine</a></li>
				<li><a href="#" id="akst_magnolia">ma.gnolia</a></li>
				<li><a href="#" id="akst_reddit">reddit</a></li>
				<li><a href="#" id="akst_windows_live">Windows Live</a></li>
				<li><a href="#" id="akst_tailrank">Tailrank</a></li>
			</ul>
			<div class="clear"></div>
		</div>
		<div id="akst_email">
			<form action="php/" method="post">
				<fieldset>
					<legend>E-mail It</legend>
					<ul>
						<li>
							<label>To Address:</label>
							<input type="text" name="akst_to" value="" class="akst_text">
						</li>
						<li>
							<label>Your Name:</label>
							<input type="text" name="akst_name" value="" class="akst_text">
						</li>
						<li>
							<label>Your Address:</label>
							<input type="text" name="akst_email" value="" class="akst_text">
						</li>
						<li>
							<input type="submit" name="akst_submit" value="Send It">
						</li>
					</ul>
					<input type="hidden" name="akst_action" value="send_mail">
					<input type="hidden" name="akst_post_id" id="akst_post_id" value="">
				</fieldset>
			</form>
		</div>
	</div>
	<!-- Share This END -->
<!--CHANNEL 3 -->
<script type="text/javascript">
var dc_AdLinkColor = '';
var dc_UnitID = 14;
var dc_PublisherID = 43487;
var dc_adprod = 'ADL' ;
</script>
<script type="text/javascript" src="javascript/lib/KonaLibInline.js">
</script>
<script type="text/javascript">ggv2id = "b5nonspl";</script>
<script type="text/javascript" src="javascripts/ggv2.js"></script>
				</div>
			</div>
		</div><!-- end of container from index.php -->
	</body>
	<!-- time: 0.868 -->
</html>
