<?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>Firefox Facts &#187; lifehacks</title>
	<atom:link href="http://www.firefoxfacts.com/tag/lifehacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.firefoxfacts.com</link>
	<description>best guide to add-ons, themes and tips for Firefox</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:32:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Learn to Write a Batch File with Firefox</title>
		<link>http://www.firefoxfacts.com/2008/01/07/learn-to-write-a-batch-file-with-firefox/</link>
		<comments>http://www.firefoxfacts.com/2008/01/07/learn-to-write-a-batch-file-with-firefox/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 13:06:27 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Hacks and Tweaks]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[lifehacks]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Tabbed Browsing]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2008/01/07/learn-to-write-a-batch-file-with-firefox/</guid>
		<description><![CDATA[Pardon me if I get a little geeky, but batch files are a great way to get tons of task done via your computer with little or no effort at all. You might have seen them before too &#8211; they contain a list of commands or program routines that the computer will execute in sequence. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.firefoxfacts.com/wp-content/uploads/2008/01/batfirefox.jpg" alt="Batch Files with Firefox" align="right" />Pardon me if I get a little geeky, but batch files are a great way to get tons of task done via your computer with little or no effort at all.  You might have seen them before too &#8211; they contain a list of commands or program routines that the computer will execute in sequence.  Also another trait they have is they are saved with the .bat extension.</p>
<p>How do you write a batch file?  Start notepad, and type in this:</p>
<blockquote><p>@echo off<br />
start firefox.exe</p></blockquote>
<p>Then go to <em>File</em> then pick <em>Save As&#8230; </em>and save this as <em>FirefoxTip.bat</em> to your desktop.  To test, double click the icon it created for you on the desktop.  If successful, Firefox should open up.  If you did something wrong, you&#8217;ll probably either get an error message or nothing will happen.  Also as a side note brought up by <a href="http://www.firefoxfacts.com/2008/01/02/launch-tabs-from-run-box/#comment-13134">Mirzas</a>:</p>
<p><em>Location of firefox.exe must be inside the PATH environment variable for it to work from a batch file.</em></p>
<p>Now that is rather boring, isn&#8217;t it?  You could start Firefox like this from a shortcut for Pete&#8217;s sake.  Well remember the <a href="http://www.firefoxfacts.com/2008/01/02/launch-tabs-from-run-box/" rel="bookmark" title="Permanent link to Launch Tabs from Run Box">Launch Tabs from Run Box</a> and <a href="http://www.firefoxfacts.com/2008/01/03/more-command-line-firefox-tips/" rel="bookmark" title="Permanent link to More Command Line Firefox Tips">More Command Line Firefox Tips</a>?  Try plugging some of those in after the firefox.exe statement in your own batch file to launch Firefox the way you want.</p>
<p>For another example, start notepad back up and type in this:</p>
<blockquote><p>@echo off<br />
start firefox.exe webhostingshow.com firefoxfacts.com mitchelaneous.com</p></blockquote>
<p>Then go to <em>File</em> then pick <em>Save As&#8230; </em>and save this as <em>MitchBlogs.bat</em> to your desktop.  Double click it on your desktop and a new Firefox browser should come up with those three web sites loaded into the tabs.</p>
<p>For more help with batch files, check out <a href="http://www.wikihow.com/Write-a-Batch-File">this post on WikiHow.com</a>.</p>
<p><strong>Check out the other posts in this series:</strong></p>
<ul>
<li><a href="http://www.firefoxfacts.com/2008/01/02/launch-tabs-from-run-box/" rel="bookmark" title="Permanent link to Launch Tabs from Run Box">Launch Tabs from Run Box</a></li>
<li><a href="http://www.firefoxfacts.com/2008/01/03/more-command-line-firefox-tips/" rel="bookmark" title="Permanent link to More Command Line Firefox Tips">More Command Line Firefox Tips</a></li>
<li><a href="http://www.firefoxfacts.com/2008/01/07/learn-to-write-a-batch-file-with-firefox/" rel="bookmark" title="Permanent link to Learn to Write a Batch File with Firefox">Learn to Write a Batch File with Firefox</a></li>
</ul>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2008/01/07/learn-to-write-a-batch-file-with-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Calendar in Your Sidebar</title>
		<link>http://www.firefoxfacts.com/2007/09/25/google-calendar-in-your-sidebar/</link>
		<comments>http://www.firefoxfacts.com/2007/09/25/google-calendar-in-your-sidebar/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 11:12:42 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Hacks and Tweaks]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[lifehacks]]></category>
		<category><![CDATA[organize]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://www.firefoxfacts.com/2007/09/25/google-calendar-in-your-sidebar/</guid>
		<description><![CDATA[I like to use Google Calendar much less as a time organizer and more as a big to do list. Now I hadn&#8217;t really given two thoughts to the mobile version because I don&#8217;t really browse the Web on too many mobile devices. After having a look though &#8211; I thought to myself &#8211; this [...]]]></description>
			<content:encoded><![CDATA[<p>I like to use Google Calendar much less as a time organizer and more as a big to do list.  Now I hadn&#8217;t really given two thoughts to the mobile version because I don&#8217;t really browse the Web on too many mobile devices.  After having a look though &#8211; I thought to myself &#8211; this would make the perfect sidebar for Firefox.</p>
<div align="center"><img src='http://www.firefoxfacts.com/wp-content/uploads/2007/09/googsidecal.jpg' alt='Google Calendar in Your Sidebar' /></div>
<p>This is how you can get it added to your own browser:</p>
<p>1.  Browse to <a href="http://calendar.google.com/m">http://calendar.google.com/m</a></p>
<p>2.  Bookmark that web page, or drag the link to your links toolbar.</p>
<p>3.  Right-click on the bookmark, select &#8220;properties&#8221; and then click the checkmark for &#8220;load this bookmark in sidebar&#8221;.</p>
<p>I don&#8217;t know about you but this just makes the application a little more usable for me.  Big fonts, big colors and a guide of what I need to do over the next few days.  Also it acts as a great reminder tool for folks who like to make sure they are getting things done.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Firefox Facts <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.mitchelaneous.com">personal blog</a> and my <a href="http://www.webhostingshow.com">hosting podcast</a> too!</a><br />
<br>&nbsp;                                                ]]></content:encoded>
			<wfw:commentRss>http://www.firefoxfacts.com/2007/09/25/google-calendar-in-your-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

