<?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>Dan&#039;s Tech Stop &#187; Firefox</title>
	<atom:link href="http://danstechstop.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://danstechstop.com</link>
	<description>Web Design &#38; Blog</description>
	<lastBuildDate>Thu, 18 Mar 2010 21:11:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Quix</title>
		<link>http://danstechstop.com/2010/02/quix/</link>
		<comments>http://danstechstop.com/2010/02/quix/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:08:40 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Quix]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://danstechstop.com/?p=89</guid>
		<description><![CDATA[I&#8217;ve been using quix for a little while now, and it has really bugged me that you can&#8217;t just add it as a search engine. I tweaked the code a little bit so that it works in chrome and firefox &#8230; <a href="http://danstechstop.com/2010/02/quix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using quix for a little while now, and it has really bugged me that you can&#8217;t just add it as a search engine.</p>
<p>I tweaked the code a little bit so that it works in chrome and firefox as a search engine. Here is the code.</p>
<p><textarea rows="5" cols="60">javascript:Quix();function%20Quix(){var%20e=encodeURIComponent;var%20t=window.getSelection?window.getSelection():(document.getSelection?document.getSelection():(document.selection?document.selection.createRange().text:&#8221;));var%20c=%s;if(t!=&#8221;){if(c){c+=&#8217;%20&#8242;+t;}else{c=&#8221;+t;}}if(c){var%20u=&#8217;http://quixapp.com/go/?c=&#8217;+e(c)+&#8217;&#038;t=&#8217;+(document.title?e(document.title):&#8221;)+&#8217;&#038;s=&#8217;+'&#038;v=080&#8242;+&#8217;&#038;u=&#8217;+(document.location?e(document.location):&#8221;);d=&#8221;+document.location;if(d.substr(0,4)!=&#8217;http&#8217;){window.location=u+&#8217;&#038;mode=direct&#8217;;}else{heads=document.getElementsByTagName(&#8216;head&#8217;);if(c.substring(0,1)==&#8217;%20&#8242;){var%20w=window.open(u+&#8217;&#038;mode=direct&#8217;);w.focus();}else%20if(heads.length==0){window.location=u+&#8217;&#038;mode=direct&#8217;;}else{q=document.getElementById(&#8216;quix&#8217;);if(q){q.parentNode.removeChild(q);}sc=document.createElement(&#8216;script&#8217;);sc.src=u;sc.id=&#8217;quix&#8217;;sc.type=&#8217;text/javascript&#8217;;void(heads[0].appendChild(sc));}}}}</textarea></p>
<p>If anybody needs help setting that up as a search engine I can add a tutorial later.</p>
]]></content:encoded>
			<wfw:commentRss>http://danstechstop.com/2010/02/quix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Changing the way web pages look</title>
		<link>http://danstechstop.com/2009/09/changing-the-way-webpages-look/</link>
		<comments>http://danstechstop.com/2009/09/changing-the-way-webpages-look/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 22:44:38 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adblock]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Facebook lite]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://danstechstop.com/?p=28</guid>
		<description><![CDATA[Have you ever been to a website and just thought WOW that brings a whole new meaning to ugly? Have you ever been to a website and wanted the information, but the website was so busy you couldn&#8217;t make sense &#8230; <a href="http://danstechstop.com/2009/09/changing-the-way-webpages-look/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever been to a website and just thought WOW that brings a whole new meaning to ugly? Have you ever been to a website and wanted the information, but the website was so busy you couldn&#8217;t make sense of it all?</p>
<p>Facebook is a wonderful example of the second problem (if you don&#8217;t have facebook skip to the <a href="#end">bottom</a>). It is just way to busy. Well there is good news for those of you who can&#8217;t stand it. They are working on a new version of the website called Facebook lite. This cuts all the third party apps out, removes all but one add, and just makes everything cleaner looking. There is just that one ad&#8230; one ad&#8230; one ad&#8230; aggh!</p>
<p>There is more good news! That ad can leave and leave you with a perfectly clean Facebook, unless you have chrome (if you can get it to work let me know). First thing to do is grab a the code to make it look right. Download <a href="http://cid-2ad210ff655e1383.skydrive.live.com/self.aspx/Public/fbLite.css" target="_blank"> fbLite.css</a> or <a href="http://cid-2ad210ff655e1383.skydrive.live.com/self.aspx/Public/fbFixer.css" target="_blank">fbFixer.css</a> to remove ads on the full facebook too.</p>
<ul>
<li>Firefox
<ul>
<li><span style="text-decoration:line-through">Rename fbLite.css (the css might not appear) to userContent.css &#8211;Don&#8217;t change the extention!&#8211;</span></li>
<li><span style="text-decoration:line-through">Place this file into your <a href="http://support.mozilla.com/en-US/kb/Profiles#locate" target="_blank">Firefox profile directory</a>, inside of the chrome directory.  (Click the link mozilla can explain better)</span></li>
<li>Just install Adblock plus and add the rule ##div.LSplitView_Right (It works almost everywhere)</li>
</ul>
</li>
<li>Safari
<ul>
<li>Put fbLite.css somewhere where you will not be annoyed by it (leaving it in the downloads folder is fine).</li>
<li>In Safari open preferences.</li>
<li>Under advanced chose fbLite.css for Style sheet.</li>
</ul>
</li>
<li>Internet Explorer
<ul>
<li>Put fbLite.css somewhere where you will not be annoyed by it (leaving it in the downloads folder is fine).</li>
<li>In Internet Explorer open Tools &gt; Internet Options.</li>
<li>On the General tab click Accessibility.</li>
<li>Click Format  documents using my style sheet.</li>
<li>Find fbLite.css</li>
</ul>
</li>
</ul>
<p>Now open <a href="http://lite.facebook.com" target="_blank"> lite.facebook.com</a> and log in. There should now be just a single feed! How refreshing!</p>
<p><a name="end"></a><br />
This is just one example of how to customize a web page. There is sooo much more you can do (block ads, change colors)! If you have more ideas, feel free to comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://danstechstop.com/2009/09/changing-the-way-webpages-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Keywords</title>
		<link>http://danstechstop.com/2009/09/firefox-keywords/</link>
		<comments>http://danstechstop.com/2009/09/firefox-keywords/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 13:45:36 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Keywords]]></category>

		<guid isPermaLink="false">http://danstechstop.com/?p=21</guid>
		<description><![CDATA[Yesterday I discovered a highly underrated feature in firefox. Keywords. These can make huge improvements in the browsing experience. For example if I wanted to look up John 3:16 all I have to do is type the following into the &#8230; <a href="http://danstechstop.com/2009/09/firefox-keywords/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I discovered a highly underrated feature in firefox. Keywords.</p>
<p>These can make huge improvements in the browsing experience. For example if I wanted to look up John 3:16 all I have to do is type the following into the address bar (shortcut ctrl + l).</p>
<blockquote><p>bible john 3:16</p></blockquote>
<p>To get to my blog I simply type this word.</p>
<blockquote><p>blog</p></blockquote>
<p>This has really made things quicker and cleaner to get to, and isn&#8217;t that hard to set up either.</p>
<p>For most search engines just right click the text box (where one enters search terms). And click add keyword, complete the dialog and your done.</p>
<p>For a bookmark just right click it and select properties. All you need to do is change the Keyword field.</p>
<p>Happy Browsing!</p>
]]></content:encoded>
			<wfw:commentRss>http://danstechstop.com/2009/09/firefox-keywords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
