<?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>Expressing IT &#187; Firefox</title>
	<atom:link href="http://developer.expressionz.in/blogs/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://developer.expressionz.in/blogs</link>
	<description>User Interface : just another, but a serious developers weblog</description>
	<lastBuildDate>Thu, 20 May 2010 18:05:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Enable Writing to Status Bar (window.status) in Firefox</title>
		<link>http://developer.expressionz.in/blogs/2009/04/06/how-to-enable-writing-to-status-bar-windowstatus-in-firefox/</link>
		<comments>http://developer.expressionz.in/blogs/2009/04/06/how-to-enable-writing-to-status-bar-windowstatus-in-firefox/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 09:04:57 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=142</guid>
		<description><![CDATA[IE by default left you write to the browser STATUS Bar  using the syntax "window.status = ' something to debug' ", but FireFox doesn't  . So to enable windows status change , you can do either of the following.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdeveloper.expressionz.in%2Fblogs%2F2009%2F04%2F06%2Fhow-to-enable-writing-to-status-bar-windowstatus-in-firefox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdeveloper.expressionz.in%2Fblogs%2F2009%2F04%2F06%2Fhow-to-enable-writing-to-status-bar-windowstatus-in-firefox%2F&amp;source=nikhild&amp;style=normal&amp;hashtags=Firefox,Tips+%26amp%3B+Tricks" height="61" width="50" /><br />
			</a>
		</div>
<p>Another old school memory supplemental&#8230;</p>
<p><strong>Why do we to enable windos.status?</strong><br />
Javascripts could to be a nightmare when you have something to debug .  Firefox does have a few handy addons, like Firebug thats makes our lives easy  and   Also , the vote for the  most popular debug  technique in Javascript must go to &#8220;<strong>ALERT()</strong>&#8221; .  Anywaz! There are few instances when adding ALERT do debug your mis-behaving Javascript  is just isn&#8217;t a good idea. For example! you have dragble item whose position  needs to be alerted &#8230;. NO NO! Dont do it! &#8230; you will  just get  infinite alerts  or you wont be able actually drap your dragable. Well! There are more good situations, where you might writing out debug texts to the status bar, much more usful&#8230; Believe me! Its Experience!</p>
<p>IE by default left you write to the browser STATUS Bar  using the syntax &#8220;<em><strong>window.status = &#8216; something to debug&#8217;</strong></em> &#8220;, but FireFox doesn&#8217;t  . So to enable windows status change , you can do either of the following.</p>
<blockquote><p>Open <em><strong>about:config</strong></em> in browser ( type &#8220;<strong><em>about:config</em>&#8220;</strong> this into the address bar )  and search for <strong><em><br />
dom</em>.<em>disable_window_status_change</em></strong>.  Change it to <strong>false</strong>&#8230; just click on the entry to toggle its state.</p>
<p>OR Alternatively</p>
<p>&#8220;<strong><em>Tools → Options → Content → Enable JavaScript / Advanced → Change status bar text</em></strong>&#8220;</p></blockquote>
<p>And also note that &#8230; to write to the status bar in your Javascript, IE is just ok if you use a short syntax i.e. <em><strong>status =&#8217; some debug text&#8217;</strong></em> but in FireFox, you have to use in full syntax i.e.  <em><strong>window.status = &#8216; something to debug&#8217; </strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2009/04/06/how-to-enable-writing-to-status-bar-windowstatus-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blinking Cursor in Firefox &#8211; Accessibility Caret Browsing</title>
		<link>http://developer.expressionz.in/blogs/2008/11/20/blinking-cursor-in-firefox-accessibilty-caret-browsing/</link>
		<comments>http://developer.expressionz.in/blogs/2008/11/20/blinking-cursor-in-firefox-accessibilty-caret-browsing/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 00:33:18 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Browser Quirks]]></category>
		<category><![CDATA[FF Bugs]]></category>
		<category><![CDATA[FF Fixes]]></category>
		<category><![CDATA[FF Hacks]]></category>
		<category><![CDATA[FF Issues]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=45</guid>
		<description><![CDATA[
			
				
			
		
In Firefox&#8230; sometimes you might have noticed that  the cursor starts blinking on the screen. It might happen when you click on any element on the page , a division or an image etc. This Blinking Cursor in the browser window is actually an ACCESSIBILITY Feature of FireFox called &#8216;caret browsing&#8217;. This features  allows/enables  users [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdeveloper.expressionz.in%2Fblogs%2F2008%2F11%2F20%2Fblinking-cursor-in-firefox-accessibilty-caret-browsing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdeveloper.expressionz.in%2Fblogs%2F2008%2F11%2F20%2Fblinking-cursor-in-firefox-accessibilty-caret-browsing%2F&amp;source=nikhild&amp;style=normal&amp;hashtags=FF+Bugs,FF+Fixes,FF+Hacks,FF+Issues,Firefox" height="61" width="50" /><br />
			</a>
		</div>
<p>In Firefox&#8230; sometimes you might have noticed that  the cursor starts blinking on the screen. It might happen when you click on any element on the page , a division or an image etc. This Blinking Cursor in the browser window is actually an ACCESSIBILITY Feature of FireFox called <strong>&#8216;caret browsing&#8217;</strong>. This features  allows/enables  users to select text on the page with the keyboard ( Which we normally tend to do with the use of our mouse).</p>
<p>Well! if you donot want this feature &#8230; simple press &#8220;<strong>F7</strong>&#8221; to toggle it to false  and vice-versa ( if you want it ON).  You could also  type &#8220;<strong>about:config</strong>&#8221; in the address bar (type in <strong>&#8220;caret&#8221; in the filter box</strong>) and simply <span style="font-weight: bold;">double click</span> to change the option &#8220;<strong>accessibility.browsewithcaret</strong>&#8221; from &#8220;<strong>true</strong>&#8221; (turn caret browsing ON) to &#8220;<strong>false</strong>&#8221; ( turn caret browsing OFF)</p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2008/11/20/blinking-cursor-in-firefox-accessibilty-caret-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
