<?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>Martin Ström &#187; safari</title>
	<atom:link href="http://my-domain.se/tag/safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-domain.se</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 11:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Mac OS X 10.5.1 and Multi-Safari</title>
		<link>http://my-domain.se/mac-os-x-1051-and-multi-safari/</link>
		<comments>http://my-domain.se/mac-os-x-1051-and-multi-safari/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 17:12:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/2007/11/21/mac-os-x-1051-and-multi-safari/</guid>
		<description><![CDATA[Seems like Multi-Safari (at least 2.0.4) broke when upgrading to Mac OS X 10.5.1. I get this error: &#8220;You cannot use the application &#8216;Safari 2.0.4&#8242; with this version of Mac OS X.&#8221; Luckily, I&#8217;ve found a workaround. Just launch Safari from the command line (Terminal.app that is) and it should work for you: /Applications/Safari\ 2.0.4.app/Contents/MacOS/Safari [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like <a href="http://michelf.com/projects/multi-safari/">Multi-Safari</a> (at least 2.0.4) broke when upgrading to Mac OS X 10.5.1. I get this error:</p>

<p>&#8220;You cannot use the application &#8216;Safari 2.0.4&#8242; with this version of Mac OS X.&#8221;</p>

<p>Luckily, I&#8217;ve found a workaround. Just launch Safari from the command line (Terminal.app that is) and it should work for you:</p>

<p><code>/Applications/Safari\ 2.0.4.app/Contents/MacOS/Safari &amp;</code></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OmniFocus to iPhone bookmark exporter</title>
		<link>http://my-domain.se/omnifocus-to-iphone-bookmark-exporter/</link>
		<comments>http://my-domain.se/omnifocus-to-iphone-bookmark-exporter/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 17:29:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/2007/11/09/omnifocus-to-iphone-bookmark-exporter/</guid>
		<description><![CDATA[Since the iPhone lacks the possibility to export tasks from iCal I made hack/script to export all tasks from OmniFocus to a Safari bookmark and therefore be syncable with Safari. Read more in the OmniGroup forums and/or download the latest version here. Update: On request, here are some screenshots of how the todo list looks [...]]]></description>
			<content:encoded><![CDATA[<p>Since the iPhone lacks the possibility to export tasks from iCal I made hack/script to export all tasks from <a href="http://omnigroup.com/omnifocus">OmniFocus</a> to a Safari bookmark and therefore be syncable with Safari.</p>

<p><a href="http://forums.omnigroup.com/showthread.php?p=24238#post24238">Read more in the OmniGroup forums</a> and/or download the latest version <a href="http://burnfield.com/martin/wordpress/wp-content/uploads/OFfline.zip">here</a>.</p>

<p>Update: On request, here are some screenshots of how the todo list looks like:</p>

<p><img src='http://my-domain.se/wordpress/wp-content/uploads/2007/11/of-1.png' alt='' /></p>

<p><p style="margin-top: 1em;"><img src='http://my-domain.se/wordpress/wp-content/uploads/2007/11/of-2.png' alt='of-2.png' /></p></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>One animated background image for multiple elements in Safari</title>
		<link>http://my-domain.se/animated_background_image_safari/</link>
		<comments>http://my-domain.se/animated_background_image_safari/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 17:32:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/2007/02/27/animated_background_image_safari/</guid>
		<description><![CDATA[I&#8217;ve found out that Safari can&#8217;t handle the same animated gif as background for multiple elements, it will just animate one of them at the same time. On a project I&#8217;m currently working on my I use the following trick to make all requests to the background image (in this case indicator_black.gif) unique. [...] var [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found out that Safari can&#8217;t handle the same animated gif as background for multiple elements, it will just animate one of them at the same time. On a project I&#8217;m currently working on my I use the following trick to make all requests to the background image (in this case <code>indicator_black.gif</code>) unique.</p>

<pre><code>[...]
var text = transport.responseText;
if (Browser.WebKit) {
    text = text.gsub('indicator_black.gif', function(match) {
        return match + '?' + new Date().valueOf() +
          Math.round(Math.random() * 5000);
    });
}
[...]
</code></pre>

<p>Note that it uses <a href="http://prototypejs.org">Prototype JavaScript framework</a> and you should too.</p>

<div class="updated">
  <h3>Update:</h3>
  This is fixed in WebKit nightly (and therefore Safari 3 but I haven&#8217;t tested yet).
</div>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

