<?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; tools</title>
	<atom:link href="http://neothoughts.com/tag/tools/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>WP SUP in the WordPress Plugin Directory</title>
		<link>http://neothoughts.com/2008/12/24/wp-sup-in-the-wordpress-plugin-directory/</link>
		<comments>http://neothoughts.com/2008/12/24/wp-sup-in-the-wordpress-plugin-directory/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 15:49:45 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://neothoughts.com/?p=252</guid>
		<description><![CDATA[<p>WP SUP for FriendFeed is now available in the WordPress.org Plugin Directory. Those of you with WordPress 2.7 can now install it from within the admin tool. </p>
]]></description>
			<content:encoded><![CDATA[<p>WP SUP for FriendFeed is <a href="http://wordpress.org/extend/plugins/wp-sup/">now available in the WordPress.org Plugin Directory</a>. Those of you with WordPress 2.7 can now install it from within the admin tool. </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2008/12/24/wp-sup-in-the-wordpress-plugin-directory/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
	</item>
		<item>
		<title>WP SUP: A WordPress Plugin for FriendFeed&#8217;s Simple Update Protocol</title>
		<link>http://neothoughts.com/2008/12/18/wp-sup-a-wordpress-plugin-for-friendfeeds-simple-update-protocol/</link>
		<comments>http://neothoughts.com/2008/12/18/wp-sup-a-wordpress-plugin-for-friendfeeds-simple-update-protocol/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 07:57:15 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://neothoughts.com/?p=240</guid>
		<description><![CDATA[<p>Wouldn&#8217;t it be nice if you published a post to your blog and within seconds it showed up on FriendFeed?</p>
<p>After reading about FriendFeed&#8217;s proposed Simple Update Protocol (SUP) earlier today, the idea of all of the WordPress blogs around the world publishing near-instantaneous updates to FriendFeed grew too delicious to pass up. So I have [...]]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it be nice if you published a post to your blog and within seconds it showed up on FriendFeed?</p>
<p>After reading about FriendFeed&#8217;s proposed <a href="http://blog.friendfeed.com/2008/12/simple-update-protocol-update.html">Simple Update Protocol</a> (SUP) earlier today, the idea of all of the WordPress blogs around the world publishing near-instantaneous updates to FriendFeed grew too delicious to pass up. So I have created a plugin for WordPress that will assist with that.</p>
<p><a href="http://neothoughts.com/wp-sup/">WP SUP</a> is a plugin that adds the SUP-ID HTTP header to your blog&#8217;s feeds and pings FriendFeed&#8217;s <a href="http://friendfeed.com/api/public-sup">public SUP feed</a> when you publish a post.</p>
<p>During testing posts were showing up on FriendFeed within about 10 seconds of being published.</p>
<p>This is my first WordPress plugin, so brutally honest feedback is definitely appreciated.</p>
<p>Download it here: (<a href="http://downloads.wordpress.org/plugin/wp-sup.1.1.zip">zip</a>)</p>
<p>Installation instructions and other info are <a href="http://neothoughts.com/wp-sup/">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2008/12/18/wp-sup-a-wordpress-plugin-for-friendfeeds-simple-update-protocol/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
	</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>PyDigg &#8211; A Python Toolkit for the Digg API</title>
		<link>http://neothoughts.com/2007/04/30/pydigg-a-python-toolkit-for-the-digg-api/</link>
		<comments>http://neothoughts.com/2007/04/30/pydigg-a-python-toolkit-for-the-digg-api/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 21:52:59 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://neothoughts.com/2007/04/30/pydigg-a-python-toolkit-for-the-digg-api/</guid>
		<description><![CDATA[<p>PyDigg is a Python toolkit for the Digg API. It provides an object-oriented interface to all of the available endpoints of the API. It is offered under the MIT License.</p>
<p>Download it here: (tar.gz &#124; zip)</p>
<p>Over the years, I’ve used Python for various purposes. I’ve always found it to be a great language for just about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://neothoughts.com/pydigg/" target="_blank">PyDigg</a> is a <a href="http://www.python.org/" target="_blank">Python</a> toolkit for the <a href="http://apidoc.digg.com/" target="_blank">Digg API</a>. It provides an object-oriented interface to all of the available endpoints of the API. It is offered under the <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">MIT License</a>.</p>
<p>Download it here: (<a href="http://neothoughts.com/download/pydigg/pydigg.tar.gz" target="_blank">tar.gz</a> | <a href="http://neothoughts.com/download/pydigg/pydigg.zip" target="_blank">zip</a>)</p>
<p>Over the years, I’ve used Python for various purposes. I’ve always found it to be a great language for just about anything, from a batch file alternative to web applications to scripting a <a href="http://neothoughts.com/2007/04/25/touchpoint-gallery-launches/" target="_blank">real-time 3D application</a>. It was therefore my pleasure to write a Python toolkit for the recently released Digg API.</p>
<p>Full documentation is coming soon, so in the meantime here are some guidelines for using this toolkit. I’m assuming that if you read past this point, you’re familiar with the Python programming language.</p>
<p>The toolkit is contained in one module (’digg.py’), made up of one class (’Digg’) with several nested classes. It depends on the standard Python libraries ‘urllib’ and ‘xml.dom’.</p>
<p>You will only ever have to instance the root class, ‘Digg’. From there it’s a matter of using that class instance’s methods to retrieve instances of nested classes such as ‘Story’, ‘User’, ‘Comment’, etc. The ‘Digg’ class contains all methods necessary to access data. Each nested class, such as ‘Story’, contains convenience methods that redirect back to the methods in “Digg”.</p>
<p>The following example outputs the titles of the latest stories submitted to <a href="http://digg.com/" target="_blank">Digg</a>:</p>
<p><code>from digg import *<br />
d = Digg(APPKEY) #insert your own application key string<br />
stories = d.getStories()<br />
for story in stories:<br />
print story.title</code></p>
<p>In the above example, the Digg.getStories() method returns an instance of the ‘Stories’ container class, which contains n number of ‘Story’ instances. All response data from the Digg API is accessible by class properties. For instance, the ‘User’ class has the following properties: name, icon, registered, profileviews. I tried to align my naming conventions with those of the Digg API wherever possible.</p>
<p>Please send me links to anything you use this for. Also, if you’re interested in contributing to the PyDigg toolkit, feel free to contact me or join the <a href="http://code.google.com/p/pydigg/" target="_blank">Google Code Project</a>.</p>
<p>Happy Programming! </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2007/04/30/pydigg-a-python-toolkit-for-the-digg-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Firefox Extension: Smart Digg Button</title>
		<link>http://neothoughts.com/2007/04/27/firefox-extension-smart-digg-button/</link>
		<comments>http://neothoughts.com/2007/04/27/firefox-extension-smart-digg-button/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 21:32:16 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://neothoughts.com/2007/04/27/firefox-extension-smart-digg-button/</guid>
		<description><![CDATA[<p>The Smart Digg Button extension for Firefox places a button in your status bar. It uses the newly released Digg API to determine if the web page you are currently viewing has been submitted to Digg.</p>
<p>If the page you are viewing has been submitted to Digg, it displays the current number of Diggs the page [...]]]></description>
			<content:encoded><![CDATA[<p>The Smart Digg Button extension for Firefox places a button in your status bar. It uses the newly released <a href="http://apidoc.digg.com/" target="_blank">Digg API</a> to determine if the web page you are currently viewing has been submitted to Digg.</p>
<p><img style="float: right" src="http://neothoughts.com/wp-content/uploads/2007/11/smartdiggbutton-diggcount.gif" alt="" />If the page you are viewing has been submitted to <a href="http://digg.com/" target="_blank">Digg</a>, it displays the current number of Diggs the page has. Pressing the button takes you to the submission.</p>
<p><img style="float: right" src="http://neothoughts.com/wp-content/uploads/2007/11/smartdiggbutton-diggthis.gif" alt="" />If the page you are viewing has not been submitted, pressing it takes you to Digg’s <a href="http://digg.com/submit" target="_blank">submission form</a> where you can submit the page to Digg.</p>
<p>Compatibility: Firefox version 1.5 &#8211; 2.0.0.*</p>
<p><a href="http://neothoughts.com/smartdiggbutton/smartdiggbutton.xpi">Install Extension Here</a></p>
<p>Note: When installing, be sure to click “Edit Options…” if it pops up to allow neothoughts.com to install add-ons for Firefox. </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2007/04/27/firefox-extension-smart-digg-button/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
	
		<media:thumbnail url="http://neothoughts.com/wp-content/uploads/2007/11/smartdiggbutton-diggcount.gif" />
		<media:content url="http://neothoughts.com/wp-content/uploads/2007/11/smartdiggbutton-diggcount.gif" medium="image" />
		<media:content url="http://neothoughts.com/wp-content/uploads/2007/11/smartdiggbutton-diggthis.gif" medium="image" />
	</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>
		<item>
		<title>Netscape FeedFlare for FeedBurner</title>
		<link>http://neothoughts.com/2006/09/03/netscape-feedflare-for-feedburner/</link>
		<comments>http://neothoughts.com/2006/09/03/netscape-feedflare-for-feedburner/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 20:15:50 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[netscape]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://neothoughts.com/2006/09/03/netscape-feedflare-for-feedburner/</guid>
		<description><![CDATA[<p>User Scott-O-Rama on Netscape asked me if I would make a FeedBurner FeedFlare that lets people submit items from their feeds to Netscape. What a great idea!</p>
<p>I have created a FeedBurner FeedFlare which adds a link that reads “Submit To Netscape” to your feed items. When it is clicked, it submits your item to Netscape [...]]]></description>
			<content:encoded><![CDATA[<p>User <a href="http://www.netscape.com/member/scott-o-rama" target="_blank">Scott-O-Rama</a> on Netscape asked me if I would make a <a href="http://www.feedburner.com/" target="_blank">FeedBurner</a> <a href="http://www.feedburner.com/fb/a/publishers/feedflare" target="_blank">FeedFlare</a> that lets people submit items from their feeds to Netscape. What a great idea!</p>
<p>I have created a FeedBurner FeedFlare which adds a link that reads “Submit To Netscape” to your feed items. When it is clicked, it submits your item to Netscape with the title included.</p>
<p>The URL of the FeedFlare is: <a href="http://neothoughts.com/FeedBurner/FeedFlare/SubmitToNetscape.xml" target="_blank">http://neothoughts.com/FeedBurner/FeedFlare/SubmitToNetscape.xml</a></p>
<p>To add this FeedFlare to one of your feeds:</p>
<p>1. Go to your feed’s “Optimize” panel and select “FeedFlare” on the left.</p>
<p>2. At the end of the list of “Official Flare” enter the above URL in the “Personal FeedFlare” text box.</p>
<p>3. Click “Add New Flare”. The FeedFlare will be retrieved.</p>
<p>4. Enable it for wherever you want it placed (”Feed” and/or “Site” checkboxes).</p>
<p>5. Press “Save”.</p>
<p>This is the first time I have created a FeedFlare for Feedburner so please go easy on me. </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2006/09/03/netscape-feedflare-for-feedburner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Netscape Widget WordPress Plugin</title>
		<link>http://neothoughts.com/2006/08/24/netscape-widget-wordpress-plugin/</link>
		<comments>http://neothoughts.com/2006/08/24/netscape-widget-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 20:01:00 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[netscape]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://neothoughts.com/2006/08/24/netscape-widget-wordpress-plugin/</guid>
		<description><![CDATA[<p>Netscape has a very handy JavaScript widget for publishers to put in their content. The widget checks if your content has been submitted to Netscape. If it hasn’t been submitted, a submit button is placed on your page as shown below:</p>
<p> </p>
<p>If it has already been submitted, it displays the number of votes and comments, with [...]]]></description>
			<content:encoded><![CDATA[<p>Netscape has a very handy JavaScript widget for publishers to put in their content. The widget checks if your content has been submitted to Netscape. If it hasn’t been submitted, a submit button is placed on your page as shown below:</p>
<p> </p>
<p><img src="http://neothoughts.com/wp-content/uploads/2007/11/submit.gif" alt="submit.gif" />If it has already been submitted, it displays the number of votes and comments, with a button that lets your users vote up the story without even leaving your page. Shown below:</p>
<p><img src="http://neothoughts.com/wp-content/uploads/2007/11/voteup.gif" alt="voteup.gif" />I’ve created a WordPress plugin which makes it very easy for anyone running a WordPress blog to integrate this functionality. Just follow these instructions and the buttons will be placed on all of your posts automatically:1. <a href="http://neothoughts.com/wp-content/uploads/2007/11/netscape-widget1.zip" target="_blank">Download it here</a>.2. Unzip and place netscape-widget.php in your \wp-content\plugins directory.</p>
<p> </p>
<p>3. Activate the plugin in the Plugin Manager in your WordPress Dashboard.</p>
<p>4. Place the following php script in your theme anywhere within the Single Post file: &lt;?php nw_scapeThis(); ?&gt;</p>
<p>When you’re done, your content will have a direct pipeline into Netscape just like the one below.</p>
<p><strong>UPDATE</strong>: If you would like to put this widget on one of your pages but you do not have a WordPress blog, you still can. To put it on any page, just add the following script tag:</p>
<p>&lt;script language=”JavaScript” type=”text/javascript” xsrc=”http://www.netscape.com/widgets/med_vote_if/<br />

http://YOURWEBSITE.com”&gt;&lt;/script&gt;</p>

<p>Make sure the src attribute doesn’t have the line-break in it and replace http://YOURWEBSITE.com with the URL of your page you are putting it on. </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2006/08/24/netscape-widget-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://neothoughts.com/wp-content/uploads/2007/11/submit.gif" />
		<media:content url="http://neothoughts.com/wp-content/uploads/2007/11/submit.gif" medium="image">
			<media:title type="html">submit.gif</media:title>
		</media:content>
		<media:content url="http://neothoughts.com/wp-content/uploads/2007/11/voteup.gif" medium="image">
			<media:title type="html">voteup.gif</media:title>
		</media:content>
	</item>
		<item>
		<title>Netscape Search Plugins for Firefox</title>
		<link>http://neothoughts.com/2006/08/13/netscape-search-plugins-for-firefox/</link>
		<comments>http://neothoughts.com/2006/08/13/netscape-search-plugins-for-firefox/#comments</comments>
		<pubDate>Sun, 13 Aug 2006 09:00:42 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[netscape]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://neothoughts.com/2006/08/13/netscape-search-plugins-for-firefox/</guid>
		<description><![CDATA[<p>Netscape&#8217;s search engine supports searching the web, searching internally on Netscape and searching both at the same time. This is pretty handy, but what if you want to search one of those selections immediately?

Firefox&#8217;s search bar to the rescue! I have created 3 search plugins for Firefox. You can install all three by clicking the [...]]]></description>
			<content:encoded><![CDATA[<p>Netscape&#8217;s search engine supports searching the web, searching internally on Netscape and searching both at the same time. This is pretty handy, but what if you want to search one of those selections immediately?<br />
<script src="http://neothoughts.com/wp-content/uploads/2007/11/mycroft.js" type="text/javascript"></script><br />
Firefox&#8217;s search bar to the rescue! I have created 3 search plugins for Firefox. You can install all three by clicking the links below.</p>
<ul>
<li><a title="Netscape (All)" href="javascript:addEngine('netscape_all','gif','Undefined','11726')">Netscape (All)</a> for searching both the web and Netscape with one query.</li>
<li><a title="Netscape (Web Only)" href="javascript:addEngine('netscape_ws','gif','Undefined','11730')">Netsape (Web Only)</a> for searching only the web through Netscape.</li>
<li><a title="Netscape (Netscape Only)" href="javascript:addEngine('netscape_ns','gif','Undefined','11729')">Netscape (Netscape Only)</a> for searching only Netscape. This one is useful for searching for duplicate stories before making a submission.</li>
</ul>
<p> </p>
<p><img src="http://neothoughts.com/wp-content/uploads/2007/11/netscape-search-plugins-for.gif" alt="netscape-search-plugins-for.gif" /><br />
Once they are installed, you can select them by clicking on the logo in your Firefox search bar. </p>
]]></content:encoded>
			<wfw:commentRss>http://neothoughts.com/2006/08/13/netscape-search-plugins-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://neothoughts.com/wp-content/uploads/2007/11/netscape-search-plugins-for.gif" />
		<media:content url="http://neothoughts.com/wp-content/uploads/2007/11/netscape-search-plugins-for.gif" medium="image">
			<media:title type="html">netscape-search-plugins-for.gif</media:title>
		</media:content>
	</item>
	</channel>
</rss>
