<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:go='http://ns.gigaom.com/'
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>Comments on: Six Tips for Supercharging Safari</title>
	<atom:link href="http://gigaom.com/apple/six-tips-for-supercharging-safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 12:58:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: &#187; give us this day our daily kool-aid i drank the kool-aid: clutching my dixie cup of apple goodness</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352338</link>
		<dc:creator><![CDATA[&#187; give us this day our daily kool-aid i drank the kool-aid: clutching my dixie cup of apple goodness]]></dc:creator>
		<pubDate>Sat, 28 Nov 2009 01:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352338</guid>
		<description><![CDATA[[...] Six Tips for Supercharging Safari [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Six Tips for Supercharging Safari [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark E</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352337</link>
		<dc:creator><![CDATA[Mark E]]></dc:creator>
		<pubDate>Mon, 07 Sep 2009 07:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352337</guid>
		<description><![CDATA[I use pithhelmet to block ads and love it. It offers extensive customization for site preferences, but out of the box I find that it does a fine job. (Except for one major national newspaper site, which is effective in blocking pithhelmet.) I use saft for several nice tweaks (this in Tiger) such as downloading to dated folders; crtl-dragging web pages; closing the downloads window; and tab control. It also offers keystroke assignments. 
I&#039;ve also used applescript to resize windows; to tile topmost two windows side by side, sized to my screen; and have adapted existing scripts to search selected text from Safari in google (in a new window) and to map selected address in google maps. Applescript is key.
Here is the maps script:

set targetApp to (path to frontmost application as Unicode text)
tell application targetApp to activate
tell application &quot;System Events&quot;
	tell process targetApp
		keystroke &quot;c&quot; using {command down}
		delay 1
	end tell
end tell
set mytarget to &quot;http://maps.google.com?q=&quot; &amp; (the clipboard)
(* display dialog &quot;my target is &quot; &amp; mytarget *)
tell application &quot;Safari&quot; to activate
tell application &quot;System Events&quot;
	tell process &quot;Safari&quot;
		open location (mytarget)
	end tell
end tell 

One of my favorite safari scripts is  Red Sweater Software&#039;s script to advance to the next page of search results. Fantastic! I also use fastscripts to assign keystrokes to scripts, and have assigned cmd+apostrophe to that script. I have assigned cmd+semi-colon to go to previous page across apps. (With all of the app-specific keystrokes, I try to maintain whatever cross-app keystrokes I can.)]]></description>
		<content:encoded><![CDATA[<p>I use pithhelmet to block ads and love it. It offers extensive customization for site preferences, but out of the box I find that it does a fine job. (Except for one major national newspaper site, which is effective in blocking pithhelmet.) I use saft for several nice tweaks (this in Tiger) such as downloading to dated folders; crtl-dragging web pages; closing the downloads window; and tab control. It also offers keystroke assignments.<br />
I&#8217;ve also used applescript to resize windows; to tile topmost two windows side by side, sized to my screen; and have adapted existing scripts to search selected text from Safari in google (in a new window) and to map selected address in google maps. Applescript is key.<br />
Here is the maps script:</p>
<p>set targetApp to (path to frontmost application as Unicode text)<br />
tell application targetApp to activate<br />
tell application &#8220;System Events&#8221;<br />
	tell process targetApp<br />
		keystroke &#8220;c&#8221; using {command down}<br />
		delay 1<br />
	end tell<br />
end tell<br />
set mytarget to &#8220;http://maps.google.com?q=&#8221; &amp; (the clipboard)<br />
(* display dialog &#8220;my target is &#8221; &amp; mytarget *)<br />
tell application &#8220;Safari&#8221; to activate<br />
tell application &#8220;System Events&#8221;<br />
	tell process &#8220;Safari&#8221;<br />
		open location (mytarget)<br />
	end tell<br />
end tell </p>
<p>One of my favorite safari scripts is  Red Sweater Software&#8217;s script to advance to the next page of search results. Fantastic! I also use fastscripts to assign keystrokes to scripts, and have assigned cmd+apostrophe to that script. I have assigned cmd+semi-colon to go to previous page across apps. (With all of the app-specific keystrokes, I try to maintain whatever cross-app keystrokes I can.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BWW</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352336</link>
		<dc:creator><![CDATA[BWW]]></dc:creator>
		<pubDate>Sun, 16 Aug 2009 21:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352336</guid>
		<description><![CDATA[David, thanks much for these. I just started using Glims.

You asked for plugin feedback. I use CoolIris constantly and was so glad when it became available for Safari.]]></description>
		<content:encoded><![CDATA[<p>David, thanks much for these. I just started using Glims.</p>
<p>You asked for plugin feedback. I use CoolIris constantly and was so glad when it became available for Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Grab Bag of Great Tips for Safari &#124; google android os blog</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352335</link>
		<dc:creator><![CDATA[A Grab Bag of Great Tips for Safari &#124; google android os blog]]></dc:creator>
		<pubDate>Fri, 07 Aug 2009 23:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352335</guid>
		<description><![CDATA[[...] is the browser of choice for many Mac users, and if you&#8217;re one of them, TheAppleBlog has some truly great tips for customizing and supercharging it. You can find out about full screen browsing, how to enhance [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is the browser of choice for many Mac users, and if you&#8217;re one of them, TheAppleBlog has some truly great tips for customizing and supercharging it. You can find out about full screen browsing, how to enhance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Grab Bag of Great Tips for Safari &#124; Geek &#38; High Tech</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352334</link>
		<dc:creator><![CDATA[A Grab Bag of Great Tips for Safari &#124; Geek &#38; High Tech]]></dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352334</guid>
		<description><![CDATA[[...] is the browser of choice for many Mac users, and if you&#8217;re one of them, TheAppleBlog has some truly great tips for customizing and supercharging it. You can find out about full screen browsing, how to enhance [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is the browser of choice for many Mac users, and if you&#8217;re one of them, TheAppleBlog has some truly great tips for customizing and supercharging it. You can find out about full screen browsing, how to enhance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How-To: Full Screen Browsing and Forced Tabs With Safari</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352333</link>
		<dc:creator><![CDATA[How-To: Full Screen Browsing and Forced Tabs With Safari]]></dc:creator>
		<pubDate>Thu, 06 Aug 2009 17:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352333</guid>
		<description><![CDATA[[...] reading through David&#8217;s great tips for supercharging Safari, I was inspired to pimp out my own install and came across two tweaks I thought I&#8217;d share. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] reading through David&#8217;s great tips for supercharging Safari, I was inspired to pimp out my own install and came across two tweaks I thought I&#8217;d share. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philz</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352332</link>
		<dc:creator><![CDATA[Philz]]></dc:creator>
		<pubDate>Wed, 29 Jul 2009 18:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352332</guid>
		<description><![CDATA[But unfortunately, it slows down loading times.]]></description>
		<content:encoded><![CDATA[<p>But unfortunately, it slows down loading times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAC</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352331</link>
		<dc:creator><![CDATA[DAC]]></dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352331</guid>
		<description><![CDATA[Very cool - thanks Kyle - great Plugin!]]></description>
		<content:encoded><![CDATA[<p>Very cool &#8211; thanks Kyle &#8211; great Plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAC</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352330</link>
		<dc:creator><![CDATA[DAC]]></dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352330</guid>
		<description><![CDATA[I&#039;ve had a major prob. with ClickToFlash, which I should let the developer know about. It works amazingly - but one day, it started slowing down browsing, and it got slower and slower - everything was clean - cache - limited history, computer fast, etc... I knew it was the Plugin. Eventually it completely ruined Safari... it literally could not do anything, even when I took Safari off my Mac, and re-downloaded it, it still was a mess, so I took it off again, and trashed ClickToFlash, and re-downloaded Safari... everything is like it was... super fast. I have a feeling other people might have this problem. It almost felt like a virus got through somewhere, I dunno.

But the idea of ClickToFlash is A+, just has some bugs to get worked out. Maybe I&#039;ll try it again after a few updates.

ONE IMPROVEMENT THOUGH:

I know Safari&#039;s &quot;Top Sights&quot; has gotten some iffy reception, atleast from what I&#039;ve read, I think it&#039;s sweet, but takes an incredibly long time to load the first time you use it, and sometimes there-after. It makes Safari look bad when a new Mac user tries Safari the first time - clicks on &quot;Top Sights&quot; and it just sits there with weird empty windows - even the preset &quot;Top Sights&quot; take forever to load. I helped my brother get his new MacBook Pro up, and when I saw this happening in Safari... it was embarrassing, really. I&#039;m telling him how amazing everything is, and then this comes along.

BUT: to make it run a little quicker - just click &quot;large&quot; on the bottom right of the &quot;Top Sights&quot; page (after you click &quot;edit&quot; on the bottom left), it only has to load 4 top sights instead of like 30. Though after long term use - &quot;Top Sights&quot; gets a little quicker for some reason as it gets to know you - but for some reason as well, it has trouble opening Youtube - if you have a YouTube account, and it&#039;s in your &quot;Top Sights&quot;, it very often is blank and just shows a white box in the middle of it, even if you sit a wait for a sec. The same with Google Maps too, I dunno, might just be a random thing. Great posting though, much thanks !]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a major prob. with ClickToFlash, which I should let the developer know about. It works amazingly &#8211; but one day, it started slowing down browsing, and it got slower and slower &#8211; everything was clean &#8211; cache &#8211; limited history, computer fast, etc&#8230; I knew it was the Plugin. Eventually it completely ruined Safari&#8230; it literally could not do anything, even when I took Safari off my Mac, and re-downloaded it, it still was a mess, so I took it off again, and trashed ClickToFlash, and re-downloaded Safari&#8230; everything is like it was&#8230; super fast. I have a feeling other people might have this problem. It almost felt like a virus got through somewhere, I dunno.</p>
<p>But the idea of ClickToFlash is A+, just has some bugs to get worked out. Maybe I&#8217;ll try it again after a few updates.</p>
<p>ONE IMPROVEMENT THOUGH:</p>
<p>I know Safari&#8217;s &#8220;Top Sights&#8221; has gotten some iffy reception, atleast from what I&#8217;ve read, I think it&#8217;s sweet, but takes an incredibly long time to load the first time you use it, and sometimes there-after. It makes Safari look bad when a new Mac user tries Safari the first time &#8211; clicks on &#8220;Top Sights&#8221; and it just sits there with weird empty windows &#8211; even the preset &#8220;Top Sights&#8221; take forever to load. I helped my brother get his new MacBook Pro up, and when I saw this happening in Safari&#8230; it was embarrassing, really. I&#8217;m telling him how amazing everything is, and then this comes along.</p>
<p>BUT: to make it run a little quicker &#8211; just click &#8220;large&#8221; on the bottom right of the &#8220;Top Sights&#8221; page (after you click &#8220;edit&#8221; on the bottom left), it only has to load 4 top sights instead of like 30. Though after long term use &#8211; &#8220;Top Sights&#8221; gets a little quicker for some reason as it gets to know you &#8211; but for some reason as well, it has trouble opening Youtube &#8211; if you have a YouTube account, and it&#8217;s in your &#8220;Top Sights&#8221;, it very often is blank and just shows a white box in the middle of it, even if you sit a wait for a sec. The same with Google Maps too, I dunno, might just be a random thing. Great posting though, much thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elflako_33</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352329</link>
		<dc:creator><![CDATA[elflako_33]]></dc:creator>
		<pubDate>Sat, 25 Jul 2009 22:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352329</guid>
		<description><![CDATA[ClickToFlash seems to be great, but I happen to have a PC @ work and this is not compatible with windows! ! !   : (]]></description>
		<content:encoded><![CDATA[<p>ClickToFlash seems to be great, but I happen to have a PC @ work and this is not compatible with windows! ! !   : (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352328</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Sat, 25 Jul 2009 14:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352328</guid>
		<description><![CDATA[CRASHING?

Safari has never crashed for me before - but after a friend sent me this page I loaded a bunch of them and now it crashes everytime I run safari for more than a few pages....  Anyone have a solution?  Anyone know how to restore to before I added these apps or how to delete them?   

In FIREFOX - you just have &quot;add-ins&quot; and they are easy to remove.

HELP....]]></description>
		<content:encoded><![CDATA[<p>CRASHING?</p>
<p>Safari has never crashed for me before &#8211; but after a friend sent me this page I loaded a bunch of them and now it crashes everytime I run safari for more than a few pages&#8230;.  Anyone have a solution?  Anyone know how to restore to before I added these apps or how to delete them?   </p>
<p>In FIREFOX &#8211; you just have &#8220;add-ins&#8221; and they are easy to remove.</p>
<p>HELP&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XOCOLAT &#187; 10 motivos ♥ para el Viernes. vol 01</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352327</link>
		<dc:creator><![CDATA[XOCOLAT &#187; 10 motivos ♥ para el Viernes. vol 01]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 10:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352327</guid>
		<description><![CDATA[[...] 8. Six Tips for Supercharging Safari [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 8. Six Tips for Supercharging Safari [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links Thursday &#124; Andy Barlow Blog</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352326</link>
		<dc:creator><![CDATA[Links Thursday &#124; Andy Barlow Blog]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352326</guid>
		<description><![CDATA[[...] is Impossible with God! 3. Shawn Lovejoy // Fasting: the Why Behind the What 4. The Apple Blog // 6 Tips for Supercharging Safari, Thanks Apple: Wireless Broadband Exploding 5. Mashable // Tweetmondo Finds Local Twitter Users in [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is Impossible with God! 3. Shawn Lovejoy // Fasting: the Why Behind the What 4. The Apple Blog // 6 Tips for Supercharging Safari, Thanks Apple: Wireless Broadband Exploding 5. Mashable // Tweetmondo Finds Local Twitter Users in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352325</link>
		<dc:creator><![CDATA[Jono]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352325</guid>
		<description><![CDATA[I really like SafariStand. It&#039;s does some things that Glims does, but not everything. I particularly like the sidebar tab thumbnail previews (like OmniWeb).]]></description>
		<content:encoded><![CDATA[<p>I really like SafariStand. It&#8217;s does some things that Glims does, but not everything. I particularly like the sidebar tab thumbnail previews (like OmniWeb).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352324</link>
		<dc:creator><![CDATA[Jono]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 09:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352324</guid>
		<description><![CDATA[It looks like a good idea. But every time I&#039;ve tried it there was a painful delay from clicking the button to the tabs actually appearing.]]></description>
		<content:encoded><![CDATA[<p>It looks like a good idea. But every time I&#8217;ve tried it there was a painful delay from clicking the button to the tabs actually appearing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Cheung</title>
		<link>http://gigaom.com/apple/six-tips-for-supercharging-safari/#comment-352323</link>
		<dc:creator><![CDATA[Michael Cheung]]></dc:creator>
		<pubDate>Thu, 23 Jul 2009 07:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=28893#comment-352323</guid>
		<description><![CDATA[Fantastic stuff guys! Can&#039;t wait to try these tricks later this week!]]></description>
		<content:encoded><![CDATA[<p>Fantastic stuff guys! Can&#8217;t wait to try these tricks later this week!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

