<?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>Alan&#039;s World &#187; Others</title>
	<atom:link href="http://www.alanoy.com/category/others/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alanoy.com</link>
	<description></description>
	<lastBuildDate>Sun, 25 Dec 2011 09:55:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LiveCD 修复 Grub</title>
		<link>http://www.alanoy.com/livecd-fixed-grub/</link>
		<comments>http://www.alanoy.com/livecd-fixed-grub/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 12:58:42 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=409</guid>
		<description><![CDATA[上次遇到 grub 出错尝试修复没成功，导致重装 Ubuntu 了，这次不知啥问题又进不了 grub 界面，重装这么蛋疼的事是不想再经历，幸好 google 同学这次让正确答案出现在前面。 我还是用 grub4dos 进入 LiveCD 的（绝对有必要弄一个启动盘了，囧）。首先列出分区 sudo fdisk -l，然后挂载到 / 所在分区，我 ubuntu 是装在移动硬盘，分区在 sdb2： sudo mount /dev/sdb2 /mnt //如果有 /boot 分区，假设 /boot 分区在 sdb3，还要： sudo mount /dev/sdb3 /mnt/boot 然后输入： sudo mount --bind /dev /mnt/dev 改变目录：sudo chroot /mnt 重建 grub.cfg： update-grub 安装 grub2 到指定硬盘的 MBR grub-install /dev/sdb (我的移动硬盘为 [...]]]></description>
			<content:encoded><![CDATA[<p>上次遇到 grub 出错尝试修复没成功，导致重装 Ubuntu 了，这次不知啥问题又进不了 grub 界面，重装这么蛋疼的事是不想再经历，幸好 google 同学这次让正确答案出现在前面。</p>
<p>我还是用 grub4dos 进入 LiveCD 的（绝对有必要弄一个启动盘了，囧）。首先列出分区 <code class="codecolorer text dawn"><span class="text">sudo fdisk -l</span></code>，然后挂载到 / 所在分区，我 ubuntu 是装在移动硬盘，分区在 sdb2：<span id="more-409"></span></p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo mount /dev/sdb2 /mnt<br />
//如果有 /boot 分区，假设 /boot 分区在 sdb3，还要：<br />
sudo mount /dev/sdb3 /mnt/boot</div></div>
<p>然后输入：</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo mount --bind /dev /mnt/dev</div></div>
<p>改变目录：<code class="codecolorer text dawn"><span class="text">sudo chroot /mnt</span></code></p>
<p>重建 grub.cfg： <code class="codecolorer text dawn"><span class="text">update-grub</span></code></p>
<p>安装 grub2 到指定硬盘的 MBR</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">grub-install /dev/sdb (我的移动硬盘为 sdb)</div></div>
<p>重启可以进入 ubuntu 了：</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo update-grub2</div></div>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/install-ubuntu-under-windows7/" title="Windows7 下用 grub4dos 安装 Ubuntu">Windows7 下用 grub4dos 安装 Ubuntu</a> (18)</li><li><a href="http://www.alanoy.com/let-terminal-use-solarized/" title="让 Terminal 使用 Solarized 配色">让 Terminal 使用 Solarized 配色</a> (11)</li><li><a href="http://www.alanoy.com/after-installed-ubuntu-10/" title="安装 Ubuntu 10.10 后若干问题">安装 Ubuntu 10.10 后若干问题</a> (47)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2011. |
<a href="http://www.alanoy.com/livecd-fixed-grub/">Permalink</a> |
<a href="http://www.alanoy.com/livecd-fixed-grub/#comments">8 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/livecd-fixed-grub/&title=LiveCD 修复 Grub">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/livecd-fixed-grub/&title=LiveCD 修复 Grub" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/livecd-fixed-grub/&title=LiveCD 修复 Grub" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/livecd-fixed-grub/&title=LiveCD 修复 Grub" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/livecd-fixed-grub/&title=LiveCD 修复 Grub" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/grub/" rel="tag">Grub</a>, <a href="http://www.alanoy.com/tag/ubuntu/" rel="tag">Ubuntu</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/livecd-fixed-grub/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Windows7 下用 grub4dos 安装 Ubuntu</title>
		<link>http://www.alanoy.com/install-ubuntu-under-windows7/</link>
		<comments>http://www.alanoy.com/install-ubuntu-under-windows7/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 12:02:19 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[grub4dos]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=408</guid>
		<description><![CDATA[用 grub4dos 安装了几次 Ubuntu 了，主要是装到移动硬盘了，感觉很有必要记录一下（以 ubuntu-10.10-desktop-i386 为例）。直奔话题，首先下载 Ubuntu 镜像文件和grub4dos，从 ubuntu 镜像文件提取 initrd.gz、vmlinuz，从 grub4dos 提取 grub.exe、grldr、grldr.mbr，然后和 Ubuntu 镜像文件一起丢到 C:\，再手动创建 menu.lst，加入一下内容： title Ubuntu10.10 kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-10.10-desktop-i386.iso locale=zh_CN.UTF-8 initrd /initrd.lz 运行 cmd，输入 bcdedit /create /d &#34;GRUB4DOS&#34; /application bootsector，返回一个 {GUID}， bcdedit /set {GUID} device partition=C: bcdedit /set {GUID} path \grldr.mbr bcdedit /displayorder {GUID} /addlast 重启电脑便可选择 grub4dos 进入 ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>用 grub4dos 安装了几次 Ubuntu 了，主要是装到移动硬盘了，感觉很有必要记录一下（以 ubuntu-10.10-desktop-i386 为例）。直奔话题，首先下载 <a href="http://www.ubuntu.com/download/ubuntu/download" title="Ubuntu">Ubuntu 镜像文件</a>和<a href="http://sourceforge.net/projects/grub4dos/" title="grub4dos">grub4dos</a>，从 ubuntu 镜像文件提取 initrd.gz、vmlinuz，从 grub4dos 提取 grub.exe、grldr、grldr.mbr，然后和 Ubuntu 镜像文件一起丢到 C:\，再手动创建 menu.lst，加入一下内容：<span id="more-408"></span></p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">title Ubuntu10.10<br />
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-10.10-desktop-i386.iso locale=zh_CN.UTF-8<br />
initrd /initrd.lz</div></div>
<p>运行 cmd，输入 <code class="codecolorer text dawn"><span class="text">bcdedit /create /d &quot;GRUB4DOS&quot; /application bootsector</span></code>，返回一个 <code class="codecolorer text dawn"><span class="text">{GUID}</span></code>，</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">bcdedit /set {GUID} device partition=C:<br />
bcdedit /set {GUID} path \grldr.mbr<br />
bcdedit /displayorder {GUID} /addlast</div></div>
<p>重启电脑便可选择 grub4dos 进入 ubuntu liveCD，准备安装前打开终端，输入</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo umount -l /isodevice</div></div>
<p>这一命令取消掉对光盘所在驱动器的挂载，否则分区界面找不到分区。然后点击桌面上的<cite>安装 Ubuntu</cite> 进行安装。安装后可以在 win 下删除刚才放的那些放 C:\ 的文件，然后运行 cmd，删除 bcdedit 产生的启动项（可用 <code class="codecolorer text dawn"><span class="text">bcdedit /enum</span></code> 查看）：</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">bcdedit /delete {GUID} /f</div></div>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/livecd-fixed-grub/" title="LiveCD 修复 Grub">LiveCD 修复 Grub</a> (8)</li><li><a href="http://www.alanoy.com/let-terminal-use-solarized/" title="让 Terminal 使用 Solarized 配色">让 Terminal 使用 Solarized 配色</a> (11)</li><li><a href="http://www.alanoy.com/after-installed-ubuntu-10/" title="安装 Ubuntu 10.10 后若干问题">安装 Ubuntu 10.10 后若干问题</a> (47)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2011. |
<a href="http://www.alanoy.com/install-ubuntu-under-windows7/">Permalink</a> |
<a href="http://www.alanoy.com/install-ubuntu-under-windows7/#comments">18 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/install-ubuntu-under-windows7/&title=Windows7 下用 grub4dos 安装 Ubuntu">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/install-ubuntu-under-windows7/&title=Windows7 下用 grub4dos 安装 Ubuntu" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/install-ubuntu-under-windows7/&title=Windows7 下用 grub4dos 安装 Ubuntu" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/install-ubuntu-under-windows7/&title=Windows7 下用 grub4dos 安装 Ubuntu" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/install-ubuntu-under-windows7/&title=Windows7 下用 grub4dos 安装 Ubuntu" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/grub4dos/" rel="tag">grub4dos</a>, <a href="http://www.alanoy.com/tag/ubuntu/" rel="tag">Ubuntu</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/install-ubuntu-under-windows7/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>让 Terminal 使用 Solarized 配色</title>
		<link>http://www.alanoy.com/let-terminal-use-solarized/</link>
		<comments>http://www.alanoy.com/let-terminal-use-solarized/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 02:56:33 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Colorscheme]]></category>
		<category><![CDATA[Solarized]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=403</guid>
		<description><![CDATA[现在基本用 ubuntu 做开发，直接在终端(gnome-terminal)里面 vim，但配色效果不甚满意，因为 gvim 的配色是 Solarized，google 告诉我 Gnome-Terminal 也可以这样配。可以先围观下效果图： 首先安装 git：sudo apt-get install git-core 然后要设一下 solarized theme for GNU ls，不然在 Terminal 下 ls 啥的都灰蒙蒙的，也不舒服： git clone git://github.com/seebi/dircolors-solarized.git dircolor-solarized 有几个配色，你可以去项目那看看说明，我自己用的是 dark256： cp ~/dircolors-solarized/dircolors.256dark ~/.dircolors eval 'dircolors .dircolors' 设置 Terminal 支持 256 色，vim .barshrc 并添加 export TERM=xterm-256color，这样 dircolors for GNU ls 算设置完成了。 接下来下载 Solarized 的 Gnome-Terminal [...]]]></description>
			<content:encoded><![CDATA[<p>现在基本用 ubuntu 做开发，直接在终端(gnome-terminal)里面 vim，但配色效果不甚满意，因为 gvim 的配色是 <a href="http://ethanschoonover.com/solarized" rel="external nofollow" title="Solarized">Solarized</a>，google 告诉我 Gnome-Terminal 也可以这样配。可以先围观下效果图：</p>
<p><a href="http://pic.yupoo.com/alanoy/Bmx4YbBh/4bmhZ.png" target="_black" rel="external nofollow"><img src="http://www.alanoy.com/wp-content/uploads/2011/09/Solarized-Terminal.png" alt="Solarized Terminal Preview" title="Solarized Terminal" width="500" height="248" class="alignnone size-full wp-image-405" /></a></p>
<p><span id="more-403"></span></p>
<p>首先安装 git：<code class="codecolorer text dawn"><span class="text">sudo apt-get install git-core</span></code></p>
<p>然后要设一下 <a href="https://github.com/seebi/dircolors-solarized" title="solarized dircolors" rel="external nofollow">solarized theme for GNU ls</a>，不然在 Terminal 下 ls 啥的都灰蒙蒙的，也不舒服：</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">git clone git://github.com/seebi/dircolors-solarized.git</div></div>
<p>dircolor-solarized 有几个配色，你可以去项目那看看说明，我自己用的是 dark256：</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cp ~/dircolors-solarized/dircolors.256dark ~/.dircolors<br />
eval 'dircolors .dircolors'</div></div>
<p>设置 Terminal 支持 256 色，<code class="codecolorer text dawn"><span class="text">vim .barshrc</span></code> 并添加 <code class="codecolorer text dawn"><span class="text">export TERM=xterm-256color</span></code>，这样 dircolors for GNU ls 算设置完成了。</p>
<p>接下来下载 Solarized 的 Gnome-Terminal 配色：</p>
<div class="codecolorer-container text dawn" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">git clone git://github.com/sigurdga/gnome-terminal-colors-solarized.git</div></div>
<p><code class="codecolorer text dawn"><span class="text">cd gnome-terminal-colors-solarized</span></code> 到该目录下运行配色脚本：<code class="codecolorer text dawn"><span class="text">./set_dark.sh</span></code> 或 <code class="codecolorer text dawn"><span class="text">./set_light.sh</span></code>，这就算搞定了。</p>
<p>这里还有一个修改自 sigurdga 这个 Solarized 配色的，就是背景色跟 solarized 的稍微不一样，项目地址是：https://github.com/coolwanglu/gnome-terminal-colors-solarized</p>
<p>最后，祝大家中秋节快乐！</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/livecd-fixed-grub/" title="LiveCD 修复 Grub">LiveCD 修复 Grub</a> (8)</li><li><a href="http://www.alanoy.com/install-ubuntu-under-windows7/" title="Windows7 下用 grub4dos 安装 Ubuntu">Windows7 下用 grub4dos 安装 Ubuntu</a> (18)</li><li><a href="http://www.alanoy.com/after-installed-ubuntu-10/" title="安装 Ubuntu 10.10 后若干问题">安装 Ubuntu 10.10 后若干问题</a> (47)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2011. |
<a href="http://www.alanoy.com/let-terminal-use-solarized/">Permalink</a> |
<a href="http://www.alanoy.com/let-terminal-use-solarized/#comments">11 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/let-terminal-use-solarized/&title=让 Terminal 使用 Solarized 配色">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/let-terminal-use-solarized/&title=让 Terminal 使用 Solarized 配色" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/let-terminal-use-solarized/&title=让 Terminal 使用 Solarized 配色" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/let-terminal-use-solarized/&title=让 Terminal 使用 Solarized 配色" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/let-terminal-use-solarized/&title=让 Terminal 使用 Solarized 配色" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/colorscheme/" rel="tag">Colorscheme</a>, <a href="http://www.alanoy.com/tag/solarized/" rel="tag">Solarized</a>, <a href="http://www.alanoy.com/tag/terminal/" rel="tag">Terminal</a>, <a href="http://www.alanoy.com/tag/ubuntu/" rel="tag">Ubuntu</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/let-terminal-use-solarized/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>总结一</title>
		<link>http://www.alanoy.com/summary-01/</link>
		<comments>http://www.alanoy.com/summary-01/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 15:56:38 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Summary]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=390</guid>
		<description><![CDATA[说在前头：博客又几个月没有更新了，之前几年的工作经验废了，现在终于转行页面前端了，没这方面的工作经验，要学习的还有很多，还得稍微适应这行业的氛围、环境，感觉还是不错的。 进入正题，稍微总结下最近工作问题和收获。 一、完全了解页面中的交互组件后再写页面。之前，拿到一个页面的 psd 稿，就是开始写结构，写样式，然后在各个浏览器测试，以求完美的与 psd 稿保持一致，再通知后台同学帮忙进行渲染，经常爆出的问题就是后台同学对于页面中的某些弹窗按钮不知如何渲染，因为我没有写出相应的弹窗代码，刚开始是没经验，没加上去，但这两天做的一个页面也出现同样问题；其实就是在写页面之前没有对交互组件先分析了解，对其该如何实现应该先有个底，然后才开始写页面，这样就可以避免漏写交互组件实现代码的问题，减少一些沟通成本，提高一点工作效率。非常重要的一个步骤！！！ 二、养成检验的习惯。以前做 WordPress 主题后一般也会检验一下，但并没有养成习惯，突然记起这事就检验一下，没有检验也就没检验，反正也没多大事；在工作中，由于每次页面完成后，留给自己调试的时间是有限的，我甚至有时赶时间都忘了测试 chrome（其实一般也不会在这个上有太多问题），所以页面完成后，首先应该是对代码进行标准检验，尤其是对 HTML 的检验，检验标准的目的主要是为了看代码中是否有错误的标签或少了闭合标签的情况，有两次我就犯了错误，一个页面写错标签，一个页面少了闭合标签，结果给调试样式带来很大麻烦。所以在完成结构代码后进行 HTML 标准检验，完成样式代码后，进行 CSS 标准检验，这个习惯会给工作带来很大方便。 暂时就这么点吧，有好的经验也欢迎您留言与我分享。PS. 要抽个时间把 aSide 用 HTML5 重构一下，当作对 HTML5 的学习实践。 Related Posts最近这些日子 (17) © Alan for Alan&#039;s World, 2011. &#124; Permalink &#124; 70 comments Add to del.icio.us &#124; Google Bookmark &#124; Digg &#124; Live Bookmark &#124; Facebook Post tags: Summary, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>说在前头：</strong>博客又几个月没有更新了，之前几年的工作经验废了，现在终于转行页面前端了，没这方面的工作经验，要学习的还有很多，还得稍微适应这行业的氛围、环境，感觉还是不错的。</p>
<p>进入正题，稍微总结下最近工作问题和收获。<span id="more-390"></span></p>
<p>一、完全了解页面中的交互组件后再写页面。之前，拿到一个页面的 psd 稿，就是开始写结构，写样式，然后在各个浏览器测试，以求完美的与 psd 稿保持一致，再通知后台同学帮忙进行渲染，经常爆出的问题就是后台同学对于页面中的某些弹窗按钮不知如何渲染，因为我没有写出相应的弹窗代码，刚开始是没经验，没加上去，但这两天做的一个页面也出现同样问题；其实就是在写页面之前没有对交互组件先分析了解，对其该如何实现应该先有个底，然后才开始写页面，这样就可以避免漏写交互组件实现代码的问题，减少一些沟通成本，提高一点工作效率。非常重要的一个步骤！！！</p>
<p>二、养成检验的习惯。以前做 WordPress 主题后一般也会检验一下，但并没有养成习惯，突然记起这事就检验一下，没有检验也就没检验，反正也没多大事；在工作中，由于每次页面完成后，留给自己调试的时间是有限的，我甚至有时赶时间都忘了测试 chrome（其实一般也不会在这个上有太多问题），所以页面完成后，首先应该是对代码进行标准检验，尤其是对 HTML 的检验，检验标准的目的主要是为了看代码中是否有错误的标签或少了闭合标签的情况，有两次我就犯了错误，一个页面写错标签，一个页面少了闭合标签，结果给调试样式带来很大麻烦。所以在完成结构代码后进行 HTML 标准检验，完成样式代码后，进行 CSS 标准检验，这个习惯会给工作带来很大方便。</p>
<p>暂时就这么点吧，有好的经验也欢迎您留言与我分享。PS. 要抽个时间把 aSide 用 HTML5 重构一下，当作对 HTML5 的学习实践。</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/these-busy-days/" title="最近这些日子">最近这些日子</a> (17)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2011. |
<a href="http://www.alanoy.com/summary-01/">Permalink</a> |
<a href="http://www.alanoy.com/summary-01/#comments">70 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/summary-01/&title=总结一">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/summary-01/&title=总结一" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/summary-01/&title=总结一" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/summary-01/&title=总结一" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/summary-01/&title=总结一" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/summary/" rel="tag">Summary</a>, <a href="http://www.alanoy.com/tag/work/" rel="tag">Work</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/summary-01/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>安装 Ubuntu 10.10 后若干问题</title>
		<link>http://www.alanoy.com/after-installed-ubuntu-10/</link>
		<comments>http://www.alanoy.com/after-installed-ubuntu-10/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 16:23:50 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[Mark]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=370</guid>
		<description><![CDATA[上次使用 Ubuntu 还是两年前的 8.04 版，这两天忽然又很想用用 Ubuntu，所以装上了 Ubuntu 10.10，用了比较懒的方法，在 Win 下直接 Wubi 安装，省了很多设置的麻烦，过程挺快的，可是装完后问题也多，许多命令都忘干净了，安装适合自己使用的软件，也得折腾一番。于是 Mark 文一篇 网络连接设置 在装软件前得先更新下源，可是刚装完的时候发现上不了网，中间折腾了好久；建议网络设置，要么直接路由设置 DHCP，要么手动设置了 IP 地址、网关等就可以了。 可能有人会出现重启电脑后控制面板上的网络连接面板消失了，或者多了个 ifupdown eth1 连接（原本只有 auto eth0）的问题，我折腾了好久就是这俩问题，其实默认的情况下就没问题，我偏偏改动了 interfaces 和 nm-system-setting.conf 文件。/etc/network/interfaces 默认内容是： auto lo iface lo inet loopback 而 /etc/NetworkManager/nm-system-setting.conf 默认的 managed=false，网上看到许多说修改 managed=true 解决网络连接面板消失问题，但是修改后就会出现多了 ifupdown eth1 的问题。 字体设置 其实 Ubuntu 10.10 下的字体已经很好了，不过我喜欢安装多一些字体。把想使用的字体放到新文件夹 myfonts，然后复制或直接移动到 /usr/share/fonts/ 下： 复制：sudo cp [...]]]></description>
			<content:encoded><![CDATA[<p>上次使用 Ubuntu 还是两年前的 8.04 版，这两天忽然又很想用用 Ubuntu，所以装上了 Ubuntu 10.10，用了比较懒的方法，在 Win 下直接 Wubi 安装，省了很多设置的麻烦，过程挺快的，可是装完后问题也多，许多命令都忘干净了，安装适合自己使用的软件，也得折腾一番。于是 <strong>Mark</strong> 文一篇<span id="more-370"></span></p>
<h3>网络连接设置</h3>
<p>在装软件前得先更新下源，可是刚装完的时候发现上不了网，中间折腾了好久；建议网络设置，要么直接路由设置 DHCP，要么手动设置了 IP 地址、网关等就可以了。<br />
可能有人会出现重启电脑后控制面板上的<em>网络连接面板</em>消失了，或者多了个 <em>ifupdown eth1</em> 连接（原本只有 auto eth0）的问题，我折腾了好久就是这俩问题，其实默认的情况下就没问题，我偏偏改动了 interfaces 和 nm-system-setting.conf 文件。<code class="codecolorer text dawn"><span class="text">/etc/network/interfaces</span></code> 默认内容是：</p>
<p class="block-code"><code class="codecolorer text dawn"><span class="text">auto lo<br />
iface lo inet loopback</span></code></p>
<p>而 <code class="codecolorer text dawn"><span class="text">/etc/NetworkManager/nm-system-setting.conf</span></code> 默认的 <code class="codecolorer text dawn"><span class="text">managed=false</span></code>，网上看到许多说修改 <code class="codecolorer text dawn"><span class="text">managed=true</span></code> 解决网络连接面板消失问题，但是修改后就会出现多了 ifupdown eth1 的问题。</p>
<h3>字体设置</h3>
<p>其实 Ubuntu 10.10 下的字体已经很好了，不过我喜欢安装多一些字体。把想使用的字体放到新文件夹 myfonts，然后复制或直接移动到 <code class="codecolorer text dawn"><span class="text">/usr/share/fonts/</span></code> 下：</p>
<p class="block-code">复制：<code class="codecolorer text dawn"><span class="text">sudo cp -r myfonts /usr/share/fonts/</span></code><br />
或直接移动：<code class="codecolorer text dawn"><span class="text">sudo mv myfonts /usr/share/fonts/</span></code></p>
<p>然后修改下字体权限：</p>
<p class="block-code"><code class="codecolorer text dawn"><span class="text">sudo chmod u+rwx /usr/share/fonts/myfonts/*</span></code></p>
<p>然后到 myfonts 目录：</p>
<p class="block-code"><code class="codecolorer text dawn"><span class="text">cd /usr/share/fonts/myfonts/</span></code></p>
<p>建立字体缓存：</p>
<p class="block-code"><code class="codecolorer text dawn"><span class="text">sudo mkfontscale<br />
sudo mkfontdir<br />
sudo fc-cache -fv</span></code></p>
<h3>声音爆音问题</h3>
<p>Ubuntu 似乎一直都有这个问题，声音放大些就会有爆音，网上搜索到，尝试修改了下 alsa-base.conf 文件：</p>
<p class="block-code"><code class="codecolorer text dawn"><span class="text">sudo gedit /etc/modprobe.d/alsa-base.conf</span></code></p>
<p>看看有没有 <em>options snd-hda-intel power_save=10</em> 这一行，有就在前面加个 # 号，没有就在最后追加这一行，即 <em>options snd-hda-intel power_save=10</em>。我是没有找到，追加上去的，真的效果好多了，试用播放器听音乐也没问题。或者你也可以安装 Jackd，来提高音质（听说效果很明显，有质的飞跃）：</p>
<p class="block-code"><code class="codecolorer text dawn"><span class="text">sudo apt-get install jackd<br />
sudo apt-get install caps</span></code></p>
<h3>E: Sub-process /usr/bin/dpkg returned an error code (1)</h3>
<p>这个 Error 真的很让人头疼，google 后的结果大多都是移动 info，结果其他问题接踵而至，最后在个国外论坛看到解决办法，到 <code class="codecolorer text dawn"><span class="text">/var/lib/dpkg/info</span></code> 文件夹下，删除出错的相关文件，然后再到 <code class="codecolorer text dawn"><span class="text">/var/cache/apt/archives</span></code> 文件夹下删除出错的相关文件，再重新安装软件就行了。</p>
<h3>最后是 Ubuntu 10.10 的一些更新源</h3>
<p>台湾源：<br />
<code class="codecolorer text dawn"><span class="text">deb http://tw.archive.ubuntu.com/ubuntu/ maverick main universe restricted multiverse<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ maverick main universe restricted multiverse<br />
deb http://tw.archive.ubuntu.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ maverick-security universe main multiverse restricted<br />
deb http://tw.archive.ubuntu.com/ubuntu/ maverick-updates universe main multiverse restricted<br />
deb-src http://tw.archive.ubuntu.com/ubuntu/ maverick-updates universe main multiverse restricted</span></code></p>
<p>电子科技大学的源：<br />
<code class="codecolorer text dawn"><span class="text">deb http://extras.ubuntu.com/ubuntu maverick main<br />
deb-src http://extras.ubuntu.com/ubuntu maverick main<br />
deb http://ubuntu.uestc.edu.cn/ubuntu/ maverick main restricted universe multiverse<br />
deb http://ubuntu.uestc.edu.cn/ubuntu/ maverick-backports restricted universe multiverse<br />
deb http://ubuntu.uestc.edu.cn/ubuntu/ maverick-proposed main restricted universe multiverse<br />
deb http://ubuntu.uestc.edu.cn/ubuntu/ maverick-security main restricted universe multiverse<br />
deb http://ubuntu.uestc.edu.cn/ubuntu/ maverick-updates main restricted universe multiverse<br />
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ maverick main restricted universe multiverse<br />
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ maverick-backports main restricted universe multiverse<br />
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ maverick-proposed main restricted universe multiverse<br />
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ maverick-security main restricted universe multiverse<br />
deb-src http://ubuntu.uestc.edu.cn/ubuntu/ maverick-updates main restricted universe multiverse</span></code></p>
<p>LUPA 开源社区的源：<br />
<code class="codecolorer text dawn"><span class="text">deb http://mirror.lupaworld.com/ubuntu/ maverick main restricted<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick main restricted<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-updates main restricted<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-updates main restricted<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick universe<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick universe<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-updates universe<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-updates universe<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick multiverse<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick multiverse<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-updates multiverse<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-updates multiverse<br />
deb http://extras.ubuntu.com/ubuntu maverick main<br />
deb-src http://extras.ubuntu.com/ubuntu maverick main<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-security main restricted<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-security main restricted<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-security universe<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-security universe<br />
deb http://mirror.lupaworld.com/ubuntu/ maverick-security multiverse<br />
deb-src http://mirror.lupaworld.com/ubuntu/ maverick-security multiverse</span></code></p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/livecd-fixed-grub/" title="LiveCD 修复 Grub">LiveCD 修复 Grub</a> (8)</li><li><a href="http://www.alanoy.com/install-ubuntu-under-windows7/" title="Windows7 下用 grub4dos 安装 Ubuntu">Windows7 下用 grub4dos 安装 Ubuntu</a> (18)</li><li><a href="http://www.alanoy.com/let-terminal-use-solarized/" title="让 Terminal 使用 Solarized 配色">让 Terminal 使用 Solarized 配色</a> (11)</li><li><a href="http://www.alanoy.com/use-your-fonts-with-cufon/" title="Cufon 实现网页字体渲染">Cufon 实现网页字体渲染</a> (20)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/after-installed-ubuntu-10/">Permalink</a> |
<a href="http://www.alanoy.com/after-installed-ubuntu-10/#comments">47 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/after-installed-ubuntu-10/&title=安装 Ubuntu 10.10 后若干问题">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/after-installed-ubuntu-10/&title=安装 Ubuntu 10.10 后若干问题" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/after-installed-ubuntu-10/&title=安装 Ubuntu 10.10 后若干问题" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/after-installed-ubuntu-10/&title=安装 Ubuntu 10.10 后若干问题" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/after-installed-ubuntu-10/&title=安装 Ubuntu 10.10 后若干问题" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/font/" rel="tag">Font</a>, <a href="http://www.alanoy.com/tag/mark/" rel="tag">Mark</a>, <a href="http://www.alanoy.com/tag/network/" rel="tag">Network</a>, <a href="http://www.alanoy.com/tag/ubuntu/" rel="tag">Ubuntu</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/after-installed-ubuntu-10/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>八款漂亮的 Firefox 主题</title>
		<link>http://www.alanoy.com/eight-beautiful-firefox-themes/</link>
		<comments>http://www.alanoy.com/eight-beautiful-firefox-themes/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 09:09:10 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox 主题]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=344</guid>
		<description><![CDATA[自从不怎么搞美化后，XP 的主题和 Firefox 的主题都是 Tango 风格，不过 Firefox 的主题安装里面还是收藏着其他几款其他主题，个人觉得漂亮、很不错的，拿出来分享一下。好几款原先在 DeviantART 上的，不过现在很多主题达人都会放到官网的，所以这些主题官网都有的。 1. Tangofox 我现在一直在使用的主题。目前支持 Firefox 3.6 和 3.7，以后将会支持 4.0。推荐。 下载 Tangofox 2. Camifox Camifox is elegant, crisp, and colorful. It’s a thoughtful and sophisticated reimagination and realization of a better “default”-like theme for Firefox, in living color on all platforms, inspired by the appearance of the [...]]]></description>
			<content:encoded><![CDATA[<p>自从不怎么搞美化后，XP 的主题和 Firefox 的主题都是 Tango 风格，不过 Firefox 的主题安装里面还是收藏着其他几款其他主题，个人觉得漂亮、很不错的，拿出来分享一下。好几款原先在 DeviantART 上的，不过现在很多主题达人都会放到官网的，所以这些主题官网都有的。<span id="more-344"></span></p>
<h3><span class="number">1.</span> Tangofox</h3>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/tangofox.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/tangofox.png" alt="Firefox 主题 Tangofox" title="Tangofox" width="580" height="436" class="alignnone size-full wp-image-346" /></a></p>
<p>我现在一直在使用的主题。目前支持 Firefox 3.6 和 3.7，以后将会支持 4.0。<em>推荐</em>。</p>
<p class="download"><a href="https://addons.mozilla.org/en-US/firefox/addon/92028/" title="Firefox Theme Tangofox" rel="nofollow">下载 Tangofox</a></p>
<h3><span class="number">2.</span> Camifox</h3>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/camifox.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/camifox.png" alt="Firefox 主题 Camifox" title="Camifox" width="580" height="436" class="alignnone size-full wp-image-347" /></a></p>
<blockquote><p>Camifox is elegant, crisp, and colorful. It’s a thoughtful and sophisticated reimagination and realization of a better “default”-like theme for Firefox, in living color on all platforms, inspired by the appearance of the excellent Camino browser.</p></blockquote>
<p>Camifox 目前支持 3.6+，支持 Mac、Linux 和 XP。</p>
<p class="download"><a href="https://addons.mozilla.org/en-US/firefox/addon/7527/" title="Firefox Theme Camic" rel="nofollow">下载 Camifox</a></p>
<h3><span class="number">3.</span> Chromifox Extreme</h3>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/chromixfox-extreme.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/chromixfox-extreme.png" alt="Firefox 主题 Chromifox Extreme" title="Chromifox Extreme" width="580" height="436" class="alignnone size-full wp-image-349" /></a></p>
<blockquote><p>CHROMIFOX COMPANION is now included with Chromifox Extreme themes. Companion will allow you to make changes to Chromifox Extreme for example: Change the position of the tabs, Turn on or off Urlbar customization. Companion also does a few things behind the scenes to make sure that Chromifox Extreme looks the way it does.</p></blockquote>
<p>Chromifox Extreme 仿 Chrome 的样式，目前支持 3.5 &#8211; 3.7，其他都好，就是觉得高亮背景有点过亮了。</p>
<p class="download"><a href="https://addons.mozilla.org/en-US/firefox/addon/10674/" title="Firefox Theme Chromifox Extreme" rel="nofollow">下载 Chromifox Extreme</a></p>
<h3><span class="number">4.</span> Elementary Theme</h3>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/elementary.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/elementary.png" alt="Firefox 主题 Elementary Theme" title="Elementary" width="580" height="436" class="alignnone size-full wp-image-350" /></a></p>
<p>目前支持 3.0 &#8211; 3.6，使用 Elementary 图标。跟 Tangofox 确实有点像。</p>
<p class="download"><a href="https://addons.mozilla.org/zh-CN/firefox/addon/7293/" title="Firefox Theme Elementary Theme" rel="nofollow">下载 Elementary Theme</a></p>
<h3><span class="number">5.</span> macfox NOSTALGIA</h3>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/macfox.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/macfox.png" alt="Firefox 主题 macfox" title="macfox" width="580" height="436" class="alignnone size-full wp-image-351" /></a></p>
<blockquote><p>This theme is re-created very popular theme &#8220;macfoxII&#8221; at one time, because original macfox theme doesn&#8217;t support newer Firefox, so&#8230;<br />
Original is &#8220;macfoxII 2.1.4&#8243; by Kelly Cunningham
</p></blockquote>
<p>著名的 macfoxII 的继承，目前支持 3.5 &#8211; 3.6。<em>强烈推荐</em>。</p>
<p class="download"><a href="https://addons.mozilla.org/en-US/firefox/addon/162038/" title="Firefox Theme macfox NOSTALGIA" rel="nofollow">下载 macfox NOSTALGIA</a></p>
<h3><span class="number">6.</span> Vfox3</h3>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/vfox3.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/vfox3.png" alt="Firefox 主题 Vfox3" title="Vfox3" width="580" height="436" class="alignnone size-full wp-image-352" /></a></p>
<p>仿 Apple 样式，支持 3.1 &#8211; 3.7。该主题都几个样式，这里图片和下载链接都是 Vfox3_Basic 版。其他版本请点击下面进入查看。</p>
<p class="download"><a href="https://addons.mozilla.org/en-US/firefox/addon/11227/" title="Firefox Theme Vfox3_Basic" rel="nofollow">下载 Vfox3_Basic</a></p>
<h3><span class="number">7.</span> Strata40</h3>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/strata40.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/strata40.png" alt="Firefox 主题 Strata40" title="Strata40" width="580" height="436" class="alignnone size-full wp-image-353" /></a></p>
<blockquote><p>This theme aims to give the user an interface as close to the new Firefox 4 mockups as possible. Please continue reading the description so that you know what add-ons should be used with this theme to get the ultimate Firefox 4 experience.</p></blockquote>
<p>仿 Firefox 4 效果，支持 3.6 &#8211; 3.7。安装 <a href="https://addons.mozilla.org/en-US/firefox/addon/14762" rel="nofollow">StrataBuddy</a> 可以修改主题实现更多效果，不过这个主题可能会和某些插件。所以作者还做了个 <a href="https://addons.mozilla.org/zh-CN/firefox/addon/87432/" title="Strata40 Lite" rel="nofollow">Strata40 Lite</a>，不需要配合 StrataBuddy，实现 Strata40 基本效果。<em>推荐</em>。</p>
<p class="download"><a href="https://addons.mozilla.org/zh-CN/firefox/addon/14284/" title="Firefox Theme Strata40" rel="nofollow">下载 Strata40</a></p>
<h3><span class="number">8.</span> Foxdie</h3>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/foxdie.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/foxdie.png" alt="Firefox 主题 Foxdie" title="Foxdie" width="580" height="443" class="alignnone size-full wp-image-354" /></a></p>
<p>Foxdie 也是一款很强大的主题，主题样式多种可供选择，设置选项丰富，以前也常用，不过更新速度着实有点。<em>推荐</em>。</p>
<p class="download"><a href="https://addons.mozilla.org/zh-CN/firefox/addon/6174/" title="Firefox Theme Foxdie" rel="nofollow">下载 Foxdie</a></p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/fuck-ie-tab-plus/" title="该死的 IE Tab Plus 内置 superfish.com">该死的 IE Tab Plus 内置 superfish.com</a> (34)</li><li><a href="http://www.alanoy.com/lets-kill-ie6/" title="IE6 什么时候才能挂掉？Let’s Kill IE6！">IE6 什么时候才能挂掉？Let’s Kill IE6！</a> (40)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/eight-beautiful-firefox-themes/">Permalink</a> |
<a href="http://www.alanoy.com/eight-beautiful-firefox-themes/#comments">33 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/eight-beautiful-firefox-themes/&title=八款漂亮的 Firefox 主题">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/eight-beautiful-firefox-themes/&title=八款漂亮的 Firefox 主题" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/eight-beautiful-firefox-themes/&title=八款漂亮的 Firefox 主题" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/eight-beautiful-firefox-themes/&title=八款漂亮的 Firefox 主题" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/eight-beautiful-firefox-themes/&title=八款漂亮的 Firefox 主题" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.alanoy.com/tag/firefox-themes/" rel="tag">Firefox 主题</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/eight-beautiful-firefox-themes/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>该死的 IE Tab Plus 内置 superfish.com</title>
		<link>http://www.alanoy.com/fuck-ie-tab-plus/</link>
		<comments>http://www.alanoy.com/fuck-ie-tab-plus/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 07:46:51 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox Addon]]></category>
		<category><![CDATA[IE Tab]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=333</guid>
		<description><![CDATA[刚才在看 YSlow 的时候，发现居然说我网站加载了 12 个 js 文件，吓了我一跳，当时就想“不会网站中什么招了吧？”，查看页面源代码，没有啊，再回到 YSlow 往下看，是来自 superfish.com 的 js，当时压根不知是啥东西，google 之，发现原来是 Firefox 扩展 IE Tab Plus 搞的鬼，万万没想到啊，我了个去。 又用 google 实时搜索，来自推特的消息： @MeganeMaid: 最新 FF 扩展 coral IE tabs 内置 Spyware，会在任何页面挂上 superfish.com 的 js，并能够窃取 gmail 邮箱地址，发垃圾邮件。请各位使用者注意。 是否窃取 gmail 地址不知道，但是内置广告是事实，赶紧卸载了，绝不姑息！重新装个 IE Tab2。 Related Posts八款漂亮的 Firefox 主题 (33)IE6 什么时候才能挂掉？Let’s Kill IE6！ (40) © Alan for Alan&#039;s World, [...]]]></description>
			<content:encoded><![CDATA[<p>刚才在看 YSlow 的时候，发现居然说我网站加载了 12 个 js 文件，吓了我一跳，当时就想“不会网站中什么招了吧？”，查看页面源代码，没有啊，再回到 YSlow 往下看，是来自 superfish.com 的 js，当时压根不知是啥东西，google 之，发现原来是 Firefox 扩展 IE Tab Plus 搞的鬼，万万没想到啊，我了个去。<span id="more-333"></span></p>
<p>又用 google 实时搜索，来自推特的消息：</p>
<blockquote><p>@MeganeMaid: 最新 FF 扩展 coral IE tabs 内置 Spyware，会在任何页面挂上 superfish.com 的 js，并能够窃取 gmail 邮箱地址，发垃圾邮件。请各位使用者注意。</p></blockquote>
<p>是否窃取 gmail 地址不知道，但是内置广告是事实，赶紧卸载了，绝不姑息！重新装个 <a href="https://addons.mozilla.org/en-US/firefox/addon/92382/" title="IE Tab2" rel="nofollow">IE Tab2</a>。</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/eight-beautiful-firefox-themes/" title="八款漂亮的 Firefox 主题">八款漂亮的 Firefox 主题</a> (33)</li><li><a href="http://www.alanoy.com/lets-kill-ie6/" title="IE6 什么时候才能挂掉？Let’s Kill IE6！">IE6 什么时候才能挂掉？Let’s Kill IE6！</a> (40)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/fuck-ie-tab-plus/">Permalink</a> |
<a href="http://www.alanoy.com/fuck-ie-tab-plus/#comments">34 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/fuck-ie-tab-plus/&title=该死的 IE Tab Plus 内置 superfish.com">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/fuck-ie-tab-plus/&title=该死的 IE Tab Plus 内置 superfish.com" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/fuck-ie-tab-plus/&title=该死的 IE Tab Plus 内置 superfish.com" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/fuck-ie-tab-plus/&title=该死的 IE Tab Plus 内置 superfish.com" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/fuck-ie-tab-plus/&title=该死的 IE Tab Plus 内置 superfish.com" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.alanoy.com/tag/firefox-addon/" rel="tag">Firefox Addon</a>, <a href="http://www.alanoy.com/tag/ie-tab/" rel="tag">IE Tab</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/fuck-ie-tab-plus/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>聊天工具 Miranda IM</title>
		<link>http://www.alanoy.com/introduce-miranda-im/</link>
		<comments>http://www.alanoy.com/introduce-miranda-im/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 18:42:14 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Customize]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Miranda IM]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=330</guid>
		<description><![CDATA[360 大战腾讯 QQ 硝烟已退，不过本文与此无关，只是最近又折腾 Miranda IM，满意之余，觉得有必要介绍一下。极限主题的网友应该很熟悉这款软件，其实两年前一直用着的，但是系统老跟他冲突，导致 MIM 经常性崩溃（折腾美化过度所致），我又懒得重搞系统，所以弃用，平时也就开着 QQ 和 Gtalk 了，但 360 大战 QQ 后，又激起了我想使用 MIM 的那股冲动，只觉得我想要再折腾一番，当然漂亮的外观是重要原因之一，不然我就折腾 Pidgin 去了（好像也不用怎么折腾，⊙﹏⊙b汗）。 这是我前天折腾后的效果，下面看看 Miranda IM 的简介： Miranda IM is a multi-protocol instant messaging client for Windows. Very light on system resources and extremely fast, Miranda IM requires no installation and can be made to fit on a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>360 大战腾讯 QQ</strong> 硝烟已退，不过本文与此无关，只是最近又折腾 Miranda IM，满意之余，觉得有必要介绍一下。<strong>极限主题</strong>的网友应该很熟悉这款软件，其实两年前一直用着的，但是系统老跟他冲突，导致 MIM 经常性崩溃（折腾美化过度所致），我又懒得重搞系统，所以弃用，平时也就开着 QQ 和 Gtalk 了，但 360 大战 QQ 后，又激起了我想使用 MIM 的那股冲动，只觉得我想要再折腾一番，当然漂亮的外观是重要原因之一，不然我就折腾 Pidgin 去了（好像也不用怎么折腾，⊙﹏⊙b汗）。<span id="more-330"></span></p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/11/miranda-im.png"><img src="http://www.alanoy.com/wp-content/uploads/2010/11/miranda-im.png" alt="Miranda IM" title="Miranda IM" width="580" height="390" class="alignnone size-full wp-image-331" /></a></p>
<p>这是我前天折腾后的效果，下面看看 Miranda IM 的简介：</p>
<blockquote><p><a href="http://www.miranda-im.org/" title="Miranda IM" rel="external nofollow">Miranda IM</a> is a multi-protocol instant messaging client for Windows. Very light on system resources and extremely fast, Miranda IM requires no installation and can be made to fit on a single floppy disk or USB drive. </p></blockquote>
<p>而且 Miranda IM 支持的很多 IM 客户端，如 AIM (AOL Instant Messenger)、Facebook、Gadu-Gadu、ICQ、Jabber、MSN、Yahoo 等等，至于 QQ，国人开发的 MirandaQQ 插件让我们可以在 MIM 上使用 QQ 进行聊天，像我上面的图，我就开着 Gtalk 和 QQ；在聊天窗口方面，MIM 支持标签聊天窗口，非常方便；更主要的是 MIM 的自定义性很强，有很多插件、皮肤、聊天窗口外观等等来满足你折腾需求，几百款插件可以让你实现很多功能，如 RSS 订阅、天气预报、事件弹出窗口等……</p>
<p>其实对于聊天的话，我们用到也就是少数的插件而已，对我来说有个过得去的外观，可以聊天就可以了。MIM 也有麻烦的地方，就是设置上有点繁杂，细节的地方很多，新手折腾起来确实麻烦。说一下 MirandaQQ，这里介绍 MIM，其实是多一款即时聊天软件的选择，执着于 QQ 者就无视吧。MIM 上 QQ 可以实现基本聊天功能，看看群图片，但不能发图，想要实现 QQ 的更多功能，很不现实，毕竟 QQ 是私有协议，执着于 QQ 其他功能的，还是请用回 QQ 或 TM（建议后者）。</p>
<p><a href="http://lancaster.themex.net/" title="Lancaster" rel="external nofollow">Lancaster</a> 这里有 Miranda IM 详细索引和很多相关东西的介绍，非常全面，又需要的可以去关注一下。P.S，目前极限正在维护，暂时无法访问 Lancaster 的站点，话说，极限这次维护，好多天了，不知啥原因。</p>
<p>最后与本文主题无关的，批评一下某街道办的女性人民公仆，很拽的为人民服务，恶劣地把我轰走，5 点不到就下班，走出来外面还能对我“微笑”，您真的太好了！</p>
<h4  class="related_post_title">Most Commented</h4><ul class="related_post"><li><a href="http://www.alanoy.com/wordpress-theme-gwhite-3/" title="Wordpress Theme G-White 3.0">Wordpress Theme G-White 3.0</a> (156)</li><li><a href="http://www.alanoy.com/themes/" title="Themes">Themes</a> (145)</li><li><a href="http://www.alanoy.com/wordpress-theme-darklight-3/" title="WordPress 主题 DarkLight 3.0">WordPress 主题 DarkLight 3.0</a> (144)</li><li><a href="http://www.alanoy.com/aside-for-sale/" title="Wordpress 主题 aSide 出售">Wordpress 主题 aSide 出售</a> (140)</li><li><a href="http://www.alanoy.com/darklight-2/" title="DarkLight 2.0">DarkLight 2.0</a> (129)</li><li><a href="http://www.alanoy.com/wordpress-theme-gwhite-2/" title="WordPress Theme: G-White 2.0">WordPress Theme: G-White 2.0</a> (123)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/introduce-miranda-im/">Permalink</a> |
<a href="http://www.alanoy.com/introduce-miranda-im/#comments">24 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/introduce-miranda-im/&title=聊天工具 Miranda IM">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/introduce-miranda-im/&title=聊天工具 Miranda IM" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/introduce-miranda-im/&title=聊天工具 Miranda IM" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/introduce-miranda-im/&title=聊天工具 Miranda IM" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/introduce-miranda-im/&title=聊天工具 Miranda IM" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/customization/" rel="tag">Customization</a>, <a href="http://www.alanoy.com/tag/im/" rel="tag">IM</a>, <a href="http://www.alanoy.com/tag/miranda-im/" rel="tag">Miranda IM</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/introduce-miranda-im/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>FM2011 正式版相关资源</title>
		<link>http://www.alanoy.com/fm2011-resources/</link>
		<comments>http://www.alanoy.com/fm2011-resources/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 14:49:31 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[FM]]></category>
		<category><![CDATA[FM2011]]></category>
		<category><![CDATA[汉化]]></category>
		<category><![CDATA[补丁]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=321</guid>
		<description><![CDATA[Football Manager 2011 正式版发布不久，很多资源随着冒出，而且 FM2011 11.1 补丁也这么快就出了，没想到啊。还是列一个资源表吧，方便点。 FM2011 RESOURCES： FM2011 正式版及官方补丁下载 FM2011 英文正式版下载（2.56G），由于俄语版有语言限制，爆棚汉化补丁打不了的，所以强烈建议下载英文正式版。 FM2011 正式版下载链接 1 FM2011 正式版下载链接 2 FM2011 官方补丁下载，这里发布 SI 官方的更新补丁。 FM2011 正式版 V11.1.0 补丁下载 FM2011 正式版 V11.1.1 补丁下载 FM2011 正式版 V11.2.1 补丁下载 其他修改版本下载，国人修改版、精简版等版本。 FM2011 完美硬盘中文版 &#8211; 790M（Source）。 完美硬盘中文版(790M)，100% 全中文，包含最新 11.10 补丁，最新爆棚完整汉化，最新免 CD 补丁，无删减。 FM2011 精简版（420M）。 包含官方 11.10 补丁，爆棚汉化，免 CD 补丁，删除声音，队徽，2D 头像，3D 头像虚拟系统。 [...]]]></description>
			<content:encoded><![CDATA[<p>Football Manager 2011 正式版发布不久，很多资源随着冒出，而且 FM2011 11.1 补丁也这么快就出了，没想到啊。还是列一个资源表吧，方便点。<span id="more-321"></span></p>
<h3 class="page-title"><span>FM2011 RESOURCES：</span></h3>
<h4>FM2011 正式版及官方补丁下载</h4>
<ul>
<li>FM2011 英文正式版下载（2.56G），由于俄语版有语言限制，爆棚汉化补丁打不了的，所以强烈建议下载英文正式版。
<ul>
<li><a href="http://v4.u.115.com/file/f442c88d90" title="FM2011 正式版下载" rel="nofollow">FM2011 正式版下载链接 1</a></li>
<li><a href="http://v4.u.115.com/file/f4c2d35645" title="FM2011 正式版下载" rel="nofollow">FM2011 正式版下载链接 2</a></li>
</ul>
</li>
<li>FM2011 官方补丁下载，这里发布 SI 官方的更新补丁。
<ul>
<li><a href="http://v4.u.115.com/file/f422a8be40" title="FM2011 V11.1.0 补丁下载" rel="nofollow">FM2011 正式版 V11.1.0 补丁下载</a></li>
<li><a href="http://u.115.com/file/f9198088b0" title="FM2011 V11.1.1 补丁下载" rel="nofollow">FM2011 正式版 V11.1.1 补丁下载</a></li>
<li><a href="http://www.footballmanager.com/index.php?p=patches" rel="nofollow" title="FM2011 11.2.1 补丁">FM2011 正式版 V11.2.1 补丁下载</a></li>
</ul>
</li>
<li>其他修改版本下载，国人修改版、精简版等版本。
<ul>
<li><a href="http://u.115.com/file/f94cca9e56" title="FM2011 完美硬盘中文版" rel="nofollow">FM2011 完美硬盘中文版 &#8211; 790M</a>（<a href="http://www.fmcm.cn/thread-9934-1-1.html" rel="nofollow" title="锋芒小组">Source</a>）。<br />
完美硬盘中文版(790M)，100% 全中文，包含最新 11.10 补丁，最新爆棚完整汉化，最新免 CD 补丁，无删减。</li>
<li><a href="http://u.115.com/file/f9647b041f" title="FM2011精简版" rel="nofollow">FM2011 精简版</a>（420M）。<br />
包含官方 11.10 补丁，爆棚汉化，免 CD 补丁，删除声音，队徽，2D 头像，3D 头像虚拟系统。</li>
<li><a href="http://u.115.com/file/f9e066ffb" title="FM2011精简版" rel="nofollow">FM2011 精简版</a>（139M）。<br />
使用此版本，请将 3D 游戏画面关闭！！！包含官方 11.10 补丁，爆棚汉化，免 CD 补丁，删除声音，队徽，2D 头像，3D 头像虚拟系统，3D 比赛系统，只能使用 2D 画面进行游戏。</li>
<li><a href="http://u.115.com/file/f9bcb51d45" rel="nofollow" title="FM2011 11.1.1 补丁">适用于以上三个版本的 11.1.1 补丁</a></li>
<li><a href="http://u.115.com/file/f93de9f8a" rel="nofollow" title="FM2011 11.2.1 精简版补丁">FM2011 11.2.1 精简版升级补丁</a></li>
</ul>
</li>
</ul>
<h4>FM2011 正式版简体中文汉化包（爆棚汉化）- 2010/11/24 更新</h4>
<ul>
<li>Windows 版：<a href="http://u.115.com/file/f19660bb32#" title="FM2011 简体中文版" rel="nofollow">FM2011 简体中文版下载</a>（安装说明及相关详见 <a href="http://www.playcm.net/thread-477541-1-1.html" rel="nofollow" title="FM2011 简体中文版安装说明">Source</a>）</li>
<li>Mac 版：<a href="http://u.115.com/file/f1c751bdfa" title="FM2011 简体中文版" rel="nofollow">FM2011 简体中文版下载</a></li>
</ul>
<h4>FM2011 相关工具</h4>
<ul>
<li><a href="http://www.filefront.com/17665366/FMRTE---v4.1.0.rar/" title="FMRTE 4.1.0" rel="nofollow">FMRTE 4.1.0</a></li>
<li><a href="http://u.115.com/file/f98cd0c21" rel="nofollow" title="FMRTE 4.0 绿色版">FMRTE 4.0.115 绿色版下载</a> // <a href="http://v4.u.115.com/file/f45ad9f018" rel="nofollow" title="汉化文件">FMRTE 4.0 汉化文件下载</a>（<a href="http://www.fmcm.cn/thread-9970-1-1.html" rel="nofollow" title="锋芒小组">Source</a>）。<br />
需要安装 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5765d7a8-7722-4888-a970-ac39b33fd8ab&#038;displayLang=zh-cn" rel="nofollow" title="Microsoft .NET Framework 4">Microsoft .NET Framework 4</a></li>
<li><a href="http://u.115.com/file/f4d1e8dc9e" rel="nofollow" title="FM2011 球探工具">FM2011 球探工具下载</a></li>
</ul>
<h4>DIY 补丁</h4>
<ul>
<li><a href="http://v4.u.115.com/file/f45fcbdb81" rel="nofollow" title="FM2011 真实经纪人、媒体、小球星补丁">FM11 真实经纪人、媒体、小球星补丁</a><br />
415 个真实经纪人 150 多家媒体 还有一些因为年龄问题不能被包括在 FM2011 里的小球星(如小齐丹和小马尔蒂尼)。解压后把 Agent Pack、Media Pack 和 Young Stars Pack 放在我的文档 <em>/Sports Interactive/Football Manager 2011/editor data</em> 下，然后重新开档。其他文件看你个人喜好安装。</li>
<li><a href="http://v4.u.115.com/file/f41caadb80" rel="nofollow">FM2011 球员、教练、球队、赛事名汉化</a>（锋芒小组出品 <a href="http://fmcm.cn/thread-9984-1-1.html" rel="nofollow">Source</a>）<br />
本汉化无需重新开档，只需要重新载入游戏存档就可以了。解压保存至 <em>X:\Sports Interactive\Football Manager 2011\data\updates\update-1110\db\1110</em>，替换掉 lnc 文件夹之后重新载入游戏存档就可以了。</li>
</ul>
<h4>其他</h4>
<ul>
<li><a href="http://v4.u.115.com/file/f46a4c8ffa" rel="nofollow" title="FM2011 正式版小牛以及高潜名单">FM2011 正式版小牛以及高潜名单</a><br />
使用方法：将 SLF 文件放到 <em>X:\Documents\Sports Interactive\Football Manager 2011\shortlists</em> 文件夹内即可。（<a href="http://game.ali213.net/thread-3337476-1-1.html" rel="nofollow">Source</a>）</li>
<li><a href="http://v4.u.115.com/file/f4a8612dc2" title="FM2011所有球员职员全开DDT" rel="nofollow">FM2011 所有球员职员全开 DDT</a><br />
FM2011 最全最完整的全开 DDT，可开出 31 万的球员，近 9 万职员，等于把 SI 制作的所有俱乐部各级梯队、各国家地区梯队人员数据、都开启了。机子够牛的童鞋方可尝试。存放路径 <em>X:\Football Manager 2011\data\updates\update-1110\db\1110\edt</em>。</li>
</ul>
<h3 class="page-title"><span>FM2011 FAQ：</span></h3>
<p>Q：FM2011 3D 字体太小看不清怎么办？<br />
A：如果觉得 FM2011 3D 的字体太小，可以下载<strong>馨雨</strong>修改的 <a href="http://v4.u.115.com/file/f4a15910b6" rel="nofollow">font</a> 文件，下载解压后把 fonts 目录复制到游戏的目录的 data 目录下即可。</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/download-fm2011-and-setup-method/" title="FM2011 正式版下载及安装方法">FM2011 正式版下载及安装方法</a> (17)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/fm2011-resources/">Permalink</a> |
<a href="http://www.alanoy.com/fm2011-resources/#comments">17 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/fm2011-resources/&title=FM2011 正式版相关资源">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/fm2011-resources/&title=FM2011 正式版相关资源" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/fm2011-resources/&title=FM2011 正式版相关资源" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/fm2011-resources/&title=FM2011 正式版相关资源" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/fm2011-resources/&title=FM2011 正式版相关资源" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/fm/" rel="tag">FM</a>, <a href="http://www.alanoy.com/tag/fm2011/" rel="tag">FM2011</a>, <a href="http://www.alanoy.com/tag/zh-cn/" rel="tag">汉化</a>, <a href="http://www.alanoy.com/tag/patch/" rel="tag">补丁</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/fm2011-resources/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>FM2011 正式版下载及安装方法</title>
		<link>http://www.alanoy.com/download-fm2011-and-setup-method/</link>
		<comments>http://www.alanoy.com/download-fm2011-and-setup-method/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 16:33:02 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[FM]]></category>
		<category><![CDATA[FM2011]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=305</guid>
		<description><![CDATA[虽然很久没玩 FM，不过还是有关注的，其实我想玩一下的，实在老机子玩不起（虽然配置要求并不高，囧）。Demo 版本不久前才放出，正式版也有了，不过是 Russian 版，碟都还没出，俄罗斯佬不是盖的。虽然是俄罗斯文，不过添加个英文语言文件就可以英文显示了，当然，馨雨还是出了简单汉化，等爆棚的同学可以先过过瘾。 下面更新了 FM2011 英版的了，不用折腾了。 Russian 版本下载及安装方法 这里下载（Russian 版）只提供 115 网盘的，种子听说没什么速度： FM2011RU_Epidemz.net.part01.rar / FM2011RU_Epidemz.net.part02.rar FM2011RU_Epidemz.net.part03.rar / FM2011RU_Epidemz.net.part04.rar FM2011RU_Epidemz.net.part05.rar / FM2011RU_Epidemz.net.part06.rar FM2011RU_Epidemz.net.part07.rar / FM2011RU_Epidemz.net.part08.rar FM2011RU_Epidemz.net.part09.rar / FM2011RU_Epidemz.net.part10.rar FM2011RU_Epidemz.net.part11.rar / FM2011RU_Epidemz.net.part12.rar FM2011RU_Epidemz.net.part13.rar 上个图证实一下： 安装说明： 下载好后先用虚拟光驱加载镜像文件，然后运行光盘里面的setup.exe，然后如下图安装（其实玩过的童鞋这里完全是废话）： 换成英文： 下载此文件解压后放到游戏的目录下的 \data\languages，然后开游戏设置： 简单汉化安装： 直接下载安装了，这里不用多废话了。以上源自（www.playcm.net）。 FM2011 完整硬盘版下载及安装 FM2011 完整硬盘版 FM2011 完整硬盘版破解补丁 安装： 解压缩至全英文字符的目录。 setup.bat 安装。 用自带的小镜像(带详细说明)进游戏 Enjoy Football Manager [...]]]></description>
			<content:encoded><![CDATA[<p>虽然很久没玩 FM，不过还是有关注的，其实我想玩一下的，实在老机子玩不起（虽然配置要求并不高，囧）。Demo 版本不久前才放出，正式版也有了，不过是 Russian 版，碟都还没出，俄罗斯佬不是盖的。虽然是俄罗斯文，不过添加个英文语言文件就可以英文显示了，当然，馨雨还是出了简单汉化，等爆棚的同学可以先过过瘾。</p>
<p>下面更新了 FM2011 英版的了，不用折腾了。<span id="more-305"></span></p>
<h3>Russian 版本下载及安装方法</h3>
<p>这里下载（Russian 版）只提供 115 网盘的，种子听说没什么速度：</p>
<p><a href="http://v4.u.115.com/file/t5261637c9" title="Football Manager 2011">FM2011RU_Epidemz.net.part01.rar</a> / <a href="http://v4.u.115.com/file/t55feff034" title="Football Manager 2011">FM2011RU_Epidemz.net.part02.rar</a></p>
<p><a href="http://v4.u.115.com/file/t57376eb17" title="Football Manager 2011">FM2011RU_Epidemz.net.part03.rar</a> / <a href="http://v4.u.115.com/file/t55bf65942" title="Football Manager 2011">FM2011RU_Epidemz.net.part04.rar</a></p>
<p><a href="http://v4.u.115.com/file/t979fd7dc9" title="Football Manager 2011">FM2011RU_Epidemz.net.part05.rar</a> / <a href="http://v4.u.115.com/file/t96a71314a" title="Football Manager 2011">FM2011RU_Epidemz.net.part06.rar</a></p>
<p><a href="http://v4.u.115.com/file/t9cffb9e1c" title="Football Manager 2011">FM2011RU_Epidemz.net.part07.rar</a> / <a href="http://v4.u.115.com/file/t91b7133e1" title="Football Manager 2011">FM2011RU_Epidemz.net.part08.rar</a></p>
<p><a href="http://v4.u.115.com/file/t99c4d9742" title="Football Manager 2011">FM2011RU_Epidemz.net.part09.rar</a> / <a href="http://v4.u.115.com/file/t91745e58f" title="Football Manager 2011">FM2011RU_Epidemz.net.part10.rar</a></p>
<p><a href="http://v4.u.115.com/file/t9c2861b87" title="Football Manager 2011">FM2011RU_Epidemz.net.part11.rar</a> / <a href="http://v4.u.115.com/file/t92623afa4" title="Football Manager 2011">FM2011RU_Epidemz.net.part12.rar</a></p>
<p><a href="http://v4.u.115.com/file/t982531731" title="Football Manager 2011">FM2011RU_Epidemz.net.part13.rar</a></p>
<p>上个图证实一下：</p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/10/FM2010-RU.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/FM2010-RU.jpg" alt="FM2010 Russian ver" title="FM2010 Russian ver" width="550" height="403" class="alignnone size-full wp-image-306" /></a></p>
<p>安装说明：<br />
下载好后先用虚拟光驱加载镜像文件，然后运行光盘里面的setup.exe，然后如下图安装（其实玩过的童鞋这里完全是废话）：</p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-01.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-01.jpg" alt="FM2011安装方法" title="FM2011安装方法" width="550" height="367" class="alignnone size-full wp-image-307" /></a></p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-02.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-02.jpg" alt="FM2011安装方法" title="FM2011安装方法" width="550" height="352" class="alignnone size-full wp-image-308" /></a></p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-03.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-03.jpg" alt="FM2011安装方法" title="FM2011安装方法" width="550" height="353" class="alignnone size-full wp-image-309" /></a></p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-04.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-04.jpg" alt="FM2011安装方法" title="FM2011安装方法" width="550" height="348" class="alignnone size-full wp-image-310" /></a></p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-05.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-05.jpg" alt="FM2011安装方法" title="FM2011安装方法" width="550" height="349" class="alignnone size-full wp-image-311" /></a></p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-06.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-06.jpg" alt="FM2011安装方法" title="FM2011安装方法" width="550" height="347" class="alignnone size-full wp-image-312" /></a></p>
<p>换成英文：</p>
<p><a href="http://v4.u.115.com/file/f4cf278d93" title="FM2011英文语言文件">下载此文件</a>解压后放到游戏的目录下的 \data\languages，然后开游戏设置：<br />
<a href="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-07.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-07.jpg" alt="FM2011更改语言" title="FM2011更改语言" width="550" height="404" class="alignnone size-full wp-image-314" /></a></p>
<p><a href="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-08.jpg"><img src="http://www.alanoy.com/wp-content/uploads/2010/10/fm2011-ru-setup-08.jpg" alt="FM2011更改语言" title="FM2011更改语言" width="555" height="372" class="alignnone size-full wp-image-315" /></a></p>
<p>简单汉化安装：<br />
<a href="http://u.115.com/file/f3c03fbf57" title="FM2011汉化">直接下载</a>安装了，这里不用多废话了。以上源自（www.playcm.net）。</p>
<h3>FM2011 完整硬盘版下载及安装</h3>
<p class="emule"><a href="ed2k://|file|Football.Manager.2011.full.rip.rar|909369972|0024528fd33404d298b9cd1407fc8c2d|/" title="Football Manager 2011完整硬盘版" rel="nofollow">FM2011 完整硬盘版</a></p>
<p class="emule"><a href="ed2k://|file|3DM%E6%8A%80%E6%9C%AF%E7%BB%84.%E8%B6%B3%E7%90%83%E7%BB%8F%E7%90%862011.%E7%A0%B4%E8%A7%A3%E8%A1%A5%E4%B8%81.3dm_fm2011_crack.rar|8694777|21e42d31c739ce2f39847253c9512869|/" title="Football Manager 2011完整硬盘版破解补丁" rel="nofollow">FM2011 完整硬盘版破解补丁</a></p>
<p>安装：</p>
<ol>
<li>解压缩至全英文字符的目录。</li>
<li>setup.bat 安装。</li>
<li>用自带的小镜像(带详细说明)进游戏</li>
</ol>
<p>Enjoy Football Manager 2011!</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/fm2011-resources/" title="FM2011 正式版相关资源">FM2011 正式版相关资源</a> (17)</li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/download-fm2011-and-setup-method/">Permalink</a> |
<a href="http://www.alanoy.com/download-fm2011-and-setup-method/#comments">17 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/download-fm2011-and-setup-method/&title=FM2011 正式版下载及安装方法">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/download-fm2011-and-setup-method/&title=FM2011 正式版下载及安装方法" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/download-fm2011-and-setup-method/&title=FM2011 正式版下载及安装方法" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/download-fm2011-and-setup-method/&title=FM2011 正式版下载及安装方法" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/download-fm2011-and-setup-method/&title=FM2011 正式版下载及安装方法" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/fm/" rel="tag">FM</a>, <a href="http://www.alanoy.com/tag/fm2011/" rel="tag">FM2011</a>, <a href="http://www.alanoy.com/tag/game/" rel="tag">Game</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/download-fm2011-and-setup-method/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

