<?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>#{茶男與藍牌} &#187; Browser</title>
	<atom:link href="http://www.chentianwen.net/wordpress/category/it/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chentianwen.net/wordpress</link>
	<description>Life has to be exciting.</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:34:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fixing the Permission denied to get property XULElement.selectedIndex error</title>
		<link>http://www.chentianwen.net/wordpress/2009/08/07/fixing-the-permission-denied-to-get-property-xulelementselectedindex-error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-the-permission-denied-to-get-property-xulelementselectedindex-error</link>
		<comments>http://www.chentianwen.net/wordpress/2009/08/07/fixing-the-permission-denied-to-get-property-xulelementselectedindex-error/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 05:23:19 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=216</guid>
		<description><![CDATA[<p>from <a href="http://www.seopher.com/articles/fixing_the_permission_denied_to_get_property_xulelement_selectedindex_error">http://www.seopher.com/articles/fixing_the_permission_denied_to_get_property_xulelement_selectedindex_error</a></p> <p>If you&#8217;re ever doing some AJAX stuff with a text-box input it&#8217;s possible that your Firebug will throw a very unusual error:</p> <p>Error: [Exception&#8230; &#8220;&#8216;Permission denied to get property XULElement.selectedIndex&#8217; when calling method:</p> <p>The problem lies in Firefox specifically and it&#8217;s autocomplete functionality. To fix it all you need to do is [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2009/08/07/fixing-the-permission-denied-to-get-property-xulelementselectedindex-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful HTML Meta Tags</title>
		<link>http://www.chentianwen.net/wordpress/2009/05/25/useful-html-meta-tags/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=useful-html-meta-tags</link>
		<comments>http://www.chentianwen.net/wordpress/2009/05/25/useful-html-meta-tags/#comments</comments>
		<pubDate>Mon, 25 May 2009 01:17:40 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=197</guid>
		<description><![CDATA[Tag Name Example(s) Description Author &#60;META NAME=&#8221;AUTHOR&#8221; CONTENT=&#8221;Tex Texin&#8221;&#62; The author&#8217;s name. cache-control &#60;META HTTP-EQUIV=&#8221;CACHE-CONTROL&#8221; CONTENT=&#8221;NO-CACHE&#8221;&#62; HTTP 1.1. Allowed values = PUBLIC &#124; PRIVATE &#124; NO-CACHE &#124; NO-STORE.<br /> Public &#8211; may be cached in public shared caches<br /> Private &#8211; may only be cached in private cache<br /> no-Cache &#8211; may not be cached<br [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2009/05/25/useful-html-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XMLHTTP notes: readyState and the events</title>
		<link>http://www.chentianwen.net/wordpress/2009/05/22/xmlhttp-notes-readystate-and-the-events/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xmlhttp-notes-readystate-and-the-events</link>
		<comments>http://www.chentianwen.net/wordpress/2009/05/22/xmlhttp-notes-readystate-and-the-events/#comments</comments>
		<pubDate>Fri, 22 May 2009 08:28:00 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=195</guid>
		<description><![CDATA[<p>from <a href="http://www.quirksmode.org/blog/archives/2005/09/xmlhttp_notes_r_2.html">http://www.quirksmode.org/blog/archives/2005/09/xmlhttp_notes_r_2.html</a></p> <p class="intro">As we all know an xmlhttp script requires the use of the readystatechange event. In theory, using the load event is also possible, but Explorer doesn&#8217;t support it on xmlhttp requests.</p> <p>Both these events, and the readyState property, have a few odd quirks when used in an xmlhttp environment, though. These [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2009/05/22/xmlhttp-notes-readystate-and-the-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE page cache problem with AJAX</title>
		<link>http://www.chentianwen.net/wordpress/2009/05/19/ie-page-cache-problem-with-ajax/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ie-page-cache-problem-with-ajax</link>
		<comments>http://www.chentianwen.net/wordpress/2009/05/19/ie-page-cache-problem-with-ajax/#comments</comments>
		<pubDate>Tue, 19 May 2009 05:30:27 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=193</guid>
		<description><![CDATA[Problem: <p>When doing AJAX call, IE will cache every AJAX call. Hence, url such as &#8216;/post.do&#8217; will return the same thing and actually the AJAX request will not be sent after the first time.</p> Solution: <p>put AJAX url &#8216;/post.do&#8217; with a time stamp as following:</p> jQuery.get('/post.do?ts='+(new Date()).getTime());]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2009/05/19/ie-page-cache-problem-with-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Tips To Reduce Firefox Memory and Cache Usage</title>
		<link>http://www.chentianwen.net/wordpress/2009/02/26/5-tips-to-reduce-firefox-memory-and-cache-usage/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=5-tips-to-reduce-firefox-memory-and-cache-usage</link>
		<comments>http://www.chentianwen.net/wordpress/2009/02/26/5-tips-to-reduce-firefox-memory-and-cache-usage/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 04:43:59 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=164</guid>
		<description><![CDATA[<p>from <a href="http://www.davidtan.org/tips-reduce-firefox-memory-cache-usage/">http://www.davidtan.org/tips-reduce-firefox-memory-cache-usage/</a></p> <p>Sometimes I just feel that <a id="KonaLink0" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.davidtan.org/tips-reduce-firefox-memory-cache-usage/#" target="undefined">Firefox</a> is such a memory hog. Once I start to open up a few extra tabs, it starts to slow down my whole system. Fortunately, you can do something about it. Here are simple tips and tricks [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2009/02/26/5-tips-to-reduce-firefox-memory-and-cache-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table Border Issue in both IE and Firefox</title>
		<link>http://www.chentianwen.net/wordpress/2008/12/04/table-border-issue-in-both-ie-and-firefox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=table-border-issue-in-both-ie-and-firefox</link>
		<comments>http://www.chentianwen.net/wordpress/2008/12/04/table-border-issue-in-both-ie-and-firefox/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:48:13 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=135</guid>
		<description><![CDATA[<p>Just discover that when coding the following into style sheet:</p> table { border-collapse: collapse; } th, td { position: relative; border: 1px solid #eee; } <p>In Firefox 3, top and right borders of each table cell will disappear.</p> <p>In IE 7, borders could not collapse.</p> <p>Don&#8217;t know why this happened, need to do a little [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/12/04/table-border-issue-in-both-ie-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for PNG issue in IE6</title>
		<link>http://www.chentianwen.net/wordpress/2008/11/18/fix-for-png-issue-in-ie6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-for-png-issue-in-ie6</link>
		<comments>http://www.chentianwen.net/wordpress/2008/11/18/fix-for-png-issue-in-ie6/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:56:22 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=116</guid>
		<description><![CDATA[<p>Well known issus that IE6 can not display transparency for PNG picture. But now here comes the IFixPNG from <a href="http://jquery.khurshid.com/ifixpng.php">http://jquery.khurshid.com/ifixpng.php</a>. It&#8217;s really a perfect fix for this issue&#8230;</p>]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/11/18/fix-for-png-issue-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;This Page Contains Both Secure and Non-Secure Items&#8217; Error Message</title>
		<link>http://www.chentianwen.net/wordpress/2008/10/03/this-page-contains-both-secure-and-non-secure-items-error-message/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=this-page-contains-both-secure-and-non-secure-items-error-message</link>
		<comments>http://www.chentianwen.net/wordpress/2008/10/03/this-page-contains-both-secure-and-non-secure-items-error-message/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 08:10:54 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=88</guid>
		<description><![CDATA[<p>Generally, it is caused by the following situations:</p> img, iframe, and frame with src attribute which is blank or non found items. any request from non-secure (non https) source. any usage of &#8216;about:&#8217; such as about:blank <p>Trouble shooting:</p> examine any src attribute of img, iframe and frame carefully <p>Solution:</p> change src attribute to &#8216;javascript:false;&#8217; or [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/10/03/this-page-contains-both-secure-and-non-secure-items-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gears in Firefox</title>
		<link>http://www.chentianwen.net/wordpress/2008/09/19/gears-in-firefox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gears-in-firefox</link>
		<comments>http://www.chentianwen.net/wordpress/2008/09/19/gears-in-firefox/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 14:05:33 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=70</guid>
		<description><![CDATA[<p>Just a note of gears in Firefox which will help a great deal in facilitating your web development.</p> <p><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a>: very handy extension which will help in figuring out the CSS and Javascript bugs.</p> <p><a href="https://addons.mozilla.org/en-US/firefox/addon/5369">YSlow</a>: Y(Why) slow? It&#8217;s a really a good name which will clearly identify the performance problems in your web page. [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/09/19/gears-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About protocol links</title>
		<link>http://www.chentianwen.net/wordpress/2008/09/19/about-protocol-links/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=about-protocol-links</link>
		<comments>http://www.chentianwen.net/wordpress/2008/09/19/about-protocol-links/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 12:50:16 +0000</pubDate>
		<dc:creator>茶男</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.chentianwen.net/wordpress/?p=66</guid>
		<description><![CDATA[<p>From <a href="http://kb.mozillazine.org/About_protocol_links">http://kb.mozillazine.org/About_protocol_links</a></p> <p>There are a few special URLs, which begin with about:, that you can type into the Location Bar. (In Thunderbird, which has no Location Bar, or in SeaMonkey, you can also use them as &#8220;Mail Start Page&#8221;.)</p> about: — The same page as &#8220;Help -&#62; About&#8221;. about:about — Lists all these about: [...]]]></description>
		<wfw:commentRss>http://www.chentianwen.net/wordpress/2008/09/19/about-protocol-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

