<?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>SEO Web Design with Binh Nguyen &#187; Plugin</title>
	<atom:link href="http://www.binh.name/t/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binh.name</link>
	<description>Freebies for SEO, Web design, computers, blogging</description>
	<lastBuildDate>Thu, 25 Jun 2009 21:40:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Less Filters Plugin for WordPress</title>
		<link>http://www.binh.name/less-filter-plugin-for-wordpress/</link>
		<comments>http://www.binh.name/less-filter-plugin-for-wordpress/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 23:31:42 +0000</pubDate>
		<dc:creator>Bình</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.binh.name/?p=184</guid>
		<description><![CDATA[I made this plugin a while ago but I didn't have time to upload it. So please forgive me. Download Here is the link to download it: less-filters. Quick instruction: What you need to do is extract the less-filter.php file to /wp-content/plugins/ folder then activate the plugins. You will then be able to include javascript [...]]]></description>
			<content:encoded><![CDATA[<p>I made this plugin a while ago but I didn't have time to upload it. So please forgive me.</p>
<h2>Download</h2>
<p>Here is the link to download it: <a href="http://www.binh.name/files/2009/04/less-filters.zip">less-filters</a>.</p>
<h2>Quick instruction:</h2>
<p>What you need to do is extract the<strong> less-filter.php</strong> file to <strong>/wp-content/plugins/</strong> folder then activate the plugins. You will then be able to include javascript and other advanced codes into the wpmu post body and widgets. I will give more instruction soon. If not, please remind me.</p>
<h2>Property right:</h2>
<p>I made this plugin, so please kindly give me some credit if you talk about it or reproduce it. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binh.name/less-filter-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Fixing Post Teaser Plugin Bug for WP 2.3.1</title>
		<link>http://www.binh.name/fixing-post-teaser-plugin-bug-for-wp-231/</link>
		<comments>http://www.binh.name/fixing-post-teaser-plugin-bug-for-wp-231/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 16:15:03 +0000</pubDate>
		<dc:creator>Bình</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.binh.name/?p=39</guid>
		<description><![CDATA[Have you ever had problem with Post Teaser plugin for WordPress? I am using it and I found a bug. So I fixed the bug and now you can download it right from this page. I name it "Post Teaser 2" just so It won't mess up with the original one. It's now available for [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had problem with <strong><a href="http://wordpress.org/extend/plugins/post-teaser/" title="Visit plugin homepage">Post Teaser</a></strong> plugin for WordPress? I am using it and I found a bug. So I fixed the bug and now you can download it right from this page. I name it "Post Teaser 2" just so It won't mess up with the original one.</p>
<p>It's now available for download from this page: <a href="http://www.binh.name/?attachment_id=43" rel="attachment wp-att-43" title="Post Teaser 2 - An Essential WordPress Plugin">Post Teaser 2 - An Essential WordPress Plugin</a>.</p>
<h2>The Bug</h2>
<p>When I click the Update Options button on the Manage Post Teaser page, I got this: "Cannot load post-teaser.php." as shown in the snapshot:</p>
<p align="center"><img src="http://binh.name/files/2007/11/post-teaser-bug.png" alt="Post Teaser Bug" /></p>
<h2>Locating the bug</h2>
<p>It's annoying abit, but it's also easy to fix. I notice the following URL after the button is clicked:</p>
<blockquote><p>http://binh.name/wp/wp-admin/options-general.php?page=post-teaser.php&amp;saved=true</p></blockquote>
<p>And this is the URL before the button is clicked:</p>
<blockquote><p>http://binh.name/wp/wp-admin/options-general.php?page=post-teaser/post-teaser.php</p></blockquote>
<p>The different here is noticable.</p>
<ul>
<li>The failed query is: post-teaser.php&amp;saved=true</li>
<li>The unfailed query is: post-teaser/post-teaser.php</li>
</ul>
<p>So the correct query for saving the options should be: <strong>post-teaser/post-teaser.php&amp;saved=true</strong></p>
<h2>Debugging it</h2>
<p><strong>Open </strong>file "post-teaser/post-teaser.php" in the Plugin Editor (found in the Plugins page in Admin panel).</p>
<p><strong>Search </strong>for the string "post-teaser.php&amp;saved=true" in the file , and found the following lines:</p>
<ul>
<li> 101: header('Location: ' . get_settings('siteurl') . '/wp-admin/options-general.php?page=post-teaser.php&amp;saved=true');</li>
<li>103: 				header('Location: ' . get_settings('siteurl') . '/wp-admin/options-general.php?page=post-teaser.php&amp;saved=true');</li>
</ul>
<p><strong>Replace </strong>"post-teaser.php&amp;saved=true" with "post-teaser/post-teaser.php&amp;saved=true" and we get:</p>
<ul>
<li>101: header('Location: ' . get_settings('siteurl') . '/wp-admin/options-general.php?page=post-teaser/post-teaser.php&amp;saved=true');</li>
<li>103: 				header('Location: ' . get_settings('siteurl') . '/wp-admin/options-general.php?page=post-teaser/post-teaser.php&amp;saved=true');</li>
</ul>
<p><strong>Alternatively</strong> you could edit the plugin file locally then upload it.</p>
<p>A <strong>screenshot</strong> where it is located:</p>
<p><a href="http://www.binh.name/?attachment_id=41" rel="attachment wp-att-41" title="Edit Post Teaser Code File"></a></p>
<p style="text-align: center"><a href="http://www.binh.name/?attachment_id=41" rel="attachment wp-att-41" title="Edit Post Teaser Code File"><img src="http://binh.name/files/2007/11/post-teaser-bug-edit.thumbnail.png" alt="Edit Post Teaser Code File" /></a></p>
<p><strong>Problem Fixed:</strong></p>
<p style="text-align: center"><a href="http://www.binh.name/?attachment_id=42" rel="attachment wp-att-42" title="Post Teaser Bug Fixed"><img src="http://binh.name/files/2007/11/post-teaser-bug-fixed.png" alt="Post Teaser Bug Fixed" /></a></p>
<h2>Conclusion</h2>
<p>The author of this plugin actually wrote it up to version 2.3 of WordPress. Or maybe because he just didn't mean to have the user keep the post-teaser.php file under the post-teaser folder. Either way, I hope when writing the plugin and packaging it the author should consider the end user first.</p>
<p>I, a web developer still didn't realise I had to extract the php file into the plugins folder instead of the whole folder which contains the php file? Most of the plugins come packaged with readme.txt, plugin-name.pot, etc. How does the user know what to do without reading pages of documentation? We should make it simple for the end users. KISS principle is appreciated.</p>
<p>Since this wonderful plugin has a public license I would like to continue supporting it. If you have any problem please feel free to leave a comment on this page.  And... sorry I couldn't fix the translation files. So if you are using another language, please bear not having it, or modify the original file as directed by this debugging tutorial.</p>
<p>You can directly <a href="http://binh.name/files/2007/11/post-teaser-2.zip">download Post Teaser 2 now</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binh.name/fixing-post-teaser-plugin-bug-for-wp-231/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Dangerous Permalink Redirect Bugs</title>
		<link>http://www.binh.name/fixing-dangerous-permalink-redirect-bugs/</link>
		<comments>http://www.binh.name/fixing-dangerous-permalink-redirect-bugs/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 19:37:32 +0000</pubDate>
		<dc:creator>Bình</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.binh.name/?p=35</guid>
		<description><![CDATA[Since I have more than one occasion encounter bug with Permalink Redirect, I recommend people wait for new version of this plug-in. The Bugs The following are the bugs: Redirect "/feed" URI to "/feed/" using 302 redirect. Ignoring the "/%postname%" rule having no trailing slash. Redirect "/?paged=x" to "/page/x/" (where x is paging number) ingoring [...]]]></description>
			<content:encoded><![CDATA[<p>Since I have more than one occasion encounter bug with <strong><a href="http://fucoder.com/code/permalink-redirect/" title="Permalink Redirect WordPress Plugin">Permalink Redirect</a></strong>, I recommend people wait for new version of this plug-in.</p>
<h2>The Bugs</h2>
<p>The following are the bugs:</p>
<ol>
<li>Redirect "/feed" URI to "/feed/" using 302 redirect. Ignoring the "/%postname%" rule having no trailing slash.</li>
<li>Redirect "/?paged=x" to "/page/x/" (where x is paging number) ingoring the fact ugly default URL is used, causing 404 message when paging.</li>
</ol>
<p>There is no doubt about these bugs, because I test it by enabling and disabling Permalink Redirect plugin.</p>
<h2>Fixing the bugs</h2>
<p>Indeed being a programmer gives me some advantages, I could fix the bugs on the fly.</p>
<h3>Feed redirect trailing slash</h3>
<p>For the /feed to /feed/ redirect problem, I found these lines:</p>
<blockquote><p>208        if (is_feed()) {<br />
209            $link = trailingslashit($link) . 'feed/';<br />
210        }</p></blockquote>
<p>Solution:</p>
<ol>
<li>If want no trailing slash, remove the "/" on line 209.</li>
<li>If it's WordPress 2.3.1+ simply remove the 3 lines because it's built-in.</li>
<li>If you don't want to touch code, include the  following in the Options &gt; Permalink Redirect &gt; Paths to be skipped: "<strong>.+/feed</strong>.*" (without the quotes)</li>
</ol>
<h3>Page redirect ignoring permalink rule</h3>
<p>For the /?page=x to /paged/x/ problem, I found this line:</p>
<blockquote><p>204    if ($paged)<br />
205        $link = trailingslashit($link) . "page/$paged/";</p></blockquote>
<p>Solution:</p>
<ol>
<li>If  WordPress 2.3.1+, remove the lines because it's done better.</li>
<li>If you don't want to touch code, include the  following in the Options &gt; Permalink Redirect &gt; Paths to be skipped: "<strong>.+/?paged=.*</strong>" (without the quotes)</li>
</ol>
<h2>Conclusion</h2>
<p>Even being buggy, and not recommended by WordPress 2.3.1 which claim having internal redirect, Permalink Redirect still provide some benefit that built-in redirect doesn't offer, such as:</p>
<ol>
<li>Redirect permalink from old structure to new structure</li>
<li>Redirect broken, or wrong URL, providing the post id is correct, or enough matching words in post slug.</li>
<li>Redirect feed url from "/?feed=rss" to "/feed" or "/feed/" depending your customization.</li>
</ol>
<p>This plug-in is indeed getting a lot of my attention. I have more liking for it than the bult-in redirect. So, whenever I have time I will investigate deeper into the code and optimize it for better usage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binh.name/fixing-dangerous-permalink-redirect-bugs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Major Blog Building Considerations</title>
		<link>http://www.binh.name/major-blog-building-considerations/</link>
		<comments>http://www.binh.name/major-blog-building-considerations/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 18:20:48 +0000</pubDate>
		<dc:creator>Bình</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[decision]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.binh.name/?p=34</guid>
		<description><![CDATA[At this time I'm pretty lazy at designing and coding things. I've been stumbled on the Blog World, which give me the stronger will to live (blogging). I want to write more and more. However it's time to really do some serious decisions. I started posting my blog entries with WordPress because I felt that's [...]]]></description>
			<content:encoded><![CDATA[<p>At this time I'm pretty lazy at designing and coding things. I've been stumbled on the Blog World, which give me the stronger will to live (blogging). I want to write more and more. However it's time to really do some serious decisions.</p>
<p>I <a href="http://www.binh.name/?p=12" title="Read I Started Blogging with WordPress">started posting my blog entries with WordPress</a> because I felt that's a necessary initiative. However, I strongly need to consider few things.</p>
<h2>Website structure</h2>
<p>The biggest issue I'm having is the website structure. I'm still wondering whether</p>
<ol>
<li>putting niche topics on separate <strong>subdomains</strong>, and so using <a href="http://mu.wordpress.org/" target="_blank">WordPress MU</a> to power my site,</li>
<li>or just a single blog like right now with categories as niches.</li>
</ol>
<p>Technically speaking, WordPress MU is capable of helping me separate the niches pretty well. SEO point of views, the 2nd option is much better, though require some serious initial design.</p>
<p>As for the niches, I have a few expertises and a few hobbies.</p>
<p>My expertises include:</p>
<ul>
<li>Software development</li>
<li>Web development</li>
<li>Software reviews</li>
<li>Website reviews</li>
<li>Reporting</li>
</ul>
<p>My hobbies include:</p>
<ul>
<li>Photography - armature level, mostly common things and discoveries</li>
<li>Giving opinions - just about anything I my find interested in having a say</li>
<li>Learning - that's strange, but yes, I like to learn new things, and write about it.</li>
</ul>
<h2>Theme Design</h2>
<p>The design is not finalized, yet. The design is a very important factor in retaining readers and building brand image. Hence, I need some serious time off writing and reading to do redesign the theme I chose, which is <a href="http://www.binh.name/?p=16" title="A Glance at JustSimple WordPress Theme">JustSimple</a>.</p>
<h2>URL structure</h2>
<p>As you can see, my URL is still in ugly form. Earlier I wrote about the <a href="http://www.binh.name/?p=20" title="Good URL - Top 10 Structure Design Considerations">good URL structure choices</a>, but since then haven't got good replies yet. I may need to visit some forum and invite people over for some feedback. Mean while, I still need to keep it like this.</p>
<h2>WordPress Plug-ins</h2>
<p>I installed and tested many WordPress plugins. So far I am very pleased with those:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/adsense-manager/" target="_blank" title="Visit plugin homepage">AdSense Manager</a></li>
<li><a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/" target="_blank" title="Visit plugin homepage">All in One SEO Pack</a></li>
<li><a href="http://boakes.org/analytics" target="_blank" title="Visit plugin homepage">Google Analytics</a></li>
<li><a href="http://www.arnebrachhold.de/redir/sitemap-home/" target="_blank" title="Visit plugin homepage">Google XML Sitemaps</a></li>
<li><a href="http://aralbalkan.com/wordpress/" target="_blank" title="Visit plugin homepage">Inline Posts</a></li>
<li><a href="http://fucoder.com/code/permalink-redirect/" target="_blank" title="Visit plugin homepage">Permalink Redirect</a></li>
<li><a href="http://wordpress.org/extend/plugins/post-teaser/" target="_blank" title="Visit plugin homepage">Post Teaser</a></li>
<li><a href="http://txfx.net/code/wordpress/subscribe-to-comments/" target="_blank" title="Visit plugin homepage">Subscribe To Comments</a></li>
<li><a href="http://mnm.uib.es/gallir/wp-cache-2/" target="_blank" title="Visit plugin homepage">wp-cache</a></li>
</ul>
<p>The list for all plug-ins are long. Hence, I will keep it for another post summarizing those plug-ins and tell what worth using. The above plug-ins are nice to use, but new ones come out pretty often so they not yet for my permanent usage. For example recently <a href="http://ocaoimh.ie/wp-super-cache/" title="WP Super Cache at Holy Shmoly!" target="_blank">WP Super Cache</a> comes out and claim to take over 10,000 hits without a trouble.</p>
<h2>Blog Directories</h2>
<p>Yes, I have found out about those blog communities and was so surprise they existed and they really help. Recently as I go along learning, I stumbled on and signed up for the following:</p>
<ul>
<li><a href="http://MyBlogLog.com">MyBlogLog.com</a></li>
<li><a href="http://BlogCatalog.com">BlogCatalog.com</a></li>
<li><a href="http://BlogFlux.com">BlogFlux.com</a></li>
<li><a href="http://Technorati.com">Technorati.com</a></li>
</ul>
<p>I'm looking toward signing up on more directories. I will write review about each of them while I go along.</p>
<h2>What's Next?</h2>
<p>I planned to post about 10 articles a day. But due to those burdens I am delaying the writing. Struggling to start-up something does give much learning experience. I will be sharing my experience as I go along. Stay tuned for my progress on growing this baby "Binh dot Name" which ought to be a giant.</p>
<p>What about your blog? What do you plan with it? How will you achieve your goals?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binh.name/major-blog-building-considerations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TheWebMarketingBlog.com Good, Bad, and Bug</title>
		<link>http://www.binh.name/thewebmarketingblogcom-good-bad-and-bug/</link>
		<comments>http://www.binh.name/thewebmarketingblogcom-good-bad-and-bug/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 18:02:36 +0000</pubDate>
		<dc:creator>Bình</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.binh.name/?p=30</guid>
		<description><![CDATA[It found this a great post Last Resort Self-Unbanning. So I read it and tried to submit a comment just to appraise it. The Good as I can see This site has a professional look. It is well established and has nearly 3,000 community member on MyBlogLog. It is content rich with a niche about [...]]]></description>
			<content:encoded><![CDATA[<p>It found this a great post <a href="http://www.thewebmarketingblog.com/2007/11/13/last-resort-self-unbanning/" rel="bookmark" title="Permanent Link to Last Resort Self-Unbanning">Last Resort Self-Unbanning</a>. So I read it and tried to submit a comment just to appraise it.</p>
<h2>The Good as I can see</h2>
<ol>
<li>This site has a professional look.</li>
<li>It is well established and has nearly 3,000 community member on MyBlogLog.</li>
<li>It is content rich with a niche about marketing and SEO.</li>
</ol>
<h2>The Bad as I can see</h2>
<ol>
<li>The banner is too large, it covers 1/3 of my screen height and push the content down.</li>
<li>There are some logos of various search engine across the header. Those I feel are not necessary and they take plentiful of valuable space. Why are you advertising the search engines?</li>
<li>Also, instead of a horizontal menu I see the subscribe buttons accross the screen between the header and the content. And the way they animate is distorting the display on my screen.</li>
</ol>
<h2>The Bug as I can see</h2>
<p>I can't believe it have some <strong>bug </strong>with the comments form. After submitting the comment I waited for a while without seeing any change in the page. When I scroll up I found this:</p>
<blockquote><p><strong>Warning</strong>:  main(../../../wp-config.php): failed to open stream: No such file or directory in <strong>/www/wordpress24/wordpress/wp-content/themes/vantagepress-green-13/vantagepress-green-13/comments-ajax.php</strong> on line <strong>2</strong></p>
<p><strong>Fatal error</strong>:  main(): Failed opening required '../../../wp-config.php' (include_path='.:/usr/share/pear') in <strong>/www/wordpress24/wordpress/wp-content/themes/vantagepress-green-13/vantagepress-green-13/comments-ajax.php</strong> on line <strong>2</strong></p></blockquote>
<p>I took a screenshot here:</p>
<p><a href="http://www.binh.name/?attachment_id=32" rel="attachment wp-att-32" title="Screenshot of Bug on TheWebMarketingBlog.com"></a></p>
<p style="text-align: center"><a href="http://www.binh.name/?attachment_id=32" rel="attachment wp-att-32" title="Screenshot of Bug on TheWebMarketingBlog.com"><img src="http://binh.name/files/2007/11/thewebmarketingblogcom-error.thumbnail.png" alt="Screenshot of Bug on TheWebMarketingBlog.com" /></a></p>
<p><strong>Comment to the author: </strong>The file <strong>comments-ajax.php</strong> is missing. Somehow it's with the theme <strong>vantagepress-green-13</strong>? I don't know much details about this theme and the plugin they are using on TheWebMarketingBlog.com, so I can't comment on this.</p>
<p>I kindly suggest the  author of this blog should fix it soon, so that I and other readers can have our say.</p>
<h2>What's Next?</h2>
<p>Since this is a first review, I also would like to notify everyone of my intention: I'm not for sale. Reviewing is one of my hobbies and  I do so without any bias. Expect me to write more negative reviews than positve reviews.</p>
<p>As a matter of interest, since I'm so happy to review other people's stuff, I'm also happy other review about mine too. So feel free to slap to the face for something I done wrong, or thumb up my good work, all are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binh.name/thewebmarketingblogcom-good-bad-and-bug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Case Sensitive &#8211; Firefox JavaScript Becomes Tricky</title>
		<link>http://www.binh.name/case-sensitive-firefox-javascript-become-tricky/</link>
		<comments>http://www.binh.name/case-sensitive-firefox-javascript-become-tricky/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 15:51:05 +0000</pubDate>
		<dc:creator>Bình</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Google Adsense]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.binh.name/?p=21</guid>
		<description><![CDATA[Problem: On Tuesday the 25th of September 2007 I was having this annoying bug. I was testing my website using FireFox (my main browser). I found out I couldn't send my page description to Digg using the following Digg JavaScript variable: digg_body = document.getElementsByName("description")[0].content While Internet Explorer, my 2ndary browser worked fine with it. Debug [...]]]></description>
			<content:encoded><![CDATA[<h2>Problem:</h2>
<p>On Tuesday the 25th of September 2007 I was having this annoying bug. I was testing my website using FireFox (my main browser). I found out I couldn't send my page description to <a href="http://digg.com" title="Open Digg. Hold Ctrl to open in new window">Digg</a> using the following Digg JavaScript  variable:</p>
<p><code>digg_body = document.getElementsByName("description")[0].content</code></p>
<p>While Internet Explorer, my 2ndary browser worked fine with it.</p>
<h2>Debug Process:</h2>
<p>The debug process was done  using the alert statement to show the object.</p>
<p><code>alert (document.getElementsByName("description")[0].content);</code></p>
<p>When the page is loaded in Internet Explorer 7, the alert statement  shows a pop up message containing the page description. While in  FireFox it return NULL. I couldn't see anything wrong with the syntax.  After many hours trying to fix, the problem was actually too simple. In  the HTML page I got</p>
<p><code>&lt;meta name="Description" content="some text..."&gt;</code></p>
<p>Instead of</p>
<p><code>&lt;meta name="description" content="some text..."&gt;</code></p>
<h2>Debug Result:</h2>
<p>The only different here is the "D" in the actual code, as apposed to the "d" as what the FireFox JavaScript was looking for.</p>
<p>The cause of the problem is that, the meta Description tag was  placed automatically by the ASP.NET code, so I had to modify the  JavaScript instead.</p>
<h2>Lesson learned:</h2>
<p>FireFox is very strict in JavaScript casing. So watch out for the  bug similar to this and save you some time wondering what's wrong with  the "perfect" code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.binh.name/case-sensitive-firefox-javascript-become-tricky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.365 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 21:37:54 -->
<!-- Compression = gzip -->
