<?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/"
		>
<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>Thu, 24 May 2012 03:32:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Bob S</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-171372</link>
		<dc:creator>Bob S</dc:creator>
		<pubDate>Mon, 02 Jan 2012 22:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-171372</guid>
		<description>Is it possible to use automator just to open a certain website in a new tab if safari is already open?</description>
		<content:encoded><![CDATA[<p>Is it possible to use automator just to open a certain website in a new tab if safari is already open?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loriee</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-165200</link>
		<dc:creator>loriee</dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-165200</guid>
		<description>Hi Guys, I just found a pretty nice site for unlock / jailbreak/ iphone 3g 3gs and iphone4 jailbreak.

http://www.anysim.net/
www.bmw-eba.de.tl

Thank u Anysim Team for fast Support. :)

Did everybody now when the update   ios 4.3 for iphone4 comes?</description>
		<content:encoded><![CDATA[<p>Hi Guys, I just found a pretty nice site for unlock / jailbreak/ iphone 3g 3gs and iphone4 jailbreak.</p>
<p><a href="http://www.anysim.net/" rel="nofollow">http://www.anysim.net/</a><br />
<a href="http://www.bmw-eba.de.tl" rel="nofollow">http://www.bmw-eba.de.tl</a></p>
<p>Thank u Anysim Team for fast Support. <img src='http://macapper.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Did everybody now when the update   ios 4.3 for iphone4 comes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ty</title>
		<link>http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/comment-page-1/#comment-159797</link>
		<dc:creator>Ty</dc:creator>
		<pubDate>Mon, 24 May 2010 07:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://macapper.com/2007/12/21/quick-tip-use-automatorical-to-open-web-sites-at-a-predetermined-time/#comment-159797</guid>
		<description>is there a way to make the websites open in different tabs, rather than each in a new window?</description>
		<content:encoded><![CDATA[<p>is there a way to make the websites open in different tabs, rather than each in a new window?</p>
]]></content:encoded>
	</item>
	<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>

