<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Blogamatician</title>
	<link>http://blogamatician.com</link>
	<description>Just some thoughts on what inspires and interests me.</description>
	<pubDate>Fri, 27 Jun 2008 10:20:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Youtube Javascript Popout Bookmarklet</title>
		<link>http://blogamatician.com/?p=8</link>
		<comments>http://blogamatician.com/?p=8#comments</comments>
		<pubDate>Fri, 27 Jun 2008 10:18:19 +0000</pubDate>
		<dc:creator>John</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blogamatician.com/?p=8</guid>
		<description><![CDATA[I&#8217;ve been looking around the web for something like this for a while, and i found a userscript using greasemonkey, but it turned out to suck.
I looked into it and found out that the same thing could be achieved using three lines of javascript as a bookmarklet.
The Code:
javascript:var a = document.getElementById("embed_code").value;
newWindow= window.open("", "myWindow",  "status [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking around the web for something like this for a while, and i found a userscript using greasemonkey, but it turned out to suck.<br />
I looked into it and found out that the same thing could be achieved using three lines of javascript as a bookmarklet.</p>
<p>The Code:</p>
<p><code>javascript:var a = document.getElementById("embed_code").value;<br />
newWindow= window.open("", "myWindow",  "status = 1, height = 354, width = 435, resizable = 0" );<br />
newWindow.document.write(a);</code></p>
<p>Just create new bookmark in your browsers bookmark toolbar and copy and paste the code into the location field.<br />
Then the next time you are at a youtube video page, hit the bookmark, and the video will be displayed by itself in a small sub window.  Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogamatician.com/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
	</channel>
</rss>
