<?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 Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/firefox/</link>
	<description></description>
	<lastBuildDate>Tue, 25 Feb 2014 08:06:08 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>security.mixed_content.block_active_content</title>
		<link>https://rosen4o.net/2014/02/25/security-mixed_content-block_active_content/</link>
					<comments>https://rosen4o.net/2014/02/25/security-mixed_content-block_active_content/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Tue, 25 Feb 2014 08:06:08 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=988</guid>

					<description><![CDATA[<p>This can be set to false in about:config security.mixed_content.block_active_content</p>
<p>Материалът <a href="https://rosen4o.net/2014/02/25/security-mixed_content-block_active_content/">security.mixed_content.block_active_content</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This can be set to false in about:config</p>
<blockquote><p>security.mixed_content.block_active_content</p></blockquote>
<p>Материалът <a href="https://rosen4o.net/2014/02/25/security-mixed_content-block_active_content/">security.mixed_content.block_active_content</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2014/02/25/security-mixed_content-block_active_content/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>мигащ текст в explorer</title>
		<link>https://rosen4o.net/2009/11/09/%d0%bc%d0%b8%d0%b3%d0%b0%d1%89-%d1%82%d0%b5%d0%ba%d1%81%d1%82-%d0%b2-explorer/</link>
					<comments>https://rosen4o.net/2009/11/09/%d0%bc%d0%b8%d0%b3%d0%b0%d1%89-%d1%82%d0%b5%d0%ba%d1%81%d1%82-%d0%b2-explorer/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:49:53 +0000</pubDate>
				<category><![CDATA[Без категория]]></category>
		<category><![CDATA[blink]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[firefox]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=644</guid>

					<description><![CDATA[<p>Обикновенно &#60;blink&#62; &#60;/blink&#62; работи само в мозила, но ако иската да изглежда по същият начин и в експолорер просто трябва да поставите ей този джаваскрипт в хеад частта на документа: ------------------------------------------------------------------------------- &#60;SCRIPT&#62; &#60;!-- function doBlink() { var blink = document.all.tags("BLINK")<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2009/11/09/%d0%bc%d0%b8%d0%b3%d0%b0%d1%89-%d1%82%d0%b5%d0%ba%d1%81%d1%82-%d0%b2-explorer/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2009/11/09/%d0%bc%d0%b8%d0%b3%d0%b0%d1%89-%d1%82%d0%b5%d0%ba%d1%81%d1%82-%d0%b2-explorer/">мигащ текст в explorer</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Обикновенно &lt;blink&gt; &lt;/blink&gt; работи само в мозила, но ако иската да изглежда по същият начин и в експолорер просто трябва да поставите ей този джаваскрипт в хеад частта на документа:</p>
<blockquote>
<pre>-------------------------------------------------------------------------------

&lt;SCRIPT&gt;
&lt;!--
function doBlink() {
	var blink = document.all.tags("BLINK")
	for (var i=0; i&lt;blink.length; i++)
		blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : "" 
}

function startBlink() {
	if (document.all)
		setInterval("doBlink()",1000)
}
window.onload = startBlink;
// --&gt;
&lt;/SCRIPT&gt;

-------------------------------------------------------------------------------------</pre>
</blockquote>
<p>Материалът <a href="https://rosen4o.net/2009/11/09/%d0%bc%d0%b8%d0%b3%d0%b0%d1%89-%d1%82%d0%b5%d0%ba%d1%81%d1%82-%d0%b2-explorer/">мигащ текст в explorer</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2009/11/09/%d0%bc%d0%b8%d0%b3%d0%b0%d1%89-%d1%82%d0%b5%d0%ba%d1%81%d1%82-%d0%b2-explorer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>17 трика за Firefox</title>
		<link>https://rosen4o.net/2009/10/02/17-%d1%82%d1%80%d0%b8%d0%ba%d0%b0-%d0%b7%d0%b0-firefox/</link>
					<comments>https://rosen4o.net/2009/10/02/17-%d1%82%d1%80%d0%b8%d0%ba%d0%b0-%d0%b7%d0%b0-firefox/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Fri, 02 Oct 2009 19:52:56 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Без категория]]></category>
		<category><![CDATA[програми]]></category>
		<category><![CDATA[firefox]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=567</guid>

					<description><![CDATA[<p>Страницата на Firefox about:config съдържа всички конфигурационни опции на Firefox. С редактирането на някои от тях може да си улесните живота 😉 1- Забрана на проверката за съвместимост на добавките Това може да Ви е полезно ако желате да инсталирате<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2009/10/02/17-%d1%82%d1%80%d0%b8%d0%ba%d0%b0-%d0%b7%d0%b0-firefox/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2009/10/02/17-%d1%82%d1%80%d0%b8%d0%ba%d0%b0-%d0%b7%d0%b0-firefox/">17 трика за Firefox</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Страницата на Firefox about:config съдържа всички конфигурационни опции на Firefox. С редактирането на някои от тях може да си улесните живота 😉</p>
<p><span style="font-weight: bold;">1- Забрана на проверката за съвместимост на добавките<br />
</span></p>
<p>Това може да Ви е полезно ако желате да инсталирате добавка която не се поддържа от вашият Firefox:</p>
<p>extensions.checkCompatibility = True</p>
<p>По подразбиране: не съществува</p>
<p><span style="font-weight: bold;">2- Disable Delay Time When Installing Add-ons</span></p>
<p>This is the countdown you see while you try to install an add-on.I do not install and use more than 3-4 add-ons but you should disable the delay if you are an experience user and installing a lot of add-ons.</p>
<p>Key : security.dialog_enable_delay<br />
Default Value : 2000 (msec)<br />
What i am using : 0</p>
<p><span style="font-weight: bold;">3- View Site Source With Your Favorite Editor</span></p>
<p>This trick comes especially for webmasters.This is where we can change Firefox&#8217;s default source viewer (Ctrl + U) with anything we want.I would go for modded Gedit, Bluefish, Kompozer or Nano 🙂</p>
<p>Key : view_source.editor.external<br />
Default Value : False<br />
What i am using : True</p>
<p>When you make it true, you should show Firefox an editor :</p>
<p>Key : view_source.editor.path<br />
Default : Null<br />
What i am using : /usr/bin/gedit</p>
<p><span style="font-weight: bold;">4- Fullscreen Toolbar Animation</span></p>
<p>When you go fullscreen at Firefox, i always hate that damn animation :).Now you can disable or change that animation.</p>
<p>Key : browser.fullscreen.animateUp<br />
Default : 1 (1 = animate the toolbar collapse only the first time)<br />
What i am using : 0</p>
<p>Values : 1 = animate the toolbar collapse only the first time, 0 = disable animation, 2 = enable the animation for every collapse</p>
<p><span style="font-weight: bold;">5- Disable or Adjust Session Restore Function</span></p>
<p>This is where you can make your Firefox faster.Firefox automatically saves your session every 10 secs so you can restore it when it crashes.This is a useful feature but saving every 10 secs may not be good if you are using a notebook.</p>
<p>Key : browser.sessionstore.interval<br />
Default : 10000 (= 10 secs)<br />
What i am using : 90000 (This is a lot better when you are using a notebook)</p>
<p>PS : I changed mine from 90000 to 340000 today.</p>
<p>Key : browser.sessionstore.resume_from_crash<br />
Default : True<br />
What i am using : True</p>
<p><span style="font-weight: bold;">6- Disable Anti-Virus Scanning</span></p>
<p>This is probably for Windows users since linux users do not need this.So we can disable it to gain speed 🙂</p>
<p>Key : browser.download.manager.scanWhenDone<br />
Default : True<br />
What i am using : False</p>
<p><span style="font-weight: bold;">7- Speeding Firefox Up</span></p>
<p>Please read my blog post, <a href="http://www.ubuntu-inside.me/2009/07/howto-optimize-firefox-and-benchmarking.html">Howto Optimize Firefox</a> , about:config tricks are at Section D.</p>
<p><span style="font-weight: bold;">8- Select All Text/Address With One Click</span></p>
<p>I blogged about this useful feature <a href="http://www.ubuntu-inside.me/2009/05/how-to-make-firefox-to-select-all.html">here</a>.</p>
<p><span style="font-weight: bold;">9- Auto Fill Address in URL Bar</span></p>
<p>You can get your address bar to auto fill the address as you type the URL.</p>
<p>Key : browser.urlbar.autoFill<br />
Default Value : False<br />
What i am using : True</p>
<p><span style="font-weight: bold;">10- Setting Zoom Limit</span><br />
If you find current zoom level is not efficient for you, you can change it with this trick.</p>
<p>Key : zoom.maxPercent<br />
Default Value : 300 (percent)<br />
What i am using : 400 (you can enter min 300)</p>
<p>Key : zoom.minPercent<br />
Default Value : 30<br />
What i am using : 30</p>
<p><span style="font-weight: bold;">11- Configure Backspace Button</span></p>
<p>You can configure backspace button to go back to previous page, or act as page up button.</p>
<p>Key : browser.backspace_action<br />
Default Value : 2 (It does nothing)<br />
What i am using : 0 ( 0= previous page, 1= page up)</p>
<p><span style="font-weight: bold;">12- Offline Cache</span></p>
<p>You can increase/decrease your offline cache from here.If you do not have internet access often, it is better to increase this.</p>
<p>Key : browser.cache.offline.capacity<br />
Default Value : 512000 (kb)<br />
What i am using : 512000</p>
<p><span style="font-weight: bold;">13- Add-On Search Results</span></p>
<p>When you go to Tools-&gt;Add-ons-&gt;Get Add-ons and make a search there, you will get max 5 results.The following key is defines that amount :</p>
<p>Key : extensions.getAddons.maxResults<br />
Default Value : 5<br />
What i am using : 8 (You can enter min 5)</p>
<p><span style="font-weight: bold;">14- Auto Hide Toolbar in Fullscreen Mode </span></p>
<p>When you press F11 and go fullscreen, the toolbar auto hides and appear upon mouse over.This key changes the function of auto hide part.</p>
<p>Key : browser.fullscreen.autohide<br />
Default Value : True (Always auto hide)<br />
Modified Value : False (always show the toolbar)</p>
<p><span style="font-weight: bold;">15- Open Search Box Results In New Tab</span></p>
<p>When you make a search ,which is located at the top right corner, it displays the result at current window.It really sucks and we can change it to new tab instead of current window :</p>
<p>Key : browser.search.openintab<br />
Default Value : False (current tab)<br />
What i am using : True (new tab)</p>
<p><span style="font-weight: bold;">16- Enable/Disable Close Button on Tabs</span></p>
<p>I do not want close buttons on tabs since i prefer using Ctrl + W shortcut.You can enable and disable close button on tabs with this key.</p>
<p>Key : browser.tabs.closeButtons<br />
Default Value : 1 (display close buttons on all tabs)<br />
What i am using : 0 (display close button on active tab only)</p>
<p>The values you can use :</p>
<p>0= display close button on active tab only, 1= display close buttons on all tabs, 2= disable close button on all tabs, 3= display a single close button at the end of tab strip</p>
<p><span style="font-weight: bold;">17- Adjust the Smart Location Bar’s Number of Suggestions</span></p>
<p>When you start typing at adress bar, you will see a drop-down list of suggestions.This key adjust that number of max suggestions.</p>
<p>Key : browser.urlbar.maxRichResults<br />
Default Value : 12<br />
What i am using : 5 (-1= disable this function)</p>
<p>Материалът <a href="https://rosen4o.net/2009/10/02/17-%d1%82%d1%80%d0%b8%d0%ba%d0%b0-%d0%b7%d0%b0-firefox/">17 трика за Firefox</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2009/10/02/17-%d1%82%d1%80%d0%b8%d0%ba%d0%b0-%d0%b7%d0%b0-firefox/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>firetray</title>
		<link>https://rosen4o.net/2008/12/20/firetray/</link>
					<comments>https://rosen4o.net/2008/12/20/firetray/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Sat, 20 Dec 2008 21:19:07 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[програми]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[tray]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=453</guid>

					<description><![CDATA[<p>Най-накрая открих плугин за thunderbird и firefox който позволява да ги минимизираш в трея под линукс. https://addons.mozilla.org/en-US/firefox/addon/4868 или http://code.google.com/p/firetray/downloads/list</p>
<p>Материалът <a href="https://rosen4o.net/2008/12/20/firetray/">firetray</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Най-накрая открих плугин за thunderbird и firefox който позволява да ги минимизираш в трея под линукс.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4868">https://addons.mozilla.org/en-US/firefox/addon/4868</a></p>
<p>или</p>
<p><a href="http://code.google.com/p/firetray/downloads/list">http://code.google.com/p/firetray/downloads/list</a></p>
<p>Материалът <a href="https://rosen4o.net/2008/12/20/firetray/">firetray</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2008/12/20/firetray/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Firefox 3 BG</title>
		<link>https://rosen4o.net/2008/08/18/firefox-3-bg/</link>
					<comments>https://rosen4o.net/2008/08/18/firefox-3-bg/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Mon, 18 Aug 2008 15:50:03 +0000</pubDate>
				<category><![CDATA[програми]]></category>
		<category><![CDATA[firefox]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=277</guid>

					<description><![CDATA[<p>Не помня точно кога беше Firefox Download day, но мина отдавна. Въпреки това ако се опиташ да свалиш Firefox на Български от сайта на мозила получаваш грешка 404. Проблема ??? Firefox 3 не е преведен на Български и от там<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2008/08/18/firefox-3-bg/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2008/08/18/firefox-3-bg/">Firefox 3 BG</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Не помня точно кога беше Firefox Download day, но мина отдавна. Въпреки това ако се опиташ да свалиш Firefox на Български от сайта на мозила получаваш грешка 404. Проблема ??? Firefox 3 не е преведен на Български и от там явно идва всичко ;(</p>
<p>Ако въпреки всичко иската да го свалите изберете си друг език и ще успеете да го дръпнете 😉</p>
<p><a href="http://download.mozilla.org/?product=firefox-3.0.1&amp;os=win&amp;lang=en-US">http://download.mozilla.org/?product=firefox-3.0.1&amp;os=win&amp;lang=en-US</a></p>
<p>Материалът <a href="https://rosen4o.net/2008/08/18/firefox-3-bg/">Firefox 3 BG</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2008/08/18/firefox-3-bg/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
