<?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>Helion-Prime Solutions blog &#187; firefox</title>
	<atom:link href="http://blogs.helion-prime.com/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.helion-prime.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 18 Dec 2011 13:27:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Firefox 3.0.5: how to fight caching issue</title>
		<link>http://blogs.helion-prime.com/2009/01/20/firefox-305-directives-to-nocache-ignored.html</link>
		<comments>http://blogs.helion-prime.com/2009/01/20/firefox-305-directives-to-nocache-ignored.html#comments</comments>
		<pubDate>Tue, 20 Jan 2009 14:43:17 +0000</pubDate>
		<dc:creator>alex.shapovalov</dc:creator>
				<category><![CDATA[general programming]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[caching issue]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blogs.helion-prime.com/?p=258</guid>
		<description><![CDATA[If you are web-developer you probably already heard about regression bug in recent Firefoxes, event latest Firefox 3.0.5 is affected. Bug is described here on Bugzilla [https://bugzilla.mozilla.org/show_bug.cgi?id=441751], it is fixed, and should be available in new version of Firefox. As the bug description notes Firefox ignores cache control attributes so we can&#8217;t just use them: [...]]]></description>
			<content:encoded><![CDATA[<p>If you are web-developer you probably already heard about regression bug in recent Firefoxes, event latest Firefox 3.0.5 is affected.</p>
<p>Bug is described here on Bugzilla [<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=441751">https://bugzilla.mozilla.org/show_bug.cgi?id=441751</a>], it is fixed, and should be available in new version of Firefox.</p>
<p>As the bug description notes Firefox ignores cache control attributes so we can&#8217;t just use them:<br />
Cache-Control: max-age=0, no-store, no-cache, must-revalidate<br />
Expires: Sun, 1 Jan 2000 00:00:00 GMT<br />
Pragma: no-cache</p>
<p>Rare case is you need to tune cache then you can use browser.cache.check_doc_frequency parameter [<a href="http://kb.mozillazine.org/Browser.cache.check_doc_frequency">http://kb.mozillazine.org/Browser.cache.check_doc_frequency</a>] that can be accessed with about:config URL.</p>
<p>But for others question is what to do right now, event with new version of Firefox we can&#8217;t ask users to update their Firefoxes.</p>
<p>There are 2 solutions that we have found and tested:</p>
<p><b>1. If you want to make Firefox to reload some page</b><br />
You can generate new URLs for any cache sensitive resources every time.<br />
Add some insignificant parameters to URLs: http://www.google.com/something?aaa</p>
<p><b>2. If you need to make some actions within some page</b>,<br />
for example you need to provide an unique attribute for images in Ads campaign.<br />
You can use Javascript to generate it.<br />
Firefox uses same page but execute Javascript everytime.</p>
<p>You can use following code to generate random number:</p>
<div class="codecolorer-container javascript mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span><br />
<span style="color: #006600; font-style: italic;">//&lt;![CDATA[</span><br />
<br />
<span style="color: #003366; font-weight: bold;">var</span> AdsId <span style="color: #339933;">=</span> <span style="color: #3366CC;">''</span> <span style="color: #339933;">+</span> Math.<span style="color: #660066;">floor</span><span style="color: #009900;">&#40;</span>Math.<span style="color: #660066;">random</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">*</span><span style="color: #CC0000;">1999999999</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #006600; font-style: italic;">//]]</span><br />
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></div></td></tr></tbody></table></div>
<p>I hope men will update their browsers fast so  we will not stick with that like with IE6.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.helion-prime.com/2009/01/20/firefox-305-directives-to-nocache-ignored.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New web-experience with Mozilla Prism</title>
		<link>http://blogs.helion-prime.com/2008/06/03/new-web-experience-with-mozilla-prism.html</link>
		<comments>http://blogs.helion-prime.com/2008/06/03/new-web-experience-with-mozilla-prism.html#comments</comments>
		<pubDate>Tue, 03 Jun 2008 12:28:59 +0000</pubDate>
		<dc:creator>vasiliy.kiryanov</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[prism]]></category>

		<guid isPermaLink="false">http://blogs.helion-prime.com/?p=26</guid>
		<description><![CDATA[preamble Our world is currently in transition from traditional desktop applications to web-oriented where most of time we want to do everything in the Web with help of our browsers. Sometimes nevertheless we want to use some web-applications like: Gmail, Google docs, FaceBook or on-line dictionary as desktop application. Is it possible ? Try the [...]]]></description>
			<content:encoded><![CDATA[<h2>preamble</h2>
<p><img style="float: right;" title="prismlogo400" src="http://blogs.helion-prime.com/wp-content/uploads/2008/06/prismlogo400.png" alt="" width="199" height="117" /></p>
<p>Our world is currently in transition from traditional desktop applications to web-oriented where most of time we want to do everything in the Web with help of our browsers.<br />
Sometimes nevertheless we want to use some web-applications like: Gmail, Google docs, FaceBook or on-line dictionary as desktop application. Is it possible ? Try the Prism.</p>
<h2>prism world</h2>
<p>With Prism you can run web-oriented applications directly on desktop in their own window where they have access to all windows features and you still can access these same applications from your web browser.<br />
Prism is built on Firefox so it supports all rich internet technologies and runs on Windows, Mac OS X, and Linux.<br />
Also Prism developers thinking how to integrate better the Prism with Firefox,<br />
enabling one-click “make this a desktop app” functionality that preserves a user preferences.</p>
<p>For more information about Prism go to the project page: [<a href="http://developer.mozilla.org/en/docs/Prism">http://developer.mozilla.org/en/docs/Prism</a>]<br />
When invoked it is as pretty as following picture:</p>
<p><img class="alignnone size-full wp-image-27" title="googlecalendar550" src="http://blogs.helion-prime.com/wp-content/uploads/2008/06/googlecalendar550.png" alt="google calendar in Prism" /></p>
<h2>getting Started with Prism</h2>
<p>download and install appopriate version for your platform:</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6665">Prism for Firefox v0.2</a> for Firefox 3.0b3pre or greater, Windows/Mac/Linux.</p>
<p>The standalone version of Prism v0.9 is also available:<br />
for Windows (<a href="http://people.mozilla.com/%7Emfinkle/prism/prism-0.9.en-US.win32.exe">installer</a>, <a href="http://people.mozilla.com/%7Emfinkle/prism/prism-0.9.en-US.win32.zip">archive</a>), <a href="http://people.mozilla.com/%7Emfinkle/prism/prism-0.9.en-US.mac.dmg">Mac</a> and <a href="http://people.mozilla.com/%7Emfinkle/prism/prism-0.9.en-US.linux-i686.tar.bz2">Linux</a>.</p>
<h2>Mozilla foundation wants for you</h2>
<p>Prism is open source project and if you want to help Mozilla with Prism development go to:<br />
[<a href="http://wiki.mozilla.org/Prism">http://wiki.mozilla.org/Prism</a>]<br />
forum for discussions: [<a href="https://labs.mozilla.com/forum/index.php/board,16.0.html">https://labs.mozilla.com/forum/index.php/board,16.0.html</a>]<br />
Bugzilla for bug reporting: [<a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla+Labs&amp;component=Prism">https://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla+Labs&amp;component=Prism</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.helion-prime.com/2008/06/03/new-web-experience-with-mozilla-prism.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplify of web-development with Firefox plug-ins</title>
		<link>http://blogs.helion-prime.com/2008/06/02/simplify-of-web-development-with-firefox-plug-ins.html</link>
		<comments>http://blogs.helion-prime.com/2008/06/02/simplify-of-web-development-with-firefox-plug-ins.html#comments</comments>
		<pubDate>Mon, 02 Jun 2008 14:36:40 +0000</pubDate>
		<dc:creator>alex.shapovalov</dc:creator>
				<category><![CDATA[general programming]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blogs.helion-prime.com/?p=21</guid>
		<description><![CDATA[preamble There is set of plug-ins that really simplify development process and glance will help you select something for your daily work. golden list name: firebug functions: edit, debug, and monitor CSS, HTML, and JavaScript live hints: page loading analysis, live working with CSS styles, JavaScript debugger add-on page: [https://addons.mozilla.org/en-US/firefox/addon/1843] name: user agent switcher functions: [...]]]></description>
			<content:encoded><![CDATA[<h2>preamble</h2>
<p>There is set of plug-ins that really simplify development process and glance will help you select something for your daily work.</p>
<h2>golden list</h2>
<p><strong>name:</strong> firebug<br />
<strong>functions:</strong> edit, debug, and monitor CSS, HTML, and JavaScript live<br />
<strong>hints:</strong> page loading analysis, live working with CSS styles, JavaScript debugger<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/1843">https://addons.mozilla.org/en-US/firefox/addon/1843</a>]</p>
<p><strong>name:</strong> user agent switcher<br />
<strong>functions:</strong> switch the user agent of the browser<br />
<strong>hints:</strong> cool but IE, and Firefox still interpret code differently and anyway for interpretation tests you need &#8216;ies4linux&#8217; [<a href="http://www.tatanka.com.br/ies4linux/page/Main_Page">http://www.tatanka.com.br/ies4linux/page/Main_Page</a>]<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/59">https://addons.mozilla.org/en-US/firefox/addon/59</a>]</p>
<p><strong>name:</strong> dust-Me Selectors<br />
<strong>functions:</strong>finds unused CSS selectors<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/ru/firefox/addon/5392">https://addons.mozilla.org/ru/firefox/addon/5392</a>]</p>
<p><strong>name:</strong> firesizer<br />
<strong>functions:</strong> resize of firefox the window to specific dimensions<br />
<strong>hints:</strong> it helps to test site in required resolutions<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/5792">https://addons.mozilla.org/en-US/firefox/addon/5792</a>]</p>
<p><strong>name:</strong> SQLite manager<br />
<strong>functions:</strong> manage SQLite databases<br />
<strong>hints:</strong> I think you know why it is better to use SQLite DB on workplaces<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/5817">https://addons.mozilla.org/en-US/firefox/addon/5817</a>]</p>
<p><strong>name:</strong> add N edit cookies<br />
<strong>functions:</strong> allows you add and edit session and saved cookies in live<br />
<strong>add-on page:</strong> [<a href="https://addons.mozilla.org/en-US/firefox/addon/573">https://addons.mozilla.org/en-US/firefox/addon/573</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.helion-prime.com/2008/06/02/simplify-of-web-development-with-firefox-plug-ins.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

