<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Auto Mac &#187; Safari</title>
	<atom:link href="http://automac.wordpress.com/category/safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://automac.wordpress.com</link>
	<description>Productivity, Automation, Scripting and other Mac goodness!</description>
	<lastBuildDate>Sun, 24 Jun 2007 03:30:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='automac.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5040b3e5fcc1eb5a80d20281199a7761?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Auto Mac &#187; Safari</title>
		<link>http://automac.wordpress.com</link>
	</image>
			<item>
		<title>Speed up Safari? Maybe.</title>
		<link>http://automac.wordpress.com/2007/06/15/speed-up-safari-maybe/</link>
		<comments>http://automac.wordpress.com/2007/06/15/speed-up-safari-maybe/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 04:18:14 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://automac.wordpress.com/2007/06/15/speed-up-safari-maybe/</guid>
		<description><![CDATA[Safari, in a attempt to speed up web browsing, caches favicons in an attempt to save time.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=9&subd=automac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Safari, in a attempt to speed up web browsing, caches <a href="http://en.wikipedia.org/wiki/Favicon">favicons</a> for each site you visit.  Over time, however, this potentially can make web browsing slower, rather than faster.  Deleting these saved favicons just might make your web browsing a little faster.  Obviously, caching these tiny icons does help, so deleting them too frequently will be counter productive.  Delete them with the following command (and restart Safari):<br />
<PRE style="background:#ECECEC;line-height:5pt;font-size:10pt;"><br />
<CODE style="color:#3371A3;line-height:5pt;font-size:10pt;"># rm -r ~/Library/Safari/Icons<br />
</CODE><br />
</PRE><br />
As always, your mileage may vary.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/automac.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/automac.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automac.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automac.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/automac.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/automac.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/automac.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/automac.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/automac.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/automac.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/automac.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/automac.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=9&subd=automac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://automac.wordpress.com/2007/06/15/speed-up-safari-maybe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/340e0f6181db7ae2e680f071a6bb6fa3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
		<item>
		<title>Safari Snippet</title>
		<link>http://automac.wordpress.com/2007/06/12/safari-snippet/</link>
		<comments>http://automac.wordpress.com/2007/06/12/safari-snippet/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 03:14:38 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Applescript]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://automac.wordpress.com/2007/06/12/safari-snippet/</guid>
		<description><![CDATA[Using the code below, you can open a new Safari window for a given url.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=6&subd=automac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Using the code below, you can open a new Safari window for a given url (www.google.com).</p>
<p><PRE style="background:#ECECEC;line-height:5pt;font-size:10pt;"><br />
<CODE style="color:#3371A3;line-height:5pt;font-size:10pt;">tell application &quot;Safari&quot;<br />
    make new document at beginning of documents<br />
    set URL of document 1 to &quot;http://www.google.com&quot;<br />
end tell<br />
</CODE><br />
</PRE></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/automac.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/automac.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/automac.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/automac.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/automac.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/automac.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/automac.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/automac.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/automac.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/automac.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/automac.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/automac.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=automac.wordpress.com&blog=1166712&post=6&subd=automac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://automac.wordpress.com/2007/06/12/safari-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/340e0f6181db7ae2e680f071a6bb6fa3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">Dave</media:title>
		</media:content>
	</item>
	</channel>
</rss>