<?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; FF Hacks</title>
	<atom:link href="http://developer.expressionz.in/blogs/tag/ff-hacks/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>Tue, 16 Aug 2011 05:23:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>The question of CSS hack</title>
		<link>http://developer.expressionz.in/blogs/2011/07/07/the-question-of-css-hack/</link>
		<comments>http://developer.expressionz.in/blogs/2011/07/07/the-question-of-css-hack/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 09:12:13 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[FF Hacks]]></category>
		<category><![CDATA[IE Hacks]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=261</guid>
		<description><![CDATA[Had read this in some blog &#8230; thought it was nice to catalog this for future ref &#8230;. also could be an important interview question that you would asked some day &#8230;. Write a snippet of CSS that will display a paragraph in blue in older browsers, red in newer browsers, green in IE6 and [...]]]></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%2F2011%2F07%2F07%2Fthe-question-of-css-hack%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdeveloper.expressionz.in%2Fblogs%2F2011%2F07%2F07%2Fthe-question-of-css-hack%2F&amp;source=nikhild&amp;style=normal&amp;hashtags=FF+Hacks,IE+Hacks&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Had read this in some blog &#8230; thought it was nice to catalog this for future ref &#8230;. also could be an important interview question that you would asked some day &#8230;.</p>
<p><strong>Write a snippet of CSS that will display a paragraph in blue in older browsers, red in newer browsers, green in IE6 and black in IE7</strong></p>
<p><code>#content p{color:blue}<br />
html&gt;body #content p {color:red}<br />
* html #content p{color:green}<br />
html&gt;body #content p {*color:black;}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2011/07/07/the-question-of-css-hack/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&amp;b=2" 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>
		<item>
		<title>CSS hack: Javascript, CSS, HTML  for Firefox only</title>
		<link>http://developer.expressionz.in/blogs/2008/09/02/css-hack-javascript-css-html-for-firefox-only/</link>
		<comments>http://developer.expressionz.in/blogs/2008/09/02/css-hack-javascript-css-html-for-firefox-only/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 08:17:33 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Browser Quirks]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavasScript]]></category>
		<category><![CDATA[FF Bugs]]></category>
		<category><![CDATA[FF Hacks]]></category>
		<category><![CDATA[FF Issues]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=31</guid>
		<description><![CDATA[If you are stuck badly or as such, have no-regards for validation (sometime we have to be cruel),  you could use the following to declare a link to a FF only stylesheet or even just code the CSS within this block. The code is 

<comment> Put your ff only HTML/CSS/Scripts here </comment>
]]></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%2F09%2F02%2Fcss-hack-javascript-css-html-for-firefox-only%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdeveloper.expressionz.in%2Fblogs%2F2008%2F09%2F02%2Fcss-hack-javascript-css-html-for-firefox-only%2F&amp;source=nikhild&amp;style=normal&amp;hashtags=FF+Bugs,FF+Hacks,FF+Issues&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Many a times we feel the need to write browser specfic hacks (though it is not a good practice, we UI developers have to resort to such evils until the great Browsers Wars comes to a truce). Earlier , I had mentioned in this article <strong><a href="http://developer.expressionz.in/blogs/?p=7">For your IEs Only</a></strong>, how to write a CSS snippet that would be visible to IE browsers &lt; IE7 only.</p>
<p>Yesterday, I had a case, where I wanted to write some FireFox specific CSS snippets. Well! I am not sure if there is a CSS code for this but there is a HTML. <strong>THERE IS A CATCH THOUGH</strong>, this piece of HTML doesnot pass HTML validation. But , anywaz! If you are stuck badly or as such, have no-regards for validation (sometime we have to be cruel), you could use the following to declare a link to a FF only stylesheet or even just code the CSS within this block. The code is</p>
<blockquote><p>&lt;comment&gt; Put your FireFox only HTML/CSS/Scripts here &lt;/comment&gt;</p>
<p><strong>e.g.</strong><br />
    &lt;comment&gt;<br />
         &lt;style&gt;<br />
             /* Styles for FF only  */<br />
             fieldset{border:1px solid #dddddd;}<br />
          &lt;/style&gt;<br />
     &lt;/comment&gt;</p></blockquote>
<p>I&#8221;m happy for the moment &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2008/09/02/css-hack-javascript-css-html-for-firefox-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

