<?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>Enyme Design</title>
	<atom:link href="http://www.thinkenzyme.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkenzyme.com</link>
	<description>For every Idea, a Catalyst</description>
	<lastBuildDate>Thu, 20 Oct 2011 02:18:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to: Make Gmail Like a Native App</title>
		<link>http://www.thinkenzyme.com/blog/how-to-make-gmail-like-a-native-app/</link>
		<comments>http://www.thinkenzyme.com/blog/how-to-make-gmail-like-a-native-app/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 20:55:04 +0000</pubDate>
		<dc:creator>riley</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://thinkenzyme.com/?p=239</guid>
		<description><![CDATA[As a Gmail Warrior, I love the Gmail web app for the iPhone.  It allows me to label, star, search all my emails, and more.  But I always found it annoying that even when I added it to my homescreen, it would just open into Safari instead of being treated like an app.  So that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>As a Gmail Warrior, I love the Gmail web app for the iPhone.  It allows me to label, star, search all my emails, and more.  But I always found it annoying that even when I added it to my homescreen, it would just open into Safari instead of being treated like an app.  So that&#8217;s why I wrote a little bit of code.  Now, the iPhone sees Gmail as its own app, separate from Safari.  Sounds like something you&#8217;d like?  Follow the steps below!  (You can use the same code on any website as well.)</p>
<ol>
<li>Get out your iPhone, iPad, or iPod Touch &amp; navigate to this webpage.</li>
<li>Bookmark it as &#8220;Create Web App.&#8221;</li>
<li>Select the entire block of code below by tapping the textbox, then tap and hold, select all, and finally copy.</li>
<li>Open your bookmarks and touch edit.</li>
<li>Select &#8220;Create Web App&#8221;.</li>
<li>Tap X to clear the URL, tap and hold , and finally paste.</li>
<li>Visit Gmail.com in Safari &amp; sign in.</li>
<li>Open your bookmarks and tap &#8220;Create Web App&#8221;.</li>
<li>Finally, add Gmail to your homescreen by tapping the share button.</li>
<li>You&#8217;re finished!  Sorry &#8211; Apple doesn&#8217;t make this very easy&#8230;</li>
</ol>
<p><textarea id="code" style="font-size: 10px; width: 90%; height: 100px;">javascript:function app(){var d=document;var ipad = navigator.userAgent.match(/iPad/i) != null;var url=&#8217;http://thinkenzyme.com/img/web&#8217;;if(ipad){url +=&#8217;-ipad&#8217;;}url+=&#8217;.png&#8217;;var meta=d.createElement(&#8216;meta&#8217;);meta.name=&#8217;apple-mobile-web-app-capable&#8217;;meta.content=&#8217;yes&#8217;;d.getElementsByTagName(&#8216;head&#8217;).item(0).appendChild(meta);var img=d.createElement(&#8216;link&#8217;);img.rel=&#8217;apple-touch-startup-image&#8217;;img.href=url;d.getElementsByTagName(&#8216;head&#8217;).item(0).appendChild(img);alert(&#8216;Now Touch &#8220;Add to Home Screen&#8221;&#8216;);}app();void(0)</textarea></p>
<p>Now, you have a fully functional Gmail app that you can switch to, and will never open multiple tabs.  Enjoy!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkenzyme.com/blog/how-to-make-gmail-like-a-native-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hi There!</title>
		<link>http://www.thinkenzyme.com/blog/hello/</link>
		<comments>http://www.thinkenzyme.com/blog/hello/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 23:40:56 +0000</pubDate>
		<dc:creator>riley</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://localhost/enzyme/?p=1</guid>
		<description><![CDATA[This is the Enzyme Design blog.  Team members are free to post their thoughts here on anything they like.  From design to open source to lolcats.  We hope to make it a fun and informative place!]]></description>
			<content:encoded><![CDATA[<p>This is the Enzyme Design blog.  Team members are free to post their thoughts here on anything they like.  From design to open source to lolcats.  We hope to make it a fun and informative place!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkenzyme.com/blog/hello/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

