<?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>Vermyndax&#039;s Lair &#187; apple</title>
	<atom:link href="http://galaxycow.com/blogs/vermyndax/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://galaxycow.com/blogs/vermyndax</link>
	<description>Don&#039;t let serenity fool you.</description>
	<lastBuildDate>Fri, 18 Jun 2010 05:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Backing up Snow Leopard Server with mlbackups</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/11/15/backing-up-snow-leopard-server-with-mlbackups/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/11/15/backing-up-snow-leopard-server-with-mlbackups/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 01:00:22 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[maclemon]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[SuperDuper]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=643</guid>
		<description><![CDATA[Apple&#8216;s Snow Leopard Server product is one lovely implementation of UNIX.  I&#8217;ve thoroughly enjoyed using it for the power and simplicity that it offers.  I&#8217;ve loved using Apple&#8217;s operating systems thanks to the combination of UNIX power and elegant design.  Snow Leopard server is no exception to this rule. The barrier to entry with Snow [...]]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a>&#8216;s Snow Leopard Server product is one lovely implementation of UNIX.  I&#8217;ve thoroughly enjoyed using it for the power and simplicity that it offers.  I&#8217;ve loved using Apple&#8217;s <a class="zem_slink" title="Operating system" rel="wikipedia" href="http://en.wikipedia.org/wiki/Operating_system">operating systems</a> thanks to the combination of UNIX power and elegant design.  Snow Leopard server is no exception to this rule.</p>
<p>The barrier to entry with Snow Leopard server was lowered when Apple reduced the price of the product to $499 USD and offered an unlimited client version only.  It was even more palatable when the <a class="zem_slink" title="Mac Mini" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mac_Mini">Mac Mini</a> server version was introduced at $999.  Previously, you could build your own Mac Mini server for about $1300 USD, but this new model allows small developers and workshops to get into the product at a very low price point.</p>
<p>With that in mind, I&#8217;m anticipating that there&#8217;s a number of people that are checking out Snow Leopard server for the first time.  You might be enthralled with all of its features and niceties.  One of those niceties includes <a class="zem_slink" title="Time Machine (Apple software)" rel="homepage" href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a>.  However, when you look at what Time Machine really backs up, you&#8217;ll discover that it doesn&#8217;t back up any elements of your server data.</p>
<p>That&#8217;s right.  Snow Leopard server is <em>not</em> backing up your mail data, Open Directory data or anything else of that nature.  It&#8217;s backing up enough to restore the server to an operational state, but you&#8217;ll find yourself rebuilding the Open Directory and mail data from scratch.  The Apple documentation states that they offer a number of other command-line utilities for backing up server data.  These utilities are a number of powerful little guys like &#8220;ditto&#8221; and &#8220;rsync.&#8221;  For the uninitiated, this means you&#8217;re now plunging into the world of search to discover a backup script that will save your hindquarters.</p>
<p>When I was researching this, I came across <a class="zem_slink" title="SuperDuper!" rel="homepage" href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">SuperDuper!</a> and Carbon Copy Cloner most often.  While these serve the purpose of making a bootable clone of your server drive, the developers recommend that you do not use their products against Snow Leopard server while the services are running.  So, guess what?  Now you&#8217;re back to looking into a script to stop all of your services, back up the data, then start them back up again.</p>
<p><em>One side note here: it&#8217;s dreadfully easy to stop services with a terminal command or bash script, but I&#8217;m not going to go over that here.  If interested in this information, let me know and I&#8217;ll post it in another article.</em></p>
<p>After more searching, I came upon a little resource at http://maclemon.at &#8211; a site where a fellow has created the backup script &#8220;mlbackup.&#8221;  The site is mainly in German, so it&#8217;s not entirely clear what to do with the program.  However, it seemed to fit the bill for what I wanted so I decided to check it out.</p>
<p>mlbackup is provided as an installation package.  After downloading it, double-click on the pkg to install it.  Installation is pretty straightforward but implementation is a different story.</p>
<p>After installing mlbackup, it&#8217;s important to know what was placed on your system:</p>
<p>/usr/local/maclemon/* &#8211; the binaries for mlbackup and <a class="zem_slink" title="Man page" rel="wikipedia" href="http://en.wikipedia.org/wiki/Man_page">man pages</a><br />
/etc/maclemon/backup/* &#8211; sample <a class="zem_slink" title="Configuration file" rel="wikipedia" href="http://en.wikipedia.org/wiki/Configuration_file">configuration file</a> and globalexclusions</p>
<p>Start by copying the sample configuration file to a new file for modification.  In my case, I created a backup configuration file that is named after the volume that contains the data for my server.  My server&#8217;s name is &#8220;Ramona&#8221; and the server data is stored on a volume named &#8220;RA Server Data.&#8221;  Therefore, I did:</p>
<pre>sudo cp demo.mlbackupconf.sample ramona_serverdata.mlbackupconf</pre>
<p>This creates a copy of demo.mlbackupconf.sample and names it &#8220;ramona_serverdata.mlbackupconf.&#8221;  Next, you&#8217;ll want to edit that new file and make the necessary changes for your server.</p>
<p>I use &#8220;vim&#8221; to edit, so I type next:</p>
<pre>sudo vim ramona_serverdata.mlbackupconf</pre>
<p>Using &#8220;vim&#8221; is an article in and of itself, so I&#8217;m certainly not going to cover its usage here.  If you&#8217;re an innocent  newcomer to vim, it can quickly turn you into an innocent bystander of a violent gunfight.  Be careful.</p>
<p>Once you&#8217;re in vim, hit &#8220;i&#8221; for insert mode and make the necessary changes to the file.  Notably, you&#8217;ll want to change some of the items listed below.  I&#8217;m pasting in the contents of my file and the changes that I made.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1121px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"># What is the name of this backup set?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1121px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">MLbackupName=&#8221;Ramona_Server_Data&#8221;</div>
<pre><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px; ">#</span> What is the name of this backup set?</pre>
<pre>MLbackupName="Ramona_Server_Data"</pre>
<pre>...</pre>
<pre></pre>
<div>
<pre># What file or directory to Backup. (No trailing Slash for directories)</pre>
<pre># Default: $HOME</pre>
<pre>MLsourcePath="/Volumes/RA Server Data"</pre>
</div>
<pre></pre>
<pre>...</pre>
<pre></pre>
<div>
<pre># Where shall the Backups be stored (local path on the destination machine)</pre>
<pre># Default: /Volumes/Backup</pre>
<pre>MLdestPath="/Volumes/Ramona Backup/mlbackups"</pre>
</div>
<pre></pre>
<pre>...</pre>
<pre></pre>
<div>
<pre># Where to send the eMail notification about the backup to?</pre>
<pre># Default: $USER</pre>
<pre>MLadminEmail="&lt;my email address&gt;"</pre>
</div>
<div></div>
<div>&#8230;</div>
<div></div>
<p>Hit &#8220;esc&#8221; to get out of insert mode.  Then hit &#8220;:&#8221; and type &#8220;wq&#8221; and enter.  This will save the file.</p>
<p>In case you haven&#8217;t deduced it from examining the file, I have two external drives hooked up to this Mac Mini server.  One is a firewire800 drive called &#8220;RA Server Data.&#8221;  The other is a larger drive on USB called &#8220;Ramona Backup.&#8221;  My intention is for mlbackup to execute against RA Server Data and back it all up to Ramona Backup.  I intend for it to keep 5 sets of <a class="zem_slink" title="Backup" rel="wikipedia" href="http://en.wikipedia.org/wiki/Backup">backups</a>.  mlbackup is pretty nice in that it will automatically clean up the prior backup sets so it only keeps the amount of sets you want.  If you&#8217;re running this every day, you&#8217;ll have 5 days of backups.</p>
<p>One other note here.  There&#8217;s a bug in the mlbackup script that if the &#8220;MLbackupname&#8221; parameter contains a space in the name, mlbackup won&#8217;t clean up the old backup sets automatically.  Found this one out the hard way.  If you intend to have a backup set name that contained spaces, replace the spaces with an underscore character to prevent this issue from biting you.</p>
<p>The first half of your mlbackup configuration is complete.  You&#8217;ve told mlbackup what to do, but now you need to tell it when to do it.  The old way of setting up scheduled tasks in OS X was to use a <a class="zem_slink" title="Cron" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cron">cron job</a>, just like a regular UNIX or <a class="zem_slink" title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux">Linux</a> implementation.  However, Apple has replaced cron with launchd.  Now you need to configure launchd.</p>
<p>Launchd is a complex beast.  I&#8217;ll summarize what I learned about it.  Launchd will fire up any tasks on your behalf at any time you define, much like cron used to do.  It uses an XML file to define the job and depending on the parameters in the XML file and where you put it, launchd will do different things.</p>
<p>Since it&#8217;s so complex, I&#8217;m only going to talk about what I did for this launchd task.  Your ideas and mileage may vary.  I&#8217;m interested in hearing what others do with this, so be sure to let me know what you put together.</p>
<p>In my case, I created a new file in /Library/LaunchDaemons.  I put it there because I want mlbackup to be executed as root (spare me the speeches, I&#8217;m trying to back up server data here) and I want it to have access to the system.</p>
<p>Here&#8217;s the contents of the file I created there in /Library/LaunchDaemons.  The name of the file is at.maclemon.mlbackup.radata.daily.plist:</p>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;
&lt;dict&gt;
  &lt;key&gt;Label&lt;/key&gt;
        &lt;string&gt;at.maclemon.mlbackup.radata.daily&lt;/string&gt;
  &lt;key&gt;ServiceDescription&lt;/key&gt;
        &lt;string&gt;Back up the disk RA Server Data every day.&lt;/string&gt;
  &lt;key&gt;LowPriorityIO&lt;/key&gt;
  	&lt;true/&gt;
  &lt;key&gt;ProgramArguments&lt;/key&gt;
  &lt;array&gt;
	&lt;string&gt;/usr/local/bin/mlbackup&lt;/string&gt;
	&lt;string&gt;/private/etc/maclemon/backup/ramona_serverdata.mlbackupconf&lt;/string&gt;
  &lt;/array&gt;
  &lt;key&gt;Debug&lt;/key&gt;
  	&lt;true/&gt;
  &lt;key&gt;StartCalendarInterval&lt;/key&gt;
  &lt;array&gt;
  	&lt;dict&gt;
    		&lt;key&gt;Hour&lt;/key&gt;
    		&lt;integer&gt;4&lt;/integer&gt;
    		&lt;key&gt;Minute&lt;/key&gt;
    		&lt;integer&gt;0&lt;/integer&gt;
  	&lt;/dict&gt;
  &lt;/array&gt;
  &lt;key&gt;AbandonProcessGroup&lt;/key&gt;
	&lt;true/&gt;
&lt;/dict&gt;
&lt;/plist&gt;</pre>
<p>Again I&#8217;m not going to go into a whole lot of detail here about what I did, but I will point out a few items of interest.</p>
<p>Note the &#8220;ProgramArguments&#8221; directive.  There, you see that I&#8217;m calling mlbackup and giving it the full path of the config file I created earlier.  This is vitally important, otherwise mlbackup won&#8217;t do a thing.</p>
<p>The &#8220;StartCalendarInterval&#8221; element tells launchd when to start the task.</p>
<p>The &#8220;AbandonProcessGroup&#8221; item is required if you intend mlbackup to send you email at the completion of the job.  Without this element, mlbackup won&#8217;t send an email and may not clean up the backup sets in a way that you intend.</p>
<p>Finally, tell launchd that you created the file and you want the system to load it up and pay attention:</p>
<pre>sudo launchctl load -w at.maclemon.mlbackup.radata.daily.plist</pre>
<p>Launchctl is the terminal command to force launchd to load up the file.  For some odd reason, without the -w, it won&#8217;t load.  Why you have to do this is unclear in the Apple documentation for Snow Leopard.  In the past, -w controlled whether the job was enabled or disabled.  In Snow Leopard it seems, without using -w, launchctl just looks at you funny.</p>
<p>That should do it.  You should receive an email from the root user at the end of the backup task if all goes well.  If you didn&#8217;t receive an email, be sure to check your backup volume and verify that something was written there by mlbackup.</p>
<p>One other note that I forgot to include.  mlbackup is mainly just a bash script, but it does contain a newer version of rsync.  mlbackup uses this version of rsync over the one that Apple supplied with OS X because it has some vital optimizations for the backup to take place.</p>
<p>That should do it.  Hope this helps get your server backups running well.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/1e869009-27b9-4cb4-8aa6-6021660eff20/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=1e869009-27b9-4cb4-8aa6-6021660eff20" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d643').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d643" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F&amp;title=Backing+up+Snow+Leopard+Server+with+mlbackups" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F&amp;title=Backing+up+Snow+Leopard+Server+with+mlbackups" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F&amp;title=Backing+up+Snow+Leopard+Server+with+mlbackups" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F&amp;title=Backing+up+Snow+Leopard+Server+with+mlbackups" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F&amp;title=Backing+up+Snow+Leopard+Server+with+mlbackups" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F&amp;title=Backing+up+Snow+Leopard+Server+with+mlbackups" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F11%2F15%2Fbacking-up-snow-leopard-server-with-mlbackups%2F&amp;t=Backing+up+Snow+Leopard+Server+with+mlbackups" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d643').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/11/15/backing-up-snow-leopard-server-with-mlbackups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing Mangled Contact Labels on iPhone</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/09/24/fixing-mangled-contact-labels-on-iphone/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/09/24/fixing-mangled-contact-labels-on-iphone/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 17:26:49 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Address book]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Handhelds]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=613</guid>
		<description><![CDATA[Image via CrunchBase A coworker sent this along.  I&#8217;ve had this issue on a few contacts and didn&#8217;t really have time to delve into it. Name removed to protect the innocent and good intentions.  Be very careful with this and make sure you have a backup of all data that you plan to manipulate. &#8212; [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display: block; width: 260px; margin: 1em;">
<div>
<dl class="wp-caption alignleft" style="width: 260px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/iphone"><img title="Image representing iPhone as depicted in Crunc..." src="http://www.crunchbase.com/assets/images/resized/0001/9797/19797v1-max-250x250.jpg" alt="Image representing iPhone as depicted in Crunc..." width="250" height="195" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>A coworker sent this along.  I&#8217;ve had this issue on a few contacts and didn&#8217;t really have time to delve into it.</p>
<p>Name removed to protect the innocent and good intentions.  Be very careful with this and make sure you have a backup of all data that you plan to manipulate.</p>
<p>&#8212;</p>
<div>FWIW &#8230;</p>
<p>After serially using every calendar/address book interface under the sun and transitioning to <a class="zem_slink" title="Snow Leopard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Snow_Leopard">Snow Leopard</a> with Exchange syncing, I ended up with a bunch of munged <a class="zem_slink" title="Address Book (application)" rel="homepage" href="http://www.apple.com/macosx/features/addressbook/">Address Book</a> extension labels in my <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a> Contacts like:</p>
<p>item1.X-ABLabel:_$!&lt;EX-AssistantPhone&gt;!$_</p>
<p>The extra long labels forces the text to be tiny, and rarely displays even then to say whether this is the work/home number.</p>
<p>If you encounter this problem and you&#8217;re a Mac user with a <a class="zem_slink" title="Unix" rel="wikipedia" href="http://en.wikipedia.org/wiki/Unix">Unix</a> background, I&#8217;m sure you can think of a dozen ways to fix this &#8230; else see some rudimentary Address Book/<a class="zem_slink" title="ITunes" rel="homepage" href="http://www.apple.com/itunes/">iTunes</a>/<a class="zem_slink" title="Command-line interface" rel="wikipedia" href="http://en.wikipedia.org/wiki/Command-line_interface">command line</a> steps below to handle large numbers of Contacts at once.</p>
<p><a class="zem_slink" title="Caveat emptor" rel="wikipedia" href="http://en.wikipedia.org/wiki/Caveat_emptor">Caveat emptor</a>.</p>
<p>&#8211;</p>
<p>The munged contacts had labels like:</p>
<pre>item1.X-ABLabel:_$!&lt;EX-AssistantPhone&gt;!$_
item1.X-ABLabel:_$!&lt;EX-BusinessFax&gt;!$_
item1.X-ABLabel:_$!&lt;EX-BusinessHomePage&gt;!$_
item1.X-ABLabel:_$!&lt;EX-BusinessPhone&gt;!$_
item1.X-ABLabel:_$!&lt;EX-EmailAddress1&gt;!$_
item1.X-ABLabel:_$!&lt;EX-Home&gt;!$_
item1.X-ABLabel:_$!&lt;EX-HomePhone&gt;!$_
item1.X-ABLabel:_$!&lt;EX-MobilePhone&gt;!$_
item1.X-ABLabel:_$!&lt;Other&gt;!$_</pre>
<p>&#8230; the bracketing parts are the problem. I can live with &#8220;HomePhone&#8221; versus &#8220;Home Phone&#8221;. YMMV.</p>
<p>Correcting this involves a few steps and a tiny bit of command line stuff:</p>
<p>- Attach your iPhone to your computer. Let it sync. Leave iTunes open.</p>
<p>- Open Address Book, select all your contacts, then File-&gt;Export to your Desktop, call it &#8220;backup.vcf&#8221; &#8212; don&#8217;t touch this file &#8212; if something goes wrong you&#8217;ll restore this.</p>
<p>- Do a second export of all the contacts to another file &#8220;munged.vcf&#8221;, or some name equally meaningful to you.</p>
<p>- Open a <a class="zem_slink" title="Terminal emulator" rel="wikipedia" href="http://en.wikipedia.org/wiki/Terminal_emulator">Terminal window</a>, and cd to your Desktop (&#8220;cd ~/Desktop&#8221;). Just for paranoia&#8217;s sake, type &#8220;more *<a class="zem_slink" title="VCard" rel="wikipedia" href="http://en.wikipedia.org/wiki/VCard">.vcf</a>&#8221; and use the <a class="zem_slink" title="Space bar" rel="wikipedia" href="http://en.wikipedia.org/wiki/Space_bar">space bar</a> to step through the files, making sure they contain all your contacts. Type &#8220;ls *.vcf&#8221; to confirm the files are the same size. Yeah &#8212; sheer paranoia, but who wants to reenter all their contacts? <img src='http://galaxycow.com/blogs/vermyndax/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>- In the previously opened Terminal window paste this command and press return:</p>
<pre>
cat munged.vcf | sed -e 's/EX-//' | sed -e 's/_$!&lt;//' | sed -e 's/&gt;!$_//' > fixed.vcf
</pre>
<p>- in the Terminal window type &#8220;more fixed.vcf&#8221; &#8212; confirm the ABLabel fields are corrected before going onto the next step. If the fixed.vcf file doesn&#8217;t look right, stop and consult a local Unix person. You did something wrong or your problem wasn&#8217;t the one I had. Bail out or get help.</p>
<p>- Go back to Address Book, select all the contacts (if not still selected), then Edit-&gt; Delete Cards. Delete all your contacts. Paranoia now seems appropriate.</p>
<p>- Go back to the iTunes window. Select the iPhone in the Devices list on the left (if not selected), then select the Info tab at the top of the main window and scroll to the very bottom to the Advanced items, select Contacts under &#8220;Replace information on this iPhone:&#8221;. Click Apply and let the phone sync. Check the Contacts on the iPhone to see they are gone.</p>
<p>- Go back to the Address Book window and File-&gt;Import, selecting (you guessed it) &#8220;fixed.vcf&#8221; from your Desktop. Check the reloaded vcards/Contacts.</p>
<p>- Go back to the iTunes window, and again select the option to Replace the Contacts info, Apply, and let the iPhone sync.</p>
<p>- Try the Contacts on the iPhone, and the labels should be corrected. Delete all the ancillary files on your Desktop.</p>
<p>- Avoid whatever odd combination of things you did that caused the problem in the first place. <img src='http://galaxycow.com/blogs/vermyndax/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>In case you want to mess with any other fields/changes, vcard format is described here:  http://en.wikipedia.org/wiki/VCard.</p></div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/08b64ce1-2fd9-4464-be12-3930390f25f2/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=08b64ce1-2fd9-4464-be12-3930390f25f2" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d613').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d613" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F&amp;title=Fixing+Mangled+Contact+Labels+on+iPhone" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F&amp;title=Fixing+Mangled+Contact+Labels+on+iPhone" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F&amp;title=Fixing+Mangled+Contact+Labels+on+iPhone" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F&amp;title=Fixing+Mangled+Contact+Labels+on+iPhone" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F&amp;title=Fixing+Mangled+Contact+Labels+on+iPhone" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F&amp;title=Fixing+Mangled+Contact+Labels+on+iPhone" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Ffixing-mangled-contact-labels-on-iphone%2F&amp;t=Fixing+Mangled+Contact+Labels+on+iPhone" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d613').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/09/24/fixing-mangled-contact-labels-on-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick Safari/Snow Leopard Tip</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/09/24/quick-safarisnow-leopard-tip/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/09/24/quick-safarisnow-leopard-tip/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:02:02 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Web browser]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=610</guid>
		<description><![CDATA[If you&#8217;re having stupid amounts of trouble with your plugins loading in Safari 4 on Snow Leopard, go to your Finder and open /Applications.  Right-click on the Safari app and choose &#8220;Get Info.&#8221;  On that screen, you&#8217;ll see a checkbox to run the app in 32-bit mode. Check that. Restart Safari if it&#8217;s open. Now [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re having stupid amounts of trouble with your plugins loading in <a class="zem_slink" title="Safari (web browser)" rel="homepage" href="http://www.apple.com/safari/">Safari</a> 4 on <a class="zem_slink" title="Snow Leopard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Snow_Leopard">Snow Leopard</a>, go to your <a class="zem_slink" title="Finder (software)" rel="homepage" href="http://www.apple.com/macosx/features/finder/">Finder</a> and open /Applications.  Right-click on the Safari app and choose &#8220;Get Info.&#8221;  On that screen, you&#8217;ll see a <a class="zem_slink" title="Check box" rel="wikipedia" href="http://en.wikipedia.org/wiki/Check_box">checkbox</a> to run the app in 32-bit mode.</p>
<p>Check that.</p>
<p>Restart Safari if it&#8217;s open.</p>
<p>Now you&#8217;ll find that your plugins magically work.  I guess this whole 64-bit thing has caught developers with their pants down.  Not sure how that happened since they&#8217;ve only been talking 64-bit on the Mac and Windows side for years.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/a82a9d1f-6d48-4389-91c2-f05ce2d7c1a0/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=a82a9d1f-6d48-4389-91c2-f05ce2d7c1a0" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d610').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d610" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F&amp;title=Quick+Safari%2FSnow+Leopard+Tip" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F&amp;title=Quick+Safari%2FSnow+Leopard+Tip" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F&amp;title=Quick+Safari%2FSnow+Leopard+Tip" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F&amp;title=Quick+Safari%2FSnow+Leopard+Tip" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F&amp;title=Quick+Safari%2FSnow+Leopard+Tip" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F&amp;title=Quick+Safari%2FSnow+Leopard+Tip" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F24%2Fquick-safarisnow-leopard-tip%2F&amp;t=Quick+Safari%2FSnow+Leopard+Tip" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d610').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/09/24/quick-safarisnow-leopard-tip/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scaling Guidance</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/09/23/scaling-guidance/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/09/23/scaling-guidance/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:39:54 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWDC 2009]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple Worldwide Developers Conference]]></category>
		<category><![CDATA[Dark Ages]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=606</guid>
		<description><![CDATA[Image via CrunchBase At WWDC 2009, I stood up in a session on Snow Leopard server and lightly rattled Apple&#8216;s cage about its poor scaling guidance for the product. They were spending a great deal of time talking about the benefits of Wiki Server 2, but there was little to take away from the session [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display: block; width: 226px; margin: 1em;">
<div>
<dl class="wp-caption alignleft" style="width: 226px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/microsoft"><img title="Image representing Microsoft as depicted in Cr..." src="http://www.crunchbase.com/assets/images/resized/0001/0926/10926v1-max-450x450.png" alt="Image representing Microsoft as depicted in Cr..." width="216" height="70" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>At <a class="zem_slink" title="Apple Worldwide Developers Conference" rel="wikipedia" href="http://en.wikipedia.org/wiki/Apple_Worldwide_Developers_Conference">WWDC</a> 2009, I stood up in a session on <a class="zem_slink" title="Snow Leopard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Snow_Leopard">Snow Leopard</a> server and lightly rattled <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a>&#8216;s cage about its poor scaling guidance for the product.  They were spending a great deal of time talking about the benefits of <a class="zem_slink" title="Wiki Server" rel="homepage" href="http://www.apple.com/server/macosx/features/wikis.html">Wiki Server</a> 2, but there was little to take away from the session on what to tell any prospective customers regarding cost.</p>
<p>I think in the Apple world, there&#8217;s this unspoken rule of &#8220;whatever&#8217;s good enough&#8221; to suffice for an environment.  That&#8217;s fine, but what I&#8217;d really like to be able to do is recommend a solution that will do the job.</p>
<p>In the past, <a class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a> was very good about providing specific scaling guidance.  Around the <a class="zem_slink" title="Dark Ages" rel="wikipedia" href="http://en.wikipedia.org/wiki/Dark_Ages">Dark Ages</a> (which I define as the day <a class="zem_slink" title="Microsoft SQL Server" rel="homepage" href="http://www.microsoft.com/sqlserver">SQL Server 2005</a> came out and every product hence), Microsoft pulled back on several things.   Most notably, they stopped providing specific scaling guidance on products and very clear documentation.</p>
<p>The documentation that was offered with each product varied and was mostly vague and notional.  Once my Microsoft <a class="zem_slink" title="Twentieth Anniversary Macintosh" rel="wikipedia" href="http://en.wikipedia.org/wiki/Twentieth_Anniversary_Macintosh">TAM</a> asked me as part of some kind of survey if I thought that blog content provided by Microsoft developers and whatnot could be considered as official documentation.  It seems like some folks within the organization believe this to be so, but Goddess forbid you end up in the <a class="zem_slink" title="India" rel="geolocation" href="http://maps.google.com/maps?ll=28.5666666667,77.2&amp;spn=10.0,10.0&amp;q=28.5666666667,77.2 (India)&amp;t=h">India</a> <a class="zem_slink" title="Organization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Organization">support organization</a>&#8230; where only the script in front of them is official documentation.</p>
<p>Back to Apple.  They provide documentation and it&#8217;s usually quite good.  They provide fairly extensive documentation.  Sometimes it&#8217;s wrong, but it&#8217;s still documentation.  It&#8217;s something to point to and say, &#8220;See here, it says this should function this way.&#8221;  That&#8217;s a nice level of comfort.  What they do NOT provide is scaling guidance.  They will never ever tell you, &#8220;It will take x amount of Snow Leopard servers to run Wiki Server 2 for 10,000 users doing y amount of data.&#8221;  Why not?  I suspect it&#8217;s because they don&#8217;t know.</p>
<p>As Apple becomes more and more relevant in the enterprise, this has to change.  If I&#8217;m going to propose an Apple-based solution to any of my prospective customers, I have to have something to work from.  It cannot be &#8220;we&#8217;ll just throw some servers in there, watch it, then buy more.&#8221;  Most customers&#8230; at least the government for sure&#8230; do not like that approach.</p>
<p>Ironically, I started this post as a complaint against Microsoft for providing not just vague information on this&#8230; but a box full of vague smoked up with an opaque fog on the glass.</p>
<p>That sucks, guys.  Stop contributing to the failures of the IT industry and fix it.</p>
<p>I&#8217;m looking at you too, Apple.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/36f31087-1d55-46bd-bc31-e3a730fbf579/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=36f31087-1d55-46bd-bc31-e3a730fbf579" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d606').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d606" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F&amp;title=Scaling+Guidance" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F&amp;title=Scaling+Guidance" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F&amp;title=Scaling+Guidance" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F&amp;title=Scaling+Guidance" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F&amp;title=Scaling+Guidance" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F&amp;title=Scaling+Guidance" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F09%2F23%2Fscaling-guidance%2F&amp;t=Scaling+Guidance" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d606').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/09/23/scaling-guidance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating RSS feeds to Safari 4.x</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/08/07/migrating-rss-feeds-to-safari-4-x/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/08/07/migrating-rss-feeds-to-safari-4-x/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 16:49:03 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GoogleReader]]></category>
		<category><![CDATA[MobileMe]]></category>
		<category><![CDATA[NetNewsWire]]></category>
		<category><![CDATA[NewsGator]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=594</guid>
		<description><![CDATA[Image via CrunchBase When NetNewsWire went with Google Reader syncing, the hair stood up on the back of my neck.  I swore off Google Reader quite some time ago.  Indeed, I was using NNW to avoid Google Reader.  Now I&#8217;m being forced back? It was time to look into splitting up with NNW. I haven&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display: block; width: 169px; margin: 1em;">
<div>
<dl class="wp-caption alignleft" style="width: 169px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/google-reader"><img title="Image representing Google Reader as depicted i..." src="http://www.crunchbase.com/assets/images/resized/0001/2818/12818v1-max-450x450.png" alt="Image representing Google Reader as depicted i..." width="159" height="61" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>When <a class="zem_slink" title="NetNewsWire" rel="homepage" href="http://www.newsgator.com/individuals/netnewswire/">NetNewsWire</a> went with <a class="zem_slink" title="Google Reader" rel="homepage" href="http://www.google.com/reader">Google Reader</a> syncing, the hair stood up on the back of my neck.  I swore off Google Reader quite some time ago.  Indeed, I was using NNW to avoid Google Reader.  Now I&#8217;m being forced back?</p>
<p>It was time to look into splitting up with NNW.</p>
<p>I haven&#8217;t used <a class="zem_slink" title="RSS" rel="wikipedia" href="http://en.wikipedia.org/wiki/RSS">RSS</a> support in <a class="zem_slink" title="OS X" rel="crunchbase" href="http://www.crunchbase.com/product/os-x">OS X</a> since <a class="zem_slink" title="Safari (web browser)" rel="homepage" href="http://www.apple.com/safari/">Safari</a> 3, so I decided to give it a new try in Safari 4.  Part of my original problem with RSS support in Safari was no conceivable way to sync the read status across Macs.  Well, turns out they put that support into <a class="zem_slink" title="Internet bookmark" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet_bookmark">bookmark</a> sync over <a class="zem_slink" title="MobileMe" rel="homepage" href="http://www.apple.com/mobileme/">MobileMe</a>, they just didn&#8217;t notify me.  Thanks, <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a>.</p>
<p>Anyway, I was researching how to do this on the net and it looked painful.  Everyone&#8217;s steps included loading up <a class="zem_slink" title="Mozilla Firefox" rel="geolocation" href="http://maps.google.com/maps?ll=45.1238,-123.1138&amp;spn=1.0,1.0&amp;q=45.1238,-123.1138 (Mozilla%20Firefox)&amp;t=h">Firefox</a>, attaching the Sage plugin to it and importing/exporting yadda yadda&#8230; blah, it should NOT be that hard.</p>
<p>So I opened NetNewsWire and just casually dragged a feed title into the bookmark bar in Safari.  I was shocked to discover that Safari took the bookmark just fine.  Once I opened it, it processed the bookmark as a feed and started syncing it.</p>
<p>That was easy.</p>
<p>You still have to open the bookmark one time before it starts syncing it automatically, but just do the &#8220;open in tabs&#8221; thing and you&#8217;ll be fine.  Screw all that Firefox/Sage import/export garbage.  It&#8217;s just a drag and drop.  Enjoy.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/142032/2009/07/nnwsync.html?lsrc=rss_main">New NetNewsWire sync option isn&#8217;t for everyone</a> (macworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.tuaw.com/2009/07/30/netnewswire-starts-syncing-with-google-reader-newsgator-online/">NetNewsWire starts syncing with Google Reader, NewsGator Online perishes</a> (tuaw.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/5ff0e35b-a008-43b4-a0d2-2ae688afd740/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=5ff0e35b-a008-43b4-a0d2-2ae688afd740" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d594').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d594" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F&amp;title=Migrating+RSS+feeds+to+Safari+4.x" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F&amp;title=Migrating+RSS+feeds+to+Safari+4.x" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F&amp;title=Migrating+RSS+feeds+to+Safari+4.x" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F&amp;title=Migrating+RSS+feeds+to+Safari+4.x" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F&amp;title=Migrating+RSS+feeds+to+Safari+4.x" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F&amp;title=Migrating+RSS+feeds+to+Safari+4.x" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F08%2F07%2Fmigrating-rss-feeds-to-safari-4-x%2F&amp;t=Migrating+RSS+feeds+to+Safari+4.x" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d594').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/08/07/migrating-rss-feeds-to-safari-4-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC 2009 Music</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/06/15/wwdc-2009-music/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/06/15/wwdc-2009-music/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 12:57:29 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[WWDC 2009]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple Worldwide Developers Conference]]></category>
		<category><![CDATA[Handhelds]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[PhilSchiller]]></category>
		<category><![CDATA[Smartphone]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=589</guid>
		<description><![CDATA[I&#8217;m back from WWDC 2009.  What a wonderful time!  Sorry I didn&#8217;t update much about it, I was just too busy with my head buried in all the Apple goodness.  Oh my, do they have some good stuff in the pipe for you. One of the greatest things about WWDC is the fabulous music they [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back from <a class="zem_slink" title="Apple Worldwide Developers Conference" rel="wikipedia" href="http://en.wikipedia.org/wiki/Apple_Worldwide_Developers_Conference">WWDC</a> 2009.  What a wonderful time!  Sorry I didn&#8217;t update much about it, I was just too busy with my head buried in all the <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a> goodness.  Oh my, do they have some good stuff in the pipe for you.</p>
<p>One of the greatest things about WWDC is the fabulous music they play before each and every session to keep the devs jazzed up.  There was a thread about collecting the songs that were played before each session because Apple wasn&#8217;t posting a <a class="zem_slink" title="Playlist" rel="wikipedia" href="http://en.wikipedia.org/wiki/Playlist">playlist</a>.  Fortunately, thanks to the <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a>, devs were walking into the sessions with Shazzam running and collecting information on any songs that weren&#8217;t recognizable and posting it to the thread.</p>
<p>Well, that thread has now developed into an iMix.  If you were at WWDC 2009 and want to purchase some of the songs you heard before the session, your wishes have been granted.</p>
<div style="position:relative;"><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewIMix?id=318509909&amp;s=143441&amp;v0=575" target="_self"><img style="position: absolute; top: 30px; left: 12px;" src="http://ax.phobos.apple.com.edgesuite.net/images/spacer.gif" border="0" alt="" width="60" height="60" /></a><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewIMix?id=318509909&amp;s=143441&amp;v0=575" target="_self"><img style="position: absolute; top: 30px; left: 75px;" src="http://ax.phobos.apple.com.edgesuite.net/images/spacer.gif" border="0" alt="" width="335" height="20" /></a><a href="itms://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wa/publishedPlayListHelp?v0=575" target="_self"><img style="position: absolute; top: 295px; left: 130px;" src="http://ax.phobos.apple.com.edgesuite.net/images/spacer.gif" border="0" alt="" width="175" height="20" /></a><object width="435" height="330" data="http://ax.itunes.apple.com/flash/feedreader.swf" type="application/x-shockwave-flash"><param name="name" value="feedreader" /><param name="align" value="top" /><param name="flashvars" value="host=http://ax.itunes.apple.com&amp;feed=WebObjects/MZStoreServices.woa/ws/RSS/imix/html=false/imixid=318509909/sf=143441/xml?v0=575" /><param name="src" value="http://ax.itunes.apple.com/flash/feedreader.swf" /><param name="wmode" value="transparent" /><param name="quality" value="high" /></object></div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/cf58235d-2218-4c51-b70b-68c4d9fa1969/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=cf58235d-2218-4c51-b70b-68c4d9fa1969" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d589').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d589" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F&amp;title=WWDC+2009+Music" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F&amp;title=WWDC+2009+Music" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F&amp;title=WWDC+2009+Music" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F&amp;title=WWDC+2009+Music" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F&amp;title=WWDC+2009+Music" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F&amp;title=WWDC+2009+Music" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F06%2F15%2Fwwdc-2009-music%2F&amp;t=WWDC+2009+Music" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d589').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/06/15/wwdc-2009-music/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>When Address Book and MobileMe Fail to Sync a Record</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/04/30/when-address-book-and-mobileme-fail-to-sync-a-record/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/04/30/when-address-book-and-mobileme-fail-to-sync-a-record/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 16:27:58 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Address book]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Handhelds]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[MobileMe]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=573</guid>
		<description><![CDATA[Image via Wikipedia If you find that there&#8217;s an address book card out there that isn&#8217;t syncing with MobileMe, your iPhone, or another Mac&#8230; check to see if there is an ampersand in the failing record anywhere.  Apparently once a card hits MobileMe, it doesn&#8217;t like the ampersand in the vcard and chokes on it. [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignleft" style="width: 210px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Mobileme_Logo.png"><img title="MobileMe" src="http://upload.wikimedia.org/wikipedia/en/thumb/6/66/Mobileme_Logo.png/200px-Mobileme_Logo.png" alt="MobileMe" width="200" height="167" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Mobileme_Logo.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>If you find that there&#8217;s an <a class="zem_slink" title="Address book" rel="wikipedia" href="http://en.wikipedia.org/wiki/Address_book">address book</a> card out there that isn&#8217;t syncing with <a class="zem_slink" title="MobileMe" rel="homepage" href="http://www.apple.com/mobileme/">MobileMe</a>, your <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a>, or another Mac&#8230; check to see if there is an <a class="zem_slink" title="Ampersand" rel="wikipedia" href="http://en.wikipedia.org/wiki/Ampersand">ampersand</a> in the failing record anywhere.  Apparently once a card hits MobileMe, it doesn&#8217;t like the ampersand in the vcard and chokes on it.  If MobileMe chokes on it, all of your devices will be unable to find the new card.</p>
<p>Just another tip from yours truly.</p>
<p>I&#8217;m in New Orleans this week, working project stuff for the day job.  Lots of fun here.  More later.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://ptech.allthingsd.com/20090415/latest-mobileme-takes-out-glitches-and-eases-syncing/?mod=ATD_rss"> Latest MobileMe Takes Out Glitches and Eases Syncing [Personal Technology] </a> (ptech.allthingsd.com)</li>
<li class="zemanta-article-ul-li"><a href="http://mailbox.allthingsd.com/20090422/syncing-to-an-iphone-on-mobileme/?mod=ATD_rss"> Syncing to an iPhone on MobileMe [Mossberg's Mailbox] </a> (mailbox.allthingsd.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.killerstartups.com/Mobile/borange-com-turning-your-iphone-into-a-social-planner">Borange.com &#8211; Turning Your iPhone Into A Social Planner</a> (killerstartups.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/6aae6b45-c6a6-41e8-9d8b-cb2fbd784bcb/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=6aae6b45-c6a6-41e8-9d8b-cb2fbd784bcb" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d573').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d573" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F&amp;title=When+Address+Book+and+MobileMe+Fail+to+Sync+a+Record" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F&amp;title=When+Address+Book+and+MobileMe+Fail+to+Sync+a+Record" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F&amp;title=When+Address+Book+and+MobileMe+Fail+to+Sync+a+Record" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F&amp;title=When+Address+Book+and+MobileMe+Fail+to+Sync+a+Record" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F&amp;title=When+Address+Book+and+MobileMe+Fail+to+Sync+a+Record" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F&amp;title=When+Address+Book+and+MobileMe+Fail+to+Sync+a+Record" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F30%2Fwhen-address-book-and-mobileme-fail-to-sync-a-record%2F&amp;t=When+Address+Book+and+MobileMe+Fail+to+Sync+a+Record" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d573').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/04/30/when-address-book-and-mobileme-fail-to-sync-a-record/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Apple Mail Fix for HTML font size</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/04/15/quick-apple-mail-fix-for-html-font-size/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/04/15/quick-apple-mail-fix-for-html-font-size/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 13:12:10 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[font size]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=568</guid>
		<description><![CDATA[Hi, just dropping in from raiding the lands of healthy heroes and creamy young virgins to let you in on a quick Apple Mail tip. Do you use Apple Mail in an environment with Outlook?  In particular, do those Outlook users prefer HTML mail?  Do you receive mail from them with a microscopic font size? [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, just dropping in from raiding the lands of healthy heroes and creamy young virgins to let you in on a quick Apple Mail tip.</p>
<p>Do you use Apple Mail in an environment with Outlook?  In particular, do those Outlook users prefer HTML mail?  Do you receive mail from them with a microscopic font size?</p>
<p>Thanks to the tip I found <a href="http://blog.lylo.co.uk/2008/02/14/increase-the-minimum-font-size-in-mailapp/">here</a> you can correct this issue.</p>
<ol>
<li>Close down Apple Mail (command-Q)</li>
<li>Open the Terminal (/Applications/Utilities/Terminal)</li>
<li>Type the following command: &#8220;defaults write com.apple.mail MinimumHTMLFontSize 13&#8243; (note: without quotes)</li>
<li>Restart Apple Mail</li>
<li>Squint no more.</li>
</ol>
<p>Hope this helps.  Flying back out to meet up with my sister Vermithrax and raid a few kingdoms today.  Wednesdays are always fun like that.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/cc095761-6f57-4214-96cc-b30c9b612959/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=cc095761-6f57-4214-96cc-b30c9b612959" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d568').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d568" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F&amp;title=Quick+Apple+Mail+Fix+for+HTML+font+size" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F&amp;title=Quick+Apple+Mail+Fix+for+HTML+font+size" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F&amp;title=Quick+Apple+Mail+Fix+for+HTML+font+size" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F&amp;title=Quick+Apple+Mail+Fix+for+HTML+font+size" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F&amp;title=Quick+Apple+Mail+Fix+for+HTML+font+size" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F&amp;title=Quick+Apple+Mail+Fix+for+HTML+font+size" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F04%2F15%2Fquick-apple-mail-fix-for-html-font-size%2F&amp;t=Quick+Apple+Mail+Fix+for+HTML+font+size" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d568').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/04/15/quick-apple-mail-fix-for-html-font-size/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two Weeks in California</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/03/28/two-weeks-in-california/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/03/28/two-weeks-in-california/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 16:50:52 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[WWDC 2009]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[San Francisco  California]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[United States]]></category>
		<category><![CDATA[Worldwide Developers Conference]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=564</guid>
		<description><![CDATA[Image by tom ferris via Flickr Apple finally announced the WWDC 2009 dates and they couldn&#8217;t have targeted a better week. It looks like I will become a representative for my agency on the Calconnect standards organization.  They happen to be having a meeting at Oracle in Redwood Shores, CA the week prior to WWDC. [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignleft" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/7992161@N04/546086117"><img title="Apple WWDC07" src="http://farm2.static.flickr.com/1378/546086117_6b48fae6cb_m.jpg" alt="Apple WWDC07" width="240" height="180" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/7992161@N04/546086117">tom ferris</a> via Flickr</dd>
</dl>
</div>
</div>
<p><a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a> <em>finally</em> announced the <a class="zem_slink" title="Worldwide Developers Conference" rel="wikipedia" href="http://en.wikipedia.org/wiki/Worldwide_Developers_Conference">WWDC</a> 2009 dates and they couldn&#8217;t have targeted a better week.</p>
<p>It looks like I will become a representative for my agency on the <a href="http://calconnect.org">Calconnect</a> <a class="zem_slink" title="Standards organization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Standards_organization">standards organization</a>.  They happen to be having a meeting at <a class="zem_slink" title="Oracle (comics)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Oracle_%28comics%29">Oracle</a> in <a class="zem_slink" title="Redwood Shores, California" rel="geolocation" href="http://maps.google.com/maps?ll=37.5319444444,-122.248055556&amp;spn=0.1,0.1&amp;q=37.5319444444,-122.248055556 (Redwood%20Shores%2C%20California)&amp;t=h">Redwood Shores, CA</a> the week prior to WWDC.  With the wife&#8217;s permission, this means two weeks in the wide and crazy world of <a class="zem_slink" title="San Francisco, California" rel="geolocation" href="http://maps.google.com/maps?ll=37.7793,-122.4192&amp;spn=0.1,0.1&amp;q=37.7793,-122.4192 (San%20Francisco%2C%20California)&amp;t=h">San Francisco</a>.</p>
<p>I must admit I&#8217;m not a huge fan of the San Francisco scene.  Sometimes I feel like I&#8217;m too old to really appreciate all the life and culture that goes on out there.  But maybe have a day or two out there by myself with little to do can turn that around.  We shall see.</p>
<p>It seems like I&#8217;m getting more traffic to this site, so I&#8217;m wondering &#8211; do any of you want to see any WWDC-related coverage here, or do you plan on relying on the big boys for that?  If so, maybe I can find some of the little-known stuff to report on.</p>
<p>Let me know.  Even if you don&#8217;t care <img src='http://galaxycow.com/blogs/vermyndax/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.iphonebuzz.com/apple-likely-to-show-off-new-iphone-june-8-276848.php">Apple likely to show off new iPhone June 8</a> (iphonebuzz.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.tuaw.com/2009/03/26/wwdc-09-details-posted/">WWDC &#8217;09 Details Posted</a> (tuaw.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.engadget.com/2009/03/26/apple-announces-wwdc-2009-dates-iphone-snow-leopard-countdown/">Apple announces WWDC 2009 dates; iPhone, Snow Leopard countdowns begin</a> (engadget.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.iphonesavior.com/2009/03/apples-2009-wwdc-signals-countdown-to-nextgen-iphone.html">Apple&#8217;s 2009 WWDC Signals Countdown To Next-Gen iPhone</a> (iphonesavior.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/139682/2009/03/wwdc_preview.html?lsrc=rss_main">WWDC rumors abound after Apple schedules conference</a> (macworld.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/6b574c35-8e1a-46c2-b25f-da2ce9b0d44f/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=6b574c35-8e1a-46c2-b25f-da2ce9b0d44f" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d564').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d564" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F&amp;title=Two+Weeks+in+California" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F&amp;title=Two+Weeks+in+California" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F&amp;title=Two+Weeks+in+California" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F&amp;title=Two+Weeks+in+California" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F&amp;title=Two+Weeks+in+California" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F&amp;title=Two+Weeks+in+California" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F03%2F28%2Ftwo-weeks-in-california%2F&amp;t=Two+Weeks+in+California" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d564').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/03/28/two-weeks-in-california/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iWeb &#8217;09 Publishing to MobileMe == Fail</title>
		<link>http://galaxycow.com/blogs/vermyndax/2009/02/17/iweb-09-publishing-to-mobileme-fail/</link>
		<comments>http://galaxycow.com/blogs/vermyndax/2009/02/17/iweb-09-publishing-to-mobileme-fail/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:55:17 +0000</pubDate>
		<dc:creator>Vermyndax</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[GarageBand]]></category>
		<category><![CDATA[ILife]]></category>
		<category><![CDATA[IMovie]]></category>
		<category><![CDATA[IPhoto]]></category>
		<category><![CDATA[IWeb]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[MobileMe]]></category>

		<guid isPermaLink="false">http://galaxycow.com/blogs/vermyndax/?p=548</guid>
		<description><![CDATA[I was really, really excited to try out iLife &#8217;09, the successor to the really nice iLife &#8217;08 suite.  I run porkbuns.org with iWeb publishing to MobileMe because hey, that&#8217;s what that kind of thing is made for. You can imagine my dismay and disappointment when I discovered that some kind of problem is preventing [...]]]></description>
			<content:encoded><![CDATA[<p>I was really, really excited to try out <a class="zem_slink" title="ILife" rel="homepage" href="http://www.apple.com/ilife/">iLife</a> &#8217;09, the successor to the really nice iLife &#8217;08 suite.  I run porkbuns.org with <a class="zem_slink" title="IWeb" rel="homepage" href="http://www.apple.com/ilife/iweb/">iWeb</a> publishing to <a class="zem_slink" title="MobileMe" rel="homepage" href="http://www.apple.com/mobileme/">MobileMe</a> because hey, that&#8217;s what that kind of thing is made for.</p>
<p>You can imagine my dismay and disappointment when I discovered that some kind of problem is preventing my site from publishing to MobileMe successfully. I even filed a bug on it.  Lots of posts in the forums about it too, but I don&#8217;t see the major Mac <a class="zem_slink" title="Blog" rel="wikipedia" href="http://en.wikipedia.org/wiki/Blog">blogs</a> taking up the <a class="zem_slink" title="Yoke" rel="wikipedia" href="http://en.wikipedia.org/wiki/Yoke">yoke</a> of pressing the issue with <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a>.  That&#8217;s also disappointing because it&#8217;s likely they won&#8217;t do much about it until it gets really ugly and public.</p>
<p>Sigh.  So I deleted porkbuns.org for now, until I can get it published.  Please keep your feedreaders subscribed there.  Eventually it&#8217;ll come back up.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/138204/2009/01/apple_on_iphoto.html?lsrc=rss_main">Apple on iPhoto &#8217;09 changes</a> (macworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://timesonline.typepad.com/technology/2009/01/apple-ilife-09.html">Apple iLife &#8217;09 first impressions</a> (timesonline.typepad.com)</li>
<li class="zemanta-article-ul-li"><a href="http://en.onsoftware.com/first-reactions-to-ilife-09/">First reactions to iLife 09</a> (en.onsoftware.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/258a4262-2050-4fdd-a59f-6f7f0c9338ea/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=258a4262-2050-4fdd-a59f-6f7f0c9338ea" alt="Reblog this post [with Zemanta]" /></a></div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d548').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark to:</em></strong></a>
<br />
<div class="d548" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F&amp;title=iWeb+%26%238217%3B09+Publishing+to+MobileMe+%3D%3D+Fail" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F&amp;title=iWeb+%26%238217%3B09+Publishing+to+MobileMe+%3D%3D+Fail" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F&amp;title=iWeb+%26%238217%3B09+Publishing+to+MobileMe+%3D%3D+Fail" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F&amp;title=iWeb+%26%238217%3B09+Publishing+to+MobileMe+%3D%3D+Fail" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F&amp;title=iWeb+%26%238217%3B09+Publishing+to+MobileMe+%3D%3D+Fail" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F&amp;title=iWeb+%26%238217%3B09+Publishing+to+MobileMe+%3D%3D+Fail" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fgalaxycow.com%2Fblogs%2Fvermyndax%2F2009%2F02%2F17%2Fiweb-09-publishing-to-mobileme-fail%2F&amp;t=iWeb+%26%238217%3B09+Publishing+to+MobileMe+%3D%3D+Fail" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://galaxycow.com/blogs/vermyndax/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d548').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://galaxycow.com/blogs/vermyndax/2009/02/17/iweb-09-publishing-to-mobileme-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
