<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Neothoughts &#187; bookmarklet</title>
	<atom:link href="http://neothoughts.com/tag/bookmarklet/feed/" rel="self" type="application/rss+xml" />
	<link>http://neothoughts.com</link>
	<description></description>
	<lastBuildDate>Mon, 09 Nov 2009 22:27:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#91531ee5e2"/>		<item>
		<title>Universal Video Popout Bookmarklet</title>
		<link>http://neothoughts.com/2009/03/19/universal-video-popout-bookmarklet/</link>
		<comments>http://neothoughts.com/2009/03/19/universal-video-popout-bookmarklet/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 13:00:37 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://neothoughts.com/?p=324</guid>
		<description><![CDATA[<p>If you&#8217;re like me, your monitor real estate is in high demand. One small corner of one of my displays is dedicated to video viewing. It is usually occupied by a video that I have popped out of Google Reader using the &#8220;Popout&#8221; links Google applies to embedded videos.</p>
<p>So handy is Google Reader&#8217;s &#8220;Popout&#8221; link [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, your monitor real estate is in high demand. One small corner of one of my displays is dedicated to video viewing. It is usually occupied by a video that I have popped out of Google Reader using the &#8220;Popout&#8221; links Google applies to embedded videos.</p>
<p>So handy is Google Reader&#8217;s &#8220;Popout&#8221; link that it inspired me to create a bookmarklet that does the same thing when you are on any site that hosts a flash video.</p>
<p>If you come across a flash video you would like to watch but would rather not keep the page it belongs to loaded, you can use this bookmarklet to pop it out into its own little window. It supports just about any page that contains flash video.</p>
<p>To use it, just save or drag the following link to your bookmarks toolbar:</p>
<p><a href="javascript:(function(){var dx=document;var id='';var url='';var e='';var i=0;function win(u,w,h){return window.open(u,u,'width='+w+',height='+h);}function pStr(str){var uS=str.indexOf('http://');var uE=str.indexOf(unescape('%22'),uS);var u=str.substr(uS,uE-uS);return u;}function pId(id){var e=dx.getElementById(id).value;return pStr(e);}var loc=dx.location.href;if(loc.indexOf('youtube')!=-1){try{url=pId('embed_code');if(url){win(url,435,354);return;}}catch(err1){}}if(loc.indexOf('video.google')!=-1){try{e=dx.getElementsByTagName('textarea')[0].value;url=pStr(e);if(url){win(url,435,354);return;}}catch(err2){}}if(loc.indexOf('liveleak')!=-1){try{var oc=String(dx.getElementById('linkb').onclick);var iS=oc.indexOf('token=');var iE=oc.indexOf('&#038;',iS);id=oc.substr(iS+6,iE-iS);if(id){win('http://www.liveleak.com/e/'+id,450,370);return;}}catch(err3){}}if(loc.indexOf('blip.tv/file/')!=-1){try{var d=dx.getElementsByTagName('div');for(i=0;i<d.length;i++){if(d[i].id){if(d[i].id.indexOf('post_masthed_')!=-1){id=d[i].id.substr(13,d[i].id.length);}}}if(id){win('http://e.blip.tv/scripts/flash/showplayer.swf?file=http://blip.tv/rss/flash/'+id,435,360);return;}}catch(err4){}}url=dx.getElementsByTagName('link');for(i=0;i<url.length;i++){if(url[i].rel=='video_src'){win(url[i].href,435,360);return;}}e=dx.getElementsByTagName('embed');if(e.length){e=e[0];e=e.cloneNode(true);e.style.width='100%';e.style.height='100%';var w=win('',435,360);var s=unescape('%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody%20id=%22body%22%20style=%22margin:0;%22%3E%3C/body%3E%3C/html%3E');w.document.write(s);w.document.getElementById('body').appendChild(e);return;}alert('No video found.');})();"><img title="Popout" src="http://neothoughts.com/wp-content/uploads/2009/03/popout.jpg" alt="Popout" width="69" height="27" /></a></p>
<p>&#8230; and then try it out on <a href="http://www.youtube.com/watch?v=wuVgXJ55G6Y">this video</a>:</p>
<p><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/wuVgXJ55G6Y&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/wuVgXJ55G6Y&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p>If you would like to contribute to the Universal Video Popout Bookmarklet, join the <a href="http://code.google.com/p/universalvideopopoutbookmarklet/">Google Code project</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2009/03/19/universal-video-popout-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://neothoughts.com/wp-content/uploads/2009/03/popout.jpg" />
		<media:content url="http://neothoughts.com/wp-content/uploads/2009/03/popout.jpg" medium="image">
			<media:title type="html">Popout</media:title>
		</media:content>
	</item>
		<item>
		<title>Propeller Launches New Version, Here&#8217;s a Bookmarklet</title>
		<link>http://neothoughts.com/2008/07/23/propeller-launches-new-version-heres-a-bookmarklet/</link>
		<comments>http://neothoughts.com/2008/07/23/propeller-launches-new-version-heres-a-bookmarklet/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:29:33 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[propeller]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://neothoughts.com/2008/07/23/propeller-launches-new-version-heres-a-bookmarklet/</guid>
		<description><![CDATA[<p>You might have heard that social news site Propeller has launched a new version of the site. The site was given a new design and a number of new features, most notably a Groups feature similar to sub-reddits on reddit.</p>
<p>If you submit as much news to Propeller as I do, you probably have become dependent [...]]]></description>
			<content:encoded><![CDATA[<p>You might have heard that social news site <a href="http://www.propeller.com">Propeller</a> has launched a <a href="http://newsquake.netscape.com/2008/07/22/propeller-2-0/">new version</a> of the site. The site was given a new design and a number of new features, most notably a Groups feature similar to sub-reddits on <a href="http://reddit.com">reddit.</a></p>
<p>If you submit as much news to Propeller as I do, you probably have become dependent on their submission bookmarklet. Since the new site doesn&#8217;t have a bookmarklet yet, here&#8217;s an unofficial one that will work in the meantime. To use it, just save or drag the following link to your bookmarks toolbar:</p>
<p><a href="javascript:url=window.location;window.location='http://www.propeller.com/story/submit/?url='+encodeURIComponent(url);"><img src="http://neothoughts.com/wp-content/uploads/2008/07/propit.jpg" border="0" alt="Prop It" /></a></p>
<p>&#8230; and then click it when you are viewing an article you would like to submit to Propeller. </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2008/07/23/propeller-launches-new-version-heres-a-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://neothoughts.com/wp-content/uploads/2008/07/propit.jpg" />
		<media:content url="http://neothoughts.com/wp-content/uploads/2008/07/propit.jpg" medium="image">
			<media:title type="html">Prop It</media:title>
		</media:content>
	</item>
		<item>
		<title>Wikipedia vs. Conservapedia Bookmarklet</title>
		<link>http://neothoughts.com/2007/03/14/wikipedia-vs-conservapedia-bookmarklet/</link>
		<comments>http://neothoughts.com/2007/03/14/wikipedia-vs-conservapedia-bookmarklet/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 21:08:56 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://neothoughts.com/2007/03/14/wikipedia-vs-conservapedia-bookmarklet/</guid>
		<description><![CDATA[<p>Conservapedia is a newly launched wiki which purports to be the Fox News of internet encyclopedias. I&#8217;ve been getting a kick out of comparing the entries on Conservapedia to their counterparts on Wikipedia. So I made a bookmarklet to make it easier to jump back and forth between like-named entries.</p>
<p>To use it, just save or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.conservapedia.com">Conservapedia</a> is a newly launched wiki which purports to be <a href="http://www.thestar.com/article/190501">the Fox News of internet encyclopedias</a>. I&#8217;ve been getting a kick out of comparing the entries on Conservapedia to their counterparts on <a href="http://en.wikipedia.org">Wikipedia</a>. So I made a bookmarklet to make it easier to jump back and forth between like-named entries.</p>
<p>To use it, just save or drag the following link to your bookmarks toolbar. Then, whenever you&#8217;re reading a Wikipedia or Conservapedia entry and get a hankering to see what the other site says about the topic, just click the bookmarklet.</p>
<p><a href="javascript:url=location.href;if(url.indexOf('conservapedia.com')&gt;=0){url=url.replace('conservapedia.com','en.wikipedia.org/wiki');location.href=url;}else if(url.indexOf('en.wikipedia.org')&gt;=0){url=url.replace('en.wikipedia.org/wiki','conservapedia.com');location.href=url;}else{alert('You are not on a Wikipedia or Conservapedia!');}"><img src="http://neothoughts.com/wp-content/uploads/2007/11/togglepedia.png" border="0" alt="Togglepedia" /></a></p>
<p>Here are a couple of fun entries to try it out on:</p>
<p><a href="http://en.wikipedia.org/wiki/Homosexuality">Wikipedia &#8211; &#8220;Homosexuality&#8221;</a></p>
<p><a href="http://conservapedia.com/Shia">Conservapedia &#8211; &#8220;Shia&#8221;</a></p>
<p><a href="http://en.wikipedia.org/wiki/Internet">Wikipedia &#8211; &#8220;Internet&#8221;</a></p>
<p><a href="http://conservapedia.com/Haggis">Conservapedia &#8211; &#8220;Haggis&#8221;</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2007/03/14/wikipedia-vs-conservapedia-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://neothoughts.com/wp-content/uploads/2007/11/togglepedia.png" />
		<media:content url="http://neothoughts.com/wp-content/uploads/2007/11/togglepedia.png" medium="image">
			<media:title type="html">Togglepedia</media:title>
		</media:content>
	</item>
	</channel>
</rss>
