<?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>Exploring the Mystery &#187; Chris</title>
	<atom:link href="http://www.musterion.net/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.musterion.net</link>
	<description>The tech site of Chris Roberts</description>
	<lastBuildDate>Wed, 18 May 2011 15:54:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Announcing Tippy 3.3.3</title>
		<link>http://www.musterion.net/2011/05/10/announcing-tippy-3-3-3/</link>
		<comments>http://www.musterion.net/2011/05/10/announcing-tippy-3-3-3/#comments</comments>
		<pubDate>Tue, 10 May 2011 20:49:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Tippy]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=144</guid>
		<description><![CDATA[Just released shiny new Tippy 3.3.3. This version brings with it two changes: Updating the plugin will no longer overwrite your custom dom_tooltip.css file. The plugin comes with the file dom_tooltip.factory.css and Tippy will use that file unless it finds dom_tooltip.css. If you want to customize the Tippy css, copy dom_tooltip.factory.css to dom_tooltip.css and make [...]]]></description>
			<content:encoded><![CDATA[<p>Just released shiny new Tippy 3.3.3. This version brings with it two changes:</p>
<ul>
<li>Updating the plugin will no longer overwrite your custom dom_tooltip.css file. The plugin comes with the file dom_tooltip.factory.css and Tippy will use that file unless it finds dom_tooltip.css. If you want to customize the Tippy css, copy dom_tooltip.factory.css to dom_tooltip.css and make your edits to dom_tooltip.css. If you edit dom_tooltip.factory.css, you will lose your changes any time you update the plugin. If you already have a custom dom_tooltip.css file, continue using it as normal. If your dom_tooltip.css does not have any custom code, you may want to remove it in order to take advantage of the new CSS changes mentioned below.</li>
<li>Made some changes to dom_tooltip.factory.css, changing the default look of the plugin. Changes include some new properties from CSS3. See the example below.</li>
</ul>
<p><a id="tippy_tip0_5932" href="http://www.css3.info/" class="tippy_link " title="Nifty CSS3-enhanced tooltip" onmouseover="Tippy.loadTipInfo('This nifty tooltip includes a few visual changes, including some font and color changes and makes use of the max-height property. If text overflows the max-height, the tooltip gets a scrollbar rather than growing bigger and bigger. You can specify max-height in the CSS file.&lt;br /&gt;&lt;br /&gt;The tooltip also makes use of the border-radius and box-shadow properties found in CSS3. Most modern browsers should support these properties, though they are not supported by most older browsers. If you look in dom_tooltip.factory.css you will see some repeating lines, such as:&lt;br /&gt;box-shadow: 0px 0px 3px #888;&lt;br /&gt;-webkit-box-shadow: 0px 0px 3px #888;&lt;br /&gt;-moz-box-shadow: 0px 0px 3px #888;&lt;br /&gt;&lt;br /&gt;Lines with a -webkit or -moz prefix are present to support experimental features or old browsers for Safari and Firefox.&lt;br /&gt;&lt;br /&gt;Please let me know if you have other comments or suggestions for Tippy!', 0, 0, 'tippy_tip0_5932', event);" onmouseout="Tippy.fadeTippyOut();">Nifty CSS3-enhanced tooltip</a></p>
<p>And as always, grab it from the <a href="http://www.musterion.net/tippy/">Tippy</a> page!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2011/05/10/announcing-tippy-3-3-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.3.2</title>
		<link>http://www.musterion.net/2011/05/02/announcing-tippy-3-3-2/</link>
		<comments>http://www.musterion.net/2011/05/02/announcing-tippy-3-3-2/#comments</comments>
		<pubDate>Tue, 03 May 2011 03:44:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=128</guid>
		<description><![CDATA[Tippy 3.3.2 has just been released with a few important updates: Note: If you update, be aware that the plugin will load a new CSS file. Be sure to back up any changes you may have made to dom_tooltip.css. I will soon release a new version which will help preserve user changes, but if you [...]]]></description>
			<content:encoded><![CDATA[<p>Tippy 3.3.2 has just been released with a few important updates:</p>
<p><b>Note</b>: If you update, be aware that the plugin will load a new CSS file. Be sure to back up any changes you may have made to dom_tooltip.css. I will soon release a new version which will help preserve user changes, but if you update before then, be sure to save any changes you have made. </p>
<ul>
<li>The plugin no longer tracks mouse position throughout the document and instead only updates position when Tippy is triggered.</li>
<li>Internally, position values are now calculated using the jQuery library that comes with WordPress. This simplifies the internal process of retrieving values and greatly improves cross-browser compatibility.</li>
<li>jQuery is also being used to generate and show/hide the tooltip. The tooltip itself is now a singleton, which makes tracking it a bit easier and will help eliminate instances where tooltips don't show up or otherwise act quirky.</li>
<li>Two new options have been added. The first allows users to choose whether to position the tooltip directly below the Tippy link or directly below the mouse pointer.</li>
<li>The second option provides X/Y offset values, allowing users to further refine where the tooltip should be positioned.</li>
</ul>
<p>Thanks for all the feedback and discussion for the previous version. Let me know in the comments if you encounter any problems or if there are other features you would like to see. Lots of internal improvements in this version, but I'm sure there are some bugs lurking as well.</p>
<p>Find more at the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
<p>(In case you're wondering what happened to Tippy 3.3.0 and 3.3.1... I don't want to talk about it.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2011/05/02/announcing-tippy-3-3-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Tippy on an image</title>
		<link>http://www.musterion.net/2010/09/20/using-tippy-on-an-image/</link>
		<comments>http://www.musterion.net/2010/09/20/using-tippy-on-an-image/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 15:43:18 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=118</guid>
		<description><![CDATA[If you want to have a Tippy tooltip pop up over an image, you will have to manually format your link. Here's how: &#60;a id="tippy_tip0" class="tippy_link" onmouseover="domTip_toolText('tip0', 'Your Tooltip Text', 'Your Tooltip Title', '', 0, 0, 'tippy_tip0', event);" onmouseout="domTip_fadeTipOut();"&#62;&#60;img border="0" src="http://www.musterion.net/wp-content/uploads/giraffe.jpg" /&#62;&#60;/a&#62; Note that if you have Tippy set to display the tooltip under a [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to have a Tippy tooltip pop up over an image, you will have to manually format your link. Here's how:</p>
<p>&lt;a id="tippy_tip0" class="tippy_link" onmouseover="domTip_toolText('tip0', 'Your Tooltip Text', 'Your Tooltip Title', '', 0, 0, 'tippy_tip0', event);" onmouseout="domTip_fadeTipOut();"&gt;&lt;img border="0" src="http://www.musterion.net/wp-content/uploads/giraffe.jpg" /&gt;&lt;/a&gt;</p>
<p>Note that if you have Tippy set to display the tooltip under a link, it will pop up underneath the image.</p>
<p><a id="tippy_tip0" class="tippy_link" onmouseover="domTip_toolText('tip0', 'Your Tooltip Text', 'Your Tooltip Title', '', 0, 0, 'tippy_tip0', event);" onmouseout="domTip_fadeTipOut();"><img border="0" src="http://www.musterion.net/wp-content/uploads/giraffe.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2010/09/20/using-tippy-on-an-image/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.2.0</title>
		<link>http://www.musterion.net/2010/02/05/announcing-tippy-3-2-0/</link>
		<comments>http://www.musterion.net/2010/02/05/announcing-tippy-3-2-0/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:43:45 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=97</guid>
		<description><![CDATA[Tippy 3.2.0 has been released to the world. It should show up in your WordPress installation once the plugin repository updates. Just one change in this version, perhaps the most-asked-for feature: UTF-8 support. Let me know if you have any issues with it. Find more at the Tippy page.]]></description>
			<content:encoded><![CDATA[<p>Tippy 3.2.0 has been released to the world. It should show up in your WordPress installation once the plugin repository updates.</p>
<p>Just one change in this version, perhaps the most-asked-for feature: <a id="tippy_tip0_5233" class="tippy_link " title="UTF-8 support" onmouseover="Tippy.loadTipInfo(' &yen; &middot; &pound; &middot; &euro; &middot; $ &middot; &cent; &middot; ₡ &middot; ₢ &middot; ₣ &middot; ₤ &middot; ₥ &middot; ₦ &middot; ₧ &middot; ₨ &middot; ₩ &middot; ₪ &middot; ₫ &middot; ₭ &middot; ₮ &middot; ₯ &lt;br /&gt; &aring;,&auml;,&ouml; &Aring;,&Auml;,&Ouml;', 0, 0, 'tippy_tip0_5233', event);" onmouseout="Tippy.fadeTippyOut();">UTF-8 support</a>. Let me know if you have any issues with it.</p>
<p>Find more at the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2010/02/05/announcing-tippy-3-2-0/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.1.2</title>
		<link>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-2/</link>
		<comments>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-2/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 00:47:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=95</guid>
		<description><![CDATA[Just released Tippy 3.1.2 to fix a glitch with IE8. Please let me know of any browser issues you have, but be sure to mention what browser/version you use. If you already have Tippy installed and run WordPress 2.5 or above you should see the update in your Admin panel once the WordPress Plugin repository [...]]]></description>
			<content:encoded><![CDATA[<p>Just released Tippy 3.1.2 to fix a glitch with IE8. Please let me know of any browser issues you have, but be sure to mention what browser/version you use.</p>
<p>If you already have Tippy installed and run WordPress 2.5 or above you  should see the update in your Admin panel once the WordPress Plugin  repository updates. Otherwise get it from the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
<p><a id="tippy_tip0_3433" class="tippy_link " title="Well hello" onmouseover="Tippy.loadTipInfo('Aren&amp;#8217;t you glad to see more life from Tippy?', 0, 0, 'tippy_tip0_3433', event);" onmouseout="Tippy.fadeTippyOut();">Well hello</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.1.1</title>
		<link>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-1/</link>
		<comments>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-1/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:46:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=79</guid>
		<description><![CDATA[My plugins have been neglected for a while but I'm finally releasing an update for Tippy. Version 3.1.1 (should) fix an issue with tooltip position in Chrome and Safari 4. If you already have Tippy installed and run WordPress 2.5 or above you should see the update in your Admin panel once the WordPress Plugin [...]]]></description>
			<content:encoded><![CDATA[<p>My plugins have been neglected for a while but I'm finally releasing an update for Tippy. Version 3.1.1 (should) fix an issue with tooltip position in Chrome and Safari 4.</p>
<p>If you already have Tippy installed and run WordPress 2.5 or above you  should see the update in your Admin panel once the WordPress Plugin  repository updates. Otherwise get it from the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
<p><a id="tippy_tip0_6698" class="tippy_link " title="Well hello" onmouseover="Tippy.loadTipInfo('Aren&amp;#8217;t you glad to see more life from Tippy?', 0, 0, 'tippy_tip0_6698', event);" onmouseout="Tippy.fadeTippyOut();">Well hello</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2010/01/22/announcing-tippy-3-1-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Safari 4</title>
		<link>http://www.musterion.net/2009/02/24/safari-4/</link>
		<comments>http://www.musterion.net/2009/02/24/safari-4/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 23:38:03 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=71</guid>
		<description><![CDATA[Apple today released a public beta of Safari 4 for Windows and OS X users. My initial impressions are quite favorable (although the new javascript engine causes issues with Tippy that I have yet to explore), though I do not like the position of the tab bar. I think it's a mistake to put tabs [...]]]></description>
			<content:encoded><![CDATA[<p>Apple today released a public beta of <a href="http://www.apple.com/safari/">Safari 4</a> for Windows and OS X users. My initial impressions are quite favorable (although the new javascript engine causes issues with <a href="http://www.musterion.net/tippy/">Tippy</a> that I have yet to explore), though I do not like the position of the tab bar. I think it's a mistake to put tabs at the top of the browser. I guard my screen real estate, but the amount of space taken up with the tab bar is excusable and I prefer having my tabs just above the page window rather than at the very top of the browser.</p>
<p>There is a fix, however. Users wanting the more traditional tab bar position can go to the terminal and enter the following:</p>
<p><code>defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2009/02/24/safari-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Tippy 3.1.0</title>
		<link>http://www.musterion.net/2009/02/14/announcing-tippy-310/</link>
		<comments>http://www.musterion.net/2009/02/14/announcing-tippy-310/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 18:11:08 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tippy Plugin]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=67</guid>
		<description><![CDATA[Just released a new version of Tippy. The only change here is a new option to enable/disable fade. Some users might not want the fade effect so it can now be turned off in the options. If you already have Tippy installed and run WordPress 2.5 or above you should see the update in your [...]]]></description>
			<content:encoded><![CDATA[<p>Just released a new version of Tippy. The only change here is a new option to enable/disable fade. Some users might not want the fade effect so it can now be turned off in the options.</p>
<p>If you already have Tippy installed and run WordPress 2.5 or above you should see the update in your Admin panel once the WordPress Plugin repository updates. Otherwise get it from the <a href="http://www.musterion.net/tippy/">Tippy page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2009/02/14/announcing-tippy-310/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>iWork.com and a public beta</title>
		<link>http://www.musterion.net/2009/01/07/iworkcom-and-a-public-beta/</link>
		<comments>http://www.musterion.net/2009/01/07/iworkcom-and-a-public-beta/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:42:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=62</guid>
		<description><![CDATA[I was interested in early rumors that seemed to suggest that Apple's iWork '09 would include a strong online component, allowing users to create, edit, and share documents online. It turns out the rumors were partly true. All indications are that the only functionality of the online service will be to share and allow comments [...]]]></description>
			<content:encoded><![CDATA[<p>I was interested in early rumors that seemed to suggest that Apple's iWork '09 would include a strong online component, allowing users to create, edit, and share documents online. It turns out the rumors were partly true. All indications are that the only functionality of the online service will be to share and allow comments on documents. A bit disappointing, but oh well.</p>
<p>It is odd, however, that there does not seem to be a way to check out this service. iWork.com is being advertised as a public beta but you cannot try it without first purchasing the full version of iWork '09. I guess this makes sense since the website will simply share documents written in iWork '09 but it just strikes me as odd to have a public beta that first requires spending at least $80. Thus far I've seen no compelling reason to upgrade to iWork '09 so I will have to wait for '10 before trying out iWork.com. Hopefully I will be proven wrong as reviews and reports of iWork '09 come in. There are a number if glitches in iWork '08 that I would like to see corrected, and lots of room for improvement. Apple is new to the office productivity world and iWork marks some great early work, but it still has a bit of work to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2009/01/07/iworkcom-and-a-public-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The new Google Reader</title>
		<link>http://www.musterion.net/2008/12/04/the-new-google-reader/</link>
		<comments>http://www.musterion.net/2008/12/04/the-new-google-reader/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 02:07:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.musterion.net/?p=59</guid>
		<description><![CDATA[Any Google Reader users out there know about the new updates released today. Now, any time you change things, someone is going to be unhappy. It can't be helped. Usually I'm not in that category, but this time... WHAT was Google THINKING? Like some others, when I saw the new look my first thought was [...]]]></description>
			<content:encoded><![CDATA[<p>Any Google Reader users out there know about the new updates released today. Now, any time you change things, someone is going to be unhappy. It can't be helped. Usually I'm not in that category, but this time...</p>
<p>WHAT was Google THINKING?</p>
<p>Like some others, when I saw the new look my first thought was something didn't load right. My second thought was my gosh what have they done! Google Reader was very nice looking before. Now it looks... not nice. I'm trying to be nice.</p>
<p>I think the guy that picked the name for Apple MobileMe moved on over to Google and helped them with their design. Both very bad ideas. The color scheme for Google Reader really is a pain on the eyes.</p>
<p>I hope the protests will reach Google. They seem to be many. I hope Google listens and returns the look to the way it was. I know someone somewhere thought this was a great idea. Glad they put in some hard work. But I wish it had not been approved in the end. This is just a big step backward.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.musterion.net/2008/12/04/the-new-google-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
