<?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>K-Create &#187; browsers</title>
	<atom:link href="http://k-create.com/category/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://k-create.com</link>
	<description>Website for Kris Hedstrom: freelance web designer and developer from Seattle, WA</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:57:27 +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>Google Chrome Frame</title>
		<link>http://k-create.com/2011/05/google-chrome-frame/</link>
		<comments>http://k-create.com/2011/05/google-chrome-frame/#comments</comments>
		<pubDate>Wed, 11 May 2011 23:22:56 +0000</pubDate>
		<dc:creator>Kris Hedstrom</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">http://k-create.com/?p=762</guid>
		<description><![CDATA[It was announced earlier today that Google Chrome Frame can now be installed without having admin rights to the computer. This is (or can be) huge for people in corporations that don&#8217;t have admin rights to their workstations. Anyone can now install Google Chrome Frame and view sites in IE rendered with Chrome. Pretty neat. [...]]]></description>
			<content:encoded><![CDATA[<p>It was announced earlier today that Google Chrome Frame can now be installed without having admin rights to the computer. This is (or can be) huge for people in corporations that don&#8217;t have admin rights to their workstations. Anyone can now install Google Chrome Frame and view sites in IE rendered with Chrome. Pretty neat.</p>
<p>Not exactly sure how Google was able to do this, but rumor is they have pretty smart people over there.</p>
<p>To trigger GCF you just set a flag</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=Edge,chrome=1&quot;&gt;;</div></div>
<p>or add an HTTP header.</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">X-UA-Compatible: chrome=1</div></div>
<p>That&#8217;s it. If GCF is installed and enabled by the user, the page will get rendered as in Chrome.</p>
<p>Links:<br />
<a title="More information" href="http://www.webmonkey.com/2011/05/install-google-chrome-frame-without-admin-privileges/" rel="external">More information on WebMonkey</a><br />
<a href="http://code.google.com/chrome/chromeframe/" rel="external">Google Chrome Frame</a></p>
]]></content:encoded>
			<wfw:commentRss>http://k-create.com/2011/05/google-chrome-frame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speech attribute in Chromium</title>
		<link>http://k-create.com/2010/10/speech-attribute-in-chromium/</link>
		<comments>http://k-create.com/2010/10/speech-attribute-in-chromium/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 22:48:37 +0000</pubDate>
		<dc:creator>Kris Hedstrom</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://k-create.com/?p=636</guid>
		<description><![CDATA[Back in May 2010 Chromium (including Google Chrome) introduced a new API for speech recognition, via the speech attribute. By adding it to form elements you can capture audio (well, speech), as if someone had typed it into the form element. This can be a very useful accessibility feature – if it gets added to [...]]]></description>
			<content:encoded><![CDATA[<p>Back in May 2010 Chromium (including Google Chrome) introduced a new API for speech recognition, via the speech attribute. By adding it to form elements you can capture audio (well, speech), as if someone had typed it into the form element. This can be a very useful accessibility feature – if it gets added to the official HTML5 specs. </p>
<p>I created a simple demo here (a twitter search):<br />
<a href="http://k-create.com/lab/js/speech/">http://k-create.com/lab/js/speech/</a></p>
<p>Only works in Chrome/Chromium, obviously.</p>
<p>You can <a href="https://docs.google.com/Doc?docid=0AaYxrITemjbxZGNmZzc5cHpfM2Ryajc5Zmhx&#038;hl=en.">read the full proposed specs here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://k-create.com/2010/10/speech-attribute-in-chromium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari / Webkit Developer Tools</title>
		<link>http://k-create.com/2009/06/safari-webkit-developer-tools/</link>
		<comments>http://k-create.com/2009/06/safari-webkit-developer-tools/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 05:56:24 +0000</pubDate>
		<dc:creator>Kris Hedstrom</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://k-create.com/?p=156</guid>
		<description><![CDATA[Safari ships with awesome developer tools (similar to Firebug), but it&#8217;s disabled by default. To activate the developer tools in Mac OS X, quit any running instances of Safari (or Webkit), open up the Terminal and type defaults write com.apple.Safari WebKitDeveloperExtras -bool true defaults write com.apple.Safari IncludeDebugMenu 1 Once you restart Safari you&#8217;ll notice that [...]]]></description>
			<content:encoded><![CDATA[<p>Safari ships with awesome developer tools (similar to Firebug), but it&#8217;s disabled by default. To activate the developer tools in Mac OS X, quit any running instances of Safari (or Webkit), open up the Terminal and type</p>
<div class="codecolorer-container applescript twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="applescript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">defaults write com.apple.Safari WebKitDeveloperExtras <span style="color: #000000;">-</span>bool <span style="color: #0066ff;">true</span><br />
defaults write com.apple.Safari IncludeDebugMenu <span style="color: #000000;">1</span></div></div>
<p><span id="more-156"></span></p>
<p>Once you restart Safari you&#8217;ll notice that there&#8217;s a &#8220;Develop&#8221; menu in the the toolbar, and you can right click on elements to bring up the Inspector.</p>
<p><img class="alignnone size-full wp-image-158" title="Develop Toolbar" src="http://k-create.com/wp-content/uploads/2009/06/develop-toolbar.png" alt="Develop Toolbar" width="317" height="325" /></p>
]]></content:encoded>
			<wfw:commentRss>http://k-create.com/2009/06/safari-webkit-developer-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sIFR displays green background instead of transparency&#8230;</title>
		<link>http://k-create.com/2009/06/sifr-displays-green-background-instead-of-transparency/</link>
		<comments>http://k-create.com/2009/06/sifr-displays-green-background-instead-of-transparency/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 19:31:36 +0000</pubDate>
		<dc:creator>Kris Hedstrom</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://k-create.com/?p=154</guid>
		<description><![CDATA[&#8230; in Safari 4 (Windows). That is, until I updated to the latest version of Flash and then it works as it should. Re-boot, re-install, re-work. That&#8217;s my mantra for bug fixing. Most of the time it works.]]></description>
			<content:encoded><![CDATA[<p>&#8230; in Safari 4 (Windows). That is, until I updated to the latest version of Flash and then it works as it should. <em>Re-boot, re-install, re-work</em>. That&#8217;s my mantra for bug fixing. Most of the time it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://k-create.com/2009/06/sifr-displays-green-background-instead-of-transparency/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

