<?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"
	>

<channel>
	<title>Times New Rohan &#187; Widgets</title>
	<atom:link href="http://robrohan.com/category/widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://robrohan.com</link>
	<description>任意的技术</description>
	<pubDate>Fri, 16 May 2008 17:18:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Online Chinese Reader - nciku.com</title>
		<link>http://robrohan.com/2008/03/01/online-chinese-reader-ncikucom/</link>
		<comments>http://robrohan.com/2008/03/01/online-chinese-reader-ncikucom/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 21:30:22 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Chinese]]></category>

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

		<category><![CDATA[Web Apps]]></category>

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

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

		<guid isPermaLink="false">http://robrohan.com/2008/03/01/online-chinese-reader-ncikucom/</guid>
		<description><![CDATA[nciku.com (n词酷.com) has a new tool that lets you highlight Chinese or English text on any web page and either define the text or have the text read to you. 
It&#8217;s a neat tool. This is a movie of how it works:

 
Online Chinese Translator

(After re-watching the movie, my tones are kind of bad on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nciku.com">nciku.com (n词酷.com)</a> has a new tool that lets you highlight Chinese or English text on any web page and either define the text or have the text read to you. </p>
<p>It&#8217;s a neat tool. This is a movie of how it works:</p>
<div class="movie">
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/PNAM12MjDWg"></param> <embed src="http://www.youtube.com/v/PNAM12MjDWg" type="application/x-shockwave-flash" width="425" height="350"></embed></object><br />
<a href="http://www.youtube.com/watch?v=PNAM12MjDWg">Online Chinese Translator</a>
</div>
<p>(After re-watching the movie, my tones are kind of bad on n词酷. It should be cíkù. Also I say the c sounds more like &#8220;s&#8221; instead of &#8220;ts&#8221; a few times -sorry about that.)</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2008/03/01/online-chinese-reader-ncikucom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Translation Tools (New, I think)</title>
		<link>http://robrohan.com/2007/05/30/google-translation-tools-new-i-think/</link>
		<comments>http://robrohan.com/2007/05/30/google-translation-tools-new-i-think/#comments</comments>
		<pubDate>Thu, 31 May 2007 03:21:41 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Chinese]]></category>

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

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

		<category><![CDATA[Web Apps]]></category>

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

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

		<guid isPermaLink="false">http://robrohan.com/2007/05/30/google-translation-tools-new-i-think/</guid>
		<description><![CDATA[Google seems to have updated their language tools. Not only do they support bookmarks now, but they also added a whole bunch of scriptlets to make translations from any web page far easier.
You can play around in the language tools section of google to find the gems, or you watch this demo to vicariously see [...]]]></description>
			<content:encoded><![CDATA[<p>Google seems to have updated their <a href="http://translate.google.com/">language tools</a>. Not only do they support bookmarks now, but they also added a whole bunch of scriptlets to make translations from any web page far easier.</p>
<p>You can play around in the language tools section of google to find the gems, or you watch this demo to vicariously see it in action:</p>
<div class="movie">
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/pVjagQ2odPI"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/pVjagQ2odPI" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object><br />
<a href="http://www.youtube.com/watch?v=pVjagQ2odPI">Google Language Tools</a>
</div>
<p>The one thing Google translate doesn&#8217;t do, however, is show you how to pronounce the characters / words. To solve this (for myself anyway) I put together this little scriptlet that will query <a href="http://dict.cn">Dict.cn</a>.</p>
<p>The following scriptlet will work just like the ones in the movie. Just drag the link below to your bookmark bar, highlight any word on the page (English or Chinese), and then click the link. Sha-bang, you have the Simplified Mandarin equivalent <em>and</em> how to pronounce it. Slick.</p>
<div align="center">
<div style="font-weight: bold; margin-bottom: 3px">Dict.cn Scriptlet. Drag the link following to your bookmark bar.</div>
<div style="border: 1px solid #7dbbc4; background-color: #e7f7f7; height: 25px; width: 100px; text-align: center; padding-top: 5px; text-decoration: underline"> <a href="javascript:x=getSelection();window.location='http://dict.cn/search/?q='+x;">Search Dict.cn</a></div>
</div>
<p>(My Dict.cn scriptlet has only been tested on Firefox and Safari on Mac.)</p>
<p><ins datetime="2007-05-31T04:44:50+00:00"><strong>Update:</strong> as one might expect, the dict.cn script works on Firefox Windows and Firefox Linux. It does not work on Internet Explorer however. If you want to use it in IE, you are free to tweak the code. It&#8217;s just two lines:</ins></p>
<pre>
javascript:x=getSelection();window.location='http://dict.cn/search/?q='+x;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2007/05/30/google-translation-tools-new-i-think/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hex Calculator Update and a New Widget</title>
		<link>http://robrohan.com/2007/02/04/hex-calculator-update-and-a-new-widget/</link>
		<comments>http://robrohan.com/2007/02/04/hex-calculator-update-and-a-new-widget/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 03:48:06 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Chinese]]></category>

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

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

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

		<guid isPermaLink="false">http://robrohan.com/2007/02/04/hex-calculator-update-and-a-new-widget/</guid>
		<description><![CDATA[I updated the UI for the Hex Calculator widget, and it looks much, much better. It used to look like &#8230; well &#8230; just awful. Horrible in fact. I mean really bad.
Here is what it looks like now:



It actually looks like something I would want on my desktop now. You can download it on the [...]]]></description>
			<content:encoded><![CDATA[<p>I updated the UI for the Hex Calculator widget, and it looks much, much better. It used to look like &#8230; well &#8230; just awful. Horrible in fact. I mean really bad.</p>
<p>Here is what it looks like now:</p>
<div class="movie">
<img src="http://robrohan.com/wp-content/uploads/2007/02/hexcalc.png" alt="HexCalc" height="312" width="264">
</div>
<p>It actually looks like something I would want on my desktop now. You can download it on the <a href="http://widgets.robrohan.com">widgets page</a>.</p>
<p>The other new widget is a Chinese word for the day widget.</p>
<p>I know I am going a bit overboard with the whole Chinese thing, but I am having a lot of fun learning Chinese. It&#8217;s nice to have a hobby that is mostly outside of computers, but still can tie in when I want to learn and play at the same time.</p>
<p>This widget is a feed to my <a href="http://cn.robrohan.com">Chinese site</a> - the site where I am keeping all my class notes and miscellaneous findings. I am going to look up a new word every day (or mostly everyday) and post it on the site which will go right to the widget. Here is what the widget looks like:</p>
<div class="movie">
<img src="http://robrohan.com/wp-content/uploads/2007/02/chinesewidget.png" alt="ChineseWidget" height="218" width="234">
</div>
<p>The widget lists the word in pinyin, simplified, and traditional. When you flip the widget over it shows the English translation. You can download the Chinese widget on the <a href="http://widgets.robrohan.com">widgets page</a> as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2007/02/04/hex-calculator-update-and-a-new-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Regex Widget Update</title>
		<link>http://robrohan.com/2007/01/28/regex-widget-update/</link>
		<comments>http://robrohan.com/2007/01/28/regex-widget-update/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 08:00:50 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

		<guid isPermaLink="false">http://robrohan.com/2007/01/28/regex-widget-update/</guid>
		<description><![CDATA[I&#8217;ve updated my regular expression testing widget to version 1.5. The only real change in this version is a UI update.
I&#8217;ve been doing some regular expression work the past couple of days, and the look of the widget started to bother me. It was very &#8220;programmer art&#8221;ish - it works fine, but it just looked [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated my <a href="http://widgets.robrohan.com">regular expression testing widget</a> to version 1.5. The only real change in this version is a UI update.</p>
<p>I&#8217;ve been doing some regular expression work the past couple of days, and the look of the widget started to bother me. It was very &#8220;programmer art&#8221;ish - it works fine, but it just looked cheap. This version is not a leap and bound improvement, but it is a lot easier on the eyes.</p>
<p>You can download it <a href="http://widgets.robrohan.com">here</a></p>
<p>While I was at it, I whipped up a narcissism widget. An RSS reader widget that does nothing but load the entries from this site - I know, I know, just what you&#8217;ve always wanted.</p>
<p>Since it wont have it&#8217;s own page, and I want to try out picture uploading in <a href="http://macromates.com/">TextMate</a>, here is what the widget looks like:</p>
<p><a href="/projects/download.php?file=widgets/RandomTechnology.wdgt.zip"><br />
<img src="http://robrohan.com/wp-content/uploads/2007/01/random-technology-widget.png" alt="Random Technology Widget" height="250" width="325" style="border: 0px;"></a></p>
<p>Have fun. (The Regex Widget is actually useful).</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2007/01/28/regex-widget-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kalator Widget</title>
		<link>http://robrohan.com/2006/09/05/kalator-widget/</link>
		<comments>http://robrohan.com/2006/09/05/kalator-widget/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 23:02:04 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

		<guid isPermaLink="false">http://blog.robrohan.com/2006/09/05/kalator-widget/</guid>
		<description><![CDATA[
(Kalator is an ad server that only shows open source ads) A weird phenomena seems to be happening with the Kalator ads. When people figure out that all the ads are for open source software, they tend to hit refresh a few times to see what other ads will show up.  Probably because the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://kalator.com/assets/KalatorWidget.png" style="float: left; padding: 5px;"></p>
<p>(<a href="http://www.kalator.com">Kalator</a> is an ad server that only shows open source ads) A weird phenomena seems to be happening with the Kalator ads. When people figure out that all the ads are for open source software, they tend to hit refresh a few times to see what other ads will show up.  Probably because the ads aren&apos;t trying to sell you anything; just tell you about cool open source stuff.</p>
<p>For a hoot, I whipped up a <a href="http://kalator.com/software.cfm">Kalator widget</a> that will cycle through the 120&#215;90 ads. As new ads are added they will show up in the widget as well. I am not exactly sure how helpful it is, but it&apos;s a nice way to peruse Kalator.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2006/09/05/kalator-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Widgets</title>
		<link>http://robrohan.com/2006/07/25/my-widgets/</link>
		<comments>http://robrohan.com/2006/07/25/my-widgets/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 19:39:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

		<guid isPermaLink="false">http://blog.robrohan.com/2006/07/25/my-widgets/</guid>
		<description><![CDATA[I&apos;ve had a few searches on the site for widgets, and I realized I don&apos;t have any posts up about my Mac OS X widgets. So to keep those searches from coming up blank, here are a few of my widgets and what they do:

ShakeASpear - Shakespearean-like insult generator. It is inspired by the site [...]]]></description>
			<content:encoded><![CDATA[<p>I&apos;ve had a few searches on the site for widgets, and I realized I don&apos;t have any posts up about my Mac OS X widgets. So to keep those searches from coming up blank, here are a few of my widgets and what they do:</p>
<ul>
<li><a href="http://widgets.robrohan.com">ShakeASpear</a> - Shakespearean-like insult generator. It is inspired by the site http://www.pangloss.com/seidel/Shaker/. This widget was a gift for my wife (it was her idea, and she asked me if I could write it for her).</li>
<li><a href="http://widgets.robrohan.com">RegexWidget</a> - Simple regular expression tester. Useful when trying out regexs for Javascript code, and somewhat useful when trying to build regular expressions for other languages (like sed, ruby, or perl).</li>
<li><a href="http://widgets.robrohan.com">Terminal</a> - Javascript and System terminal. In other words, it is an interactive javascript shell and a bash shell emulator. The javascript shell contains all of the Neuromancer libraries.</li>
<li><a href="http://widgets.robrohan.com">FTP Uploader</a> - The FTP Uploader widgets allows you to use drag and drop to upload a file to an FTP server. You can setup several FTP servers, and you don&apos;t need to buy anything to get it to work. The software is made available under the terms of the LGPL.</li>
</ul>
<p>Some people have a bit of trouble using the FTP Uploader. Here is a quick example of how it works (the widgets are appearing by pressing the F12 key):</p>
<p align="center">
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/8TsasiBbhmE"></param><embed src="http://www.youtube.com/v/8TsasiBbhmE" type="application/x-shockwave-flash" width="400" height="350"></embed></object>
</p>
<p>Let me know if you have any questions or comments. The Tiki heads on the widget project page link to wikis if I have one setup for the widget. If there is no wiki / bug tracker setup for the widget you can post comments here if you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2006/07/25/my-widgets/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FTP File Upload Widget</title>
		<link>http://robrohan.com/2006/01/02/ftp-file-upload-widget/</link>
		<comments>http://robrohan.com/2006/01/02/ftp-file-upload-widget/#comments</comments>
		<pubDate>Mon, 02 Jan 2006 11:21:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Mac]]></category>

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

		<guid isPermaLink="false">http://robrohan.com/2006/01/02/ftp-file-upload-widget/</guid>
		<description><![CDATA[To add pictures to my weblog posts in the past I&#8217;ve had to manually upload the files to the server. I got tired of doing that after a while so I added a web form to upload files. That was fine, but I&#8217;d much rather have a drag and drop way to add files to [...]]]></description>
			<content:encoded><![CDATA[<p>To add pictures to my weblog posts in the past I&#8217;ve had to manually upload the files to the server. I got tired of doing that after a while so I added a web form to upload files. That was fine, but I&#8217;d much rather have a drag and drop way to add files to my blog. Since you can&#8217;t do it directly in a browser yet, I decided to write a simple widget to upload files via FTP.</p>
<p>There are already some drag and drop FTP widgets on <a href="http://www.apple.com/downloads/dashboard" target="_blank">apple.com</a>, but they either require you to buy an FTP program or are shareware. While this is not as full featured as the others, and only handles FTP at the moment, you can&#8217;t beat the price.</p>
<p>You can download it <a href="http://robrohan.com/projects/widgets" target="_blank">here</a> (the software is made available under the terms of the <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">LGPL</a>. By downloading or using the software you agree to the terms of the <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">LGPL</a>). Once it&#8217;s installed click the <em>i</em> in the lower right corner, and add a server. It will attempt passive mode first and if that fails it will try active.</p>
<p>After you have a server setup, click done. Now whenever you&#8217;d like to upload a file, find it in finder, start to drag, press the F12 key. Dashboard will appear. Then drag the file to the widget and presto your file is uploaded.</p>
<p>Here are a couple things to watch out for:<br />
* It stores passwords in an unsafe way, but if you are using FTP&#8230;<br />
* You can only upload one file at a time<br />
* It wont let you upload files with spaces in the name</p>
<p>Still, it makes my life easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2006/01/02/ftp-file-upload-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Silly Tiger Widget</title>
		<link>http://robrohan.com/2005/05/28/silly-tiger-widget/</link>
		<comments>http://robrohan.com/2005/05/28/silly-tiger-widget/#comments</comments>
		<pubDate>Sun, 29 May 2005 04:08:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Mac]]></category>

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

		<guid isPermaLink="false">http://robrohan.com/2005/05/28/silly-tiger-widget/</guid>
		<description><![CDATA[My girlfriend is into Shakespeare. She stumbled across a site that pumps out shakespearean insults, and asked if I&#8217;d make her a widget that would do the same. I can&#8217;t resist it when she asks me to code for her :-o so here it is.
Enjoy.
]]></description>
			<content:encoded><![CDATA[<p>My girlfriend is into Shakespeare. She stumbled across a site that pumps out shakespearean insults, and asked if I&#8217;d make her a widget that would do the same. I can&#8217;t resist it when she asks me to code for her :-o so here <a href="http://www.robrohan.com/projects/shakeaspearwidget" target="_blank">it is</a>.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/05/28/silly-tiger-widget/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
