<?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>AlekZ&#039; Scratchpad &#187; Firefox</title>
	<atom:link href="http://www.alekz.net/archives/category/computers/applications/firefox-browsers-applications-computers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alekz.net</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 13:01:58 +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>Useful firefox settings</title>
		<link>http://www.alekz.net/archives/816</link>
		<comments>http://www.alekz.net/archives/816#comments</comments>
		<pubDate>Fri, 25 Jun 2010 21:50:16 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=816</guid>
		<description><![CDATA[The default settings are in bold. media.autoplay.enabled (true&#124;false) image.animation_mode (normal&#124;once&#124;none) security.enable_java (true&#124;false) browser.sessionstore.interval (10000 in msecs, equivalent to 10secs) gfx.color_management.enabled (true&#124;false) browser.tabs.closeButtons 1 ( 0 – on the active tab only, 1- all tabs, 2- no close button, 3- at the end of the tab strip) dom.max_script_run_time (10 sec) layout.spellcheckDefault (0 – disable the spell [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/816/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>getElementsByClassName</title>
		<link>http://www.alekz.net/archives/831</link>
		<comments>http://www.alekz.net/archives/831#comments</comments>
		<pubDate>Tue, 22 Jun 2010 00:19:13 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web-design]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=831</guid>
		<description><![CDATA[getElementsByClassName is defined in HTML5. From WhatWG: The getElementsByClassName(classNames) method takes a string that contains a set of space-separated tokens representing classes. Given the following XHTML fragment: &#60;div id="example"&#62; &#60;p id="p1"/&#62; &#60;p id="p2"/&#62; &#60;p id="p3"/&#62; &#60;/div&#62; A call to document.getElementById(&#039;example&#039;).getElementsByClassName(&#039;aaa&#039;) would return a NodeList with the two paragraphs p1 and p2 in it. A call [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/831/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox and places.sqlite tricks</title>
		<link>http://www.alekz.net/archives/740</link>
		<comments>http://www.alekz.net/archives/740#comments</comments>
		<pubDate>Sat, 27 Feb 2010 00:26:26 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[places]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=740</guid>
		<description><![CDATA[Sometimes you need to remotely get your bookmarks, history or check the top-10 sites, etc. Here&#039;s some neat tricks to get the info from the Firefox Places file called places.sqlite, which is an SQLite database with the following tables (see also the picture): $ sqlite3 places.sqlite SQLite version 3.6.17 Enter &#034;.help&#034; for instructions Enter SQL [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/740/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 and Solaris</title>
		<link>http://www.alekz.net/archives/78</link>
		<comments>http://www.alekz.net/archives/78#comments</comments>
		<pubDate>Wed, 18 Jun 2008 23:15:27 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox3]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.alekz.net/?p=78</guid>
		<description><![CDATA[Just a brain dump. Firefox for Solaris can be downloaded from Contributed Releases 3.0 (release) is actually 3.0rc2 for Solaris 3.0 eats less resources than 2.x Font anti-aliasing is broken (also, see here) 3.0 looks faster than 2.x 3.0 is EXTREMELY slow if x-forwarded (I tried to forward from a non-global zone to a global [...]]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/78/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox and profiles</title>
		<link>http://www.alekz.net/archives/26</link>
		<comments>http://www.alekz.net/archives/26#comments</comments>
		<pubDate>Fri, 28 Mar 2008 18:55:43 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[profiles]]></category>

		<guid isPermaLink="false">http://www.alekz.net/archives/26</guid>
		<description><![CDATA[In order to run several Firefox-es with individual profiles simultaneously, the browser should be started with &#8211;no-remote option: firefox -P prof-01 --no-remote&#38; firefox -P prof-02 --no-remote&#38; &#8230; etc where prof-01, prof-02 are profile names]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Add-On&#039;s</title>
		<link>http://www.alekz.net/archives/7</link>
		<comments>http://www.alekz.net/archives/7#comments</comments>
		<pubDate>Wed, 20 Feb 2008 13:23:54 +0000</pubDate>
		<dc:creator>AlekZ</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.alekz.net/archives/7</guid>
		<description><![CDATA[Adblock Plus Adblock Plus: Element Hiding Helper Tree Style Tab FireFTP Web Developer Tab Mix Plus Switchproxy Tool FoxClocks Chatzilla FasterFox 708090-lite]]></description>
		<wfw:commentRss>http://www.alekz.net/archives/7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

