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

<channel>
	<title>MikeBoylan.com</title>
	<atom:link href="http://mikeboylan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikeboylan.com</link>
	<description>A collection of thoughts and ideas by yours truly...</description>
	<lastBuildDate>Wed, 10 Mar 2010 02:55:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guide: Using Mac OS X Server as a PDC</title>
		<link>http://mikeboylan.com/2010/02/guide-osx-server-as-pdc/</link>
		<comments>http://mikeboylan.com/2010/02/guide-osx-server-as-pdc/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 17:39:23 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[os x server]]></category>
		<category><![CDATA[osx server]]></category>
		<category><![CDATA[pdc]]></category>
		<category><![CDATA[roaming profiles]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[smb]]></category>
		<category><![CDATA[snow leopard server]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=666</guid>
		<description><![CDATA[First off: For those of you who read the title and said &#8220;Huh?&#8221; &#8211; This post is most certainly not for you.  This post will be especially good for system administrators looking for an easy way to rid themselves of that old Windows Server 2003 supplying the active directory service on their network with a [...]]]></description>
			<content:encoded><![CDATA[<p>First off: For those of you who read the title and said &#8220;Huh?&#8221; &#8211; This post is most certainly not for you.  This post will be especially good for system administrators looking for an easy way to rid themselves of that old Windows Server 2003 supplying the active directory service on their network with a Mac OS X Server acting as a Primary Domain Controller through the use of Samba (SMB).  The Mac OS X Server can provide file and print services as well as host user profiles and home folders and provide authentication services for the domain.  Even complex user and group policies can be implemented through the use of a logon script.  Again, all of this is accomplished through OS X Server&#8217;s implementation of the open-source Samba package which is a free software re-implementation of the SMB networking protocol.  Having said all that, let&#8217;s jump right in.  Please note this guide focuses on Mac OS X Server 10.6 and Windows XP Pro SP3 clients.  Vista and 7 clients <em>(Edit: a commenter noted that win7 clients are currently not supported.  Haven&#8217;t verified for myself.)</em> should work equally as well with a few tweaks (outlined later). <span id="more-666"></span></p>
<h3>Step one &#8211; Enabling the SMB Service</h3>
<p>If the SMB service isn&#8217;t already running on your server, you&#8217;ll need to enable it. (This step assumes that you already have Open Directory running as a Master on the server you&#8217;d like to make the PDC.) To do this, open Server Admin, click on your server&#8217;s address, click on Settings, then Services.  Place a check in the box next to SMB.  Click save.  You&#8217;ll now see the SMB service on the left list under your server&#8217;s address as shown here.</p>
<p style="text-align: center;"><img class="size-full wp-image-673 aligncenter" title="step1" src="http://mikeboylan.com/wp-content/uploads/2010/02/step1.png" alt="" width="578" height="473" /></p>
<h3>Step two &#8211; Configuring the SMB Service</h3>
<p>Click on the SMB service in the left list.  Click on settings. On the general tab, set the role to &#8220;Primary Domain Controller (PDC)&#8221;.  Enter something for description, your hostname under computer name, and the finally specify the name of the domain you&#8217;d like this server to be the PDC for.  In this image, my domain is named OSXTEST.</p>
<p style="text-align: center;"><img class="size-full wp-image-674 aligncenter" title="step2" src="http://mikeboylan.com/wp-content/uploads/2010/02/step2.png" alt="" width="578" height="473" /></p>
<p>Under Access, set the options to the needs of your organization.</p>
<p>Medium logging is usually sufficient.  Feel free to change as needed.</p>
<p>Under advanced, if you use a WINS server you can configure this here.</p>
<p>Keep the box &#8220;Enable virtual share points&#8221; checked if you&#8217;d like to be able to be able to access the Mac home directory (assuming your using this in a mixed platform environment) via a mounted drive in My Computer when the user logs in.  More on this later.</p>
<p>Press save.  You can now start the SMB service by clicking &#8220;Start SMB&#8221; in the bottom left of the Server Admin window.</p>
<h3>Step 3 &#8211; Configuring users in Workgroup Manager</h3>
<p>Before moving on, you need to ask yourself, &#8220;Will I be storing these profiles on the same server that&#8217;s acting as the PDC, or would I like to store them on a different OS X Server?&#8221;  A good example of when this would be needed is if your organization has users grouped and placed on different file servers based on alphabet, grade level, etc.  In cases like that, it would make sense to keep the Windows profiles on the same server as the network Mac home directories.  Or, if you plan on making a new network share on a file server other than the one acting as the PDC to store all of the profiles, this would also apply.  If any of these situations are the case for you, it&#8217;s a little more complicated.  Read step A below.  <em>If you&#8217;re fine with your windows profiles being stored on the server that&#8217;s acting as the PDC, jump to step B.</em></p>
<h4>Step A (The more complicated one)</h4>
<p>You just had to pick the complicated route, didn&#8217;t you?  Fortunately it&#8217;s not too bad, but it does require more time to configure and a special registry change on the clients.</p>
<p>Step one &#8211; Make a new network share on your secondary server.  Name it what you&#8217;d like. In my example below, I named it &#8220;NetUsersProfiles.&#8221; Set the permissions as root &#8211; read and write, staff &#8211; read and write, others &#8211; no access or read only is fine.  It&#8217;s also generally a good idea to uncheck &#8220;Enable Spotlight Searching&#8221; under the Share Point tab, too.  It should look like this when you&#8217;re done.  (<strong>This picture is on the same server, but just assume it&#8217;s a separate one named mini-xserve2.</strong>)</p>
<p style="text-align: center;"><img class="size-full wp-image-682 aligncenter" title="step3a1" src="http://mikeboylan.com/wp-content/uploads/2010/02/step3a1.png" alt="" width="578" height="473" /></p>
<p style="text-align: left;">Step 2 &#8211; Make sure that this secondary server is bound to the Open Directory Master, Kerberized, and SMB is running and configured as a domain member, rather than a PDC.  Configuring SMB was described in step two. The only change would be selecting &#8220;Domain Member&#8221; instead of &#8220;Primary Domain Controller.&#8221;</p>
<p style="text-align: left;">Step 3 &#8211; Configure your users in Workgroup manager.  Open workgroup manager and select the user you&#8217;d like to configure.  Go to the Windows tab on the far right.  Where it says &#8220;User Environment Profile&#8221;, insert the path of the network share you made above.  Under &#8220;Windows Home Directory&#8221;, insert the path to the user&#8217;s network Mac home directory (if you&#8217;re in a mixed platform environment) and select the drive letter you&#8217;d like it to mount as in My Computer on the PC.  In this picture below, you&#8217;ll see the User Profile is stored on mini-xserve2 and the Mac home directory is stored on mini-xserve.  If you&#8217;d like to use a logon script to specify any sort of group or user policy enforcement, mount drives, etc., enter the name of the login script here.  <em>It must be stored in the /etc/netlogon folder of the server acting as the PDC and the filename must be all lowercase</em>.  When done, press Save.</p>
<p style="text-align: center;"><img class="size-full wp-image-689 aligncenter" title="step3a3" src="http://mikeboylan.com/wp-content/uploads/2010/02/step3a3.png" alt="" width="573" height="447" /></p>
<p style="text-align: left;">Step 4 &#8211; On the client machine, login as the administrator and open the group policy editor by typing gpedit.msc into the Run window.  Go to Local Computer Policy &gt; Computer Configuration &gt; Administrative Templates &gt; System &gt; User Profiles and enable &#8220;Do not check for user ownership of Roaming Profile Folders&#8221;. (If you&#8217;re using Windows Vista or Windows 7, you may also have the make <a href="http://support.apple.com/kb/HT3742">this change</a>.) Reboot the machine. <em>(Note: If you do not see &#8220;System&#8221; under Administrative Templates, right click on Administrative Templates, select Add/Remove Templates, select Add, choose system, choose open, then click close.)</em></p>
<p style="text-align: center;"><img class="size-full wp-image-691 aligncenter" title="step3a4" src="http://mikeboylan.com/wp-content/uploads/2010/02/step3a4.png" alt="" width="573" height="376" /></p>
<p style="text-align: left;">Step 5 &#8211; After the reboot, finally join the client to the domain.  Login as the administrator again, go to the Start Menu, right click on My Computer, select Properties, choose the Computer Name tab, press the Change button.  Enter the name of the domain you specified in step one.  In my case it was OSXTEST.  Authenticate with a server administrator account.  Reboot the machine.</p>
<p style="text-align: center;"><img class="size-full wp-image-692 aligncenter" title="step3a5" src="http://mikeboylan.com/wp-content/uploads/2010/02/step3a5.png" alt="" width="420" height="488" /></p>
<p style="text-align: left;">Step 6 &#8211; After the reboot, log in with the user you configured above and verify everything is working correctly.  If so, congratulations.  Jump down to step 4 below for some additional information.</p>
<h4>Step B &#8211; The less complicated one</h4>
<h4><span style="font-weight: normal;">Step 1 &#8211; Open workgroup manager and select the user you&#8217;d like to configure.  Go to the Windows tab on the far right.  Where it says &#8220;User Environment Profile&#8221;, leave the path blank to have the profile stored in the default /Profiles directory, or specify a sharepoint on the PDC.  The permissions for the sharepoint on the PDC should be root &#8211; read and write, staff &#8211; read and write, others &#8211; no access or read only is fine. Under &#8220;Windows Home Directory&#8221;, insert the path to the user&#8217;s network Mac home directory (if you&#8217;re in a mixed platform environment) and select the drive letter you&#8217;d like it to mount as in My Computer on the PC.  In this picture below, you&#8217;ll see the User Profile is stored on a sharepoint of mini-xserve and the Mac home directory is also stored on mini-xserve.  If you&#8217;d like to use a logon script to specify any sort of group or user policy enforcement, mount drives, etc., enter the name of the login script here.  <em>It must be stored in the /etc/netlogon folder of the server acting as the PDC and the filename must be all lowercase</em>.  When done, press Save.</span></h4>
<p style="text-align: center;"><span style="font-weight: normal;"><img class="size-full wp-image-694 aligncenter" title="step3b1" src="http://mikeboylan.com/wp-content/uploads/2010/02/step3b1.png" alt="" width="573" height="447" /></span></p>
<p style="text-align: left;"><span style="font-weight: normal;">Step 2 &#8211; Join the client to the domain.  Login as the administrator on the PC, go to the Start Menu, right click on My Computer, select Properties, choose the Computer Name tab, press the Change button.  Enter the name of the domain you specified in step one.  In my case it was OSXTEST.  Authenticate with a server administrator account.  Reboot the machine.</span></p>
<p style="text-align: center;"><img class="aligncenter" title="step3a5" src="http://mikeboylan.com/wp-content/uploads/2010/02/step3a5.png" alt="" width="420" height="488" /></p>
<p>Step 3 &#8211; After the reboot, log in with the user you configured above and verify everything is working correctly.  If so, congratulations.  Jump down to step 4 below for some additional information.</p>
<h3>Step 4 &#8211; Additional Information</h3>
<p>If you&#8217;re experiencing any access denied error messages using the more complicated method, again, make sure to set the permissions correctly, and make sure the secondary server is bound to the Open Directory Master, Kerberized, and SMB is running and configured as a domain member, rather than a PDC. Also make sure to make the registry change that&#8217;s needed on the client as described above.  If you&#8217;re using Windows Vista or Windows 7 <a href="http://support.apple.com/kb/HT3742">this change</a> may also need to be made.  All of this was described in detail under Step A of Step 3 above.</p>
<p>The only <strong>known issue</strong> with this configuration at this time that I&#8217;ve found is that Windows does not seem to want to cache the login credentials for SMB users.  Therefore, if you&#8217;re out of range from the PDC, it will not let you log in.  Currently I&#8217;m working with Apple Enterprise Support on a resolution to this issue and I&#8217;ll post it here as soon as I get one.</p>
<p>To supply SMB Print services, enable the Print service on your server, add a queue, and enable the SMB option for the queue.</p>
<p>The benefits of using Mac OS X Server as a PDC for your domain are endless.  You can harness the power, ease of use, security, and flexibility of  Mac OS X  Server all while still supporting your Windows clients and allowing for future Mac growth.</p>
<h3>Thanks</h3>
<p>Please leave any comments below and I&#8217;ll try and answer them to the best of my ability. If there&#8217;s some extremely technical issue that&#8217;s preventing this from working in your environment, please understand that this is just a general guide.  I do not have time to try and create a test environment for other users&#8217; configurations.  Contact Apple Enterprise Support or an experienced OS X Server administrator for more detailed assistance.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2010/02/guide-osx-server-as-pdc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kevin Smith and Southwest Airlines</title>
		<link>http://mikeboylan.com/2010/02/kevin-smith-and-southwest-airlines/</link>
		<comments>http://mikeboylan.com/2010/02/kevin-smith-and-southwest-airlines/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 19:44:41 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[kevin smith]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[southwest airlines]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=659</guid>
		<description><![CDATA[This will be short, but I need to address it.  If you haven&#8217;t already heard about this, I&#8217;d be surprised.  But just in case, here&#8217;s the gist: Kevin Smith, yes, THAT Kevin Smith, who is the director of the new Bruce Willis movie &#8220;Cop Out,&#8221; and previously directed the films &#8220;Clerks&#8221; and &#8220;Chasing Amy,&#8221; got [...]]]></description>
			<content:encoded><![CDATA[<p>This will be short, but I need to address it.  If you haven&#8217;t already heard about this, I&#8217;d be surprised.  But just in case, here&#8217;s the gist: Kevin Smith, yes, THAT Kevin Smith, who is the director of the new Bruce Willis movie &#8220;Cop Out,&#8221; and previously directed the films &#8220;Clerks&#8221; and &#8220;Chasing Amy,&#8221; got kicked off a Southwest Airlines flight Saturday for being too fat.  Southwest instituted its &#8220;Customer of Size&#8221; policy over 25 years ago, and the pilot enforced it by deeming Kevin a safety risk to the entire flight and demanded he be removed from the flight.  Knowing that he&#8217;s a celebrity, he took advantage of the groundswell and used his Twitter account, <a href="http://twitter.com/thatkevinsmith">@ThatKevinSmith</a>, to turn his massive following against the company.</p>
<p><span id="more-659"></span></p>
<p>Within minutes, Christi Day, the PR Person who manages Southwest&#8217;s <a href="http://twitter.com/southwestair">Twitter</a> and <a href="ttp://www.facebook.com/Southwest">Facebook</a> pages was bombarded with hate posts and tweets.  Many of which consisted of things like, &#8220;F&#8212; You, Southwest!&#8221;  So what did she do?  She immediately realized the magnitude of the situation and began investigating.  She tweeted back at him and called him apologizing and began collecting details.  Kevin, in the meantime, continued to bash Southwest.  On Sunday, Christi <a href="http://www.blogsouthwest.com/blog/not-so-silent-bob">posted a blog post on the Southwest blog</a> telling their side of the story and once again apologizing to Kevin.  There were several details in that post that Kevin just happened to forget in his original telling of the story.  Such as, the fact that he regularly purchases two seats, had purchased two seats for this flight, but then decided to fly an earlier flight.  Therefore, there ended up only being one seat available for him on the earlier flight, and he wouldn&#8217;t fit in it (or so says Southwest).</p>
<h2>Why am I blogging about this?</h2>
<p>Here&#8217;s the thing.  He complained on Twitter over the handling of the situation.  Perhaps the pilot was rude to him &#8211; we really don&#8217;t know.  Here&#8217;s what we do know.  What&#8217;s the purpose of complaining? To be heard, and to be given a reasonable resolution to your problem.  The company immediately apologized via Twitter, Facebook, and phone and then later wrote a blog post about it.  They gave him a credit for his troubles and a public apology via several mediums.  What more does Kevin want?  The company has done all it can do.  They&#8217;ve done exactly what they would do for any customer with the same gripe.  What do I think he wants?  He wants the press for his new film.</p>
<p>Today, he continues to whine on Twitter about the situation.  The AP has written a story about it.  It&#8217;s the talk of the media.  That&#8217;s what he wanted, and that&#8217;s what he got.</p>
<p>Now, Kevin, will you please stop whining like a baby and accept the apology and credit like a normal, mature adult?  Your continued refusal of all apology is only making you look bad at this point.</p>
<h5>(And by the way, Kevin Smith blocked me on Twitter after seeing my Tweets about the situation.  I guess I&#8217;m special now, being blocked by a celebrity.)</h5>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2010/02/kevin-smith-and-southwest-airlines/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s all the buzz about Google Buzz?</title>
		<link>http://mikeboylan.com/2010/02/whats-all-the-buzz-about-google-buzz/</link>
		<comments>http://mikeboylan.com/2010/02/whats-all-the-buzz-about-google-buzz/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 02:14:26 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google buzz]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=654</guid>
		<description><![CDATA[Google announced yesterday its newest public project, Google Buzz.  Google Buzz lets you, &#8220;Go beyond status messages,&#8221; allowing you to, &#8220;share updates, photos, videos, and more.&#8221;  It enables you to &#8220;start conversations about the things you find interesting.&#8221;  Google has placed Buzz as a link inside of Gmail.  To say it best, Buzz is like [...]]]></description>
			<content:encoded><![CDATA[<p>Google announced yesterday its newest public project, Google Buzz.  Google Buzz lets you, &#8220;Go beyond status messages,&#8221; allowing you to, &#8220;share updates, photos, videos, and more.&#8221;  It enables you to &#8220;start conversations about the things you find interesting.&#8221;  Google has placed Buzz as a link inside of Gmail.  To say it best, Buzz is like the lovechild of Twitter, Facebook, and Google Wave.  From the Twitter perspective, Buzz allows you to post status messages, or microblog your life. From the Facebook angle, it allows you to post content, like photos and videos, and share it with your friends. The Google Wave functionality ties in because all the status updates are real-time with no need to refresh the page.</p>
<p><span id="more-654"></span></p>
<p>My thoughts on Buzz are that Google is trying to simplify people&#8217;s workflow by giving them more of what they already use elsewhere, inside of a single location &#8211; Gmail.  They&#8217;re really testing to see how many people use Gmail as their primary communication tool, and how many are willing to make it even a larger part of their communication schema.  For me personally, similarly to Twitter, I use Gmail as a service, not a website.  I very rarely, perhaps once or twice a week, go to Gmail.com.  I get all my messages via IMAP sent to Apple&#8217;s Mail application on both my iPhone and on my Mac.  So for users like me, there&#8217;s no real benefit to using Buzz because I not only never visit Gmail.com, but I also don&#8217;t use Google contacts for any other reason besides Google Voice.  However, for anyone completely engulfed in the Google experience, that is, users who use Google Docs, Chat, Wave, Gmail, Voice, etc., then Buzz is just one more service added to your current toolset to simplify your life.</p>
<p>If you&#8217;re interested in giving Buzz a try or learning more, check out <a href="http://www.google.com/buzz">http://www.google.com/buzz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2010/02/whats-all-the-buzz-about-google-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Announces The iPad</title>
		<link>http://mikeboylan.com/2010/01/apple-announces-the-ipad/</link>
		<comments>http://mikeboylan.com/2010/01/apple-announces-the-ipad/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:53:10 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple-event]]></category>
		<category><![CDATA[apple-tablet]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[steve-jobs]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=635</guid>
		<description><![CDATA[Today, Apple&#8217;s CEO and Co-Founder, Steve Jobs, took the stage at the Yerba Buena Center for the Arts in San Francisco, CA to announce the product that everyone has been waiting for &#8211; the Apple Tablet.  Er, the iPad (Yes, that is the official name).  This device was perhaps the most anxiously awaited-for device in [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Apple&#8217;s CEO and Co-Founder, Steve Jobs, took the stage at the Yerba Buena Center for the Arts in San Francisco, CA to announce the product that everyone has been waiting for &#8211; the Apple Tablet.  Er, the iPad (Yes, that <em>is</em> the official name).  This device was perhaps the most anxiously awaited-for device in all of modern consumer electronics.  The Wall Street Journal said this past week, &#8220;The last time there was this much excitement about a tablet, it had some commandments written on it.&#8221;  After the event, however, equally as many people left awe-struck as highly disappointed.  What is it and what does it do?  Is there anything super special about it?  Are there any shortcomings?  What are the tech specs?  Read on to find out.<span id="more-635"></span></p>
<h2>What is it and what does it do?</h2>
<p>The iPad is, in the words of Apple, &#8220;Our most advanced technology in a magical and revolutionary device at an unbelievable price.&#8221;  They claim it is, &#8220;The best way to experience the web, email, photos, and video.  Hands down.&#8221;  Ok, minus all the marketing, it&#8217;s essentially a giant, beautiful iPod Touch (or iPhone if you buy the 3G model &#8211; more on that in a minute).  They&#8217;re looking to fill the gap/market between the phone (mobile) and laptop/desktop (computer).</p>
<p>It includes many of the same applications that are included by default on the iPod Touch/iPhone including Safari, Mail, Photos, YouTube, iPod, iTunes, App Store, Maps, Notes, Contacts, and Calendar.  Two apps that were made specifically for this device include iBooks and Videos.  All of applications, however, got a major UI overhaul and look like much larger, advanced, grown-up versions of their little siblings on the iPod Touch/iPhone.</p>
<p>The tablet isn&#8217;t meant to be your main machine.  It&#8217;s meant to be something to use to enjoy your content when you&#8217;re out and about, or just relaxing on the living sofa.</p>
<h2>Is there anything really special about this device?</h2>
<div id="attachment_640" class="wp-caption alignright" style="width: 248px"><img class="size-full wp-image-640" title="Screen shot 2010-01-27 at 5.42.13 PM" src="http://mikeboylan.com/wp-content/uploads/2010/01/Screen-shot-2010-01-27-at-5.42.13-PM.png" alt="" width="238" height="301" /><p class="wp-caption-text">The Apple iPad. Image courtesy Apple.com</p></div>
<p>This device has the ability, if executed correctly, to revolutionize several industries.  The main industry it will hopefully impact in a positive way is the publishing industry.  The print business is hurting so terribly right now that they&#8217;re essentially begging for anything to come to their rescue.  The iPad could be it.  The iBooks application on the iPad essentially takes the same functionality as the Amazon Kindle or Barnes and Noble Nook and makes it 10x as pretty looking and versatile.  Also, because this device includes the App Store, and special apps will be made for the size of the iPad, each individual newspaper, for example, can create an app for the device.  The New York Times showed off its application for the iPad today, and it looked awesome.  It&#8217;s essentially like reading the paper.</p>
<p>It&#8217;s also very versatile.  It can do a lot of things in an excellent form factor.  There&#8217;s many times I&#8217;d like to use an app on my iPhone in a bigger, more powerful context, but do not feel like taking out my MacBook Pro.  This bridges the gap.</p>
<h2>Does the device have any shortcomings?</h2>
<p>In my opinion, yes.  There are many, in fact.  There&#8217;s almost more shortcomings than identifiable positives.  However, as I said above, the possibilities are endless.  Here&#8217;s my list of shortcomings:</p>
<ul>
<li>The UI/OS is just a giant version of the iPhone/iPod Touch OS.  The home screen looks silly with such small application icons and the lock screen looks absolutely ridiculous.  Also, for those hoping for some sort of filesystem or structure that is available to the user to store and create documents, you&#8217;re out of luck.  On top of that, there is no multitasking (yet &#8211; unless iPhone 4.0 ships before this device and this functionality is included), and for a tablet, that&#8217;s a huge disappointment.  That means you can&#8217;t IM and e-mail, or IM and surf the web at the same time. This makes me wonder if Apple is trying to stretch the iPhone OS too far?  Perhaps a brand new, hybrid OS X / iPhone, OS would have been better?</li>
<li>No Cameras.  None.  This means no video conferencing and no picture taking.</li>
<li>No HDMI/HD Video Out &#8211; Apple is touting the gorgeous screen and the fast CPU to be able to play HD video.  Why not allow users to connect this to an HDTV?</li>
<li>No Flash &#8211; I can understand this on the iPhone, but this is part computer.  Suck it up, Apple.  People still need Flash.  HTML 5 hasn&#8217;t been widely enough adopted yet.</li>
<li>Adapters &#8211; There&#8217;s no USB port on this device.  Apple is selling two adapters for it, one being a USB adapter for cameras, and another being an SD card reader.</li>
<li>The name iPad.   Slate would have been much better.  Hell, anything would have been better than iPad.</li>
<li><strong>No Handwriting Recognition</strong> &#8211; This was my biggest letdown.  PC tablets running Windows for years have supported this, and OS X has excellent pen/stylus recognition software called Inkwell already built into the core of the OS.  Why not port that over to this device and allow people like me, students, or artists, to draw on this with something else but our fingers?  Sure, third parties will make input devices, but are you really going to trust a third party company to write a handwriting recognition algorithm and notepad app to go with it?  No.  This is a huge letdown.</li>
</ul>
<h2>Technical Specs/Models</h2>
<p>The iPad has a 9.7-inch (diagonal) LED-backlit glossy widescreen Multi-Touch display with IPS technology that runs at a 1024-by-768-pixel resolution at 132 pixels per inch (ppi).</p>
<p>There are two distinct model types: One with 3G cellular data provided by AT&amp;T, and one with WiFi only.  The one with cellular data allows you to purchase data without a contract.  You can pay either 15 dollars a month for 250 megabytes of data (think e-mail only, or limited web browsing online), or unlimited data for 30 dollars a month.  Again, there&#8217;s no contract and you can cancel at any time.  The activation takes place right on the device.</p>
<p>Both models include WiFi (a/b/g/n) and Bluetooth 2.1 + EDR technology.</p>
<p>The processor inside is a 1GHz Apple A4 custom-designed, high-performance, low-power system-on-a-chip.  The reviews so far say this chip is blazing fast.</p>
<p>It has a built-in 25Whr rechargeable lithium-polymer battery that provides up to 10 hours of surfing the web on Wi-Fi, watching video, or listening to music.  Standby time is over a month!!</p>
<p>Finally, for pricing, here&#8217;s Apple&#8217;s official chart:</p>
<p><img class="size-full wp-image-636 alignnone" title="Screen shot 2010-01-27 at 5.40.19 PM" src="http://mikeboylan.com/wp-content/uploads/2010/01/Screen-shot-2010-01-27-at-5.40.19-PM.png" alt="" width="480" height="168" /></p>
<h2>Your thoughts?</h2>
<p>I&#8217;d love to hear them in the comments below.  Also, if you have any questions about the device, I&#8217;ll try my best to answer them.  Be sure to check out <a href="http://www.apple.com/ipad">http://www.apple.com/ipad</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2010/01/apple-announces-the-ipad/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Apple Event Predictions</title>
		<link>http://mikeboylan.com/2010/01/apple-event-predictions/</link>
		<comments>http://mikeboylan.com/2010/01/apple-event-predictions/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:23:02 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple-event]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=632</guid>
		<description><![CDATA[David Weiss from http://unweary.com/ has posted a &#8220;Prediction Score Card&#8221; for tomorrow&#8217;s Apple event.  Attached in PDF format you&#8217;ll find my thoughts.  Feel free to post what you think in the comments.  I&#8217;ll have a full post up tomorrow evening covering the event in full detail.
Download Mike&#8217;s Predictions
]]></description>
			<content:encoded><![CDATA[<p>David Weiss from <a href="http://unweary.com/">http://unweary.com/</a> has posted a &#8220;Prediction Score Card&#8221; for tomorrow&#8217;s Apple event.  Attached in PDF format you&#8217;ll find my thoughts.  Feel free to post what you think in the comments.  I&#8217;ll have a full post up tomorrow evening covering the event in full detail.</p>
<p><a href="http://mikeboylan.com/dropbox/ApplePredictions.pdf" target="_blank">Download Mike&#8217;s Predictions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2010/01/apple-event-predictions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Some Apple News</title>
		<link>http://mikeboylan.com/2010/01/some-apple-news/</link>
		<comments>http://mikeboylan.com/2010/01/some-apple-news/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 03:46:32 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[bootcamp]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=628</guid>
		<description><![CDATA[Hey guys, I apologize for the lax updates.  I&#8217;ve been incredibly busy starting my new semester and beginning the preparation for the Apple Certified Technical Coordinator exams.  Regardless, speaking of Apple, here&#8217;s some Apple news from this week:
- Apple has invited select members of the media to the now confirmed media event on January 27th [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys, I apologize for the lax updates.  I&#8217;ve been incredibly busy starting my new semester and beginning the preparation for the Apple Certified Technical Coordinator exams.  Regardless, speaking of Apple, here&#8217;s some Apple news from this week:</p>
<p>- Apple <a href="http://www.appleinsider.com/articles/10/01/18/apple_confirms_jan_27_media_event_to_show_off_latest_creation.html">has invited select members of the media</a> to the now confirmed media event on January 27th at 10:00 AM PST.  The title of the event is &#8220;Come see our latest creation.&#8221;  Will it be the much-rumored tablet, iLife/iWork 2010, iPhone OS 4.0 with true multi-tasking?  We&#8217;ll have to wait and see.  I will be writing a long wrap-up at the end of the day on the 27th.</p>
<p>- Apple released <a href="http://www.tuaw.com/2010/01/19/boot-camp-updated-now-supports-windows-7/">BootCamp 3.1</a> today for Intel Macs and finally includes support for Windows 7.  Apple promised that by the end of the year 2009, but they missed the mark.  It was finally released today.</p>
<p>- A rumor <a href="http://www.macrumors.com/2010/01/19/apple-tapping-lala-media-team-for-cloud-based-itunes/">was published</a> today claiming a new version of iTunes, combined with Apple&#8217;s recent LaLa acquisition, could allow iTunes users to move their entire library to the cloud so they can play their music on any device on the web.  Neat!</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2010/01/some-apple-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Officially Unveils &#8216;Nexus One&#8217;</title>
		<link>http://mikeboylan.com/2010/01/google-officially-unveils-nexus-one/</link>
		<comments>http://mikeboylan.com/2010/01/google-officially-unveils-nexus-one/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:19:02 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Telco]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[t-mobile]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=614</guid>
		<description><![CDATA[Happy new year, everyone!  Today, Google held a press event at its headquarters to unveil the &#8216;Nexus One&#8217; &#8211; aka, the Google Phone.  Google vice president Mario Queiroz said that the new Nexus One is a &#8220;superphone&#8221; and an &#8220;exemplar of what&#8217;s possible&#8221; on mobile phones running Android.  Several other people spoke at the event [...]]]></description>
			<content:encoded><![CDATA[<p>Happy new year, everyone!  Today, Google held a press event at its headquarters to unveil the &#8216;Nexus One&#8217; &#8211; aka, the Google Phone.  Google vice president Mario Queiroz said that the new Nexus One is a &#8220;superphone&#8221; and an &#8220;exemplar of what&#8217;s possible&#8221; on mobile phones running Android.  Several other people spoke at the event as well, including Google VP of engineering Andy Rubin, HTC CEO Peter Chou, and even Motorola&#8217;s Co-CEO Sanjay Jha. Shots and videos have been leaking for months showing off this device.  And even though we all knew the Nexus One was coming, that doesn&#8217;t change the fact that it&#8217;s still a stellar looking phone that carries a serious set of technical specifications that blows even the iPhone 3GS out of the water.  <span id="more-614"></span>Here&#8217;s the lowdown on the device:</p>
<h2>Hardware:</h2>
<ul>
<li>A 1GHz Qualcomm Snapdragon processor.  That&#8217;s super fast for a phone!</li>
<li>A  480×800 AMOLED screen &#8211; consumes less power than a typical OLED screen.</li>
<li>A 5.0 MP camera with a LED flash.</li>
<li>A trackball with a multicolored backlight, for different notifications.</li>
<li>A2DP Stereo Bluetooth and Wireless-N capabilities.</li>
<li>2 microphones for “active noise suppression.”</li>
<li>Compass, GPS, light and proximity sensors, and accelerometers</li>
<li>A 1400mAH battery, for 5 hours of 3G browsing or 7 hours of 3G talk.</li>
<li>Skinnier than a standard pencil.</li>
<li>A QR code printed on the back, which, when read, takes you to an android-themed game of Memory.</li>
</ul>
<h2>Software:</h2>
<ul>
<li>The Nexus One sports the new Android 2.1 firmware, which is gorgeous looking, and only available on the Nexus One for right now.  It&#8217;ll be on the Droid soon enough</li>
<li>5 home screens</li>
<li>Live Wallpapers, or interactive backgrounds.</li>
<li>A revamped photo gallery</li>
<li>Background syncing to online Picasa photo galleries</li>
<li>Voice enabled text fields using Google&#8217;s voice recognition</li>
<li>Apps will soon be able to stored on an external SD card</li>
<li>No multitouch in the default Google Apps.</li>
<li>According to Gizmodo, “If you want Android phones, this is the one to get.”</li>
<li>According to TechCrunch, &#8220;The Droid You&#8217;re Looking For&#8221;</li>
<li>The phone has been rooted, or,  “jailbroken.”</li>
</ul>
<h2>Carriers and Pricing:</h2>
<ul>
<li>The phone is $530 to buy it unlocked: meaning, you can use it with any carrier, including AT&amp;T,  although it won’t work with AT&amp;T’s 3G service.</li>
<li>The phone is $179 if you want to buy it with a 2 year contract with T-Mobile. T-Mobile offers a plan for $80 including 500 minutes and unlimited internet and TXT/SMS.</li>
<li>The phone is said to come to Verizon some time this spring.</li>
<li>If you live in Europe, the phone will come to Vodaphone sometime in the spring as well.</li>
<li>You can get the phone custom engraved.</li>
<li><a href="https://www.google.com/phone/choose?locale=en_US&amp;s7e=">Buy it here</a>.</li>
</ul>
<p>Personally, I can&#8217;t wait to get my hands on one and give it a shot.  I liked the Droid, so I imagine I&#8217;ll enjoy the Nexus One quite a bit as well.  Apparently, Verizon and other carriers who are using the Android platform are not concerned that this will negatively impact their business.  I&#8217;m not so sure.  Google worked super close with HTC to make sure this is the shining star of the Android line.  We&#8217;ll have to see how it plays out.</p>
<h5>Thanks to Salem from <a href="http://technoheads.org/2010/01/nexus-one-plain-and-simple/">TechnoHeads.org</a> for allowing me to use his excellent, simplified list of what the Nexus One is all about.</h5>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2010/01/google-officially-unveils-nexus-one/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MagicPrefs Adds a Little More Magic to Apple&#8217;s Magic Mouse</title>
		<link>http://mikeboylan.com/2009/12/magicprefs-adds-a-little-more-magic/</link>
		<comments>http://mikeboylan.com/2009/12/magicprefs-adds-a-little-more-magic/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 00:37:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[magic mouse]]></category>
		<category><![CDATA[magicprefs]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=593</guid>
		<description><![CDATA[In October, Apple released it&#8217;s newest mouse offering, the Magic Mouse.  I wrote a review of it in November, here.  At first, I was worried that it was a little too low profile, but after about a week or so, my hand got used to it and I&#8217;ve loved it ever since.  The momentum scrolling [...]]]></description>
			<content:encoded><![CDATA[<p>In October, Apple released it&#8217;s newest mouse offering, the Magic Mouse.  I wrote a review of it in November, <a href="http://mikeboylan.com/2009/11/magic-mouse-a-little-too-low-profile/">here</a>.  At first, I was worried that it was a little too low profile, but after about a week or so, my hand got used to it and I&#8217;ve loved it ever since.  The momentum scrolling is phenomenal, and the multi-touch gestures are fantastic.  They make navigating the web extremely easy while the momentum scrolling makes scrolling through large documents a breeze.  The only problem with it, however, is that Apple sort of crippled it when they shipped it.  It only supports a single two-finger gesture out of the box, and very basic, regular one-finger gestures.  The tracking is also incredibly slow.<span id="more-593"></span><a href="http://vladalexa.com/apps/osx/magicprefs/">MagicPrefs</a> is a menu bar application (soon to be a System Preferences pane) developed by Vlad Alexa that was made to solve these problems, plus some.  Here&#8217;s the Apple &#8220;Mouse&#8221; System Prefences Pane for a Magic Mouse:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-603" title="screen-capture-1" src="http://mikeboylan.com/wp-content/uploads/2009/12/screen-capture-1.png" alt="" width="524" height="459" />Here&#8217;s what MagicPrefs adds:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-607" title="magicprefs" src="http://mikeboylan.com/wp-content/uploads/2009/12/magicprefs.png" alt="" width="523" height="431" />This app makes me wonder why Apple shipped the Magic Mouse so crippled out of the box; It obviously can support a lot more than they enabled by default.</p>
<p style="text-align: left;">The app works super well, and it&#8217;s something every Magic Mouse owner should go and install immediately.  Just bringing back the &#8220;middle click&#8221; for Dashboard did it for me.  I&#8217;m sure you&#8217;ll find something incredibly useful for your workflow as well.  Let me know what you think in the comments down below.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2009/12/magicprefs-adds-a-little-more-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Icon Christmas Ornaments</title>
		<link>http://mikeboylan.com/2009/12/iphone-icon-christmas-ornaments/</link>
		<comments>http://mikeboylan.com/2009/12/iphone-icon-christmas-ornaments/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 01:55:31 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[app-icons]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=566</guid>
		<description><![CDATA[After seeing this post online about plexiglass iPhone app icon ornaments, I knew I wanted a set.  But, I didn&#8217;t want to buy them online from Belgium.  Not to mention, those ones were incredibly small; they were less than 1&#8243; by 1&#8243;.  Working at Fox Chapel Area School District gives me access to a lot [...]]]></description>
			<content:encoded><![CDATA[<p>After seeing <a href="http://iphonefreakz.com/2009/12/11/iphone-icons-for-the-christmas-tree/">this post online</a> about plexiglass iPhone app icon ornaments, I knew I wanted a set.  But, I didn&#8217;t want to buy them online from Belgium.  Not to mention, those ones were incredibly small; they were less than 1&#8243; by 1&#8243;.  Working at Fox Chapel Area School District gives me access to a lot of incredible technology, including a laser saw.  So I figured, why not try and make a set myself?  I figured it couldn&#8217;t really be that hard&#8230; I just needed to find a high-res photo of an iPhone (thanks, Apple press images), and cut out each icon.<span id="more-566"></span>The process took about two or three days to perfect and several test prints.  The laser saw is able to rasterize rather complex JPGs, but the problem is that the standard iPhone icons just don&#8217;t have a lot of contrast.  They&#8217;re very similar in color and tone throughout.  We (myself and Justin Papariello, a teacher) tried printing just the plain old App Store icon, and it turned out ok.  The problem came with more difficult prints like the Weather icon.  So, as Justin had a day off, I worked on simplifying the icons.  Here&#8217;s what a few of them turned out to look like:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-567" style="border: 1px solid black;" title="apps" src="http://mikeboylan.com/wp-content/uploads/2009/12/apps.jpg" alt="" width="500" height="386" />When he returned, I laid them all out in Corel Draw 4 and drew the rounded frame around each one in addition to the hole to put the hook through.  We ran a batch and they turned out pretty well.  Although, some dust from the plexiglass got on the mirrors, so we printed them once more.  The second time around, they turned out perfect.  Here&#8217;s what they look like, laid out:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-572" style="border: 1px solid black;" title="50266905" src="http://mikeboylan.com/wp-content/uploads/2009/12/50266905.jpg" alt="" width="600" height="450" /></p>
<p>Yes, I realize I forgot to cut out the center of the 9 on the calendar icon.  Settings and Safari were really hard to do too, so I&#8217;m pleased the laser was even able to rasterize/print them at all.  Overall, I&#8217;m really satisfied.  Here&#8217;s some pictures of them on my tree:</p>
<p style="text-align: center;"><img src="http://mikeboylan.com/wp-content/uploads/2009/12/51605748-660d87035788de44aec5c35f7d70f6e2.4b317575-full-225x300.jpg" alt="" width="225" height="300" style="border: 1px solid black;"/> <img src="http://mikeboylan.com/wp-content/uploads/2009/12/51605746-225x300.jpg" alt="" width="225" height="300" style="border: 1px solid black;"/><br />
<img src="http://mikeboylan.com/wp-content/uploads/2009/12/51605750-5661893b1b68759bc43f5f9be639aa39.4b317575-full-225x300.jpg" alt="" width="225" height="300" style="border: 1px solid black;"/> <img src="http://mikeboylan.com/wp-content/uploads/2009/12/51605751-7d593ac4f20852f4d1eedabbe4cebc87.4b317576-full.jpg" alt="" width="225" height="300" style="border: 1px solid black;"/></p>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2009/12/iphone-icon-christmas-ornaments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox World&#8217;s Most Popular Browser</title>
		<link>http://mikeboylan.com/2009/12/firefox-worlds-most-popular-browser/</link>
		<comments>http://mikeboylan.com/2009/12/firefox-worlds-most-popular-browser/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 04:12:28 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gigaom]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://mikeboylan.com/?p=558</guid>
		<description><![CDATA[GigaOM is reporting today that Firefox 3.5 has finally surpassed Microsoft Internet Explorer to become the world&#8217;s most popular browser.  All I have to say is: FINALLY!  And congratulations to Mozilla!  Although I&#8217;m a Safari user on my Mac, Firefox is my primary browser on all of my PCs.  It&#8217;s simply phenomenal, and this is [...]]]></description>
			<content:encoded><![CDATA[<p>GigaOM is reporting today that Firefox 3.5 has finally surpassed Microsoft Internet Explorer to become the world&#8217;s most popular browser.  All I have to say is: FINALLY!  And congratulations to Mozilla!  Although I&#8217;m a Safari user on my Mac, Firefox is my primary browser on all of my PCs.  It&#8217;s simply phenomenal, and this is well deserved.  Kudos, Mozilla &#8211; my hat&#8217;s off to you.</p>
<p><a href="http://gigaom.com/2009/12/21/firefox-3-5-now-worlds-most-popular-browser">Original GigaOM Story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mikeboylan.com/2009/12/firefox-worlds-most-popular-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
