<?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>thdp&#039;s blog &#187; free</title>
	<atom:link href="http://thdp.org/tag/free/feed/" rel="self" type="application/rss+xml" />
	<link>http://thdp.org</link>
	<description>崇尚技术，享受生活</description>
	<lastBuildDate>Mon, 27 Feb 2012 22:50:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>用免费软件制作HDR效果的照片</title>
		<link>http://thdp.org/photo/creat-hdr-photos-with-qtpfsgui-gimp/</link>
		<comments>http://thdp.org/photo/creat-hdr-photos-with-qtpfsgui-gimp/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 22:30:22 +0000</pubDate>
		<dc:creator>thdp</dc:creator>
				<category><![CDATA[摄影]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[HDR]]></category>
		<category><![CDATA[Qtpfsgui]]></category>
		<category><![CDATA[免费]]></category>

		<guid isPermaLink="false">http://thdp.org/photo/hdr</guid>
		<description><![CDATA[HDR全称是High Dynamic Range，高动态范围，使用多张不同曝光的照片，用软件组合成一张同时保留亮部和暗部细节的图片，以更符合人眼看到的效果。目前在处理HDR照片做得不错的软件有Photoshop, Photomatrix，不过它们的价格都不菲。感谢开源软件界的朋友的努力，我们现在也可以用免费软件来实现同样的效果了。今天的两个主角就是Qtpfsgui和GIMP，它们都可以跨平台运行(Windows, Linux, Mac OS)。本文主要参考Design live的一篇文章，详细步骤请自行查询。 在合成HDR照片之前，首先需要有至少3张不同曝光的照片，一张正常曝光，外加两张欠曝和过曝的(1~2档)。为了最大限度保留景物的亮暗细节，推荐用RAW格式拍摄。最佳方案是通过相机自带的包围曝光功能拍摄，或者用一张正常曝光的RAW后期手动输出三张不同曝光。本文以我前段时间去Acadia拍摄的一张照片为例，当时早上云层很厚，所以照片拍摄的不是很理想。下面的步骤就告诉你怎样挽救这张照片，化平淡为神奇。 1. 用Qtpfsgui导入三张照片，软件从EXIF里读取各自的曝光值。对于手动输出的照片需要自己选择对应的曝光值。按默认值生成一张HDR照片，然后用各种tonemap(色调映射)算法来生成一张可正常显示的常规动态范围照片。 2. 点击Tonemap HDR按钮打开一个新的窗口，这里分别选择Fattal和Drago两种算法，生成不同效果的照片。Fattal偏向于色彩对比比较强烈的效果，而Drago则略微清淡。后面就可以将两个叠加生成适中的效果。我在试的时候发现Fattal输出的照片噪点会增加，建议将noise reduction加到0.1。此界面下还可以对输出的照片调整level，增加图片的对比度等。输出照片建议先选择小的图片尺寸，待得到合适的效果后再输出大尺寸的。 Fattal, Drago 3. 最后一步就是在GIMP里合成前边输出的两张照片。将Drago生成的照片设为背景，然后将Fattal生成的照片作为第二层。把Layer mode改为Overlay，然后适当调节Opacity(不透明度)直到你满意的效果。我试验的结果是50%是比较合适。 分享到： 更多 &#124;2&#124;left]]></description>
			<content:encoded><![CDATA[<p>HDR全称是High Dynamic Range，高动态范围，使用多张不同曝光的照片，用软件组合成一张同时保留亮部和暗部细节的图片，以更符合人眼看到的效果。目前在处理HDR照片做得不错的软件有Photoshop, Photomatrix，不过它们的价格都不菲。感谢开源软件界的朋友的努力，我们现在也可以用免费软件来实现同样的效果了。今天的两个主角就是<a href="http://qtpfsgui.sourceforge.net/" target="_blank">Qtpfsgui</a>和<a href="http://www.gimp.org/" target="_blank">GIMP</a>，它们都可以跨平台运行(Windows, Linux, Mac OS)。本文主要参考<a href="http://garmahis.com/tutorials/hdr-tutorial-free-software/" target="_blank">Design live</a>的一篇文章，详细步骤请自行查询。</p>
<p>在合成HDR照片之前，首先需要有至少3张不同曝光的照片，一张正常曝光，外加两张欠曝和过曝的(1~2档)。为了最大限度保留景物的亮暗细节，推荐用RAW格式拍摄。最佳方案是通过相机自带的包围曝光功能拍摄，或者用一张正常曝光的RAW后期手动输出三张不同曝光。本文以我前段时间去Acadia拍摄的一张照片为例，当时早上云层很厚，所以照片拍摄的不是很理想。下面的步骤就告诉你怎样挽救这张照片，化平淡为神奇。</p>
<p><img class="alignnone size-full wp-image-166" title="3_expose" src="http://thdp.org/wp-content/uploads/2009/10/3_expose.jpg" alt="3_expose" width="845" height="400" /></p>
<p>1. 用Qtpfsgui导入三张照片，软件从EXIF里读取各自的曝光值。对于手动输出的照片需要自己选择对应的曝光值。按默认值生成一张HDR照片，然后用各种tonemap(色调映射)算法来生成一张可正常显示的常规动态范围照片。</p>
<p>2. 点击Tonemap HDR按钮打开一个新的窗口，这里分别选择Fattal和Drago两种算法，生成不同效果的照片。Fattal偏向于色彩对比比较强烈的效果，而Drago则略微清淡。后面就可以将两个叠加生成适中的效果。我在试的时候发现Fattal输出的照片噪点会增加，建议将noise reduction加到0.1。此界面下还可以对输出的照片调整level，增加图片的对比度等。输出照片建议先选择小的图片尺寸，待得到合适的效果后再输出大尺寸的。</p>
<p>Fattal, Drago</p>
<p><img class="alignnone size-full wp-image-169" title="bay_pregamma_1_fattal_alpha_0.1_beta_0.8_saturation_1.5_noiseredux_0.1-1" src="http://thdp.org/wp-content/uploads/2009/10/bay_pregamma_1_fattal_alpha_0.1_beta_0.8_saturation_1.5_noiseredux_0.1-1.jpg" alt="bay_pregamma_1_fattal_alpha_0.1_beta_0.8_saturation_1.5_noiseredux_0.1-1" width="350" /><img class="alignnone size-full wp-image-170" title="bay_pregamma_1_drago_bias_0.85-1" src="http://thdp.org/wp-content/uploads/2009/10/bay_pregamma_1_drago_bias_0.85-1.jpg" alt="bay_pregamma_1_drago_bias_0.85-1" width="350" /></p>
<p>3. 最后一步就是在GIMP里合成前边输出的两张照片。将Drago生成的照片设为背景，然后将Fattal生成的照片作为第二层。把Layer mode改为Overlay，然后适当调节Opacity(不透明度)直到你满意的效果。我试验的结果是50%是比较合适。</p>
<p><a href="http://www.flickr.com/photos/dp812/4013153384/" title="[HDR] The bay area" class="flickr-image alignnone" rel="flickr-mgr" ><img src="http://farm3.static.flickr.com/2515/4013153384_d5d6b40593.jpg" alt="[HDR] The bay area" class="flickr-large"  /></a></p>
<div style=float:left><!-- JiaThis Button BEGIN -->
<div id="ckepop">
	<span class="jiathis_txt">分享到：</span>
	<a class="jiathis_button_qzone"></a>
	<a class="jiathis_button_tsina"></a>
	<a class="jiathis_button_renren"></a>
	<a class="jiathis_button_douban"></a>
	<a class="jiathis_button_google"></a>
	<a class="jiathis_button_fb"></a>
	<a class="jiathis_button_twitter"></a>
	<a class="jiathis_button_msn"></a>
	<a class="jiathis_button_email"></a>
	<a class="jiathis_button_copy"></a>
	<a class="jiathis_button_print"></a>
	<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank">更多</a>
	<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script>
<!-- JiaThis Button END -->|2|left</div>]]></content:encoded>
			<wfw:commentRss>http://thdp.org/photo/creat-hdr-photos-with-qtpfsgui-gimp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>解锁PDF文件的免费软件</title>
		<link>http://thdp.org/tech/software/free-softwares-to-unlock-pdf/</link>
		<comments>http://thdp.org/tech/software/free-softwares-to-unlock-pdf/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 22:50:25 +0000</pubDate>
		<dc:creator>thdp</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[unlock]]></category>
		<category><![CDATA[免费]]></category>
		<category><![CDATA[打印]]></category>
		<category><![CDATA[拷贝]]></category>
		<category><![CDATA[解锁]]></category>

		<guid isPermaLink="false">http://thdp.org/tech/software/%e8%a7%a3%e9%94%81pdf%e6%96%87%e4%bb%b6%e7%9a%84%e5%85%8d%e8%b4%b9%e8%bd%af%e4%bb%b6</guid>
		<description><![CDATA[PDF文件现在几乎已经成为网上通用的文件格式，除了它良好的兼容性，字体显示美观，作者还可以控制文档的权限，比如密码保护，禁止拷贝，打印等。如果你因某些需要解锁这些PDF文件时，下面列出的几个免费软件可能会对你有帮助。内容主要引自RizwanAshraf.com PDF Unlocker 重点推荐，Windows下的软件，可以恢复打印，拷贝功能。软件基于另一个很有名的开源软件Ghostscript，在做PDF到PDF的转换时，文件的限制就可以被去掉，不过书签也同时没有了。作者最早采用这个方法，而且很诚实的写了出来。相比较那些采用同样方法却需要花费几十刀购买的商业软件来说，这个作者很厚道了，为他鼓掌。 使用方法很简单，只要将原文件拖到这个软件在桌面的快捷方式上，解锁后的文件保存在和源文件相同目录，名字附加_noPW。我碰到的一次不起作用的情况是目录或文件名太长，只要重命名源文件，再拷到桌面在执行即可。 它的另外一个破解密码的功能比较有限，前提是你知道文件的密码，然后可以移除它。 另外两个作参考 恢复拷贝，打印：Free PDF Unlock Online Utility 在线工具，直接上传原文件(最大5M)，解锁后的文件会在新窗口打开。 解除密码：PDFCrack 开源软件，命令行形式，可以运行在Linux, Windows下。 分享到： 更多 &#124;2&#124;left]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-119" title="unlock" src="http://thdp.org/wp-content/uploads/2009/06/unlock.jpg" alt="unlock" width="210" height="202" />PDF文件现在几乎已经成为网上通用的文件格式，除了它良好的兼容性，字体显示美观，作者还可以控制文档的权限，比如密码保护，禁止拷贝，打印等。如果你因某些需要解锁这些PDF文件时，下面列出的几个免费软件可能会对你有帮助。内容主要引自<a href="http://www.rizwanashraf.com/2009/05/16/unlock-pdf-files-free-utilities-to-unlock-pdfs" target="_blank">RizwanAshraf.com</a></p>
<p><a href="http://freeware-pdf-unlocker.en.softonic.com/" target="_blank">PDF Unlocker</a><br />
重点推荐，Windows下的软件，可以恢复打印，拷贝功能。软件基于另一个很有名的开源软件Ghostscript，在做PDF到PDF的转换时，文件的限制就可以被去掉，不过书签也同时没有了。作者最早采用这个方法，而且很诚实的写了出来。相比较那些采用同样方法却需要花费几十刀购买的商业软件来说，这个作者很厚道了，为他鼓掌。</p>
<p>使用方法很简单，只要将原文件拖到这个软件在桌面的快捷方式上，解锁后的文件保存在和源文件相同目录，名字附加_noPW。我碰到的一次不起作用的情况是目录或文件名太长，只要重命名源文件，再拷到桌面在执行即可。</p>
<p>它的另外一个破解密码的功能比较有限，前提是你知道文件的密码，然后可以移除它。</p>
<p>另外两个作参考<br />
恢复拷贝，打印：<a href="http://www.ensode.net/pdf-crack.jsf" target="_blank">Free PDF Unlock Online Utility</a><br />
在线工具，直接上传原文件(最大5M)，解锁后的文件会在新窗口打开。</p>
<p>解除密码：<a href="http://pdfcrack.sourceforge.net/" target="_blank">PDFCrack</a><br />
开源软件，命令行形式，可以运行在Linux, Windows下。</p>
<div style=float:left><!-- JiaThis Button BEGIN -->
<div id="ckepop">
	<span class="jiathis_txt">分享到：</span>
	<a class="jiathis_button_qzone"></a>
	<a class="jiathis_button_tsina"></a>
	<a class="jiathis_button_renren"></a>
	<a class="jiathis_button_douban"></a>
	<a class="jiathis_button_google"></a>
	<a class="jiathis_button_fb"></a>
	<a class="jiathis_button_twitter"></a>
	<a class="jiathis_button_msn"></a>
	<a class="jiathis_button_email"></a>
	<a class="jiathis_button_copy"></a>
	<a class="jiathis_button_print"></a>
	<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank">更多</a>
	<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script>
<!-- JiaThis Button END -->|2|left</div>]]></content:encoded>
			<wfw:commentRss>http://thdp.org/tech/software/free-softwares-to-unlock-pdf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flickr免费帐号取消3个set限制</title>
		<link>http://thdp.org/photo/flickr-free-account-unlimited-sets/</link>
		<comments>http://thdp.org/photo/flickr-free-account-unlimited-sets/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:05:32 +0000</pubDate>
		<dc:creator>thdp</dc:creator>
				<category><![CDATA[摄影]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://thdp.org/uncategorized/flickr%e5%85%8d%e8%b4%b9%e5%b8%90%e5%8f%b7%e5%8f%96%e6%b6%883%e4%b8%aaset%e9%99%90%e5%88%b6</guid>
		<description><![CDATA[好消息，flickr免费帐号现在不限制set数目了，而且可以对最近上传的200张照片进行归类了。以前就很喜欢flickr的organize功能，照片归类，加tag，提交到group都非常方便。后来由于免费帐号只能建3个set的原因，无奈转到picasa。现在可以考虑回家了:) http://blog.flickr.net/en/2009/03/04/setting-sets-free/ It used to be that members with free accounts could only organize their photos into 3 sets. No longer! We’ve lifted that limit and you’re now free to organize your most recent 200 photos into as many sets as you like. 分享到： 更多 &#124;2&#124;left]]></description>
			<content:encoded><![CDATA[<p>好消息，flickr免费帐号现在不限制set数目了，而且可以对最近上传的200张照片进行归类了。以前就很喜欢flickr的organize功能，照片归类，加tag，提交到group都非常方便。后来由于免费帐号只能建3个set的原因，无奈转到picasa。现在可以考虑回家了:)</p>
<p><a href="http://blog.flickr.net/en/2009/03/04/setting-sets-free/" target="_blank">http://blog.flickr.net/en/2009/03/04/setting-sets-free/</a></p>
<blockquote><p>It used to be that members with free accounts could only organize their photos into 3 sets. No longer! We’ve lifted that limit and you’re now free to organize your most recent 200 photos into as many sets as you like.</p></blockquote>
<div style=float:left><!-- JiaThis Button BEGIN -->
<div id="ckepop">
	<span class="jiathis_txt">分享到：</span>
	<a class="jiathis_button_qzone"></a>
	<a class="jiathis_button_tsina"></a>
	<a class="jiathis_button_renren"></a>
	<a class="jiathis_button_douban"></a>
	<a class="jiathis_button_google"></a>
	<a class="jiathis_button_fb"></a>
	<a class="jiathis_button_twitter"></a>
	<a class="jiathis_button_msn"></a>
	<a class="jiathis_button_email"></a>
	<a class="jiathis_button_copy"></a>
	<a class="jiathis_button_print"></a>
	<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank">更多</a>
	<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script>
<!-- JiaThis Button END -->|2|left</div>]]></content:encoded>
			<wfw:commentRss>http://thdp.org/photo/flickr-free-account-unlimited-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在免费空间上试用WordPress</title>
		<link>http://thdp.org/tech/website/free-webhost-atbhost/</link>
		<comments>http://thdp.org/tech/website/free-webhost-atbhost/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 04:24:01 +0000</pubDate>
		<dc:creator>Ping</dc:creator>
				<category><![CDATA[网站相关|WordPress]]></category>
		<category><![CDATA[ATBHost]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Host2ez]]></category>
		<category><![CDATA[webhost]]></category>

		<guid isPermaLink="false">http://thdp.atbhost.net/?p=17806</guid>
		<description><![CDATA[在yo2上开博半个月了，发现它对新手入门wordpress很不错，但是到了后边更高级的应用目前做得还不是很足，比如不能自己上传模板和插件，讨论区提出的问题解答效率不高，yo2sns和圈子的社区功能还没有完全发挥出来，首页推荐的内容还有待提高。 在提出更新syntaxhighlighter插件和新的模板没有回信之后，我就从网上找了个免费空间。这才发现完全控制WP的快感，cpanel的强大，mysql导出备份，只是希望这个空间能够坚持下去。 1G存储空间，每月限10G流量，支持PHP5、CGI，提供10个MySQL数据库，Web、FTP方式上传管理文件，提供免费二级域名1个，还可以绑定10个自己的域名。今年一月成立的，论坛支持很不错，回答问题及时，还专门开辟了中文版块。 2009-3-26 更新 前一段时间主机有一个星期左右无法访问。最后一次上论坛时，管理员发贴说cpanel无法通过验证，服务器不定时当机，通知用ftp备份数据。最近服务器刚恢复，但我觉得这个站点做得还不太专业，当机时连主站和论坛都打不开，而且恢复后也没有给论坛成员发封email通知一下。我要不是google搜索时随意点进来，说不定以后就不上atb了呢。现在主站已转到host2ez的付费空间，atb重新注册了帐号，但不会把重要的东西放上来了。 分享到： 更多 &#124;2&#124;left]]></description>
			<content:encoded><![CDATA[<p>在yo2上开博半个月了，发现它对新手入门wordpress很不错，但是到了后边更高级的应用目前做得还不是很足，比如不能自己上传模板和插件，讨论区提出的问题解答效率不高，yo2sns和圈子的社区功能还没有完全发挥出来，首页推荐的内容还有待提高。</p>
<p>在提出更新syntaxhighlighter插件和新的模板没有回信之后，我就从网上找了个免费空间。这才发现完全控制WP的快感，cpanel的强大，mysql导出备份，只是希望这个空间能够坚持下去。</p>
<div class="mceTemp">
<dl class="wp-caption alignnone" style="width: 285px;">
<dt class="wp-caption-dt"><a href="http://www.atbhost.net/"><img title="ATBHost.net" src="http://www.atbhost.net/images/i_04.jpg" alt="ATBHost.net" width="275" height="99" /></a></dt>
</dl>
</div>
<p>1G存储空间，每月限10G流量，支持PHP5、CGI，提供10个MySQL数据库，Web、FTP方式上传管理文件，提供免费二级域名1个，还可以绑定10个自己的域名。今年一月成立的，论坛支持很不错，回答问题及时，还专门开辟了中文版块。</p>
<p><strong>2009-3-26 更新</strong><br />
前一段时间主机有一个星期左右无法访问。最后一次上论坛时，管理员发贴说cpanel无法通过验证，服务器不定时当机，通知用ftp备份数据。最近服务器刚恢复，但我觉得这个站点做得还不太专业，当机时连主站和论坛都打不开，而且恢复后也没有给论坛成员发封email通知一下。我要不是google搜索时随意点进来，说不定以后就不上atb了呢。现在主站已转到host2ez的付费空间，atb重新注册了帐号，但不会把重要的东西放上来了。</p>
<div style=float:left><!-- JiaThis Button BEGIN -->
<div id="ckepop">
	<span class="jiathis_txt">分享到：</span>
	<a class="jiathis_button_qzone"></a>
	<a class="jiathis_button_tsina"></a>
	<a class="jiathis_button_renren"></a>
	<a class="jiathis_button_douban"></a>
	<a class="jiathis_button_google"></a>
	<a class="jiathis_button_fb"></a>
	<a class="jiathis_button_twitter"></a>
	<a class="jiathis_button_msn"></a>
	<a class="jiathis_button_email"></a>
	<a class="jiathis_button_copy"></a>
	<a class="jiathis_button_print"></a>
	<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank">更多</a>
	<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script>
<!-- JiaThis Button END -->|2|left</div>]]></content:encoded>
			<wfw:commentRss>http://thdp.org/tech/website/free-webhost-atbhost/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>免费在线教学资源</title>
		<link>http://thdp.org/tech/free_online_education/</link>
		<comments>http://thdp.org/tech/free_online_education/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:57:16 +0000</pubDate>
		<dc:creator>Ping</dc:creator>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://thdp.yo2.cn/articles/%e5%85%8d%e8%b4%b9%e5%9c%a8%e7%ba%bf%e6%95%99%e5%ad%a6%e8%b5%84%e6%ba%90.html</guid>
		<description><![CDATA[补充：mit的open course ware和中国开放教育资源合作，已经汉化了部分教材，更方便国人学习。地址在这里 http://www.core.org.cn 这篇文章的内容均来自Jimmy Ruska，主要介绍了英文的免费在线教学资源。 第一版的pr达到7的页面，综合了最常用的在线资源，包括Berkeley，MIT世界名校和Wikipedia，强烈推荐。 http://www.jimmyr.com/blog/Online_Education_Free_201_2006.php 这是更新后的页面，增加了更多的条目的详细介绍。 http://www.jimmyr.com/blog/0_Free_Education.php 下边是按资源类型的具体划分 1. 十所顶尖大学的在线课程 http://www.jimmyr.com/blog/1_Top_10_Universities_With_Free_Courses_Online.php 2. 所有学生都应该知道的研究型站点 http://www.jimmyr.com/blog/3_Research_Sites_All_Students_Should_Know.php 3. 免费电子书和教材 http://www.jimmyr.com/blog/4_Free_Ebooks_and_Courseware_Texts.php 分享到： 更多 &#124;2&#124;left]]></description>
			<content:encoded><![CDATA[<p>补充：mit的open course ware和中国开放教育资源合作，已经汉化了部分教材，更方便国人学习。地址在这里 <a href="http://www.core.org.cn" target="_self">http://www.core.org.cn</a></p>
<p>这篇文章的内容均来自<a href="http://www.jimmyr.com/blog/jlist_Educational.php">Jimmy Ruska</a>，主要介绍了英文的免费在线教学资源。</p>
<p>第一版的pr达到7的页面，综合了最常用的在线资源，包括Berkeley，MIT世界名校和Wikipedia，强烈推荐。<br />
<a href="http://www.jimmyr.com/blog/Online_Education_Free_201_2006.php" target="_blank"><span style="color: #9e0e5f;"><span style="text-decoration: underline;">http://www.jimmyr.com/blog/Online_Education_Free_201_2006.php</span></span></a></p>
<p>这是更新后的页面，增加了更多的条目的详细介绍。<br />
<a href="http://www.jimmyr.com/blog/0_Free_Education.php" target="_blank"><span style="color: #9e0e5f;"><span style="text-decoration: underline;">http://www.jimmyr.com/blog/0_Free_Education.php</span></span></a></p>
<p>下边是按资源类型的具体划分<br />
1. 十所顶尖大学的在线课程<a href="http://www.jimmyr.com/blog/1_Top_10_Universities_With_Free_Courses_Online.php" target="_blank"><span style="text-decoration: underline;"></p>
<p>http://www.jimmyr.com/blog/1_Top_10_Universities_With_Free_Courses_Online.php</span></a></p>
<p>2. 所有学生都应该知道的研究型站点<a href="http://www.jimmyr.com/blog/3_Research_Sites_All_Students_Should_Know.php" target="_blank"><span style="color: #9e0e5f;"><span style="text-decoration: underline;"></p>
<p>http://www.jimmyr.com/blog/3_Research_Sites_All_Students_Should_Know.php</span></span></a></p>
<p>3. 免费电子书和教材<a href="http://www.jimmyr.com/blog/4_Free_Ebooks_and_Courseware_Texts.php" target="_blank"><span style="color: #9e0e5f;"><span style="text-decoration: underline;"></p>
<p>http://www.jimmyr.com/blog/4_Free_Ebooks_and_Courseware_Texts.php</span></span></a></p>
<div style=float:left><!-- JiaThis Button BEGIN -->
<div id="ckepop">
	<span class="jiathis_txt">分享到：</span>
	<a class="jiathis_button_qzone"></a>
	<a class="jiathis_button_tsina"></a>
	<a class="jiathis_button_renren"></a>
	<a class="jiathis_button_douban"></a>
	<a class="jiathis_button_google"></a>
	<a class="jiathis_button_fb"></a>
	<a class="jiathis_button_twitter"></a>
	<a class="jiathis_button_msn"></a>
	<a class="jiathis_button_email"></a>
	<a class="jiathis_button_copy"></a>
	<a class="jiathis_button_print"></a>
	<a href="http://www.jiathis.com/share" class="jiathis jiathis_txt jtico jtico_jiathis" target="_blank">更多</a>
	<a class="jiathis_counter_style"></a>
</div>
<script type="text/javascript" src="http://v2.jiathis.com/code/jia.js" charset="utf-8"></script>
<!-- JiaThis Button END -->|2|left</div>]]></content:encoded>
			<wfw:commentRss>http://thdp.org/tech/free_online_education/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

