<?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>MemoSoup &#187; browser</title>
	<atom:link href="http://www.memosoup.com/tag/browser/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memosoup.com</link>
	<description>Mix of the things I always forget</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:59:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>JavaScript: edit web page in browser</title>
		<link>http://www.memosoup.com/20100112/javascript-edit-web-page-in-browser.html</link>
		<comments>http://www.memosoup.com/20100112/javascript-edit-web-page-in-browser.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 23:15:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/20100112/javascript-edit-web-page-in-browser.html</guid>
		<description><![CDATA[<p>Here is small bookmarklet, which allows to edit the web page for any site (ok, You could save the results on Your local machine only).</p>
javascript:document.body.contentEditable='true'; document.designMode='on'; [...]]]></description>
			<content:encoded><![CDATA[<p>Here is small bookmarklet, which allows to <strong>edit</strong> the web page for <strong>any</strong> site (ok, You could save the results on Your local machine only).</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">javascript<span style="color: #339933;">:</span>document.<span style="color: #660066;">body</span>.<span style="color: #660066;">contentEditable</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'true'</span><span style="color: #339933;">;</span> document.<span style="color: #660066;">designMode</span><span style="color: #339933;">=</span><span style="color: #3366CC;">'on'</span><span style="color: #339933;">;</span> <span style="color: #000066; font-weight: bold;">void</span> <span style="color: #CC0000;">0</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20100112/javascript-edit-web-page-in-browser.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check the default browser</title>
		<link>http://www.memosoup.com/20090925/check-the-default-browser.html</link>
		<comments>http://www.memosoup.com/20090925/check-the-default-browser.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:15:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://www.memosoup.com/?p=175</guid>
		<description><![CDATA[<p>The following section in registry should be checked:</p>
<p>HKEY_CLASSES_ROOT\http\shell\open\command
Key: (default)</p>
<p>Most (but not all) browsers check it to determine the current browser.</p>
currentBrowser = RegistryGet&#40;&#34;HKEY_CLASSES_ROOT&#34;,&#34;http\shell\open\command&#34;,&#34;&#34;&#41;
MsgBox&#40; currentBrowser &#41;
<p>Some browsers could create additional section HKEY_CLASSES_ROOT\http\shell\OpenWith\command, which helps to avoid the conflict with [...]]]></description>
			<content:encoded><![CDATA[<p>The following section in registry should be checked:</p>
<p><strong>HKEY_CLASSES_ROOT\http\shell\open\command</strong><br />
<strong>Key: (default)</strong></p>
<p>Most (but not all) browsers check it to determine the current browser.</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:100%;"><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">currentBrowser <span style="color: #339933;">=</span> RegistryGet<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;HKEY_CLASSES_ROOT&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;http<span style="color: #000099; font-weight: bold;">\s</span>hell<span style="color: #000099; font-weight: bold;">\o</span>pen<span style="color: #000099; font-weight: bold;">\c</span>ommand&quot;</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;&quot;</span><span style="color: #009900;">&#41;</span><br />
MsgBox<span style="color: #009900;">&#40;</span> currentBrowser <span style="color: #009900;">&#41;</span></div></div>
<p>Some browsers could create additional section <strong>HKEY_CLASSES_ROOT\http\shell\OpenWith\command</strong>, which helps to avoid the conflict with IE settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.memosoup.com/20090925/check-the-default-browser.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
