<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Quick Tip: Use Automator/iCal to Open Web Sites at a Predetermined Time</title>
	<atom:link href="http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/</link>
	<description>Mac Apps, Reviews, Previews, Interviews, and Giveaways.</description>
	<lastBuildDate>Tue, 16 Mar 2010 12:52:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shawn</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-158500</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-158500</guid>
		<description>I wanted to open my site in Firefox. I found this script at http://www.atpm.com/12.07/automator.shtml. Use it as an Applescript action after the &quot;Get Specified URLs&quot; action. You also have to have Firefox setup as the default browser.

on run {input, parameters}
	
	if the class of input is not list then set input to input as list
	repeat with i from 1 to the count of input
		set this_URL to item i of input
		open location this_URL
	end repeat
	
	return input
end run</description>
		<content:encoded><![CDATA[<p>I wanted to open my site in Firefox. I found this script at <a href="http://www.atpm.com/12.07/automator.shtml" rel="nofollow">http://www.atpm.com/12.07/automator.shtml</a>. Use it as an Applescript action after the &#8220;Get Specified URLs&#8221; action. You also have to have Firefox setup as the default browser.</p>
<p>on run {input, parameters}</p>
<p>	if the class of input is not list then set input to input as list<br />
	repeat with i from 1 to the count of input<br />
		set this_URL to item i of input<br />
		open location this_URL<br />
	end repeat</p>
<p>	return input<br />
end run</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p. nelson</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-157481</link>
		<dc:creator>p. nelson</dc:creator>
		<pubDate>Fri, 23 Oct 2009 14:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-157481</guid>
		<description>Is there a way to get 1password to insert the passwords on sites when this runs?</description>
		<content:encoded><![CDATA[<p>Is there a way to get 1password to insert the passwords on sites when this runs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Squarenine [Sq]9 &#187; Quick Tip: Use Automator/iCal to Open Web Sites at a Predetermined Time &#124; MacApper</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-154086</link>
		<dc:creator>Squarenine [Sq]9 &#187; Quick Tip: Use Automator/iCal to Open Web Sites at a Predetermined Time &#124; MacApper</dc:creator>
		<pubDate>Wed, 28 Jan 2009 05:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-154086</guid>
		<description>[...] Quick Tip: Use Automator/iCal to Open Web Sites at a Predetermined Time &#124; MacApper. [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick Tip: Use Automator/iCal to Open Web Sites at a Predetermined Time | MacApper. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Nelson</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-70913</link>
		<dc:creator>Adam Nelson</dc:creator>
		<pubDate>Wed, 09 Apr 2008 17:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-70913</guid>
		<description>Muhamed, just follow this tip exactly, and when it comes time to schedule your automator action in iCal, just set it to once a month instead of daily as the tip recommends.</description>
		<content:encoded><![CDATA[<p>Muhamed, just follow this tip exactly, and when it comes time to schedule your automator action in iCal, just set it to once a month instead of daily as the tip recommends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhamed</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-70910</link>
		<dc:creator>Muhamed</dc:creator>
		<pubDate>Wed, 09 Apr 2008 16:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-70910</guid>
		<description>Does anyone know how to use automator to open a specific time; for example I would like it to open a URL once a month to review journals.

Many thanks
Muhamed</description>
		<content:encoded><![CDATA[<p>Does anyone know how to use automator to open a specific time; for example I would like it to open a URL once a month to review journals.</p>
<p>Many thanks<br />
Muhamed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Nelson</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-33321</link>
		<dc:creator>Adam Nelson</dc:creator>
		<pubDate>Fri, 21 Dec 2007 17:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-33321</guid>
		<description>Works perfectly, thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Works perfectly, thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fraser Drew</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-33314</link>
		<dc:creator>Fraser Drew</dc:creator>
		<pubDate>Fri, 21 Dec 2007 16:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-33314</guid>
		<description>I love Automator, I use it to connect to my school account when I log on amongst other things. It&#039;s one of those tools that I didn&#039;t think I&#039;d need/use, but now it would be a pain to live without it!</description>
		<content:encoded><![CDATA[<p>I love Automator, I use it to connect to my school account when I log on amongst other things. It&#8217;s one of those tools that I didn&#8217;t think I&#8217;d need/use, but now it would be a pain to live without it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-33299</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Fri, 21 Dec 2007 15:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-33299</guid>
		<description>I believe FF already has a setting to do this, where you can make it launch x number of sites in tabs when you open the program</description>
		<content:encoded><![CDATA[<p>I believe FF already has a setting to do this, where you can make it launch x number of sites in tabs when you open the program</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NichM</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-33287</link>
		<dc:creator>NichM</dc:creator>
		<pubDate>Fri, 21 Dec 2007 15:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-33287</guid>
		<description>I wish I knew this along time ago. Great tip.</description>
		<content:encoded><![CDATA[<p>I wish I knew this along time ago. Great tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
