<?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</title>
	<atom:link href="http://developer.expressionz.in/blogs/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, 09 Mar 2010 17:04:38 +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>Its about the  &#8220;Web designers who can’t code&#8221;</title>
		<link>http://developer.expressionz.in/blogs/2010/03/09/its-about-the-web-designers-who-can%e2%80%99t-code/</link>
		<comments>http://developer.expressionz.in/blogs/2010/03/09/its-about-the-web-designers-who-can%e2%80%99t-code/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:47:06 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[UI Developer]]></category>
		<category><![CDATA[User Interface Desgin]]></category>
		<category><![CDATA[Web Developer]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=189</guid>
		<description><![CDATA[With my limited skill-set with tools like Photoshop and Illustrator, I can honestly confess that I'm a better developer than a designer. But my background with core (server side) development with Java and PHP , has been a very positive effect on my UI development skills.]]></description>
			<content:encoded><![CDATA[<p>With my limited skill-set with tools like Photoshop and Illustrator, I can honestly confess that I&#8217;m a better developer than I am a designer. But my background with core (server side) development with Java/PHP/COBOL , has been a very positive influence on my UI development skills. What I mean is, while  creating my designs,i.e. whenever I do design,  I think about how the design can be best converted into HTML-CSS and while doing the HTML-CSS, I give a thought about the backend technology and make reasonably sure that the HTML can be easily implemented  into XSL loops or PHP snippets etc.</p>
<p>Over years, I have been thrown head on to designs by UI designers who probably donot have a clue what HTML or CSS is. All these years I have been thinking that I would asking for too much, If I just expect the designer, who is trying to shov his &#8220;impossible to code&#8221; design down my throat, to understand just a little bit  what his design would be converted into. THAT would help right?</p>
<p>Then, I came across  this post today &#8230; <strong><a href="http://elliotjaystocks.com/blog/web-designers-who-cant-code/" target="_blank">Web designers who can’t code</a></strong> &#8230;Thanks Lord!  I&#8217;m just one of many who feel the same &#8230;  The above artitle is a bit a long winded .. but worth the read, every word of it.</p>
<p>Thanks Elliot Jay Stocks &#8230; I feel relieved!</p>
<p>Here is some excerpts from <a href="http://elliotjaystocks.com/blog/web-designers-who-cant-code/" target="_blank">Elliots article</a>.</p>
<h4>
Wow, what a day! It started with one little tweet and ended with a discussion that seemed to sweep across the whole web design community. It appears there are some very strong opinions held on the subject of whether web designers should be able to code.<br />
&#8230;<br />
So, before we get into this, allow me to quickly recap what I said on this morning on Twitter:</p>
<blockquote>
<h3>Honestly, I’m shocked that in 2010 I’m still coming across ‘web designers’ who can’t code their own designs. No excuse.</h3>
</blockquote>
<p>&#8230; I should’ve been a little more specific in my tweet. I was talking about designers who don’t have even the most basic HTML and CSS skills to turn a flat design into an actual site. Not people who intentionally choose not to code; those who can’t. And I’m also referring only to front-end code here; of course it’s ridiculous to think that designers should also be amazing back-end programmers &#8230; </p>
<blockquote>
<h3>    We get ‘web’ designs sent in Illustrator, 300dpi, impossible to code, no consistency / usability.<br />
~ Amy Mahon</h3>
</blockquote>
<p>It’s getting late, and I’ve got to wrap this up somehow. I know there will be many who disagree with me, and my intention is not to offend or upset anyone who can’t code, but I hope that some of what I’ve said reflects some of the points that always come up when delving into this debate.</p>
<p>At the end of the day, I don’t lose any sleep over who can code and who can’t. I’m just genuinely surprised to find so many designers that lack front-end skills, as I thought this was a thing of the past.</p>
</h4>
<p>Also read the comments , there were around 320 comments, as i write &#8230; they are worth a read.<br />
Please read Elliots full post here .. <strong><a href="http://elliotjaystocks.com/blog/web-designers-who-cant-code/" target="_blank">Web designers who can’t code</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2010/03/09/its-about-the-web-designers-who-can%e2%80%99t-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aligning radio button with text</title>
		<link>http://developer.expressionz.in/blogs/2010/03/04/aligning-radio-button-with-text/</link>
		<comments>http://developer.expressionz.in/blogs/2010/03/04/aligning-radio-button-with-text/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:02:20 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Browser Quirks]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=170</guid>
		<description><![CDATA[Sine the radio button and the text are inline, so the text will align itself to the bottom of the radio button, The  the text will appear to be slightly under the radio button. ]]></description>
			<content:encoded><![CDATA[<p>Since the radio button and the text are inline, so the text will align itself to the bottom of the radio button, The  the text will appear to be slightly under the radio button.<br />
If you want these to align to the top, you&#8217;ll have to place the radio and the text into separate containers like divs  or spans ( as appropriate) and they will take care of the alignment. It would be easier to use table cells  too, of your design brief permits it.</p>
<p>This won&#8217;t look the same in every browser, as every browser displays radios slightly differently, so there&#8217;s always going to be size issues no matter what you do.</p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2010/03/04/aligning-radio-button-with-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What will HTML5 bring?</title>
		<link>http://developer.expressionz.in/blogs/2010/01/08/what-will-html5-bring/</link>
		<comments>http://developer.expressionz.in/blogs/2010/01/08/what-will-html5-bring/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 16:56:41 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=176</guid>
		<description><![CDATA[As I write, Work on HTML 5, which commenced in 2004, is still being given shape by a joint effort between the W3C HTML WG and the WHATWG.]]></description>
			<content:encoded><![CDATA[<p>HTML5 is still a draft. As I write,  Work on HTML 5, which commenced in 2004, is still being given shape by a joint effort between the <a href="http://www.w3.org/html/"><abbr title="W3C HTML Working Group">W3C HTML WG</abbr></a> and the <a href="http://www.whatwg.org/"><abbr title="Web Hypertext Application Technology Working Group">WHATWG</abbr></a>.   The word is that the next gen HTML will have  enhancements and  features, which would new structure and semantics , form controls, APIs, multimedia tags etc..</p>
<p>In simple English &#8230; what would it mean to  us UI developers &#8230;</p>
<ul>
<li>There will addition of some structural tags  viz.  &lt;article&gt;, &lt;section&gt;, &lt;header&gt;, &lt;aside&gt;, and &lt;nav&gt;, which would replace the majority of &lt;div&gt;s used on a web page, making your pages a bit more semantic, but more importantly, <em>easier to read</em>.<br />
Hey! Just imagine the effort saved in finding that one missing close DIV tag.<br />
e.g.</li>
</ul>
<pre>&lt;body&gt;
  &lt;header&gt;...&lt;/header&gt;
  &lt;nav&gt;...&lt;/nav&gt;
  &lt;article&gt;
    &lt;section&gt;
      ...
    &lt;/section&gt;
  &lt;/article&gt;
  &lt;aside&gt;...&lt;/aside&gt;
  &lt;footer&gt;...&lt;/footer&gt;
&lt;/body&gt;</pre>
<p><strong>Instead of</strong></p>
<pre>&lt;body&gt;
  &lt;div id="header"&gt;...&lt;/div&gt;
  &lt;div id="nav"&gt;...&lt;/div&gt;
  &lt;div class="article"&gt;
    &lt;div class="section"&gt;
      ...
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div id="aside"&gt;...&lt;/div&gt;
  &lt;div id="footer"&gt;...&lt;/div&gt;
&lt;/body&gt;</pre>
<ul>
<li>With the advent of  audio and video content like YouTube, the use of embedded multimedia on the webpage has increaded by fold. Taking this into account , Now the plan is to add native support for embedding video and audio into the browser itself,  hence allow users to play, pause, stop, seek, and adjust volume using the builtin DOM APIs for scripts to control the playback.</li>
</ul>
<p>e.g.</p>
<pre>&lt;video poster="poster.jpg"&gt;
    &lt;source src="video.3gp" type="video/3gpp"
    media="handheld"&gt;
        &lt;source src="video.mp4" type="video/mp4"&gt;
&lt;/video&gt;
&lt;audio&gt;
  &lt;source src="music.oga" type="audio/ogg"&gt;
  &lt;source src="music.mp3" type="audio/mpeg"&gt;
&lt;/audio&gt;</pre>
<ul>
<li>Better-defined semantic roles for existing elements  for eg. &lt;strong&gt; and &lt;em&gt; might now actually have different  meanings i.e.  they will behave differently.</li>
</ul>
<p>There are many more changes/upgrades to the newer version &#8230; Will keep updating this post as I come accross any interesting useful ones &#8230;. Watch this space</p>
<p>This document may not provide accurate information as the HTML 5 specification is still actively in development. When in doubt, always check the <a href="http://dev.w3.org/html5/markup/" target="_blank">HTML 5 specification here</a>.</p>
<p><strong><em> </em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2010/01/08/what-will-html5-bring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS ZOOM &#8211;  Yet Another IE quirk; The 3 pixel shift</title>
		<link>http://developer.expressionz.in/blogs/2009/11/07/css-zoom-yet-another-ie-quirk-the-3-pixel-shift/</link>
		<comments>http://developer.expressionz.in/blogs/2009/11/07/css-zoom-yet-another-ie-quirk-the-3-pixel-shift/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 11:56:27 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE Fixes]]></category>
		<category><![CDATA[IE Issues]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=158</guid>
		<description><![CDATA[  and  so might many of the other  serious web developers have  noticed more than many a times , that when there nested floats in the layout, on hover over some links ( anchor tags) , the containing container seems to shift a few pixels to the right.]]></description>
			<content:encoded><![CDATA[<p>Time and over again, When all the other browsers seen to behave as told by the w3c rules , IE spirals you out of the development spirit by throwing a tantrum,  that doesn&#8217;t seem to have a fix . Just such a one is this issue in IE7.</p>
<p><strong>Problem Statement:</strong><br />
I  and  so might many of the other  serious web developers have  noticed more than many a times , that when there nested floats in the layout, on hover over some links ( anchor tags) , the containing container seems to shift a few pixels to the right.   I have tried to google solutions for this issue , but have  hardly found any reasonable answer to why and when it occurs ( that might help to prevent this issue from happening)  , hence  I  have never found a clear solution to the problem either&#8230;</p>
<p><strong>Possible Solution :</strong><br />
Out of experience , I have notice 90% percent of the times  i.e. ,  that this issue is fixed by adding a zoom property in the CSS definition of the mis-behaving container &#8230; </p>
<pre class=""javascript"">
#somediv {
      zoom: 1 ;
}
</pre>
<p> again the reasons are ambiguous &#8230; try this &#8230;<br />
<em> Some elements in IE have a &#8220;hasLayout&#8221; property , which is &#8220;true&#8221; by default. Many visual CSS behaviors ; for example, an alpha filter only works on an element that hasLayout. and the {Zoom:1} seems to give the target elements the hasLayout property</em>&#8230;. USeful? I dont think so&#8230;</p>
<p>The zoom property is also seems to supported by Chrome , but  its use  dint seem to make much adverse effect on my layout&#8230; try it, If it works for you &#8230; if it doesn&#8217;t,  bookmark this page under &#8220;CSS craps&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2009/11/07/css-zoom-yet-another-ie-quirk-the-3-pixel-shift/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML &amp; XHTML</title>
		<link>http://developer.expressionz.in/blogs/2009/10/18/html-xhtml/</link>
		<comments>http://developer.expressionz.in/blogs/2009/10/18/html-xhtml/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 17:22:29 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=182</guid>
		<description><![CDATA[
The Document Type Declaration needs to be present at the beginning of a document that uses the HTML syntax. It may optionally be used within the XHTML syntax, but it is not required. The XHTML document does not need to include the DOCTYPE because XHTML documents that are delivered correctly using an XML MIME type [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>The Document Type Declaration needs to be present at the beginning of a document that uses the HTML syntax. It may optionally be used within the XHTML syntax, but it is not required. The XHTML document does not need to include the DOCTYPE because XHTML documents that are delivered correctly using an XML MIME type and are processed as XML by browsers, are always rendered in no quirks mode.</li>
</ul>
<ul>
<li>In XHTML, tag names are case sensitive and are usually defined to be written in lowercase. In HTML, however, tag names are case insensitive and may be written in all uppercase or mixed case, although the most common convention is to stick with lowercase. The case of the start and end tags do not have to be the same, but being consistent does make the code look cleaner.</li>
</ul>
<h3>BENEFITS OF USING HTML</h3>
<ul>
<li>Backwards compatible with existing browsers</li>
<li>Authors are already familiar with the syntax</li>
<li>The lenient and forgiving syntax means there will be no user-hostile “<a href="http://en.wikipedia.org/wiki/Yellow_Screen_of_Death">Yellow Screen of Death</a>” if a mistake accidentally slips through</li>
<li>Convenient shorthand syntax, e.g. authors can omit some tags and attribute values</li>
</ul>
<h3>BENEFITS OF USING XHTML</h3>
<ul>
<li>Strict XML syntax encourages authors to write well-formed markup, which some authors may find easier to maintain</li>
<li>Integrates directly with other XML vocabularies, such as SVG and MathML</li>
<li>Allows the use of XML Processing, which some authors use as part of their editing and/or publishing processes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2009/10/18/html-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS2.1 User Agent Style Sheet Defaults</title>
		<link>http://developer.expressionz.in/blogs/2009/07/28/css21-user-agent-style-sheet-defaults/</link>
		<comments>http://developer.expressionz.in/blogs/2009/07/28/css21-user-agent-style-sheet-defaults/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 05:11:58 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[User Interface Desgin]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[CSS Resets]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=149</guid>
		<description><![CDATA[Yesterday,  after the issue I encountered with the CSS Resets in Google Chrome... I thought of digging a bit deeper into the area of  User Agent Style Sheets ...]]></description>
			<content:encoded><![CDATA[<p>Yesterday,  after the issue I encountered with the CSS Resets in Google Chrome&#8230; I thought of digging a bit deeper into the area of  <strong>User Agent Style Sheets &#8230;</strong><br />
Found this table on default values of CSS2.1 User Agent Style Sheets &#8230; ( for those unaware of what &#8220;User Agent Style Sheets&#8221; is follow <strong><a href="http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/">What is User Agent Style Sheets (Specification)</a> .<br />
</strong></p>
<p><strong>For a full list of CSS 2.1 User Agent Style Sheets  defaults </strong><a href="http://developer.expressionz.in/downloads/CSS21_User_Agent_Style_Sheet_Defaults.html" target="_blank"><strong>click here </strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2009/07/28/css21-user-agent-style-sheet-defaults/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Agent Style Sheets : Mystery Margins in Google Chrome</title>
		<link>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/</link>
		<comments>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 05:01:22 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[User Interface Desgin]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[Browser Quirks]]></category>
		<category><![CDATA[Chrome Fixes]]></category>
		<category><![CDATA[CSS Resets]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=146</guid>
		<description><![CDATA[Extra margins seen only in Google Chrome : caused by the user agent stylesheet (-webkit-padding-start:40px)]]></description>
			<content:encoded><![CDATA[<p>Yesterday,  like every other &#8220;Ground Hog  Day&#8221; ,  I was working on some CSS/tableless  layouts. All was going well in IE 7, FF 3 and Chrome, untill suddenly,   I saw some un-ignorable margins seen only in Google Chrome.   Though very strange and worring, It  was some new bug/issue that I had come accross, there was  finally some spice in my mundane work . Sad (but nice) it got fixed within a few minutes of the probe&#8230;</p>
<p>Basically ,  It looked like  Google Chrome ignored my CSS Resets  ( margin:0px).  It actually was  caused by the user agent stylesheet<strong><em> (-webkit-padding-start:40px)</em></strong>.  So the solution was to reset this style by setting padding:0 the misbehaving elements .<br />
A  good way to prevent this problem from happening to any element is use a global CSS Rest as follows</p>
<p><strong><em>*{ margin:0; padding:0; }</em></strong></p>
<p><strong>What is User Agent Style Sheets (Specification) ?</strong><br />
<em> The following  excerpt is taken  from </em><a href="http://meiert.com/en/blog/20070922/user-agent-style-sheets/"><em>http://meiert.com/en/blog/20070922/user-agent-style-sheets/</em></a><em> , follow link to read more on User Agent Style Sheets</em></p>
<p>CSS 1 introduces the idea by stating that each User Agent (UA, often a ‘web browser’ or ‘web client’) will have a default style sheet that presents documents in a reasonable – but arguably mundane – manner. CSS 2 says that conforming user agents must apply a default style sheet (or behave as if they did) and that a user agent’s default style sheet should present the elements of the document language in ways that satisfy general presentation expectations for the document language; CSS 3 is likely to be of the same mind.</p>
<p>Since the CSS specifications leave it up to implementations whether to use a “real” style sheet for default display or not, it’s not astonishing that you don’t find a default style sheet in every browser’s installation folder. Unlike Microsoft’s Internet Explorer as well as Opera, for example (and as far as I know), Gecko browsers like Firefox and Netscape Navigator (look for “html.css”) but also Konqueror make it rather simple to comprehend their default styling.</p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2009/07/27/user-agent-style-sheets-mystry-margins-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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[<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>IS disabled=&#8221;true&#8221; and disabled=&#8221;false&#8221;  the same?</title>
		<link>http://developer.expressionz.in/blogs/2009/03/24/is-disabledtrue-and-disabledfalse-the-same/</link>
		<comments>http://developer.expressionz.in/blogs/2009/03/24/is-disabledtrue-and-disabledfalse-the-same/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 07:00:33 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavasScript]]></category>
		<category><![CDATA[Form Elements]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=137</guid>
		<description><![CDATA[So is disabled="true" and disabled="false" same? 
<strong>Yes... here is some quick explanation...</strong>
"disabled" is an attribute of any form element/field and hence  can accept any value by its nature. So as long as this attribute is present, the element will be disabled regardless of its value]]></description>
			<content:encoded><![CDATA[<p>This ones old school , but as usual it is my memory supplement &#8230;<br />
<strong>So is disabled=&#8221;true&#8221; and disabled=&#8221;false&#8221; same?Yes</strong><br />
&#8230; Don&#8217;t believe, well! thats the way it is &#8230; here is some quick explanation&#8230;<br />
&#8220;disabled&#8221; is an attribute of any form element/field and hence  can accept any value by its nature.</p>
<blockquote><p>As long as this attribute is present, the element will be disabled regardless of its value. for eg.<br />
<em>&lt;input type=&#8221;text&#8221; value=&#8221;This is disabled&#8221; disabled&gt;<br />
&lt;input type=&#8221;text&#8221; value=&#8221;This is disabled&#8221; disabled=&#8221;disabled&#8221;&gt;<br />
&lt;input type=&#8221;text&#8221; value=&#8221;This is disabled&#8221; disabled=&#8221;true&#8221;&gt;<br />
&lt;input type=&#8221;text&#8221; value=&#8221;This is disabled&#8221; disabled=&#8221;false&#8221;&gt;</em></p>
<p>All of the above will make the this form field &#8220;DISABLED&#8221;.</p>
<p>Simply not providing the attribute &#8220;DISABLED&#8221; keeps the Field &#8220;ABLED&#8221; &#8230; like below</p>
<p><em>&lt;input type=&#8221;text&#8221; value=&#8221;This is not disabled&#8221; /&gt;</em></p></blockquote>
<p>Remember &#8220;<strong>Any value (or no value at all) of the disabled attribute, the browser will render it disabled</strong>&#8221; . To keep things clear in our minds W3C recommends that we use <strong>disabled=&#8221;disabled&#8221;</strong> in these situations.</p>
<blockquote><p>This is difference though when we use this attribute in javascript &#8230;<br />
<em><strong><br />
</strong>document.form.element.disabled = true; //the element will be disabled<br />
document.form.element.disabled = false; //the element will be enabled</em></p></blockquote>
<p>The above arguments are also true for these attributes and elements :<strong><br />
</strong></p>
<ul>
<li><strong> checked (radio button and checkbox)</strong></li>
<li><strong> selected (option)</strong></li>
<li><strong> nowrap (td) </strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2009/03/24/is-disabledtrue-and-disabledfalse-the-same/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SevenUp! Encourage the world to get rid of IE6!</title>
		<link>http://developer.expressionz.in/blogs/2009/03/22/sevenup-encourage-the-world-to-get-rid-of-ie6/</link>
		<comments>http://developer.expressionz.in/blogs/2009/03/22/sevenup-encourage-the-world-to-get-rid-of-ie6/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 19:51:46 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[Browser Quirks]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[IE Issues]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://developer.expressionz.in/blogs/?p=134</guid>
		<description><![CDATA[Google starts a movement prompt people to dump IE6 ... By bugging IE6 users with a POPUP on page load... may be not a very idea ... but being a UI developer , I have to join this band wagon ... one less browser for me worry about ... Sorry! but I have include this ...]]></description>
			<content:encoded><![CDATA[<p>Google starts a movement prompt people to dump IE6 &#8230; By bugging IE6 users with a POPUP on page load&#8230; may be not a very good idea &#8230; but being a UI developer , I have to join this band wagon &#8230; one less browser for me worry about &#8230; Sorry selfish it is! but I have include this javascript &#8230; ( TRY THIS PAGE IN IE6) &#8230;<br />
Hey ! and on the brighter note &#8230; See it is a display of the <strong>POWER of JAVASCRIPT </strong>&#8230;. it can even bring down a giant (or once it was )</p>
<p><strong>SO &#8230; Help rid the world of IE6 with one line of javascript! </strong></p>
<p><a href="http://code.google.com/p/sevenup/">http://code.google.com/p/sevenup/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://developer.expressionz.in/blogs/2009/03/22/sevenup-encourage-the-world-to-get-rid-of-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
