<?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>indiWiz.com &#187; html</title>
	<atom:link href="http://indiwiz.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiwiz.com</link>
	<description>Subhash&#039;s Tech Log</description>
	<lastBuildDate>Wed, 03 Mar 2010 13:24:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Encoding to Ogg Theora Format: For use in HTML5</title>
		<link>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/</link>
		<comments>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 09:08:58 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=375</guid>
		<description><![CDATA[To encode a video file for use in HTML5 video compatible browser (firefox 3.5 and above supports HTML5 video), use the command: $ ffmpeg -i in.flv -vcodec libtheora -sameq \ -acodec libvorbis -ac 2 -sameq out.ogg Finally use it in your page: &#60;video src="out.ogg"&#62; Your browser does not support HTML5 video. &#60;/video&#62; Reference: HTML 5 [...]]]></description>
			<content:encoded><![CDATA[<p>To encode a video file for use in HTML5 video compatible browser (<a href="http://www.mozilla.com/firefox/">firefox</a> 3.5 and above supports HTML5 video), use the command:</p>
<pre>
$ ffmpeg -i in.flv -vcodec libtheora -sameq \
   -acodec libvorbis -ac 2 -sameq out.ogg
</pre>
<p><br/></p>
<p>Finally use it in your page:</p>
<pre>
&lt;video src="out.ogg"&gt;
Your browser does not support HTML5 video.
&lt;/video&gt;
</pre>
<p><br/></p>
<p><strong>Reference</strong>: <a href="http://www.quackit.com/html_5/tags/html_video_tag.cfm">HTML 5 &lt;video&gt; Tag</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5&amp;desc=To%20encode%20a%20video%20file%20for%20use%20in%20HTML5%20video%20compatible%20browser%20%28firefox%203.5%20and%20above%20supports%20HTML5%20video%29%2C%20use%20the%20command%3A%0D%0A%0D%0A%0D%0A%24%20ffmpeg%20-i%20in.flv%20-vcodec%20libtheora%20-sameq%20%5C%0D%0A%20%20%20-acodec%20libvorbis%20-ac%202%20-sameq%20out.ogg%0D%0A%0D%0A%0D%0AFinally%20use%20it%20in%20your%20page%3A%0D%0A%0D%0A%0D%0A%26lt%3Bvideo%20src%3D%22out.ogg%22%26gt%3B%0D%0AYour%20brows" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;t=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5&amp;summary=To%20encode%20a%20video%20file%20for%20use%20in%20HTML5%20video%20compatible%20browser%20%28firefox%203.5%20and%20above%20supports%20HTML5%20video%29%2C%20use%20the%20command%3A%0D%0A%0D%0A%0D%0A%24%20ffmpeg%20-i%20in.flv%20-vcodec%20libtheora%20-sameq%20%5C%0D%0A%20%20%20-acodec%20libvorbis%20-ac%202%20-sameq%20out.ogg%0D%0A%0D%0A%0D%0AFinally%20use%20it%20in%20your%20page%3A%0D%0A%0D%0A%0D%0A%26lt%3Bvideo%20src%3D%22out.ogg%22%26gt%3B%0D%0AYour%20brows&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/&amp;title=Encoding+to+Ogg+Theora+Format%3A+For+use+in+HTML5" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/07/14/encoding-to-ogg-theora-format-for-use-in-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing HTML</title>
		<link>http://indiwiz.com/2009/06/29/testing-html/</link>
		<comments>http://indiwiz.com/2009/06/29/testing-html/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 09:32:50 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=357</guid>
		<description><![CDATA[We are living in the age of Ajax and beyond, and I talk about testing HTML! But it is true. HTML needs testing. The issue with HTML is its flexibility. HTML specification does not insist on well-formedness or correctness. It allowed many different ways of doing the same thing. This paved way for its instant [...]]]></description>
			<content:encoded><![CDATA[<p>We are living in the age of Ajax and beyond, and I talk about testing HTML! But it is true. HTML needs testing. The issue with HTML is its flexibility. HTML specification does not insist on well-formedness or correctness. It allowed many different ways of doing the same thing. This paved way for its instant adoption (when the web was invented), but later created trouble in terms of complexity involved in the parser required to parse it, consistent rendering between different agents and, of course, the complexity involved in testing it.</p>
<p>A few days back we faced a production problem caused by HTML. The programmer had put the &lt;option&gt; attribute value thus:</p>
<pre>
&lt;option value=DYNAMICALLY_GENERATED&gt;Some content&lt;/option&gt;
</pre>
<p><br/></p>
<p>This seemingly harmless code failed when the DYNAMICALLY_GENERATED content contained space in it. The programmer did not wrap the attribute value in single-quote or double-quote. When the form was submitted, the value was taken was the part of the string before the first space. We, the developers did not test with the DYNAMICALLY_GENERATED string with spaces in it.</p>
<p>Another instance we faced was also similar. The programmer had left some open tag in &lt;form&gt;. Firefox rendered this page correctly. The form was functional. When this was deployed for customer review, the customers were appalled to see no form elements. An empty screen. The customers were using IE6.</p>
<p>Issues like these are caused by lack of discipline in the developer&#8217;s part. And sometimes, they creep due to duress, or genuine mistake.</p>
<p>When we encounter problems like these, we immediately recognize that these are problems that can be solved easily. Our XML parsers immediately complain when we face such issues when writing XML by hand. But the Web Browser is not made for this purpose. We have specialized <em>HTML Validators</em> to perform such routine checks and find errors of this kind.</p>
<h3>HTML Validators</h3>
<p>Some of the popular HTML Validators:</p>
<ul>
<li><a href="http://validator.w3.org/">W3&#8242;s validator</a></li>
<li><a href="http://www.htmlhelp.com/tools/validator/">WDG&#8217;s validator</a></li>
<li><a href="http://validator.nu/">Validator by Henri Sivonen</a></li>
<li><a href="http://tidy.sourceforge.net/">HTMLTidy</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/249">Firefox Addon (not available for Linux)</a></li>
</ul>
<p>Note that some of the services like <a href="http://www.htmlhelp.com/tools/validator/">WDG validator</a> and <a href="http://validator.nu/">Henri Sivonen&#8217;s validator</a> also come with source code. You may run these services in your local network too.</p>
<h3>Challenges in testing HTML</h3>
<h4>Dynamic content</h4>
<p>The first challenge is the process of HTML generation itself. The steps in generating the final HTML:</p>
<pre>
code &gt; compile &gt; deploy &gt; runtime inputs &gt; final HTML generation
</pre>
<p><br/></p>
<p>As you see, in most Web development methodologies the final HTML which gets generated is in the last step. This renders validation process to be a costly affair in terms of time.</p>
<h4>Automation (with examples of Java specific tools)</h4>
<p>As many things in programming world, we can also automate the testing of valid HTML. This can be done during the phase of integration/funtional testing (because actual HTML is generated in the runtime environment based on various dynamic user inputs and parameters).</p>
<h4>Approach 1: Using a validation service</h4>
<p>The first approach would be to use your functional test tool to get the HTML source, and then programatically send it to one of the validation services (validation.nu exposes its functionality as services). For example, when using <a href="http://seleniumhq.org/">Selenium</a> as JUnit test, you would get the HTML source thus:</p>
<pre>
String htmlSource = selenium.getBodyText();
// Send htmlSource to validation service to verify its validity
</pre>
<p><br/></p>
<h4>Approach 2: Using JTidy inside your test suites</h4>
<p><a href="http://jtidy.sourceforge.net/">JTidy</a> is a port of the immensely popular <a href="http://tidy.sourceforge.net/">HTMLTidy</a> tool initially written by <a href="http://www.w3.org/People/Raggett/">Dave Raggett</a>, now maintained by volunteers.</p>
<pre>
Tidy tidy = new Tidy();
tidy.parse(inputStream, System.out);
</pre>
<p><br/></p>
<h4>Approach 3: Use a tool that supports HTML verification</h4>
<p>If you see the architecture of <a href="http://maxq.tigris.org/">MaxQ</a>, JTidy is integrated into the tool&#8217;s default testing workflow.</p>
<p>Based on the approaches discussed, choose the approach best suited to you and your environment.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/06/29/testing-html/&amp;title=Testing+HTML" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/06/29/testing-html/&amp;title=Testing+HTML" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/06/29/testing-html/&amp;title=Testing+HTML&amp;desc=We%20are%20living%20in%20the%20age%20of%20Ajax%20and%20beyond%2C%20and%20I%20talk%20about%20testing%20HTML%21%20But%20it%20is%20true.%20HTML%20needs%20testing.%20The%20issue%20with%20HTML%20is%20its%20flexibility.%20HTML%20specification%20does%20not%20insist%20on%20well-formedness%20or%20correctness.%20It%20allowed%20many%20different%20ways%20of%20doing%20the%20same%20thing.%20This%20paved%20way%20for%20its" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/06/29/testing-html/&amp;t=Testing+HTML" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/06/29/testing-html/&amp;title=Testing+HTML&amp;summary=We%20are%20living%20in%20the%20age%20of%20Ajax%20and%20beyond%2C%20and%20I%20talk%20about%20testing%20HTML%21%20But%20it%20is%20true.%20HTML%20needs%20testing.%20The%20issue%20with%20HTML%20is%20its%20flexibility.%20HTML%20specification%20does%20not%20insist%20on%20well-formedness%20or%20correctness.%20It%20allowed%20many%20different%20ways%20of%20doing%20the%20same%20thing.%20This%20paved%20way%20for%20its&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/06/29/testing-html/&amp;title=Testing+HTML" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/06/29/testing-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing HTML</title>
		<link>http://indiwiz.com/2009/04/21/writing-html/</link>
		<comments>http://indiwiz.com/2009/04/21/writing-html/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 05:46:02 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=248</guid>
		<description><![CDATA[Programmers are often required to write HTML code. Recently, on reviewing such code, I found some glaring mistakes. Based on this experience, I have assembled some points which programmers should note when developing HTML. Version of HTML Before writing HTML, decide upon version compliance. HTML 4.01 and XHTML 1.0 are popular choices. Specify Version of [...]]]></description>
			<content:encoded><![CDATA[<p>Programmers are often required to write HTML code. Recently, on reviewing such code, I found some glaring mistakes. Based on this experience, I have assembled some points which programmers should note when developing HTML.</p>
<h3>Version of HTML</h3>
<p>Before writing HTML, decide upon version compliance. HTML 4.01 and XHTML 1.0 are popular choices.</p>
<h3>Specify Version of HTML as DOCTYPE</h3>
<p>For HTML 4.01 it is:</p>
<pre class="brush: xml;">
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
</pre>
<p>For XHTML 1.0:</p>
<pre class="brush: xml;">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
</pre>
<p>For a detailed list, visit: <a href="http://webdesign.about.com/od/xhtml/a/aa011507.htm">http://webdesign.about.com/od/xhtml/a/aa011507.htm</a></p>
<h3>Don&#8217;t use deprecated elements like &lt;font&gt;</h3>
<p>&lt;font&gt; has been deprecated since version 4.01 of HTML.</p>
<h3>Use CSS for styling</h3>
<p>For styling purposes (specifying font, color, background-color, border, etc.) use only CSS. For example, for setting the background of a page, the earlier method is:</p>
<pre class="brush: xml;">
&lt;body bgcolor=&quot;blue&quot;&gt;
</pre>
<p>This is better written as:</p>
<pre class="brush: xml;">
&lt;body style=&quot;background: blue;&quot;&gt;
</pre>
<h3>Open/Close Elements</h3>
<p>Please ensure you open and close the HTML elements in proper order. Always have the discipline of closing open elements.</p>
<h3>Indentation</h3>
<p>HTML is also source code which is maintained by humans. Please respect yourself and the people who will be maintaining it later: write readable HTML with proper indentation.</p>
<h3>Validate HTML</h3>
<p>Use a proper <a href="http://validator.w3.org/">validation service</a> before publishing your HTML. You may also use tools like <tt>xmllint</tt> also to validate your HTML.</p>
<h3>Test in target browser</h3>
<p>All our development systems are Linux. We developers test our HTMLs in Firefox. But our clients use IE. Situations like these demand additional testing effort in IE.</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/04/21/writing-html/&amp;title=Writing+HTML" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/04/21/writing-html/&amp;title=Writing+HTML" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/04/21/writing-html/&amp;title=Writing+HTML&amp;desc=Programmers%20are%20often%20required%20to%20write%20HTML%20code.%20Recently%2C%20on%20reviewing%20such%20code%2C%20I%20found%20some%20glaring%20mistakes.%20Based%20on%20this%20experience%2C%20I%20have%20assembled%20some%20points%20which%20programmers%20should%20note%20when%20developing%20HTML.%0A%0AVersion%20of%20HTML%0A%0ABefore%20writing%20HTML%2C%20decide%20upon%20version%20compliance.%20HTML%204" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/04/21/writing-html/&amp;t=Writing+HTML" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/04/21/writing-html/&amp;title=Writing+HTML&amp;summary=Programmers%20are%20often%20required%20to%20write%20HTML%20code.%20Recently%2C%20on%20reviewing%20such%20code%2C%20I%20found%20some%20glaring%20mistakes.%20Based%20on%20this%20experience%2C%20I%20have%20assembled%20some%20points%20which%20programmers%20should%20note%20when%20developing%20HTML.%0A%0AVersion%20of%20HTML%0A%0ABefore%20writing%20HTML%2C%20decide%20upon%20version%20compliance.%20HTML%204&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/04/21/writing-html/&amp;title=Writing+HTML" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/04/21/writing-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Feature Request: Script Exclusion in HTML</title>
		<link>http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/</link>
		<comments>http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 10:44:26 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=135</guid>
		<description><![CDATA[I am working currently in a portal project. From various datasources we collect information and publish as portlets. The current UI scenario requires us to use JavaScript libraries like prototype.js and jQuery. In both these libraries, $() has different meaning. So when we tie a particular portlet&#8217;s UI to prototype.js, and another to jQuery, we [...]]]></description>
			<content:encoded><![CDATA[<p>I am working currently in a portal project. From various datasources we collect information and publish as portlets. The current UI scenario requires us to use JavaScript libraries like <a href="http://www.prototypejs.org/">prototype.js</a> and <a href="http://jquery.com/">jQuery</a>. In both these libraries, <tt>$()</tt> has different meaning. So when we tie a particular portlet&#8217;s UI to prototype.js, and another to jQuery, we cannot effectively place both of them in the same page.</p>
<p>If HTML/XHTML provides some kind of script exclusion so that scripts placed inside a particular scope do not reveal their functions and variables globally across the page, it is going to be helpful. For example:</p>
<pre>
&lt;script-package name=&quot;abc&quot;&gt;
  &lt;script src=&quot;prototype.js&quot; type=&quot;text/javascript&quot;/&gt;

  &lt;script type=&quot;text/javascript&quot;&gt;
    // use prototype specific code
  &lt;/script&gt;
&lt;/script-package&gt;

&lt;script-package name=&quot;xyz&quot;&gt;
  &lt;script src=&quot;jquery.js&quot; type=&quot;text/javascript&quot;/&gt;

  &lt;script type=&quot;text/javascript&quot;&gt;
    // use jQuery specific code
  &lt;/script&gt;
&lt;/script-package&gt;
</pre>
<p>In the rare case when a script needs to access some variable defined in different package, it can use some namespace mechanism. Any ideas?</p>


<div class="shr-bookmarks shr-bookmarks-expand">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/&amp;title=Feature+Request%3A+Script+Exclusion+in+HTML" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/&amp;title=Feature+Request%3A+Script+Exclusion+in+HTML" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/&amp;title=Feature+Request%3A+Script+Exclusion+in+HTML&amp;desc=I%20am%20working%20currently%20in%20a%20portal%20project.%20From%20various%20datasources%20we%20collect%20information%20and%20publish%20as%20portlets.%20The%20current%20UI%20scenario%20requires%20us%20to%20use%20JavaScript%20libraries%20like%20prototype.js%20and%20jQuery.%20In%20both%20these%20libraries%2C%20%24%28%29%20has%20different%20meaning.%20So%20when%20we%20tie%20a%20particular%20portlet%27s" rel="nofollow" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/&amp;t=Feature+Request%3A+Script+Exclusion+in+HTML" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/&amp;title=Feature+Request%3A+Script+Exclusion+in+HTML&amp;summary=I%20am%20working%20currently%20in%20a%20portal%20project.%20From%20various%20datasources%20we%20collect%20information%20and%20publish%20as%20portlets.%20The%20current%20UI%20scenario%20requires%20us%20to%20use%20JavaScript%20libraries%20like%20prototype.js%20and%20jQuery.%20In%20both%20these%20libraries%2C%20%24%28%29%20has%20different%20meaning.%20So%20when%20we%20tie%20a%20particular%20portlet%27s&amp;source=indiWiz.com" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/&amp;title=Feature+Request%3A+Script+Exclusion+in+HTML" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/01/05/feature-request-script-exclusion-in-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
