<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Against All Odds - Chrome</title>
			<link>http://www.ppshein.net/index.cfm</link>
			<description>A blog for ColdFusion, Android, jQuery, jQueryMobile, Oracle, HL7 and other Web-based programming languages, Web Server like IIS7 and RDMS like Oracle, Microsoft SQL and MySQL.</description>
			<language>en-us</language>
			<pubDate>Thu, 23 May 2013 14:34:25 -0700</pubDate>
			<lastBuildDate>Tue, 08 Feb 2011 23:02:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>pyaephyoeshein@gmail.com</managingEditor>
			<webMaster>pyaephyoeshein@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>pyaephyoeshein@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Simple Google Chrome Extension for BlogCFC Feed Reader</title>
				<link>http://www.ppshein.net/index.cfm/2011/2/8/Simple-Google-Chrome-Extension-for-BlogCFC-Feed-Reader</link>
				<description>
				
				Today, I&apos;ve read how to &lt;a href=&quot;http://code.google.com/chrome/extensions/getstarted.html&quot; target=&quot;_blaknk&quot;&gt;create Google Chrome extension&lt;/a&gt;. It&apos;s interesting and want to create Blog Feed Reader. That&apos;s why I kept going with this article and create a simple extension for blogCFC.

First of all, I need to create a folder for the extension. Then, create &lt;b&gt;manifest.json&lt;/b&gt; file and needed to put following coding into it.

&lt;code&gt;
{
	&quot;name&quot;: &quot;Against All Odds Feeds&quot;,
	&quot;version&quot;: &quot;1.0&quot;,
	&quot;description&quot;: &quot;Fetching RSS Feeds from BlogCFC&quot;,
	&quot;browser_action&quot;: {
		&quot;default_icon&quot;: &quot;pps.gif&quot;, &lt;!--- icon ---&gt;
		&quot;popup&quot;: &quot;RSS.html&quot; &lt;!--- file which read RSS ---&gt;
	},
	&quot;permissions&quot;: [
		&quot;http://www.ppshein.net/&quot;
	]
}
&lt;/code&gt;

After that, I need a &lt;b&gt;image&lt;/b&gt; to represent the extension on Google Chrome Toolbar.
				 [More]
				</description>
				
				
				<category>BlogCFC</category>
				
				<category>Coldfusion</category>
				
				<category>Chrome</category>
				
				<pubDate>Tue, 08 Feb 2011 23:02:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/2/8/Simple-Google-Chrome-Extension-for-BlogCFC-Feed-Reader</guid>
				
				
				<enclosure url="http://www.ppshein.net/enclosures/PPShein.rar" length="11414" type="application/octet-stream"/>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Google release new open-source browser</title>
				<link>http://www.ppshein.net/index.cfm/2010/2/2/google-release-new-open-source-browser</link>
				<description>
				
				Google gonna release new open-source browser known as &lt;strong&gt;Chrome&lt;/strong&gt; to fight with Internet Explorer 8.0 and Firefox 3.0. They include new features such as isolated tags design and powerful javascript engine.

Here is the speech of Pichai and Upson :

&lt;blockquote&gt;

&quot;When a tab is closed in Google Chrome, you&apos;re ending the whole process,&quot; according to the comic. &quot;You can look under the hood with Google Chrome&apos;s task mananger to see what sites are using the most memory, downloading the most bytes and abusing your CPU&quot; so you can place &quot;blame where blame belongs.&quot;

Google also promised &quot;improved speed and responsiveness across the board.&quot;

&quot;We also built a more powerful JavaScript engine, V8, to power the next generation of web applications that aren&apos;t even possible in today&apos;s browsers,&quot; Pichai and Upson wrote.

Like OpenSocial and Android, Chrome will be an open source initiative.

&quot;We owe a great debt to many open source projects, and we&apos;re committed to continuing on their path,&quot; they wrote. &quot;We&apos;ve used components from Apple&apos;s WebKit and Mozilla&apos;s Firefox, among others -- and in that spirit, we are making all of our code open source as well. We hope to collaborate with the entire community to help drive the web forward.&quot;
&lt;/blockquote&gt;
				
				</description>
				
				
				<category>Chrome</category>
				
				<pubDate>Tue, 02 Feb 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/2/2/google-release-new-open-source-browser</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Chrome browser is out</title>
				<link>http://www.ppshein.net/index.cfm/2010/1/7/chrome-browser-is-out</link>
				<description>
				
				Google release their browser called &quot;Chrome&quot; today. As Google style, we must have internet if we want to install Chrome browser. Any offline users cannot install it. Honestly, GUI is really cool and screen size is more wide than FireFox and IE. But, I haven&apos;t tested the security of Chrome yet.

Download : &lt;a title=&quot;http://www.freechromethemes.com/DownloadGoogleChrome.php&quot; href=&quot;http://www.freechromethemes.com/DownloadGoogleChrome.php&quot; target=&quot;_blank&quot;&gt;http://www.freechromethemes.com/DownloadGoogleChrome.php&lt;/a&gt;
				
				</description>
				
				
				<category>Chrome</category>
				
				<pubDate>Thu, 07 Jan 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/1/7/chrome-browser-is-out</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>The facts of Google Chrome I don&apos;t like</title>
				<link>http://www.ppshein.net/index.cfm/2009/6/8/the-facts-of-google-chrome-i-don-t-like</link>
				<description>
				
				I use and find any bugs Since Google launched their Browser called Chrome. Meanwhile, I&apos;ve found some facts I don&apos;t like, especially it&apos;s not convenient for me only.
&lt;ul&gt;
	&lt;li&gt;the properties box cannot appear promptly whenever I wanna download images by the way of clicking on it.&lt;/li&gt;
	&lt;li&gt;I cannot check the properties of images whenever I click on it. (in firefox, whenever I do right-click on each images, properties box appear and show attributes of it.)&lt;/li&gt;
&lt;/ul&gt;

I&apos;ve found these two facts yet.
				
				</description>
				
				
				<category>Chrome</category>
				
				<pubDate>Mon, 08 Jun 2009 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2009/6/8/the-facts-of-google-chrome-i-don-t-like</guid>
				
				
			</item>
			
		 	
			</channel></rss>