<?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>live@haliluya &#187; Dict.cn</title>
	<atom:link href="http://live.haliluya.org/weblog/tag/dictcn/feed/" rel="self" type="application/rss+xml" />
	<link>http://live.haliluya.org/weblog</link>
	<description>Yang Jing's Weblog</description>
	<lastBuildDate>Sat, 19 Mar 2011 07:25:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>用Firefox和IE7搜索框查字典</title>
		<link>http://live.haliluya.org/weblog/2007/10/12/dictionary-in-firefox-ie7-search/</link>
		<comments>http://live.haliluya.org/weblog/2007/10/12/dictionary-in-firefox-ie7-search/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 02:31:36 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[Web n.0]]></category>
		<category><![CDATA[Dict.cn]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[在线字典]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2007/10/12/dictionary-in-firefox-ie7-search/</guid>
		<description><![CDATA[前面都是用bookmarklet的方式查在线字典，这次在搜索框里查，也就是把字典查询加入到Firefox和IE7的搜索引擎里。 首先到http://mycroft.mozdev.org/下载搜索引擎插件。我用了n词酷和dict.cn，插件地址是... ]]></description>
			<content:encoded><![CDATA[<p>前面都是用bookmarklet的方式查在线字典，这次在搜索框里查，也就是把字典查询加入到Firefox和IE7的搜索引擎里。</p>
<p>首先到<a href="http://mycroft.mozdev.org/">http://mycroft.mozdev.org/</a>下载搜索引擎插件。我用了<a href="http://www.nciku.com/">n词酷</a>和<a href="http://dict.cn">dict.cn</a>，插件地址是<a href="http://mycroft.mozdev.org/download.html?name=www.nciku.com&#038;sherlock=yes&#038;opensearch=yes&#038;submitform=Search">这里</a>和<a href="http://mycroft.mozdev.org/download.html?name=dict.cn&#038;sherlock=yes&#038;opensearch=yes&#038;submitform=Search">这里</a>。注意Firefox2和IE7需选择OpenSearch standard标准的（有个A9图标的那个）。安装后便可在搜索框查单词了。</p>
<p>Firefox和IE中按Ctrl+E能激活搜索框。Firefox中也可以按Ctrl+K；按Ctrl+上下箭头切换搜索引擎。</p>
<p><strong>Update:</strong><br />
搜索引擎插件可以按规范的xml文件自己制作</p>
<p><coolcode>  <?xml version="1.0" encoding="UTF-8" ?><br />
- <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"><br />
  <ShortName>n词酷</ShortName><br />
  <Description>n词酷 provider</Description><br />
  <InputEncoding>UTF-8</InputEncoding><br />
  <Url type="text/html" template="http://www.nciku.com/Search.php?query={searchTerms}" /><br />
  </OpenSearchDescription></coolcode></p>
<p>这就是n词酷的搜索引擎插件文件（OpenSearch标准），其中关键的也就是这句ttp://www.nciku.com/Search.php?query={searchTerms}。如果你懒得自己弄（象我一样），可以用IE7的<a href="http://www.microsoft.com/windows/ie/searchguide/zh-chs/default.mspx?dcsref=http://runonce.msn.com/runonce2.aspx">制作向导</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2007/10/12/dictionary-in-firefox-ie7-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dict.cn在线词典及Bookmarklet</title>
		<link>http://live.haliluya.org/weblog/2007/07/18/dict_cn_and_bookmarklet/</link>
		<comments>http://live.haliluya.org/weblog/2007/07/18/dict_cn_and_bookmarklet/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 05:45:29 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[Web n.0]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[Dict.cn]]></category>
		<category><![CDATA[在线字典]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2007/07/18/dict_cn_and_bookmarklet/</guid>
		<description><![CDATA[在LinuxToy那里知道了Dict.cn这个海量在线词典。划词助手这个功能很不错，通过Bookmarklet的方式来实现。 之前抄了个查雅虎字典的Bookmarklet，这次简单替换一下，变成查Dict.cn词典的Bookmarklet。^_^（... ]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://linuxtoy.org/archives/dictcn.html">LinuxToy</a>那里知道了<a href="http://dict.cn/">Dict.cn</a>这个海量在线词典。<a href="http://dict.cn/tools.html#hczs">划词助手</a>这个功能很不错，通过Bookmarklet的方式来实现。</p>
<p>之前抄了个<a href="http://live.haliluya.org/weblog/2007/04/05/zidan_cn_yahoo_bookmarklet/">查雅虎字典的Bookmarklet</a>，这次简单替换一下，变成查Dict.cn词典的Bookmarklet。^_^（下面两个链接另存为书签就可以了）<br />
<a href="javascript:e = %22%22 + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);if (!e) e = prompt(%22%E6%83%B3%E6%9F%A5%E4%BB%80%E4%B9%88%E5%AD%97%3F%22, %22%22);if (e!=null) location=%22http://dict.cn/search/?q=%22 + e.replace(/ /g, %22%22); void 0">查Dict.cn词典</a><br />
<a href="javascript:e = %22%22 + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text);if (!e) e = prompt(%22%E6%83%B3%E6%9F%A5%E4%BB%80%E4%B9%88%E5%AD%97%3F%22, %22%22);if (e!=null) void(cha=window.open('http://dict.cn/search/?q=' + e, '_blank',  'scrollbars=yes,width=600,height=450,left=75,top=20,status=no,resizable=yes'));cha.focus();">查Dict.cn词典（新窗口）</a></p>
<p>注: 没有选中词时点查Dict.cn词典的bookmarklet会弹出一个单词输入窗口；中英文兼可查询。</p>
<p>不过有划词助手，这个bookmarklet也没多少用处了。<br />
划词助手目前似乎不能查询文字输入框里的词，比如在Google文档里编辑的字词。</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2007/07/18/dict_cn_and_bookmarklet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

