<?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>Davy&#039;s Blog &#187; firefox</title>
	<atom:link href="http://blog.hao909.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hao909.com</link>
	<description>Nothing is impossible­ for a willing heart.</description>
	<lastBuildDate>Thu, 02 Sep 2010 14:26:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add bookmark javascript in IE and Firefox</title>
		<link>http://blog.hao909.com/how-to-add-bookmark-javascript-in-ie-and-firefox/</link>
		<comments>http://blog.hao909.com/how-to-add-bookmark-javascript-in-ie-and-firefox/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 14:41:07 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript.ie]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=276</guid>
		<description><![CDATA[Adding the &#8220;bookmark this page&#8221; javascript below will help to encourage return visits. Your visitor simply clicks on the link and a popup prompt will appear so they can add your site to their favorites list.

&#60;script&#62;
/* bookmark site */
function bookmarksite(site) {
	if (document.all) { window.external.AddFavorite(&#34;http://www.&#34;+ site, site); }
 	else if (window.sidebar &#38;&#38; window.sidebar.addPanel) { window.sidebar.addPanel(site,&#34;http://www.&#34;+ site,&#34;&#34;); [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/how-to-add-bookmark-javascript-in-ie-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Border-radius: create rounded corners with CSS!</title>
		<link>http://blog.hao909.com/border-radius-create-rounded-corners-with-css/</link>
		<comments>http://blog.hao909.com/border-radius-create-rounded-corners-with-css/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:42:36 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[CSS styles]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[rounded corners]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=266</guid>
		<description><![CDATA[W3C has offered some new options for borders in CSS3, of which one is border-radius. Both Mozila/Firefox and Safari 3 have implemented this function, which allows you to create round corners on box-items. 
This is an example: 
Rounded corner example.
The code for example above is simple:
&#60;div style=&#34; background-color: #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/border-radius-create-rounded-corners-with-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Page Speed to improve web performance</title>
		<link>http://blog.hao909.com/using-page-speed-to-improve-web-performance/</link>
		<comments>http://blog.hao909.com/using-page-speed-to-improve-web-performance/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:27:11 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[high performance]]></category>
		<category><![CDATA[page speed]]></category>
		<category><![CDATA[web development tool]]></category>
		<category><![CDATA[web performance]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=162</guid>
		<description><![CDATA[Page Speed is an open-source Firefox/Firebug Add-on. Webmasters and web developers can use Page Speed to evaluate the performance of their web pages and to get suggestions on how to improve them.
By using Page Speed, you can:

Make your site faster.
Keep Internet users engaged with your site.
Reduce your bandwidth and hosting costs.
Improve the web!

http://code.google.com/speed/page-speed/
YSlow analyzes web [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/using-page-speed-to-improve-web-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
