<?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>胡作非为 - 每天精彩文章推荐 - Best Articles of the Day</title>
	<atom:link href="http://huzuofeiwei.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://huzuofeiwei.com/blog</link>
	<description>胡作非为 - 每天精彩文章推荐 - Best Articles of the Day</description>
	<pubDate>Thu, 28 Aug 2008 00:27:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>10 Principles of the CSS Masters</title>
		<link>http://huzuofeiwei.com/blog/10-principles-of-the-css-masters/</link>
		<comments>http://huzuofeiwei.com/blog/10-principles-of-the-css-masters/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 00:27:10 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[Best Articles]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/10-principles-of-the-css-masters/</guid>
		<description><![CDATA[Written by Glen Stansberry
When it comes to CSS, there are lots of resources and supposed &#8220;expert tips&#8221; on the web. These are from unproven, self-proclaimed &#8220;gurus&#8221; who have no street cred in the design world. While they may have valid points, how is one to know whether a CSS tip is a valid resource or [...]]]></description>
			<content:encoded><![CDATA[<p>Written by <a href="http://nettuts.com/html-css-techniques/10-principles-of-the-css-masters/" target="_blank" title="Posts by Glen Stansberry">Glen Stansberry</a></p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/3d314_preview.jpg" align="left" height="200" width="200" />When it comes to CSS, there are lots of resources and supposed &#8220;expert tips&#8221; on the web. These are from unproven, self-proclaimed &#8220;gurus&#8221; who have no street cred in the design world. While they may have valid points, how is one to know whether a CSS tip is a valid resource or just an untested hack?</p>
<p>Instead of relying on unknown sources for advice, let&#8217;s look deeply into designers who have excellent design backgrounds and have walked the walk. These CSS tips are gathered from some of the most respected designers on the planet. They have the portfolios to back their advice up, so you&#8217;ll know that each tidbit of advice is of the highest quality.</p>
<p>Below are 10 excellent principles that any web developer or designer can find useful, meaningful, or challenging. Consider this sage advice from journeymen (and women) who have walked the long, hard road of design excellence. These are the <em>true</em> masters of CSS. Drink deep from their knowledge and take their wisdom on your next designing adventure.</p>
<h3>1. Keep CSS simple - Peter-Paul Koch</h3>
<blockquote><p>What bothers me most about the mindset of CSS hackers is that they are actively searching for complicated solutions. Seek and ye shall be found, if you want complexity it&#8217;ll take you by the throat. It&#8217;ll never let go of you, and it won&#8217;t help you, either.</p>
</blockquote>
<p>Peter-Paul Koch is a godfather of web development. While he&#8217;s an old-school developer and the bulk of his web portfolio was between 1998-2002, he&#8217;s worked with the likes of Apple and other heavyweights. He&#8217;s written a <a href="http://www.quirksmode.org/book/">book on javascript</a>, but don&#8217;t think for a second he doesn&#8217;t have anything to say about CSS.</p>
<h4>The danger of CSS hacks</h4>
<p>Koch has addressed something that <em>every</em> designer and web developer should follow with zeal: <a href="http://www.digital-web.com/articles/keep_css_simple/" title="simple CSS">Keep your CSS simple</a>. Simplicity is a hard thing to achieve, especially in CSS design. There are a myriad of CSS hacks that one can find for making all browsers look the same, regardless of version or type. Yet there&#8217;s a fundamental flaw with using many CSS hacks. <strong>As web browsers evolve, it&#8217;s much harder to keep up with the changes.</strong></p>
<p>Koch makes an interesting point about developing for the web. The Internet as as whole is a very unpredictable place, and trying to second-guess the way it will work in the future is a very bad strategy.</p>
<blockquote><p>The Web is an uncertain place. You&#8217;ll never be sure that your Web sites will work in the exact way you want them to work, not even when you apply all modern insights from CSS, accessibility and usability. Instead of seeking false comfort in hacks that seem all the more comfortable because of their complexity, you should accept uncertainty as a basic principle.</p>
<p>Browsers don&#8217;t have perfect CSS support; especially for people who&#8217;ve just started learning CSS, that can be infuriating. Nonetheless CSS hacks are not the solution. Acceptance of the way the Web currently works is the best way to go because it&#8217;ll keep your sites simple.</p>
</blockquote>
<p>Peter-Paul has hit on something that rings true for not only CSS, but for web development as a whole. <strong>Simplicity is key for efficiency in coding</strong>.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/6c885_1.jpg" height="293" width="600" /></p>
<h3>2. Keep CSS declarations in one line - Jonathan Snook</h3>
<p><a href="http://www.snook.ca" title="Jonathan Snook">Jonathan Snook</a> is an incredibly popular designer from Ottawa, Canada who&#8217;s made his name in web standards and design. He&#8217;s spoken at prestigious conferences like <a href="http://www.sxsw.com" title="SXSW">SXSW</a> and has published quite a few technical resources on design through <a href="http://www.sitepoint.com" title="Sitepoint">Sitepoint</a>.</p>
<p>One of <a href="http://snook.ca/archives/html_and_css/top_css_tips/" title="CSS tips by Snook">Jonathan&#8217;s tenants to coding CSS</a> is to keep declarations in one line.</p>
<blockquote><p>The second one may look prettier but it sure doesn&#8217;t help me find anything. When looking for something in a style sheet, the most important thing is the ruleset (that&#8217;s the part before the { and } ). I&#8217;m looking for an element, an id or a class. Having everything on one line makes scanning the document much quicker as you simply see more on a page. Once I&#8217;ve found the ruleset I was looking for, find the property I want is usually straightforward enough as there are rarely that many.</p>
</blockquote>
<p>Jonathan goes on to give an example for single line declarations that looks like this:</p>
<p><strong>Good</strong></p>
<p>{font-size:18px; border:1px solid blue; color:#000; background-color:#FFF;}</p>
<p><strong>Bad</strong></p>
<p>h2 { <br />font-size:18px; <br />border:1px solid blue; <br />color:#000; <br />background-color:#FFF; <br />}</p>
<p>Not only does this approach help with quickly scanning your CSS, it also helps in keeping your CSS file smaller by removing unneeded spaces and characters.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/6c885_3.jpg" height="686" width="470" /></p>
<h3>3. Use CSS shorthand - Roger Johansson</h3>
<blockquote><p>Most people know about and use some shorthand, but many don&#8217;t make full use of these space saving properties.</p>
</blockquote>
<p>Roger Johansson knows a thing or two about designing for the web. The Swedish web designer has been working on the Internet since 1994, and has a <a href="http://www.456bereastreet.com/">popular web design blog</a>. When it comes to simple and elegant solutions, Roger is one of the most knowledgeable in his field.</p>
<p>Johansson has a very in-depth article on the <a href="http://www.456bereastreet.com/archive/200502/efficient_css_with_shorthand_properties/" title="CSS shorthand">importance of CSS shorthand</a>, and gives quite a few examples of how to use it while coding CSS. Here&#8217;s an example:</p>
<blockquote><p>Using shorthand for these properties can save a lot of space. For example, to specify different margins for all sides of a box, you could use this: margin-top:1em; margin-right:0; margin-bottom:2em; margin-left:0.5em; But this is much more efficient: margin:1em 0 2em 0.5em; The same syntax is used for the padding property.</p>
</blockquote>
<p>While CSS shorthand reduces the size of the stylesheet, it also helps organize and keep the code simple. Beautiful CSS is simple CSS.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/c7902_4.jpg" height="288" width="600" /></p>
<h3>4. Allow block elements to fill space naturally - Jonathan Snook</h3>
<p>Mr. Snook has another piece of crucial advice that every web developer should live by: <a href="http://snook.ca/archives/html_and_css/top_css_tips/">allow block elements to fill space organically</a>. If there&#8217;s one recurring theme in CSS development, it&#8217;s to not force the code to do things it isn&#8217;t meant for. This means avoiding CSS hacks and finding the simplest solution possible.</p>
<blockquote><p>My rule of thumb is, if I set a width, I don&#8217;t set margin or padding. Likewise, if I&#8217;m setting a margin or padding, I don&#8217;t set a width. Dealing with the box model can be such a pain, especially if you&#8217;re dealing with percentages. Therefore, I set the width on the containers and then set margin and padding on the elements within them. Everything usually turns out swimmingly.</p>
</blockquote>
<p>Jonathan&#8217;s rule of thumb is great for ensuring that your layouts won&#8217;t break and that the simplest approach is used when creating layouts with block elements.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/8b090_2.jpg" height="287" width="600" /></p>
<h3>5. Set a float to clear a float - Trevor Davis</h3>
<blockquote><p>Floating is probably one of the most important things to understand with CSS, but knowing how to clear floats is necessary too.</p>
</blockquote>
<p>Trevor Davis may not be as big of a name as Zeldman or Snook in the design world, he surely deserves some mention just based on his <a href="http://trevordavis.net/work/">excellent portfolio</a> of web layouts. His <a href="http://trevordavis.net/blog/" title="Trevor Davis blog">blog</a> is an excellent resource for any web developer wanting to brush up on his design chops.</p>
<h4>Clearing floats</h4>
<p>In Trevor&#8217;s flagship article <a href="http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/" title="6 important css techniques">The 6 Most Important CSS Techniques You Need To Know</a>, he&#8217;s added a nugget that can save many headaches when using columns in your layouts.</p>
<blockquote><p>I have created a <a href="http://trevordavis.net/play/important-css-techniques/set-a-float-to-clear-a-float/" title="">simple page with two floating columns next to each other</a>. You will notice in the example that the grey background does not contain the floating columns. So, the easiest thing to do is to <a href="http://trevordavis.net/play/important-css-techniques/set-a-float-to-clear-a-float/set-a-float-to-clear-a-float-fixed/">set the containing element to float</a>. But now, you will see that the container background doesn&#8217;t contain the content area.</p>
<p>Since the container has margin: 0 auto, we do not want to float it because it will move it to whichever side we float it. So another way to clear the float, is to <a href="http://trevordavis.net/play/important-css-techniques/set-a-float-to-clear-a-float/set-a-float-to-clear-a-float-fixed-more/">insert a clearing element</a>. In this case, I just use an empty p set to clear: both. Now, there are other ways to <a href="http://www.positioniseverything.net/easyclearing.html">clear a float without markup</a>, but I have noticed some inconsistencies with that technique, so I just sacrifice an empty p.</p>
</blockquote>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/abcbf_5.jpg" height="300" width="600" /></p>
<h3>6. Use negative margins - Dan Cederholm</h3>
<blockquote><p>Sometimes it&#8217;s easier to deal with the exception to the rule, rather than add declarations for all other elements around it.</p>
</blockquote>
<p>Dan Cederholm&#8217;s company <a href="http://www.simplebits" title="SimpleBits">SimpleBits</a> is a powerhouse of a design company. Dan&#8217;s worked with the likes of:</p>
<ul>
<li>Google</li>
<li>Blogger</li>
<li>MTV</li>
<li>Fast Company</li>
<li>Inc.com</li>
</ul>
<p>&#8230; and many other high-profile web companies. Fortunately, Dan passes on some of the knowledge he&#8217;s learned working with these massive names on his <a href="http://www.simplebits.com" title="Simplebits blog">blog at SimpleBits</a>. Here&#8217;s a rule of thumb for you web designers and developers: <strong>If Dan Cederholm says anything, you listen.</strong> Think of him as a digital sherpa, guiding you to the crest of your design mountain.</p>
<h4>Negative margins</h4>
<p>While it may seem counterintuitive to put a negative in front of any declaration (like margin-left: -5px), it&#8217;s actually quite a good idea. Mr. Cedarholm explains that <a href="http://www.simplebits.com/notebook/2005/05/23/negative.html" title="negative margins">using negative margins</a> on elements are sometimes easier than having to change every other aspect of the design to make it align they way you want.</p>
<blockquote><p>There are situations when using negative margins on an element can be the easiest way to &#8220;nudge&#8221; it out from the rest, treating the exception to the rule in order to simplifiy code.</p>
</blockquote>
<p>You can see his example of proper negative margin usage <a href="http://www.simplebits.com/notebook/2005/05/23/negative.html">here</a>.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/abcbf_6.jpg" height="300" width="600" /></p>
<h3>7. Use CSS to center layouts - Dan Cederholm</h3>
<blockquote><p>&#8220;How do I center a fixed-width layout using CSS?&#8221; For those that know, it&#8217;s simple. For those that don&#8217;t, finding the two necessary rules to complete the job can be frustrating.</p>
</blockquote>
<p>It&#8217;s no surprise that Dan is going to make this list twice. Centered layouts are on the surface a very simple idea, but for some reason they don&#8217;t always work as easily as advertised. Centering layouts with CSS can be a frustrating endeavor for a beginner if they&#8217;ve never tried it before.</p>
<p>Dan&#8217;s got a tried-and-true method that he uses frequently to achieve centered-layout nirvana.</p>
<p>#container { margin: 0 auto; width: xxxpx; text-align: left; }</p>
<p>Many modern designs rely on centered layouts, so using this method will at some point come in handy for web developers and designers.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/625b0_7.jpg" height="300" width="600" /></p>
<h3>8. Use the right DOCTYPE - Jeffrey Zeldman</h3>
<blockquote><p>You&#8217;ve written valid XHTML and CSS. You&#8217;ve used the W3C standard Document Object Model (DOM) to manipulate dynamic page elements. Yet, in browsers designed to support these very standards, your site is failing. A faulty DOCTYPE is likely to blame.</p>
</blockquote>
<p>Jeffrey Zeldman is one of the co-founders of the excellent resource site <a href="http://www.alistapart.com" title="A List Apart">A List Apart</a>, co-founded and ran <a href="http://www.webstandards.org/">The Web Standards Project</a>, runs the <a href="http://www.happycog" title="Happy Cog">Happy Cog</a> design studio, and even wrote <em>the</em> book on <a href="http://www.bspcn.com/http%3A%2F%2Fwww.amazon.com%2Fexec%2Fobidos%2FASIN%2F0321385551%2Fref%3Dnosim%2Fzoundry0b-20" title="designing with web standards">designing for web standards</a>. In short, Zeldman is in the upper-echelon of web designers.</p>
<h4>DOCTYPE misunderstanding</h4>
<p>The DOCTYPE of a web page is one of the most overlooked aspects of design. Using the right DOCTYPE is crucial, and Zeldman explains why.</p>
<blockquote><p>Using an incomplete or outdated DOCTYPE-or no DOCTYPE at all-throws these same browsers into &#8220;Quirks&#8221; mode, where the browser assumes you&#8217;ve written old-fashioned, invalid markup and code per the depressing industry norms of the late 1990s.</p>
</blockquote>
<p>Zeldman stresses the importance of a) actually using a DOCTYPE, and points out that you have to add an url in the declaration like so:</p>
<p>If you&#8217;re finding unexplained problems with your layouts, odds are the DOCTYPE could be the problem.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/557a2_8.jpg" height="294" width="600" /></p>
<h3>9. Center Items with CSS - Wolfgang Bartelme</h3>
<blockquote><p>Centering items is a frequent task when designing websites. But for people that are new to CSS it&#8217;s mostly kind of enigma how to center for example a whole website in browsers other than IE.</p>
</blockquote>
<p>Wolfgang Bartelme is a web designer with <a href="http://www.bartelme.at/" title="Bartelme">Bartelme design</a>, a web design firm. Bartelme has one of the most elegantly-designed blogs, and continually creates excellent <a href="http://www.bartelme.at/showroom" title="Bartelme icons">icon and design work</a>. He&#8217;s done design work for the blogging platform <a href="http://www.squarespace.com" title="Squarespace">Squarespace</a>, as well as the popular software event <a href="http://www.macheist.com/" title="MacHeist">MacHeist</a>.</p>
<p>Wolfgang has created a tutorial that helps with the complicated task of <a href="http://www.bartelme.at/journal/archive/centering_items_via_css">centering elements with CSS</a>. Centered elements are insanely useful, but are sometimes hard to achieve given the design. Bartelme&#8217;s tutorial ensures centered alignment by choosing the right DOCTYPE and making adding his CSS voodoo. The code nothing fancy and gets the job done, and falls directly in line with striving for simplicity in CSS.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/d1419_9.jpg" height="290" width="600" /></p>
<h3>10. Utilize text-transform commands - Trenton Moss</h3>
<p>Trenton Moss knows web usability. He has his own <a href="http://www.webcredible.co.uk/" title="web usability company">web usability company</a> that trains people in <a href="http://www.webcredible.co.uk/services/web-usability-training.shtml" title="web usability training">usability training</a> and <a href="http://www.webcredible.co.uk/services/writing-web-training.shtml" title="web writing">web writing</a>. He also writes for sites like <a href="http://www.sitepoint.com" title="sitepoint">Sitepoint</a>. Trenton gives excellent tips based on his experience as a web usability expert.</p>
<p>It&#8217;s a simple fact that designs change over time, especially in the way text is displayed on websites. The best thing a web designer can do is plan for the future to make sure that instead of having to manually change the way text is displayed, it&#8217;s best to use CSS to change the appearance of the text. Trenton Moss shows us how to achieve this through the use of a simple, underused CSS command called <a href="http://www.sitepoint.com/article/top-ten-css-tricks">text-transfom</a>.</p>
<blockquote><p>One of the lesser known, but really useful CSS commands is the text-transform command. Three of the more common values for this rule are: text-transform: uppercase, text-transform: lowercase and text-transform: capitalize. The first rule turns all characters into capital letters, the second turns them all into small letters, and the third makes the first letter of each word a capital letter.</p>
</blockquote>
<p>By using CSS to display the appearance of text on the site, it allows for change in the future and keeps things consistent over time.</p>
<blockquote><p>This command is incredibly useful to help ensure consistency in style across an entire Website, particularly if it has a number of content editors. Say for example your style guide dictates that words in headings must always begin with capital letters. To ensure that this is always the case, use text-transform: capitalize. Even if site editors forget about the capitalisation, their mistake won&#8217;t show up on the Website.</p>
</blockquote>
<p>While text-transform is a small thing to add to add to a css layout, it can make a world of difference in the future when changes need to be made.</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/af531_10.jpg" height="469" width="600" /></p>
<p><em>Glen Stansberry is a web developer and blogger who&#8217;s struggled more times than he&#8217;d wish to admit with CSS. You can read more tips on web development at his blog <a href="http://www.webjackalope.com" title="Web Jackalope - web development tips">Web Jackalope</a>.</em></p>
<p><a href="http://www.pheedo.com/click.phdo?feedUrl=http%3A//www.bspcn.com/feed&amp;itemLink=http%3A%2F%2Fwww.bspcn.com%2F2008%2F08%2F27%2F10-principles-of-the-css-masters%2F&amp;itemDate=2008-08-27+09%3A20%3A37&amp;itemTitle=10+Principles+of+the+CSS+Masters"><img border="0" src="http://www.pheedo.com/img.phdo?feedUrl=http%3A//www.bspcn.com/feed&amp;itemLink=http%3A%2F%2Fwww.bspcn.com%2F2008%2F08%2F27%2F10-principles-of-the-css-masters%2F&amp;itemDate=2008-08-27+09%3A20%3A37&amp;itemTitle=10+Principles+of+the+CSS+Masters" /></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/bspcn?a=r7121k"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/af531_bspcn?i=r7121k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=vIdGvk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/af531_bspcn?i=vIdGvk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=Jd29cK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/30983_bspcn?i=Jd29cK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=j97Qak"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/30983_bspcn?i=j97Qak" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=whPKIK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/30983_bspcn?i=whPKIK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=kcaDrK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ff2d2_bspcn?i=kcaDrK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=HLqAQk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ff2d2_bspcn?i=HLqAQk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=cnBUJK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ff2d2_bspcn?i=cnBUJK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=jyTCzK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ff2d2_bspcn?i=jyTCzK" border="0"></img></a>
</div>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/you-must-be-a-monkey/" title="You Must Be a Monkey">You Must Be a Monkey</a></li><li><a href="http://huzuofeiwei.com/blog/forum-of-outstanding-foreign-chief/" title="国外部分优秀站长论坛">国外部分优秀站长论坛</a></li><li><a href="http://huzuofeiwei.com/blog/quickadho/" title="快速丰胸">快速丰胸</a></li><li><a href="http://huzuofeiwei.com/blog/googles-rainbow-colored-results-for-gay/" title="Google&#8217;s Rainbow-colored Results for &quot;Gay&quot;">Google&#8217;s Rainbow-colored Results for &quot;Gay&quot;</a></li><li><a href="http://huzuofeiwei.com/blog/thinkpad-finally-pushed-students-in-the-chinese-machine/" title="ThinkPad终于在中国推学生机了！">ThinkPad终于在中国推学生机了！</a></li><li><a href="http://huzuofeiwei.com/blog/pac-ssh-2/" title="PAC &amp; SSH">PAC &amp; SSH</a></li><li><a href="http://huzuofeiwei.com/blog/whats-coming-in-internet-explorer-8-for-it-professionals/" title="What&#8217;s Coming in Internet Explorer 8 for IT Professionals?">What&#8217;s Coming in Internet Explorer 8 for IT Professionals?</a></li><li><a href="http://huzuofeiwei.com/blog/iriver-spinn-gets-a-release-date-fleshed-out-details/" title="iRiver Spinn gets a release date, fleshed out details">iRiver Spinn gets a release date, fleshed out details</a></li><li><a href="http://huzuofeiwei.com/blog/google-result-offers-you-to-skip-intro/" title="Google Result Offers You to &quot;Skip Intro&quot;">Google Result Offers You to &quot;Skip Intro&quot;</a></li><li><a href="http://huzuofeiwei.com/blog/fedora9-after-the-installation-of-fully-configured-raiders/" title="fedora9安装后完全配置攻略">fedora9安装后完全配置攻略</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/10-principles-of-the-css-masters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>15 Spectacular Lightning Images</title>
		<link>http://huzuofeiwei.com/blog/15-spectacular-lightning-images/</link>
		<comments>http://huzuofeiwei.com/blog/15-spectacular-lightning-images/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 05:26:19 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[Best Articles]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/15-spectacular-lightning-images/</guid>
		<description><![CDATA[Collected by Digital Photography School

Photo by seto_supraenergy

Photo by joe holmes

Photo by Elsie esq.

Photo by http://flickr.com/photos/reutc/278685448/

Photo by Echo9er

Photo by YardSale

Photo by Leorex

Photo by Leorex

Photo by pingnews.com

Photo by wvs

Photo by ChrisStylewalker

Photo by darkmatter

Photo by Shivayanamahohm

Photo by ~Prescott

Photo by Roadsidepictures


        

Random Posts14 Creative AdvertisementsGoogle App Engine Pricing Plan and MoreThe 50 [...]]]></description>
			<content:encoded><![CDATA[<p>Collected by <a href="http://digital-photography-school.com/blog/15-spectacular-lightning-images/" target="_blank">Digital Photography School</a></p>
<p><a href="http://flickr.com/photos/seto_supraenergy/1161537744/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/30f9e_imageslightning-11-1.jpg" hspace="10" height="375" width="500" vspace="10" alt="Lightning-11-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/seto_supraenergy/1161537744/">Photo by seto_supraenergy</a></p>
<p><a href="http://flickr.com/photos/joeholmes/22399358/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/30f9e_imageslightning-b-1.jpg" hspace="10" height="375" width="500" vspace="10" alt="Lightning-B-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/joeholmes/22399358/">Photo by joe holmes</a></p>
<p><a href="http://flickr.com/photos/elsie/4537706/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/30f9e_imageslightning-1.jpg" hspace="10" height="396" width="500" vspace="10" alt="Lightning-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/elsie/4537706/">Photo by Elsie esq.</a></p>
<p><a href="http://flickr.com/photos/reutc/278685448/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ea8c5_imageslightning-7-1.jpg" hspace="10" height="375" width="500" vspace="10" alt="Lightning-7-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/reutc/278685448/">Photo by http://flickr.com/photos/reutc/278685448/</a></p>
<p><a href="http://flickr.com/photos/echo9er/151527788/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ea8c5_imageslightning-d-1.jpg" hspace="10" height="357" width="500" vspace="10" alt="Lightning-D-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/echo9er/151527788/">Photo by Echo9er</a></p>
<p><a href="http://flickr.com/photos/yardsale/271597907/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ea8c5_imageslightning-6-1.jpg" hspace="10" height="231" width="500" vspace="10" alt="Lightning-6-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/yardsale/271597907/">Photo by YardSale</a></p>
<p><a href="http://flickr.com/photos/leorex/65842983/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ea8c5_imageslightning-3-1.jpg" hspace="10" height="333" width="500" vspace="10" alt="Lightning-3-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/leorex/65842983/">Photo by Leorex</a></p>
<p><a href="http://flickr.com/photos/leorex/65841470/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/63323_imageslightning-2-1.jpg" hspace="10" height="294" width="500" vspace="10" alt="Lightning-2-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/leorex/65841470/">Photo by Leorex</a></p>
<p><a href="http://flickr.com/photos/pingnews/452386521/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/63323_imageslightning-9-1.jpg" hspace="10" height="319" width="500" vspace="10" alt="Lightning-9-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/pingnews/452386521/">Photo by pingnews.com</a></p>
<p><a href="http://flickr.com/photos/wvs/205482483/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/63323_imageslightning-5-1.jpg" hspace="10" height="341" width="500" vspace="10" alt="Lightning-5-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/wvs/205482483/">Photo by wvs</a></p>
<p><a href="http://flickr.com/photos/chris_stylewalker/513829118/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/63323_imageslightning-10-1.jpg" hspace="10" height="500" width="332" vspace="10" alt="Lightning-10-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/chris_stylewalker/513829118/">Photo by ChrisStylewalker</a></p>
<p><a href="http://flickr.com/photos/cdm/256056145/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/84c4d_imageslightning-a-1.jpg" hspace="10" height="333" width="500" vspace="10" alt="Lightning-A-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/cdm/256056145/">Photo by darkmatter</a></p>
<p><a href="http://flickr.com/photos/shivayanamahohm/192324475/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/84c4d_imageslightning-e-1.jpg" hspace="10" height="375" width="500" vspace="10" alt="Lightning-E-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/shivayanamahohm/192324475/">Photo by Shivayanamahohm</a></p>
<p><a href="http://flickr.com/photos/ppym1/392829645/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/84c4d_imageslightning-8-1.jpg" hspace="10" height="333" width="500" vspace="10" alt="Lightning-8-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/ppym1/392829645/">Photo by ~Prescott</a></p>
<p><a href="http://flickr.com/photos/54177448@N00/192361305/"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/84c4d_imageslightning-4-1.jpg" hspace="10" height="375" width="500" vspace="10" alt="Lightning-4-1" border="0" /></a></p>
<p><a href="http://flickr.com/photos/54177448@N00/192361305/">Photo by Roadsidepictures</a></p>
<p><a href="http://www.pheedo.com/click.phdo?feedUrl=http%3A//www.bspcn.com/feed&amp;itemLink=http%3A%2F%2Fwww.bspcn.com%2F2008%2F08%2F26%2F15-spectacular-lightning-images%2F&amp;itemDate=2008-08-26+09%3A25%3A07&amp;itemTitle=15+Spectacular+Lightning+Images"><img border="0" src="http://www.pheedo.com/img.phdo?feedUrl=http%3A//www.bspcn.com/feed&amp;itemLink=http%3A%2F%2Fwww.bspcn.com%2F2008%2F08%2F26%2F15-spectacular-lightning-images%2F&amp;itemDate=2008-08-26+09%3A25%3A07&amp;itemTitle=15+Spectacular+Lightning+Images" /></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/bspcn?a=MKkXek"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=MKkXek" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=k3WiBk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=k3WiBk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=yPDLbK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=yPDLbK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=W3gXSk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=W3gXSk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=lsdL6K"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=lsdL6K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=6RxhaK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=6RxhaK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=xXzYXk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=xXzYXk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=fnQzOK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=fnQzOK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/bspcn?a=JUuAPK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/01665_bspcn?i=JUuAPK" border="0"></img></a>
</div>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/and-love/" title="性与爱">性与爱</a></li><li><a href="http://huzuofeiwei.com/blog/best-application-launchers-hive-five/" title="Best Application Launchers [Hive Five]">Best Application Launchers [Hive Five]</a></li><li><a href="http://huzuofeiwei.com/blog/8-free-online-resources-for-learning-a-new-language/" title="8 Free Online Resources For Learning A New Language">8 Free Online Resources For Learning A New Language</a></li><li><a href="http://huzuofeiwei.com/blog/wiki-gardening-in-the-garden/" title="Wiki gardening in the garden">Wiki gardening in the garden</a></li><li><a href="http://huzuofeiwei.com/blog/10-practical-tips-to-keep-your-cellphone-from-killing-you/" title="10 Practical Tips To Keep Your  Cellphone From Killing You">10 Practical Tips To Keep Your  Cellphone From Killing You</a></li><li><a href="http://huzuofeiwei.com/blog/why-does-steve-jobs-look-so-thin/" title="Why does Steve Jobs look so thin?">Why does Steve Jobs look so thin?</a></li><li><a href="http://huzuofeiwei.com/blog/online-file-storage-sharing-site-recommended/" title="在线文件存储共享网站推荐">在线文件存储共享网站推荐</a></li><li><a href="http://huzuofeiwei.com/blog/8-business-travel-tips/" title="8 Business-Travel Tips">8 Business-Travel Tips</a></li><li><a href="http://huzuofeiwei.com/blog/13-things-your-car-mechanic-wont-tell-you/" title="13 Things Your Car Mechanic Won’t Tell You">13 Things Your Car Mechanic Won’t Tell You</a></li><li><a href="http://huzuofeiwei.com/blog/jiexikaao-alba-also-use-the-blackberry/" title="杰西卡·奥尔芭也使用黑莓">杰西卡·奥尔芭也使用黑莓</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/15-spectacular-lightning-images/feed/</wfw:commentRss>
		</item>
		<item>
		<title>David Thomas: So what Linux applications run on your PC?</title>
		<link>http://huzuofeiwei.com/blog/david-thomas-so-what-linux-applications-run-on-your-pc/</link>
		<comments>http://huzuofeiwei.com/blog/david-thomas-so-what-linux-applications-run-on-your-pc/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:36:14 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[推荐日志]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/david-thomas-so-what-linux-applications-run-on-your-pc/</guid>
		<description><![CDATA[

I was thinking about cataloging what applications I use and thought hey time for a blog post. Let me know what you use, as I’m always on the look out for good software or more importantly better tools to do things more efficiently.
Here is my list in no particular order:
Ubuntu 8.04 LTS - My operating [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/083a0_dave.png" width="100" height="100" alt="" />
<div>
<p>I was thinking about cataloging what applications I use and thought hey time for a blog post. Let me know what you use, as I’m always on the look out for good software or more importantly better tools to do things more efficiently.</p>
<p>Here is my list in no particular order:</p>
<p><a href="http://www.ubuntu.com/">Ubuntu 8.04 LTS</a> - My operating system of choice.</p>
<p><a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> - For all my web surfing needs.</p>
<p><a href="http://www.gnome.org/projects/evolution/">Evolution</a> - Email, Address Book, and Calendaring. Use it to sync my palm too.</p>
<p><a href="http://mail.google.com">Gmail</a> - When I need a web based email. If you use gmail you must try <a href="http://www.globexdesigns.com/gmail/">gmail redesigned</a> by <a href="http://www.globexdesigns.com/">globexdesigns</a> you will never go back to the old gmail interface. It’s free and fantastic.</p>
<p><a href="http://labs.adobe.com/technologies/air/">Adobe Air for Linux Alpha</a> - used to run AIR applications <a href="http://www.twhirl.org/">TWIRL</a> a great <a href="http://www.twitter.com">twitter</a> client and <a href="http://klok.mcgraphix.com/klok/index.htm">Klok</a> a personal time tracker. Do you know of any AIR apps you can’t live without?</p>
<p><a href="http://wordpress.com/">WordPress</a> - blogging.</p>
<p><a href="http://kompozer.net/">Kompozer</a> - Web authoring.</p>
<p><a href="http://filezilla-project.org/">FileZilla</a> - Cause you need a good FTP client.</p>
<p><a href="http://do.davebsd.com/">Gnome Do</a> - An application launcher and so much more get it and use it.</p>
<p><a href="http://www.openoffice.org/">Open Office</a> - Word Processing, Spreadsheet, Presentations.</p>
<p><a href="http://deluge-torrent.org/">Deluge</a> - BitTorrent client.</p>
<p><a href="http://albertomilone.com/nvidia_scripts1.html">Envy</a> - Why fight ATI and Nvidia video drives when Alberto Milone has done all the hard work for you.</p>
<p><a href="http://ubuntu-tweak.com/">Ubuntu Tweak</a> - Makes setting up Ubuntu easier.</p>
<p><a href="http://screenlets.org/index.php/Home">Screenlets</a> - Sure you can get google gadgets or desklets but I think these look the best. I use <a href="http://screenlets.org/index.php/Weather_Extended">weather extended</a> and  i<a href="http://www.compiz-themes.org/content/show.php/%22is+online%22+Screenlet?content=77108">s_online</a> the most. If I could fine a XM radio player for screenlets oh happy day anyone working on one?</p>
<p><a href="http://www.vmware.com/products/player/">VMware Player</a> - For running virtual machines.</p>
<p>Now this list is in no way complete but for the most part this is what is running on my machine most of the time.</p>
<p><img alt="" border="0" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/083a0_193" /> <img alt="" border="0" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f8437_193" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dthomasdigital.wordpress.com/193/"><img alt="" border="0" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f8437_193" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dthomasdigital.wordpress.com/193/"><img alt="" border="0" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f8437_193" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dthomasdigital.wordpress.com/193/"><img alt="" border="0" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f8437_193" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dthomasdigital.wordpress.com/193/"><img alt="" border="0" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f8437_193" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dthomasdigital.wordpress.com/193/"><img alt="" border="0" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/9d0f1_193" /></a> <img alt="" border="0" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/9d0f1_b.gif?host=dthomasdigital.wordpress.com&amp;blog=1188022&amp;post=193&amp;subd=dthomasdigital&amp;ref=&amp;feed=1" /></div>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/9d0f1_374302020" height="1" width="1" /></p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/desktop-wallpaper-calendar-june-2008/" title="Desktop Wallpaper Calendar: June 2008">Desktop Wallpaper Calendar: June 2008</a></li><li><a href="http://huzuofeiwei.com/blog/openofficeorg-30beta/" title="OpenOffice.org 3.0beta">OpenOffice.org 3.0beta</a></li><li><a href="http://huzuofeiwei.com/blog/five-best-photo-sharing-web-sites-hive-five/" title="Five Best Photo Sharing Web Sites [Hive Five]">Five Best Photo Sharing Web Sites [Hive Five]</a></li><li><a href="http://huzuofeiwei.com/blog/fedoraprojectorg-web-traffic/" title="fedoraproject.org web traffic">fedoraproject.org web traffic</a></li><li><a href="http://huzuofeiwei.com/blog/fedora-redhat-install-the-update-package-yum-online-articles/" title="Fedora/Redhat在线安装更新软件包 yum篇">Fedora/Redhat在线安装更新软件包 yum篇</a></li><li><a href="http://huzuofeiwei.com/blog/nvidia-1731405-for-linux-x86x86-64-driver-released/" title="Nvidia 173.14.05 for Linux x86/x86-64 驱动释出">Nvidia 173.14.05 for Linux x86/x86-64 驱动释出</a></li><li><a href="http://huzuofeiwei.com/blog/google-toolbar-available-for-firefox-3/" title="Google Toolbar Available for Firefox 3">Google Toolbar Available for Firefox 3</a></li><li><a href="http://huzuofeiwei.com/blog/kevin-fox-of-gmail-friendfeed-on-user-experience-design/" title="Kevin Fox of Gmail &amp; FriendFeed on User Experience Design">Kevin Fox of Gmail &amp; FriendFeed on User Experience Design</a></li><li><a href="http://huzuofeiwei.com/blog/firefox-301-1/" title="firefox-3.0.1-1">firefox-3.0.1-1</a></li><li><a href="http://huzuofeiwei.com/blog/yahoo-everything-but-the-kitchen-sink-approach-not-paying-dividends/" title="Yahoo: &#8216;Everything But The Kitchen Sink&#8217; Approach Not Paying Dividends">Yahoo: &#8216;Everything But The Kitchen Sink&#8217; Approach Not Paying Dividends</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/david-thomas-so-what-linux-applications-run-on-your-pc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>比特海日志29月11日，字谜</title>
		<link>http://huzuofeiwei.com/blog/sea-than-29-log-on-11-puzzles/</link>
		<comments>http://huzuofeiwei.com/blog/sea-than-29-log-on-11-puzzles/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:36:11 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[推荐日志]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/%e6%af%94%e7%89%b9%e6%b5%b7%e6%97%a5%e5%bf%9729%e6%9c%8811%e6%97%a5%ef%bc%8c%e5%ad%97%e8%b0%9c/</guid>
		<description><![CDATA[一次世界性的全运会在春晚舞台上胜利闭幕，接下来让别人去翻字典讨论究竟是“无与伦比”还是“相当独特”还是“无以伦比”吧。
金：51：银：21 铜：28
51+21+28=100
512128+100=512228
5月12日，2：28


Random PostsFlexcrypt Passwords Documents in a Standalone Package [Featured Windows Download]使用黑莓的米莎·巴顿Easy Ways to Save Money on Gas [Saving Money]Google Earth, meet the browserGoogle Gadgets for LinuxFeedCat的RSS Feed燒製管理服務 [Carlos' Life Book]男人十大经典到掉渣的行为Google Sued Over Email ToolTop 10 Firefox 3 FeaturesWedding Planning]]></description>
			<content:encoded><![CDATA[<p>一次世界性的全运会在春晚舞台上胜利闭幕，接下来让别人去翻字典讨论究竟是“无与伦比”还是“相当独特”还是“无以伦比”吧。</p>
<p>金：51：银：21 铜：28<br />
51+21+28=100</p>
<p>512128+100=512228</p>
<p>5月12日，2：28</p>
<p><a href="http://feeds.feedburner.com/~a/caitou?a=JaBF7L"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/edc32_caitou?i=JaBF7L" border="0" /></a></p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/edc32_373523750" height="1" width="1" /></p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/the-lifehacker-fathers-day-gift-guide-gift-guide/" title="The Lifehacker Father&#8217;s Day Gift Guide [Gift Guide]">The Lifehacker Father&#8217;s Day Gift Guide [Gift Guide]</a></li><li><a href="http://huzuofeiwei.com/blog/delicious-posted-on-the-new-expansion-firefox3/" title="del.icio.us发布在Firefox3的新扩展">del.icio.us发布在Firefox3的新扩展</a></li><li><a href="http://huzuofeiwei.com/blog/googles-optimized-discussion-board-result/" title="Google&#8217;s Optimized Discussion Board Result">Google&#8217;s Optimized Discussion Board Result</a></li><li><a href="http://huzuofeiwei.com/blog/3-and-related-issues/" title="三门问题及相关">三门问题及相关</a></li><li><a href="http://huzuofeiwei.com/blog/the-redesign-of-the-new-dellcom-home-page/" title="The Redesign of the New Dell.com Home Page">The Redesign of the New Dell.com Home Page</a></li><li><a href="http://huzuofeiwei.com/blog/goosh-a-google-command-line/" title="Goosh, a Google Command Line">Goosh, a Google Command Line</a></li><li><a href="http://huzuofeiwei.com/blog/google-the-worlds-best-reputation-of-the-company/" title="谷歌：世界上名声最好的公司">谷歌：世界上名声最好的公司</a></li><li><a href="http://huzuofeiwei.com/blog/yeeyan-interview-another-bridge-between-east-and-west/" title="Yeeyan Interview: Another Bridge between East and West">Yeeyan Interview: Another Bridge between East and West</a></li><li><a href="http://huzuofeiwei.com/blog/bomomo/" title="Bomomo&#8230;">Bomomo&#8230;</a></li><li><a href="http://huzuofeiwei.com/blog/google-code-search-shows-function-outline/" title="Google Code Search Shows Function Outline">Google Code Search Shows Function Outline</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/sea-than-29-log-on-11-puzzles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>三门问题及相关</title>
		<link>http://huzuofeiwei.com/blog/3-and-related-issues/</link>
		<comments>http://huzuofeiwei.com/blog/3-and-related-issues/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:36:10 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[推荐日志]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/%e4%b8%89%e9%97%a8%e9%97%ae%e9%a2%98%e5%8f%8a%e7%9b%b8%e5%85%b3/</guid>
		<description><![CDATA[写篇三门问题的终结版。欢迎补充材料。
三门问题，亦称为蒙特霍问题（英文：Monty Hall problem），最初的表述形式：
参赛者会看见三扇关闭了的门，其中一扇的后面有一辆汽车，选中后面有车的那扇门就可以赢得该汽车，而另外两扇门后面则各藏有一只山羊。当参赛者选定了一扇门，但未去开启它的时候，节目主持人开启剩下两扇门的其中一扇，露出其中一只山羊。主持人其后会问参赛者要不要换另一扇仍然关上的门。
问题是：换另一扇门会否增加参赛者赢得汽车的机会率？

很老的问题了，不过在任何时候都能引起激烈的争论，更神奇的是无论直觉派，概率派等都认为自己的答案有道理。维特根斯坦认为世界上多数问题归根结底都是语言问题。三门问题的争论其实也是语义上的。正确答案应该是

如果主持人事先知道哪个门里有山羊并且他特意选择了有山羊的门打开了，那么参赛者应该换另一扇门，这可以将他胜利的概率从1/3升到2/3。  
如果主持人事先不知道哪个门里有山羊或者他只是随机的选择了一个门，但事实发现里面恰好是山羊。这时候参赛者没有换门的必要，胜利概率总是1/2。

上面答案中的假设条件并没有在问题中明确指出，从而导致这个问题的巨大争议。所以最后的问题“官方”表述将问题严格确定下来(来源：三门问题@wikipedia)：

参赛者在三扇门中挑选一扇。他并不知道内里有什么。  
主持人知道每扇门后面有什么。  
主持人必须开启剩下的其中一扇门，并且必须提供换门的机会。  
主持人永远都会挑一扇有山羊的门。

如果参赛者挑了一扇有山羊的门，主持人必须挑另一扇有山羊的门。  
如果参赛者挑了一扇有汽车的门，主持人随机在另外两扇门中挑一扇有山羊的门。 


参赛者会被问是否保持他的原来选择，还是转而选择剩下的那一道门。 


这时候问题被限制在答案的第一种情况，这时候参赛者总是应该选择换一个门。
要正确理解三门问题，可以再看两个三门问题的翻版：
女孩的概率
1. 你结交一位新朋友，问她是否有孩子。她说有，有两个。你问，有女孩吗？她说有。那么，两个都是女孩的概率是多少？
答：三分之一。 
因为生两个孩子的可能性有四种等可能：BB、GG、BG、GB（即男男、女女、男女、女男）。 因为我们已知至少有一个女儿，所以BB是不可能的。因此GG是可能出现的三个等可能的结果之一，所以两个孩子都是女儿的概率为三分之一。 
这对应了三门问题的第一种情况。
2. 你结交一位新朋友，问她是否有孩子。她说有，有两个。你问，有女孩吗？她说有。第二天，你看见她带了一个小女孩。你问她，这是你女儿吗？她说，是。她的两个孩子都是女孩的概率是多少？
答：二分之一。 
这似乎非常奇怪，因为我们所拥有的信息看起来并不比第一种情况时多，但概率却不同。但是这里的问题其实是，那个你没见过的孩子是女孩的概率是多少？这个概率和生女孩的概率相同，二分之一。 
这对应了三门问题的第二种情况。当然这里也有语言问题，必须假定这位母亲不是特定带出一个小女孩来给你看的。也就是说你只是碰巧发现了它是位小女孩。
你得到的答案依赖于所讲的故事；它依赖于你是如何得知至少一个孩子是女孩的。 
三囚犯问题
亚当、比尔和查尔斯被关在一个监狱里，只有监狱看守知道谁会被判死刑，另外两位将会获释。有1／3的概率会被处死刑的亚当，给他母亲写了一封信，想要获释的比尔或查尔斯帮忙代寄。当亚当问看守他应当把他的信交给比尔还是查尔斯时，这位富有同情心的看守很为难。他认为如果他把将要获释的人的名字告诉亚当，那么亚当就会有1／2的概率被判死刑，因为剩下的人和亚当这两人中一定有一个人被处死。如果他隐瞒这信息，亚当被处死的概率是1／3。既然亚当知道其他两人中必有一人会获释，那么亚当自己被处死的概率怎么可能会因为看守告诉他其他两人中被获释者的姓名后而改变呢？  
正确的答案是：看守不用当心，因为即使把获释人的姓名告诉亚当，亚当被处死的概率仍然是1／3，没有改变。但是，剩下的那位没被点名的人就有2／3的概率被处死（被处死的可能性升高了）。
这位看守显然很有趣。对他来说，这三个人死不死的概率是不变的：1、0、0。有一个必死，两个必活。 
我们旁观者认为亚当会死的概率是1/3,那是因为监狱里有3个人，会死1个。现在看守说出一个名字后，我们旁观的人知道是2个里面死1个，亚当在内，则亚当会死的概率上升到1/2。凭什么说在旁观者看来，亚当会死的概率不上升？
以上两问题均出自《随机性》，美国 Bennett D.J.著，吉林人民出版社，2001年。

相关文章

杀人的理论分析“杀人”，英文名为&#8221;Mafia Game&#8221;，广泛流传于国内外。上个星期我们在玩的时候被Elchanan Mossel发现，然后他给了一个talk，内容就是杀人的理论分析。
&#8230;
Google的疯狂面试题有一些是火星题，比如最后一个海盗分金，不太可能还用来作为面试题，估计是被拉过来凑数的。  原文（英文）直接到这里看吧，27floors给出了中文翻&#8230;
帽子游戏二这个题目听说是MSRA的面试题。
在这个游戏的开头，我们设想自己要参加一个电视游戏大奖赛。规则呢，是这样。我们有 n 个人，作为一个小组来参&#8230;
&#34;完美&#34;的洗牌次数 - 7次在大家玩牌的时候，每一局之前都需要重新洗牌——一次洗牌指将牌分为左右两垛然后穿插放牌，但多少次洗牌才是正当的呢？就我多次打牌的观察，&#8230;
来活跃活跃大脑多做思维游戏有助于保持和提高智商
选钱袋
现在有两个人，&#8221;酷毙&#8221;与&#8221;帅呆&#8221;，正在花园里一边喝着酒，一边讨论关于精灵的神话。正好有个精灵从此&#8230;



© zhiqiang for 阅微堂, 2008. &#124; 链接 &#124; 9 条评论

Random PostsShow off your favorite blogs with a Blog List性与爱Eee PC 安裝 [...]]]></description>
			<content:encoded><![CDATA[<p>写篇三门问题的终结版。欢迎补充材料。</p>
<p>三门问题，亦称为蒙特霍问题（英文：Monty Hall problem），最初的表述形式：</p>
<blockquote><p>参赛者会看见三扇关闭了的门，其中一扇的后面有一辆汽车，选中后面有车的那扇门就可以赢得该汽车，而另外两扇门后面则各藏有一只山羊。当参赛者选定了一扇门，但未去开启它的时候，节目主持人开启剩下两扇门的其中一扇，露出其中一只山羊。主持人其后会问参赛者要不要换另一扇仍然关上的门。</p>
<p>问题是：换另一扇门会否增加参赛者赢得汽车的机会率？</p>
</blockquote>
<p>很老的问题了，不过在任何时候都能引起激烈的争论，更神奇的是无论直觉派，概率派等都认为自己的答案有道理。维特根斯坦认为世界上多数问题归根结底都是语言问题。三门问题的争论其实也是语义上的。正确答案应该是</p>
<ol>
<li>如果主持人事先知道哪个门里有山羊并且他特意选择了有山羊的门打开了，那么参赛者应该换另一扇门，这可以将他胜利的概率从1/3升到2/3。  </li>
<li>如果主持人事先不知道哪个门里有山羊或者他只是随机的选择了一个门，但事实发现里面<strong>恰好</strong>是山羊。这时候参赛者没有换门的必要，胜利概率总是1/2。</li>
</ol>
<p>上面答案中的假设条件并没有在问题中明确指出，从而导致这个问题的巨大争议。所以最后的问题“官方”表述将问题严格确定下来(来源：<a href="http://zh.wikipedia.org/w/index.php?title=三门问题">三门问题@wikipedia</a>)：</p>
<blockquote><ul>
<li>参赛者在三扇门中挑选一扇。他并不知道内里有什么。  </li>
<li>主持人知道每扇门后面有什么。  </li>
<li>主持人必须开启剩下的其中一扇门，并且必须提供换门的机会。  </li>
<li><strong>主持人永远都会挑一扇有山羊的门。</strong>
<ul>
<li>如果参赛者挑了一扇有山羊的门，主持人必须挑另一扇有山羊的门。  </li>
<li>如果参赛者挑了一扇有汽车的门，主持人随机在另外两扇门中挑一扇有山羊的门。 </li>
</ul>
</li>
<li>参赛者会被问是否保持他的原来选择，还是转而选择剩下的那一道门。 </li>
</ul>
</blockquote>
<p>这时候问题被限制在答案的第一种情况，这时候参赛者总是应该选择换一个门。</p>
<p>要正确理解三门问题，可以再看两个三门问题的翻版：</p>
<h3>女孩的概率</h3>
<p>1. 你结交一位新朋友，问她是否有孩子。她说有，有两个。你问，有女孩吗？她说有。那么，两个都是女孩的概率是多少？</p>
<p>答：三分之一。 </p>
<p>因为生两个孩子的可能性有四种等可能：BB、GG、BG、GB（即男男、女女、男女、女男）。 因为我们已知至少有一个女儿，所以BB是不可能的。因此GG是可能出现的三个等可能的结果之一，所以两个孩子都是女儿的概率为三分之一。 </p>
<p>这对应了三门问题的第一种情况。</p>
<p>2. 你结交一位新朋友，问她是否有孩子。她说有，有两个。你问，有女孩吗？她说有。第二天，你看见她带了一个小女孩。你问她，这是你女儿吗？她说，是。她的两个孩子都是女孩的概率是多少？</p>
<p>答：二分之一。 </p>
<p>这似乎非常奇怪，因为我们所拥有的信息看起来并不比第一种情况时多，但概率却不同。但是这里的问题其实是，那个你没见过的孩子是女孩的概率是多少？这个概率和生女孩的概率相同，二分之一。 </p>
<p>这对应了三门问题的第二种情况。当然这里也有语言问题，必须假定这位母亲<strong>不是特定</strong>带出一个小女孩来给你看的。也就是说你只是<strong>碰巧</strong>发现了它是位小女孩。</p>
<p>你得到的答案依赖于所讲的故事；它依赖于你是如何得知至少一个孩子是女孩的。 </p>
<h3>三囚犯问题</h3>
<p>亚当、比尔和查尔斯被关在一个监狱里，只有监狱看守知道谁会被判死刑，另外两位将会获释。有1／3的概率会被处死刑的亚当，给他母亲写了一封信，想要获释的比尔或查尔斯帮忙代寄。当亚当问看守他应当把他的信交给比尔还是查尔斯时，这位富有同情心的看守很为难。他认为如果他把将要获释的人的名字告诉亚当，那么亚当就会有1／2的概率被判死刑，因为剩下的人和亚当这两人中一定有一个人被处死。如果他隐瞒这信息，亚当被处死的概率是1／3。既然亚当知道其他两人中必有一人会获释，那么亚当自己被处死的概率怎么可能会因为看守告诉他其他两人中被获释者的姓名后而改变呢？  </p>
<p>正确的答案是：看守不用当心，因为即使把获释人的姓名告诉亚当，亚当被处死的概率仍然是1／3，没有改变。但是，剩下的那位没被点名的人就有2／3的概率被处死（被处死的可能性升高了）。</p>
<p>这位看守显然很有趣。对他来说，这三个人死不死的概率是不变的：1、0、0。有一个必死，两个必活。 </p>
<p>我们旁观者认为亚当会死的概率是1/3,那是因为监狱里有3个人，会死1个。现在看守说出一个名字后，我们旁观的人知道是2个里面死1个，亚当在内，则亚当会死的概率上升到1/2。凭什么说在旁观者看来，亚当会死的概率不上升？</p>
<p>以上两问题均出自《随机性》，美国 Bennett D.J.著，吉林人民出版社，2001年。</p>
<div>
<h2>相关文章</h2>
<ul>
<li><a href="http://zhiqiang.org/blog/posts/theoritical-analysis-marfia-game.html">杀人的理论分析</a><br />“杀人”，英文名为&#8221;Mafia Game&#8221;，广泛流传于国内外。上个星期我们在玩的时候被Elchanan Mossel发现，然后他给了一个talk，内容就是杀人的理论分析。</p>
<p>&#8230;</li>
<li><a href="http://zhiqiang.org/blog/posts/googles-crazy-face-questions.html">Google的疯狂面试题</a><br />有一些是火星题，比如最后一个海盗分金，不太可能还用来作为面试题，估计是被拉过来凑数的。  原文（英文）直接到这里看吧，27floors给出了中文翻&#8230;</li>
<li><a href="http://zhiqiang.org/blog/posts/game-two-hats.html">帽子游戏二</a><br />这个题目听说是MSRA的面试题。
<p>在这个游戏的开头，我们设想自己要参加一个电视游戏大奖赛。规则呢，是这样。我们有 n 个人，作为一个小组来参&#8230;</li>
<li><a href="http://zhiqiang.org/blog/posts/the-perfect-number-of-shuffling-7-times.html">&quot;完美&quot;的洗牌次数 - 7次</a><br />在大家玩牌的时候，每一局之前都需要重新洗牌——一次洗牌指将牌分为左右两垛然后穿插放牌，但多少次洗牌才是正当的呢？就我多次打牌的观察，&#8230;</li>
<li><a href="http://zhiqiang.org/blog/posts/to-active-the-brain-active.html">来活跃活跃大脑</a><br />多做思维游戏有助于保持和提高智商<br />
选钱袋<br />
现在有两个人，&#8221;酷毙&#8221;与&#8221;帅呆&#8221;，正在花园里一边喝着酒，一边讨论关于精灵的神话。正好有个精灵从此&#8230;</li>
</ul>
</div>
<hr noshade>
<p>© zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2008. | <a href="http://zhiqiang.org/blog/posts/three-doors-related-problems.html">链接</a> | <a href="http://zhiqiang.org/blog/posts/three-doors-related-problems.html#comments">9 条评论</a></p>
<p><a href="http://feed.feedsky.com/~flare/zhiqiang?a=2741387845e943498a7225f8515ac641"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/67d14_zhiqiang?i=2741387845e943498a7225f8515ac641" border="0" /></a><a href="http://feed.feedsky.com/~flare/zhiqiang?a=a40d6e23902387e84d08e9cccdd56f92"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/4660f_zhiqiang?i=a40d6e23902387e84d08e9cccdd56f92" border="0" /></a><a href="http://feed.feedsky.com/~flare/zhiqiang?a=69f25a8cb595f2bd0b270d4f4cbd9389"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/447e1_zhiqiang?i=69f25a8cb595f2bd0b270d4f4cbd9389" border="0" /></a><a href="http://feed.feedsky.com/~flare/zhiqiang?a=b0fcae1b241a614d1a0a8306fc50e10f"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/447e1_zhiqiang?i=b0fcae1b241a614d1a0a8306fc50e10f" border="0" /></a><a href="http://feed.feedsky.com/~flare/zhiqiang?a=e591d928735331a9c1e1f2545a7390a9"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/5a177_zhiqiang?i=e591d928735331a9c1e1f2545a7390a9" border="0" /></a><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/5a177_372743407" height="1" width="1" /></p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/set-a-guinness-world-record-enjoy-a-better-web/" title="Set a Guinness World Record Enjoy a Better Web">Set a Guinness World Record Enjoy a Better Web</a></li><li><a href="http://huzuofeiwei.com/blog/gmail-laboratory-on-the-line-added-12-new-features/" title="Gmail实验室上线，新增12项新功能">Gmail实验室上线，新增12项新功能</a></li><li><a href="http://huzuofeiwei.com/blog/hahacms-php5-mysql-domestic-open-source-content-management-system/" title="hahaCMS 国内开源PHP5+MYSQL内容管理系统">hahaCMS 国内开源PHP5+MYSQL内容管理系统</a></li><li><a href="http://huzuofeiwei.com/blog/lastfm-packages-for-wordpress/" title="Last.fm packages for WordPress">Last.fm packages for WordPress</a></li><li><a href="http://huzuofeiwei.com/blog/comments-on-open-source-system-modoer-released-version-10/" title="开源点评系统Modoer发布1.0正式版">开源点评系统Modoer发布1.0正式版</a></li><li><a href="http://huzuofeiwei.com/blog/top-10-firefox-3-features-2/" title="Top 10 Firefox 3 Features">Top 10 Firefox 3 Features</a></li><li><a href="http://huzuofeiwei.com/blog/chicago-day-2/" title="Chicago, day 2">Chicago, day 2</a></li><li><a href="http://huzuofeiwei.com/blog/and-my-friends-very-much-like-a-beauty/" title="和我朋友很像的一个美女">和我朋友很像的一个美女</a></li><li><a href="http://huzuofeiwei.com/blog/copy-music-from-your-iphone-or-ipod-to-your-computer-for-free-ipod/" title="Copy Music from Your iPhone or iPod to Your Computer for Free [IPod]">Copy Music from Your iPhone or iPod to Your Computer for Free [IPod]</a></li><li><a href="http://huzuofeiwei.com/blog/5-most-depressed-comics-characters/" title="5 Most Depressed Comics Characters">5 Most Depressed Comics Characters</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/3-and-related-issues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>跟我一起做奥运中国风效果</title>
		<link>http://huzuofeiwei.com/blog/i-do-together-with-the-chinese-olympic-effect-of-wind/</link>
		<comments>http://huzuofeiwei.com/blog/i-do-together-with-the-chinese-olympic-effect-of-wind/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:36:06 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[推荐日志]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/%e8%b7%9f%e6%88%91%e4%b8%80%e8%b5%b7%e5%81%9a%e5%a5%a5%e8%bf%90%e4%b8%ad%e5%9b%bd%e9%a3%8e%e6%95%88%e6%9e%9c/</guid>
		<description><![CDATA[（文章来自电脑报2008年第32期F版）
　中国元素之一：照片变水墨效果

  
 image018.jpg (47.4 KB)
2008-8-20 10:33
　开幕式的画卷中我们看到了漂亮的水墨画，在PS中使用滤镜和混合模式，可以让自己的照片也带有浓郁中国特色的水墨画效果。



水墨画的制作流程
步骤1：选择具有中国画风格倾向的荷花素材制作水墨效果。
  
 image011.jpg (17.48 KB)
2008-8-20 10:33


图1
　　首先要选择合适的荷花照片，制作数码水墨画效果选图很重要，它必须能溶入水墨中国画的三个基本要素：单纯性、象征性、自然性。水墨画主要以墨为主，然后以墨的浓淡干湿达到一种特有的绘画效果，为了不破坏原始照片效果，可以将背景图层复制一个新图层。按下键盘上的快捷键“Ctrl+J”复制背景图层为“图层1”，为了便于后面操作可将图层重命名为“黑白效果”图层。
步骤2：接着把荷花处理为黑白色调。
　　执行菜单“图像→调整→去色”命令把“黑白效果”图层做去色处理，由于水墨画以墨为主要塑形手段，所以去除颜色才能更好地进行模拟。
更多报纸文章请点击文章列表页面：http://www.shudoo.com/newslist.html
本期素材和所涉及的软件请访问：http://www.shudoo.com/ps

步骤3：制作晕染效果。
  
 image012.jpg (14.79 KB)
2008-8-20 10:35


图2
　　选择“黑白效果”图层，执行菜单“滤镜→模糊→方框模糊”命令把“黑白效果”图层做模糊处理。方框模糊模式是Adobe Photoshop CS2的新增功能，它不同于老版本的那种平均模糊样式，具有晕染的味道。具体设置如图2所示，把鼠标光标放置在显示框中光标变为小手，这样我们可以来回拖移观看模糊效果，效果满意后按下确定按钮即可。步骤4：制作湿笔晕墨效果。
  
 image013.jpg (15.84 KB)
2008-8-20 10:35


图3
　　选择“黑白效果”图层，执行菜单“滤镜→画笔描边→喷溅”命令把“黑白效果”图层做湿笔晕墨效果。调整“喷色半径”和“平滑度”数值，调整满意后按下确定按钮。
更多报纸文章请点击文章列表页面：http://www.shudoo.com/newslist.html








步骤5：制作勾勒线条。
  
 image014.jpg (21.34 KB)
2008-8-20 10:37


图4
　　如果能找到一副真正的荷花水墨画仔细观察，就会发现并不是所有的画面都是大面积的墨构成的，比如花瓣部分应该使用线条勾勒，以获得强烈的虚实对比。
　　下面就来制作这样的线条让水墨画效果变的更为真实自然。将最初彩色背景图层进行复制并变为黑白效果，形成的黑白新图层重新命名为“轮廓线”。并将该图层放置在“黑白效果”图层的上面。选择“轮廓线”图层，在制作之前一定要先在工具箱中设置前景色为黑色，背景色为白色，执行菜单“滤镜→素描→影印”命令，这里设置细节为“3”，暗度为“10”，观察左边显示窗口可以看到照片变为线描效果。调整满意后按下确定按钮。
  
 image015.jpg (19.28 KB)
2008-8-20 10:37


图5
　　调整图层混合模式，选择“轮廓线”图层，将图层混合模式设置为“线性加深”，增加了轮廓线后主题更突出了。
更多报纸文章请点击文章列表页面：http://www.shudoo.com/newslist.html






步骤6：调整明暗层次。
  
 image016.jpg (27.04 KB)
2008-8-20 10:41


图6
　　增加层次感，选择“黑白效果”图层，按下键盘上的快捷键“Ctrl+L”调整色阶，在弹出的色阶对话框中把左边的黑色三角滑块向右拖移，把右边的白色三角滑块向左拖移，中间的灰色三角滑块也向左拖移，参考数值分别为“9”、“1..22”、“209”（如果素材不同，则应根据素材调整，目的是使画面的更明快，更简洁）。调整满意后按下确定按钮。
步骤7：为荷花渲染色彩


图7
　　为花上色，选择“黑白效果”图层后，单击图层调板下面的“添加图层蒙版”图标为该图层添加图层蒙版，然后设置前景色为黑色，在工具箱中选择画笔工具，在上面的选项栏中选择合适的柔角画笔，在蒙版中进行涂抹，在蒙版中把荷花涂抹成黑色后就看到下面彩色照片中的花的色彩就显示出来了。
　　采用图层蒙版的好处就是对不满意的部分可以随时进行调整，这是一种非破坏性的调整手段，不但修改起来非常方便，而且制作出来的颜色也很自然，对有些色彩感不是很敏感的朋友来说非常方便。
更多报纸文章请点击文章列表页面：http://www.shudoo.com/newslist.html

步骤8：渲染其他部分并做整体调整。
  
 image017.jpg (24.07 KB)
2008-8-20 10:44


图8
　　最后可以对整体画面做调整，比如背景部分，可以适当简化背景，方法可以是在“黑白图层”上用画笔工具进行涂抹，涂抹的时候一定要兼顾画面的层次感和空间感，比如前面都是比较深的浓墨，中间可以是稍淡一些的墨，最后面以及左上角部分可以趋向白色的浅色墨。
　　最后要说的是，中国水墨画讲究诗书画合璧，应当选择一种合适的书法字体，最好使用行书或行草为画面加上相应的诗，这样更符合水墨画这种形式，也有助于提升画面的意境。注意诗的位置和大小要符合章法，使整个画面保持均衡。最后加上红色的印章以协调画面和丰富色彩，整个作品就完成了。
更多报纸文章请点击文章列表页面：http://www.shudoo.com/newslist.html
荷花仕女图》的制作
　　《荷花仕女图》以仕女为主体而莲花为衬托，画面要有层次而不单调，近景、中景、远景格成画面的律动，计白当黑、以虚衬实，酣畅淋漓，工笔兼写意，雅致而抒情。
　　这幅《荷花仕女图》的制作过程是：以上面处理的墨荷效果图为蓝本并扩展为竖幅构图，使用古装美女素材为其加上主题，古装美女素材最好也进行一些合适的处理，使之更接近工笔画，在这里笔者使用了Photoshop的外挂插件Topaz Vivacity（读者可使用搜索引擎在互联网上查找并下载安装），这个插件能强调人物的边缘部分，并使人物更柔和接近于工笔画效果，如果再复制一个图层配合Photoshop中的“表面模糊”滤镜提取人物边缘线并以“正片叠底”的图层模式进行混合，效果更接近工笔画。笔者最后在背景部分使用了一些荷花素材处理后做为远景，加上诗句和印章，完成了这幅工兼写的数码中国画作品。
更多报纸文章请点击文章列表页面：http://www.shudoo.com/newslist.html
 









Random PostsGoogle Reader&#8217;s Easter [...]]]></description>
			<content:encoded><![CDATA[<h2>（文章来自<span>电脑</span>报2008年第32期F版）</p>
<p>　<strong>中国元素之一：照片变水墨效果</strong></h2>
<div>
<p align="center"><span><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bf53c_attachimg.gif" border="0" /></span> <img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/394bb_20080820_a3cfb1bc2543c943fc6fqvtS2PvqRdMT.jpg" border="0" /> </p>
<div><img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/fad34_image.gif" border="0" /> <a href="http://bbs.cpcw.com/attachment.php?aid=421226&amp;nothumb=yes"><strong>image018.jpg</strong></a> (47.4 KB)</p>
<div>2008-8-20 10:33</div>
<div>　开幕式的画卷中我们看到了漂亮的水墨画，在PS中使用滤镜和混合模式，可以让自己的照片也带有浓郁<span>中国</span>特色的水墨画效果。</p>
</div>
</div>
<p></p>
<p align="left"><strong>水墨画的制作流程</strong></p>
<p><strong>步骤1：选择具有中国画风格倾向的荷花素材制作水墨效果。</strong></p>
<p align="center"><span><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bf53c_attachimg.gif" border="0" /></span> <img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/5d56a_20080820_4b0ae704da4fac931f100fAc6tbqVChr.jpg" border="0" /> </p>
<div><img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/fad34_image.gif" border="0" /> <a href="http://bbs.cpcw.com/attachment.php?aid=421227&amp;nothumb=yes"><strong>image011.jpg</strong></a> (17.48 KB)</p>
<div>2008-8-20 10:33</div>
</div>
<p></p>
<p align="center">图1</p>
<p>　　首先要选择合适的荷花照片，制作<span>数码</span>水墨画效果选图很重要，它必须能溶入水墨中国画的三个基本要素：单纯性、象征性、自然性。水墨画主要以墨为主，然后以墨的浓淡干湿达到一种特有的绘画效果，为了不破坏原始照片效果，可以将背景图层复制一个新图层。按下键盘上的快捷键“Ctrl+J”复制背景图层为“图层1”，为了便于后面操作可将图层重命名为“黑白效果”图层。</p>
<p><strong>步骤2：接着把荷花处理为黑白色调。</strong></p>
<p>　　执行菜单“图像→调整→去色”命令把“黑白效果”图层做去色处理，由于水墨画以墨为主要塑形手段，所以去除颜色才能更好地进行模拟。</p>
<p><strong>更多报纸文章请点击文章列表页面：</strong><a href="http://www.shudoo.com/newslist.html"><strong>http://www.shudoo.com/newslist.html</strong></a></p>
<p><strong>本期素材和所涉及的<span>软件</span>请访问：</strong><a href="http://www.shudoo.com/ps"><strong>http://www.shudoo.com/ps</strong></a></div>
<div>
<div><strong>步骤3：制作晕染效果。</strong></p>
<p align="center"><span><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bf53c_attachimg.gif" border="0" /></span> <img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/ef571_20080820_a7fa287c12d9829c3417ZHCbJkjazyNK.jpg" border="0" /> </p>
<div><img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/fad34_image.gif" border="0" /> <a href="http://bbs.cpcw.com/attachment.php?aid=421229&amp;nothumb=yes"><strong>image012.jpg</strong></a> (14.79 KB)</p>
<div>2008-8-20 10:35</div>
</div>
<p></p>
<p align="center">图2</p>
<p>　　选择“黑白效果”图层，执行菜单“滤镜→模糊→方框模糊”命令把“黑白效果”图层做模糊处理。方框模糊模式是Adobe Photoshop CS2的新增功能，它不同于老版本的那种平均模糊样式，具有晕染的味道。具体设置如图2所示，把鼠标光标放置在显示框中光标变为小手，这样我们可以来回拖移观看模糊效果，效果满意后按下确定按钮即可。<br />步骤4：制作湿笔晕墨效果。</p>
<p align="center"><span><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bf53c_attachimg.gif" border="0" /></span> <img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/cd408_20080820_b45b8ecad2243fb79382sNNXY4FqAEcu.jpg" border="0" /> </p>
<div><img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/fad34_image.gif" border="0" /> <a href="http://bbs.cpcw.com/attachment.php?aid=421230&amp;nothumb=yes"><strong>image013.jpg</strong></a> (15.84 KB)</p>
<div>2008-8-20 10:35</div>
</div>
<p></p>
<p align="center">图3</p>
<p>　　选择“黑白效果”图层，执行菜单“滤镜→画笔描边→喷溅”命令把“黑白效果”图层做湿笔晕墨效果。调整“喷色半径”和“平滑度”数值，调整满意后按下确定按钮。</p>
<p><strong>更多报纸文章请点击文章列表页面：</strong><a href="http://www.shudoo.com/newslist.html"><strong>http://www.shudoo.com/newslist.html</strong></a></div>
<div>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>
<div></div>
<div></div>
<div><strong>步骤5：制作勾勒线条。</strong></p>
<p align="center"><span><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bf53c_attachimg.gif" border="0" /></span> <img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/db671_20080820_c077c0753bbebc25dc05UgwJG6EvAFdu.jpg" border="0" /> </p>
<div><img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/fad34_image.gif" border="0" /> <a href="http://bbs.cpcw.com/attachment.php?aid=421234&amp;nothumb=yes"><strong>image014.jpg</strong></a> (21.34 KB)</p>
<div>2008-8-20 10:37</div>
</div>
<p></p>
<p align="center">图4</p>
<p>　　如果能找到一副真正的荷花水墨画仔细观察，就会发现并不是所有的画面都是大面积的墨构成的，比如花瓣部分应该使用线条勾勒，以获得强烈的虚实对比。</p>
<p>　　下面就来制作这样的线条让水墨画效果变的更为真实自然。将最初彩色背景图层进行复制并变为黑白效果，形成的黑白新图层重新命名为“轮廓线”。并将该图层放置在“黑白效果”图层的上面。选择“轮廓线”图层，在制作之前一定要先在工具箱中设置前景色为黑色，背景色为白色，执行菜单“滤镜→素描→影印”命令，这里设置细节为“3”，暗度为“10”，观察左边显示窗口可以看到照片变为线描效果。调整满意后按下确定按钮。</p>
<p align="center"><span><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bf53c_attachimg.gif" border="0" /></span> <img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bc168_20080820_863ef3ac7ccdb4144aeao0du7Q6uFeQZ.jpg" border="0" /> </p>
<div><img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/fad34_image.gif" border="0" /> <a href="http://bbs.cpcw.com/attachment.php?aid=421235&amp;nothumb=yes"><strong>image015.jpg</strong></a> (19.28 KB)</p>
<div>2008-8-20 10:37</div>
</div>
<p></p>
<p align="center">图5</p>
<p>　　调整图层混合模式，选择“轮廓线”图层，将图层混合模式设置为“线性加深”，增加了轮廓线后主题更突出了。</p>
<p><strong>更多报纸文章请点击文章列表页面：</strong><a href="http://www.shudoo.com/newslist.html"><strong>http://www.shudoo.com/newslist.html</strong></a></div>
</div>
<div></div>
</td>
</tr>
<tr>
<td>
<div><strong>步骤6：调整明暗层次。</strong></p>
<p align="center"><span><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bf53c_attachimg.gif" border="0" /></span> <img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f22d0_20080820_1a0647b192d183a35144daPIkYKQuZBo.jpg" border="0" /> </p>
<div><img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/fad34_image.gif" border="0" /> <a href="http://bbs.cpcw.com/attachment.php?aid=421236&amp;nothumb=yes"><strong>image016.jpg</strong></a> (27.04 KB)</p>
<div>2008-8-20 10:41</div>
</div>
<p></p>
<p align="center">图6</p>
<p>　　增加层次感，选择“黑白效果”图层，按下键盘上的快捷键“Ctrl+L”调整色阶，在弹出的色阶对话框中把左边的黑色三角滑块向右拖移，把右边的白色三角滑块向左拖移，中间的灰色三角滑块也向左拖移，参考数值分别为“9”、<br />“1..22”、“209”（如果素材不同，则应根据素材调整，目的是使画面的更明快，更简洁）。调整满意后按下确定按钮。</p>
<p><strong>步骤7：为荷花渲染色彩</strong></p>
<p align="center">
<p></p>
<p align="center">图7</p>
<p>　　为花上色，选择“黑白效果”图层后，单击图层调板下面的“添加图层蒙版”图标为该图层添加图层蒙版，然后设置前景色为黑色，在工具箱中选择画笔工具，在上面的选项栏中选择合适的柔角画笔，在蒙版中进行涂抹，在蒙版中把荷花涂抹成黑色后就看到下面彩色照片中的花的色彩就显示出来了。</p>
<p>　　采用图层蒙版的好处就是对不满意的部分可以随时进行调整，这是一种非破坏性的调整手段，不但修改起来非常方便，而且制作出来的颜色也很自然，对有些色彩感不是很敏感的朋友来说非常方便。</p>
<p><strong>更多报纸文章请点击文章列表页面：</strong><a href="http://www.shudoo.com/newslist.html"><strong>http://www.shudoo.com/newslist.html</strong></a></div>
<div>
<div><strong>步骤8：渲染其他部分并做整体调整。</strong></p>
<p align="center"><span><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/bf53c_attachimg.gif" border="0" /></span> <img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/e7c19_20080820_4cd5d3e1f75f60c8cd0b8vwANnLqQ0iK.jpg" border="0" /> </p>
<div><img alt="" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/fad34_image.gif" border="0" /> <a href="http://bbs.cpcw.com/attachment.php?aid=421237&amp;nothumb=yes"><strong>image017.jpg</strong></a> (24.07 KB)</p>
<div>2008-8-20 10:44</div>
</div>
<p></p>
<p align="center">图8</p>
<p>　　最后可以对整体画面做调整，比如背景部分，可以适当简化背景，方法可以是在“黑白图层”上用画笔工具进行涂抹，涂抹的时候一定要兼顾画面的层次感和空间感，比如前面都是比较深的浓墨，中间可以是稍淡一些的墨，最后面以及左上角部分可以趋向白色的浅色墨。</p>
<p>　　最后要说的是，中国水墨画讲究诗书画合璧，应当选择一种合适的书法字体，最好使用行书或行草为画面加上相应的诗，这样更符合水墨画这种形式，也有助于提升画面的意境。注意诗的位置和大小要符合章法，使整个画面保持均衡。最后加上红色的印章以协调画面和丰富色彩，整个作品就完成了。</p>
<p><strong>更多报纸文章请点击文章列表页面：</strong><a href="http://www.shudoo.com/newslist.html"><strong>http://www.shudoo.com/newslist.html</strong></a></div>
<div>荷花仕女图》的制作</p>
<p>　　《荷花仕女图》以仕女为主体而莲花为衬托，画面要有层次而不单调，近景、中景、远景格成画面的律动，计白当黑、以虚衬实，酣畅淋漓，工笔兼写意，雅致而抒情。</p>
<p>　　这幅《荷花仕女图》的制作过程是：以上面处理的墨荷效果图为蓝本并扩展为竖幅构图，使用古装美女素材为其加上主题，古装美女素材最好也进行一些合适的处理，使之更接近工笔画，在这里笔者使用了Photoshop的外挂插件Topaz Vivacity（读者可使用搜索引擎在互联网上查找并下载安装），这个插件能强调人物的边缘部分，并使人物更柔和接近于工笔画效果，如果再复制一个图层配合Photoshop中的“表面模糊”滤镜提取人物边缘线并以“正片叠底”的图层模式进行混合，效果更接近工笔画。笔者最后在背景部分使用了一些荷花素材处理后做为远景，加上诗句和印章，完成了这幅工兼写的数码中国画作品。</p>
<p><strong>更多报纸文章请点击文章列表页面：</strong><a href="http://www.shudoo.com/newslist.html"><strong>http://www.shudoo.com/newslist.html</strong></a></div>
<div> </div>
</div>
</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/37ca2_372743408" height="1" width="1" /></p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/nytimes-article-reverberates-through-yahoo-whos-their-next-ceo/" title="NYTimes Article Reverberates Through Yahoo; Who’s Their Next CEO?">NYTimes Article Reverberates Through Yahoo; Who’s Their Next CEO?</a></li><li><a href="http://huzuofeiwei.com/blog/wordpress-theme-of-the-production-complete-guide/" title="WordPress主题制作完全指南">WordPress主题制作完全指南</a></li><li><a href="http://huzuofeiwei.com/blog/recommend-a-linux-under-the-windows-live-messenger-msn-alternative-tools/" title="推荐一个Linux下的Windows Live Messenger(MSN)替代工具">推荐一个Linux下的Windows Live Messenger(MSN)替代工具</a></li><li><a href="http://huzuofeiwei.com/blog/youtomb-lists-youtube-removals/" title="YouTomb Lists YouTube Removals">YouTomb Lists YouTube Removals</a></li><li><a href="http://huzuofeiwei.com/blog/hillarys-speech-from-the-election/" title="希拉里的退选演说">希拉里的退选演说</a></li><li><a href="http://huzuofeiwei.com/blog/kde-at-linuxtag-2008-day-1-the-beginning/" title="KDE at LinuxTag 2008, Day 1 - The Beginning">KDE at LinuxTag 2008, Day 1 - The Beginning</a></li><li><a href="http://huzuofeiwei.com/blog/earth-this-gloomy-blue-dot/" title="地球，这个黯淡的蓝点">地球，这个黯淡的蓝点</a></li><li><a href="http://huzuofeiwei.com/blog/and-love/" title="性与爱">性与爱</a></li><li><a href="http://huzuofeiwei.com/blog/hello-world/" title="Hello world!">Hello world!</a></li><li><a href="http://huzuofeiwei.com/blog/tag-galaxy-interesting-flickr-search-engine/" title="Tag Galaxy - 趣味Flickr搜索引擎">Tag Galaxy - 趣味Flickr搜索引擎</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/i-do-together-with-the-chinese-olympic-effect-of-wind/feed/</wfw:commentRss>
		</item>
		<item>
		<title>fedora9安装后完全配置攻略</title>
		<link>http://huzuofeiwei.com/blog/fedora9-after-the-installation-of-fully-configured-raiders/</link>
		<comments>http://huzuofeiwei.com/blog/fedora9-after-the-installation-of-fully-configured-raiders/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:35:39 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[推荐日志]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/fedora9%e5%ae%89%e8%a3%85%e5%90%8e%e5%ae%8c%e5%85%a8%e9%85%8d%e7%bd%ae%e6%94%bb%e7%95%a5/</guid>
		<description><![CDATA[第一步：升级系统方案 1，打开终端输入：
 ＃ yum -y install yumex
 ＃ rpm -ivh http://livna-dl.reloumirrors. net/fedora/9/i386/livna- release-9-1.noarch.rpm ＃ rpm -ivh http://ftp.freshrpms.net/pub/ freshrpms/fedora/linux/9/ freshrpms-release/freshrpms- release-1.1-1.fc.noarch.rpm ＃ yum install yum-fastestmirror
 完成这4条命令，你的系统将以最新，最快，最简便的方式更新
 说明：yumex是yum的图形界面，安装的两个rpm包是yum的第三方源，yum-fastestmirror是yum的加 速软件，有人问yum是什么，yum是fedora下的一种安装软件更新软件方式，非常好用，fedora9下就是 用这种方式来安装软件的，除了特殊的软件，如锐捷客户端，基本上yum包括了所有的软件，而这些软 件靠yum源来提供，上面装的两个rpm包就是对yum源的扩展。 —————————————————————————————————————————————— 第二步：flsah插件 在官方网站下载flashplayer9.0的rpm包地址是 http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash 打开终端输入：
 # cd 下载 # rpm -ivh flash-plugin-9.0.124.0-release.i386.rpm  flashplayer就安装好了，但是没有声音怎么办，少了flash的库文件 不要急打开终端输入：
 # yum install libflashsupport
 或者用yumex安装，打开yumex查找所有软件搜索libflashsupport在它前面打勾，然后执行操作 现在flash是不是有声音了，好了flash问题解决了 —————————————————————————————————————————————— 第三步：QQ聊天工具 大家上网后的第一件事情恐怕就是登录QQ了，fedora9自带的pidgin就能登录QQ，  选好QQ后填上帐号密码就行了，不好看？可以试试腾讯最近发布的qq [...]]]></description>
			<content:encoded><![CDATA[<p>第一步：升级系统方案<br /> 1，打开终端输入：</p>
<p> ＃ yum -y install yumex</p>
<p><a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static6.photo.sina.com.cn/orignal/535be3bb45509657913f5"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/d3cb4_535be3bb45509657913f5" /></a><br /> ＃ rpm -ivh <a rel="nofollow" href="http://livna-dl.reloumirrors.net/fedora/9/i386/livna-release-9-1.noarch.rpm">http://livna-dl.reloumirrors. net/<span>fedora</span>/9/i386/livna- release-9-1.noarch.rpm</a><br /> ＃ rpm -ivh <a rel="nofollow" href="http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/9/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm">http://ftp.freshrpms.net/pub/ freshrpms/<span>fedora</span>/linux/9/ freshrpms-release/freshrpms- release-1.1-1.fc.noarch.rpm</a><br /> ＃ yum install yum-fastestmirror</p>
<p><a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static5.photo.sina.com.cn/orignal/535be3bb455095c3d6274"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/e72ad_535be3bb455095c3d6274" /></a><br /> 完成这4条命令，你<span>的</span>系统将以最新，最快，最简便<span>的</span>方式更新</p>
<p> 说明：yumex是yum<span>的</span>图形界面，安装<span>的</span>两个rpm包是yum<span>的</span>第三方源，yum-fastestmirror是yum<span>的</span>加<br /> 速软件，有人问yum是什么，yum是<span>fedora</span>下<span>的</span>一种安装软件更新软件方式，非常好用，<span>fedora</span>9下就是<br /> 用这种方式来安装软件<span>的</span>，除了特殊<span>的</span>软件，如锐捷客户端，基本上yum包括了所有<span>的</span>软件，而这些软<br /> 件靠yum源来提供，上面装<span>的</span>两个rpm包就是对yum源<span>的</span>扩展。<br /> ——————————————————————————————————————————————<br /> 第二步：flsah插件<br /> 在官方网站下载flashplayer9.0<span>的</span>rpm包地址是<br /> http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash<br /> 打开终端输入：</p>
<p> # cd 下载<br /> # rpm -ivh flash-plugin-9.0.124.0-release.i386.rpm<br /> <a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static13.photo.sina.com.cn/orignal/535be3bb45508b6de95ac"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/cf43b_535be3bb45508b6de95ac" /></a><br /> flashplayer就安装好了，但是没有声音怎么办，少了flash<span>的</span>库文件<br /> 不要急打开终端输入：</p>
<p> # yum install libflashsupport</p>
<p><a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static12.photo.sina.com.cn/orignal/535be3bb455095e51264b"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/5d13b_535be3bb455095e51264b" /></a><br /> 或者用yumex安装，打开yumex查找所有软件搜索libflashsupport在它前面打勾，然后执行操作<br /> 现在flash是不是有声音了，好了flash问题解决了<br /> ——————————————————————————————————————————————<br /> 第三步：QQ聊天工具<br /> 大家上网后<span>的</span>第一件事情恐怕就是登录QQ了，<span>fedora</span>9自带<span>的</span>pidgin就能登录QQ，<br /> <a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static9.photo.sina.com.cn/orignal/535be3bb45508cd4f18f8"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/7436b_535be3bb45508cd4f18f8" /></a><a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static16.photo.sina.com.cn/orignal/535be3bb45508cdf6ec8f"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/807fb_535be3bb45508cdf6ec8f" /></a><br /> 选好QQ后填上帐号密码就行了，不好看？可以试试腾讯最近发布<span>的</span>qq for linux，下载地址：<br /> http://im.qq.com/qq/linux/download.shtml<br /> 选折rpm包，然后打开终端输入：</p>
<p> # cd 下载<br /> # rpm -ivh linuxqq-1.0-Preview1.i386.rpm</p>
<p><a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static7.photo.sina.com.cn/orignal/535be3bb45508dbed2876"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/13ebb_535be3bb45508dbed2876" /></a><a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static2.photo.sina.com.cn/orignal/535be3bb45508dc57f061"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/4b124_535be3bb45508dc57f061" /></a><br /> 这样官方<span>的</span>QQ就装好了，不过，功能简陋，想传文件发截图怎么办，这就安装eva qq了，linux下功能最<br /> 强<span>的</span>qq，不过貌似不再更新了，期待官方<span>的</span>QQ越来越完善，怎么装eva呢，完成yum源<span>的</span>设置可以直接<br /> 在终端输入：</p>
<p> ＃ yum install eva</p>
<p><a rel="nofollow" href="http://blog.photo.sina.com.cn/showpic.html#url=http://static15.photo.sina.com.cn/orignal/535be3bb4550960f2093e"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/a06d5_535be3bb4550960f2093e" /></a><br /> 如果你<span>的</span>没有那么你下一个eva<span>的</span>fc9版<span>的</span>rpm包然后rpm安装，什么？你想跟windows<span>的</span>一模一样？，<br /> 那就用wine吧，关于wine<span>的</span>问题暂时不涉及。<br /> ——————————————————————————————————————————————<br /> ——————————————————————————————————————————————<br /> （未完待续。。。）
<div>
<a href="http://feeds.feedburner.com/~f/Fedora-cn?a=gEiO1K"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/a06d5_Fedora-cn?i=gEiO1K" border="0" /></a> <a href="http://feeds.feedburner.com/~f/Fedora-cn?a=Bof8Ek"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/46694_Fedora-cn?i=Bof8Ek" border="0" /></a> <a href="http://feeds.feedburner.com/~f/Fedora-cn?a=sszuoK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/46694_Fedora-cn?i=sszuoK" border="0" /></a> <a href="http://feeds.feedburner.com/~f/Fedora-cn?a=w4alok"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/46694_Fedora-cn?i=w4alok" border="0" /></a>
</div>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/46694_372329823" height="1" width="1" /></p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/david-thomas-so-what-linux-applications-run-on-your-pc/" title="David Thomas: So what Linux applications run on your PC?">David Thomas: So what Linux applications run on your PC?</a></li><li><a href="http://huzuofeiwei.com/blog/10-reasons-why-vista-isnt-that-bad/" title="10 Reasons Why Vista Isn’t That Bad">10 Reasons Why Vista Isn’t That Bad</a></li><li><a href="http://huzuofeiwei.com/blog/a-visit-to-the-museum/" title="A visit to the museum">A visit to the museum</a></li><li><a href="http://huzuofeiwei.com/blog/strobist-meet/" title="Strobist meet">Strobist meet</a></li><li><a href="http://huzuofeiwei.com/blog/google-spreadsheets-macros-and-list-mode-editing/" title="Google Spreadsheets Macros and List Mode Editing">Google Spreadsheets Macros and List Mode Editing</a></li><li><a href="http://huzuofeiwei.com/blog/fedora-hawaii-2008-and-ltsp-thoughts/" title="Fedora Hawaii 2008 and LTSP thoughts">Fedora Hawaii 2008 and LTSP thoughts</a></li><li><a href="http://huzuofeiwei.com/blog/the-growing-list-of-things-you-can-do-with-google-maps/" title="The Growing List of Things You Can Do With Google Maps">The Growing List of Things You Can Do With Google Maps</a></li><li><a href="http://huzuofeiwei.com/blog/the-internet-faq-from-2085/" title="The Internet FAQ from 2085">The Internet FAQ from 2085</a></li><li><a href="http://huzuofeiwei.com/blog/lastfm-packages-for-wordpress/" title="Last.fm packages for WordPress">Last.fm packages for WordPress</a></li><li><a href="http://huzuofeiwei.com/blog/power-tweak-your-macs-stacks-mac-os-x-leopard-tip/" title="Power Tweak Your Mac&#8217;s Stacks [Mac OS X Leopard Tip]">Power Tweak Your Mac&#8217;s Stacks [Mac OS X Leopard Tip]</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/fedora9-after-the-installation-of-fully-configured-raiders/feed/</wfw:commentRss>
		</item>
		<item>
		<title>世界上最长寿的老人</title>
		<link>http://huzuofeiwei.com/blog/worlds-oldest-elderly/</link>
		<comments>http://huzuofeiwei.com/blog/worlds-oldest-elderly/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:35:17 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[推荐日志]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/%e4%b8%96%e7%95%8c%e4%b8%8a%e6%9c%80%e9%95%bf%e5%af%bf%e7%9a%84%e8%80%81%e4%ba%ba/</guid>
		<description><![CDATA[
印度老人Habib Mian 出生于1870年5月28日到今年一共活了138年，
后来，他死了(8月19日)。链接，来源 ，以下是图：

&#8230; 猛击这里参与该话题的热烈讨论，目前已有39人登录火星 »
© oioi for 煎蛋, digest. &#124;
	本文链接 &#124; 给煎蛋爆料 &#124; 投放广告 &#124; 专业图片上传



  


Random PostsGoogle App Engine Pricing Plan and MoreF9 Release Party in Rome: Report, day 1Generation Y Has No Culture杰西卡·奥尔芭也使用黑莓[转载]从硬盘安装Fedora-9-i386-DVD四川人的幽默感Measure Area of your Home or a Football Stadium with Google MapsFriendFeed Adds RoomsFedora Linux系统中Wine安装Office 2003Download Manager in Firefox [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/7ae9c_square" alt="" /><br />
印度老人Habib Mian 出生于1870年5月28日到今年一共活了138年，</p>
<p>后来，他死了(8月19日)。<a href="http://www.dailymail.co.uk/news/worldnews/article-1047397/Worlds-oldest-man-dies-age-138.html">链接</a>，<a href="http://digg.com/people/World_s_Oldest_Man_Dies_At_The_Age_Of_138_2">来源</a> ，以下是图：</p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/cb1da_small" alt="" /><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/dbb51_small" alt="" /></p>
<p><a href="http://jandan.net/2008/08/22/world_s_oldest_man.html#comments"><span>&#8230; 猛击这里参与该话题的热烈讨论，目前已有39人登录火星 »</span></a></p>
<p>© oioi for <a href="http://jandan.net">煎蛋</a>, <a href="http://jandan.net/category/digest" title="View all posts in digest" rel="category tag">digest</a>. |<br />
	<a href="http://jandan.net/2008/08/22/world_s_oldest_man.html">本文链接</a> | <a href="http://jandan.net/contribute" title="分享你的发现">给煎蛋爆料</a> | <a href="http://jandan.net/ad">投放广告</a> | <a href="http://www.haokanbu.com/help/?utm_source=jandan.net&amp;utm_medium=cpa&amp;utm_campaign=ads" rel="nofollow">专业图片上传</a>
</p>
<p><a href="http://feeds.feedburner.com/~a/jandan?a=ZnTZhV"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/4d6b1_jandan?i=ZnTZhV" border="0" /></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/jandan?a=LHUYDk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/8b6a8_jandan?i=LHUYDk" border="0" /></a> <a href="http://feeds.feedburner.com/~f/jandan?a=VTVF4k"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/06d15_jandan?i=VTVF4k" border="0" /></a> <a href="http://feeds.feedburner.com/~f/jandan?a=lKi5qK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/06d15_jandan?i=lKi5qK" border="0" /></a>
</div>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/06d15_372329824" height="1" width="1" /></p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/8-business-travel-tips/" title="8 Business-Travel Tips">8 Business-Travel Tips</a></li><li><a href="http://huzuofeiwei.com/blog/the-redesign-of-the-new-dellcom-home-page/" title="The Redesign of the New Dell.com Home Page">The Redesign of the New Dell.com Home Page</a></li><li><a href="http://huzuofeiwei.com/blog/ibreadcrumbs-a-browser-add-on-for-web-research/" title="iBreadCrumbs: A Browser Add-On for Web Research">iBreadCrumbs: A Browser Add-On for Web Research</a></li><li><a href="http://huzuofeiwei.com/blog/some-notes-about-fedora-9/" title="Some notes about Fedora 9">Some notes about Fedora 9</a></li><li><a href="http://huzuofeiwei.com/blog/sichuanese-sense-of-humour/" title="四川人的幽默感">四川人的幽默感</a></li><li><a href="http://huzuofeiwei.com/blog/google-chinas-extended-earthquake-help/" title="Google China&#8217;s Extended Earthquake Help">Google China&#8217;s Extended Earthquake Help</a></li><li><a href="http://huzuofeiwei.com/blog/google-earth-meet-the-browser/" title="Google Earth, meet the browser">Google Earth, meet the browser</a></li><li><a href="http://huzuofeiwei.com/blog/classic-books-summed-up-in-3-lines-or-less/" title="Classic Books Summed Up in 3 Lines (or Less)">Classic Books Summed Up in 3 Lines (or Less)</a></li><li><a href="http://huzuofeiwei.com/blog/iphone-3gs-new-sim-ejector-tool-makes-it-instant-must-buy-iphone/" title="iPhone 3G&#8217;s New SIM Ejector Tool Makes It Instant Must-Buy [IPhone]">iPhone 3G&#8217;s New SIM Ejector Tool Makes It Instant Must-Buy [IPhone]</a></li><li><a href="http://huzuofeiwei.com/blog/8-lessons-in-leadership-from-nelson-mandela/" title="8 Lessons in Leadership From Nelson Mandela">8 Lessons in Leadership From Nelson Mandela</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/worlds-oldest-elderly/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Send Beijing a Message</title>
		<link>http://huzuofeiwei.com/blog/send-beijing-a-message/</link>
		<comments>http://huzuofeiwei.com/blog/send-beijing-a-message/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:35:03 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[推荐日志]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/send-beijing-a-message/</guid>
		<description><![CDATA[
今天发现了一个有趣的 Web 2.0 应用，Send Beijing a Message，也不知道是谁做的。不过当前奥运期间，倒是和 #080808 一样，一个很“和”的 Web 2.0 Toy。
Send Beijing a Message 也是个创意很不错的应用。它建立在 Twitter API 的基础之上，您只需要将想对北京说的话，在 Twitter 上以 @sendbeijing 的方式提交上来，过不了几分钟就会在 Send Beijing A Message 上显示出来了。Send Beijing a Message 的首页用了很多 JS 特效，能显示出留言者的国旗和国家位置，效果也蛮酷的。
当然，如果你也想给北京留个信儿，不妨参考一下具体方法，然后亲自试试。随说这种应用貌似实现起来没什么难度，但我个人更喜欢它的创意。尤其是对于 Twitter 应用，玩到现在都快玩烂了，还能想出这样的创意，确实非常的不错。

Copyright © 2004-2008 iStef.info &#38; YangLiu.name All rights reserved. 


      


Random PostsGoogle China&#8217;s Extended Earthquake [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/1222a_sendbeijing.jpg" alt="" width="429" height="133" /></p>
<p>今天发现了一个有趣的 Web 2.0 应用，<a href="http://www.sendbeijing.com">Send Beijing a Message</a>，也不知道是谁做的。不过当前奥运期间，倒是和 <a href="http://tag080808.com/">#080808</a> 一样，一个很“和”的 Web 2.0 Toy。</p>
<p>Send Beijing a Message 也是个创意很不错的应用。它建立在 Twitter API 的基础之上，您只需要将想对北京说的话，在 Twitter 上以 @sendbeijing 的方式提交上来，过不了几分钟就会在 Send Beijing A Message 上显示出来了。Send Beijing a Message 的首页用了很多 JS 特效，能显示出留言者的国旗和国家位置，效果也蛮酷的。</p>
<p>当然，如果你也想给北京留个信儿，不妨参考一下<a href="http://www.sendbeijing.com/howto">具体方法</a>，然后亲自试试。随说这种应用貌似实现起来没什么难度，但我个人更喜欢它的创意。尤其是对于 Twitter 应用，玩到现在都快玩烂了，还能想出这样的创意，确实非常的不错。</p>
<p><a href="http://17fav.com/?blog_hash=893dc034f3f9656a818dc07a7c890404&amp;url=http%3A%2F%2Fblog.istef.info%2F2008%2F08%2F21%2Fsend-beijing-a-message%2F&amp;title=Send+Beijing+a+Message&amp;description=%0D%0A%0D%0A%E4%BB%8A%E5%A4%A9%E5%8F%91%E7%8E%B0%E4%BA%86%E4%B8%80%E4%B8%AA%E6%9C%89%E8%B6%A3%E7%9A%84+Web+2.0+%E5%BA%94%E7%94%A8%EF%BC%8CSend+Beijing+a+Message%EF%BC%8C%E4%B9%9F%E4%B8%8D%E7%9F%A5%E9%81%93%E6%98%AF%E8%B0%81%E5%81%9A%E7%9A%84%E3%80%82%E4%B8%8D%E8%BF%87%E5%BD%93%E5%89%8D%E5%A5%A5%E8%BF%90%E6%9C%9F%E9%97%B4%EF%BC%8C%E5%80%92%E6%98%AF%E5%92%8C+%23080808+%E4%B8%80%E6%A0%B7%EF%BC%8C%E4%B8%80%E4%B8%AA%E5%BE%88%E2%80%9C%E5%92%8C%E2%80%9D%E7%9A%84+Web+2.0+To...&amp;tags=beijing08%2Colympic%2Ctwitter" rel="1826" title="用 17fav 收藏和分享本文"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/63cb8_bookmark.gif" alt="17fav 收藏本文" /></a><br />
<hr />Copyright © 2004-2008 <a href="http://blog.istef.info">iStef.info</a> &amp; <a href="http://yangliu.name">YangLiu.name</a> All rights reserved. </p>
<p><a href="http://feeds.feedburner.com/~a/istef?a=sgEjrw"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/63cb8_istef?i=sgEjrw" border="0" /></a></p>
<div>
<a href="http://feeds.feedburner.com/~f/istef?a=puo3hK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/63cb8_istef?i=puo3hK" border="0" /></a> <a href="http://feeds.feedburner.com/~f/istef?a=t6QAKK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/be79a_istef?i=t6QAKK" border="0" /></a> <a href="http://feeds.feedburner.com/~f/istef?a=c4VnsK"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/be79a_istef?i=c4VnsK" border="0" /></a> <a href="http://feeds.feedburner.com/~f/istef?a=YE8bdk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/be79a_istef?i=YE8bdk" border="0" /></a> <a href="http://feeds.feedburner.com/~f/istef?a=EBpQKk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/be79a_istef?i=EBpQKk" border="0" /></a> <a href="http://feeds.feedburner.com/~f/istef?a=7zOqyk"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/be79a_istef?i=7zOqyk" border="0" /></a> <a href="http://feeds.feedburner.com/~f/istef?a=yGux8k"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/0eaf2_istef?i=yGux8k" border="0" /></a>
</div>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/0eaf2_371026285" height="1" width="1" /><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/6063b_371570872" height="1" width="1" /></p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/hahacms-php5-mysql-domestic-open-source-content-management-system/" title="hahaCMS 国内开源PHP5+MYSQL内容管理系统">hahaCMS 国内开源PHP5+MYSQL内容管理系统</a></li><li><a href="http://huzuofeiwei.com/blog/tineye-image-comparison-search/" title="TinEye Image Comparison Search">TinEye Image Comparison Search</a></li><li><a href="http://huzuofeiwei.com/blog/explorando-firefox-3/" title="Explorando Firefox 3">Explorando Firefox 3</a></li><li><a href="http://huzuofeiwei.com/blog/order-food-on-your-phone-with-citymint/" title="Order food on your phone with CityMint">Order food on your phone with CityMint</a></li><li><a href="http://huzuofeiwei.com/blog/7-reasons-why-the-new-iphone-sucks/" title="7 Reasons Why the New iPhone Sucks">7 Reasons Why the New iPhone Sucks</a></li><li><a href="http://huzuofeiwei.com/blog/10-things-you-probably-didnt-know-about-cell-phones/" title="10 Things You Probably Didn’t Know About Cell Phones">10 Things You Probably Didn’t Know About Cell Phones</a></li><li><a href="http://huzuofeiwei.com/blog/wordpress-tips-40-most-wanted-wordpress-tricks-and-hacks/" title="WordPress Tips: 40+ Most Wanted Wordpress Tricks and Hacks">WordPress Tips: 40+ Most Wanted Wordpress Tricks and Hacks</a></li><li><a href="http://huzuofeiwei.com/blog/gmail-labs-experimental-opt-in-features/" title="Gmail Labs: Experimental Opt-In Features">Gmail Labs: Experimental Opt-In Features</a></li><li><a href="http://huzuofeiwei.com/blog/the-most-important-friendfeed-feature-id-like-to-see-right-now/" title="The Most Important FriendFeed Feature I&#8217;d Like to See (Right Now)">The Most Important FriendFeed Feature I&#8217;d Like to See (Right Now)</a></li><li><a href="http://huzuofeiwei.com/blog/blackberry-filled-the-paris-hilton-and-nicole-gingrich-gap/" title="黑莓填平了妮可·里奇和帕丽斯·希尔顿的鸿沟">黑莓填平了妮可·里奇和帕丽斯·希尔顿的鸿沟</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/send-beijing-a-message/feed/</wfw:commentRss>
		</item>
		<item>
		<title>18 Tools to Turn Firefox 3 into a Communications Portal</title>
		<link>http://huzuofeiwei.com/blog/18-tools-to-turn-firefox-3-into-a-communications-portal/</link>
		<comments>http://huzuofeiwei.com/blog/18-tools-to-turn-firefox-3-into-a-communications-portal/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:34:50 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[推荐日志]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/18-tools-to-turn-firefox-3-into-a-communications-portal/</guid>
		<description><![CDATA[Firefox can be made into so much more than just a browser via its huge extension base.  Yes, this means you can replace some of your instant messenger, chat and microblogging needs by adding just a few extensions. Here are 18 tools that will let you turn your Firefox 3 browser into a communications portal.
Whenever [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/68373_firefox.bmp" alt="firefox" />Firefox can be made into so much more than just a browser via its huge extension base.  Yes, this means you can replace some of your instant messenger, chat and microblogging needs by adding just a few extensions. Here are 18 tools that will let you turn your Firefox 3 browser into a communications portal.</p>
<p>Whenever we discuss numerous Firefox add-ons, we like to remind you that we do not recommend you install ALL of them unless you like your browser slowing down.</p>
<h2>Messaging</h2>
<ul><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/a5405_meebo.png" alt="" width="450" height="349" /></ul>
<p><a href="http://chatzilla.hacksrus.com/">ChatZilla!</a> - In a time before instant messengers exploded in popularity, Internet Relay Chat (IRC) was all the rage, and it is still quite popular.  This extension will add an IRC client to your browser so you don’t have to open a separate program.</p>
<p><a href="http://home.gabbly.com/">Gabbly Chat Sidebar</a> - A sidebar client for Gabbly chats hosted on any Web page or community.</p>
<p><a href="http://adarshtp.googlepages.com/">Google Talk</a> - Allows you to add Google Talk integration to your browser.</p>
<p><span></span></p>
<p><a href="http://gamespottingnetworks.com/projects/">GTalk Sidebar</a> - This sidebar extension allows you to use Google Talk in your window without having to stay on GMail all the time. It also lets you save yourself the effort of installing the stand alone GTalk application for your desktop.</p>
<p><a href="http://www.meebo.com/firefox/">Meebo</a> - Adds integrated instant messaging via the Meebo system inside of your browser.  In the sidebar you can see which buddies are online, as well as which system they are using, and when need be, you can drag links and images over to them.  You can learn more about Meebo in <a href="http://mashable.com/2008/07/17/meebo-im/">this episode</a> of Mashable Conversations.</p>
<p><a href="http://www.sameplace.cc/">SamePlace</a> - Works in Firefox, Flock and Thunderbird to give you the ability to chat with your contacts on AIM, GTalk, ICQ, Jabber, MSN, Twitter and Yahoo.</p>
<p><a href="http://smssidebar.org/">SMS Sidebar</a> - This extensions gives you the ability to send SMS messages to just about any phone in the world.  It does cost money after the first 50 text messages, but seems to be reasonably priced and offers numerous features.</p>
<p><a href="http://www.watacrackaz.com/autosms/">WataCrackaz AutoSMS</a> - Allows free two-way SMS text messaging to phones all around the world and actually allows you to receive replies.</p>
<p><a href="http://yaplet.com/">Yaplet</a> - Adds the Yaplet chat system to your sidebar so you no longer have to switch tabs while you chat and can continue to surf as you talk.</p>
<p><a href="http://www.yoono.com/">Yoono</a> - The Yoono sidebar can be updated with widgets for all major instant messengers.</p>
<h2>Microblogging</h2>
<ul><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/a5405_twitzer.png" alt="" width="450" height="184" /></ul>
<p><a href="http://pownce.com/FirePownce/">FirePownce</a> - An official extension from Pownce that allows you to update your account via a button added to Firefox.</p>
<p><a href="http://skeevs.com/post/40773174/fownce-pownce-extension">Fownce</a> -Allows you to post the current URL you are viewing to Pownce or just post a general update to your account.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6396">Mahalo Share</a> - Lets you recommend a page across numerous services, including Pownce and Twitter.</p>
<p><a href="http://shareaholic.com/">Shareaholic.com</a> - Lets you update numerous services from one handy plugin, including Pownce and Twitter.</p>
<p><a href="http://engel.uk.to/twitkit/">Twitkit</a> - Highly customizable Twitter application that allows you to choose colors, look up your account information, manage your followers and more.</p>
<p><a href="http://www.chrisfinke.com/addons/twitterbar/">TwitterBar</a> - An interesting extension for Firefox that allows you to use the browser’s address bat to also send Tweets to your account on Twitter.</p>
<p><a href="http://www.foxytunes.com/twittytunes/">TwittyTunes</a> - Feel a burning desire to tell Twitter what you are listening to via FoxyTunes?  This extension will solve your dilemma.</p>
<p><a href="http://shorttext.com/twitzer.aspx">Twitzer</a> - Twitzer is not a Twitter client, but a tool to help you get more than the 140 characters into that little box.</p>
<p>&#8212;<br />Related Articles at Mashable! - The Social Networking Blog:</p>
<p><a href="http://mashable.com/2007/09/07/400-million-firefox-downloads/">400 Million Firefox Downloads</a><br /><a href="http://mashable.com/2007/08/21/firefox-campus-edition/">Firefox Campus Edition Launches</a><br /><a href="http://mashable.com/2008/04/13/newcomm2008/">Save the Date for the New Communications Forum 2008</a><br /><a href="http://mashable.com/2007/12/07/baidu-firefox-china/">Baidu Gets Firefox Deal in China</a><br /><a href="http://mashable.com/2007/07/18/firefox-2-fixes/">Firefox 2 Security Fixes Released</a><br /><a href="http://mashable.com/2008/05/08/mozilla-would-you-like-a-virus-with-that-add-on/">Mozilla: Would You Like a Virus With That Add-on?</a><br /><a href="http://mashable.com/2008/06/06/firefox-now-officially-hates-me/">Firefox Now Officially Hates Me</a></p>
<p><a href="http://feedads.googleadservices.com/~a/makh0r2gu9fg46p4n98jtsko7g/a"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/a5405_i" border="0" /></a></p>
<div>
<a href="http://feedproxy.google.com/~f/Mashable?a=Jdt5b4eP"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/a5405_Mashable?i=Jdt5b4eP" border="0" /></a> <a href="http://feedproxy.google.com/~f/Mashable?a=3BUEJtR0"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/a5405_Mashable?i=3BUEJtR0" border="0" /></a> <a href="http://feedproxy.google.com/~f/Mashable?a=D4FCCAJC"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/a5405_Mashable?d=50" border="0" /></a> <a href="http://feedproxy.google.com/~f/Mashable?a=0dQmGiRa"><img src="http://feedproxy.google.com/~f/Mashable?d=138" border="0" /></a> <a href="http://feedproxy.google.com/~f/Mashable?a=kCVJFEHW"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f4277_Mashable?d=139" border="0" /></a> <a href="http://feedproxy.google.com/~f/Mashable?a=8RKcsHvD"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f4277_Mashable?i=8RKcsHvD" border="0" /></a> <a href="http://feedproxy.google.com/~f/Mashable?a=5ZowZON2"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/f4277_Mashable?d=52" border="0" /></a> <a href="http://feedproxy.google.com/~f/Mashable?a=rvrrcDQO"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/6852f_Mashable?i=rvrrcDQO" border="0" /></a> <a href="http://feedproxy.google.com/~f/Mashable?a=rxKdpTt1"><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/6852f_Mashable?d=124" border="0" /></a>
</div>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/6852f_BBm94LzF5Co" height="1" width="1" /><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/6852f_369710688" height="1" width="1" /></p>
<h3>Random Posts</h3><ul class="related_post"><li><a href="http://huzuofeiwei.com/blog/14-creative-advertisements-part-2/" title="14 Creative Advertisements Part 2">14 Creative Advertisements Part 2</a></li><li><a href="http://huzuofeiwei.com/blog/usb-bitscope-310-pc-oscilloscope/" title="USB BitScope 310 - PC Oscilloscope">USB BitScope 310 - PC Oscilloscope</a></li><li><a href="http://huzuofeiwei.com/blog/googles-new-favicon/" title="Google&#8217;s New Favicon">Google&#8217;s New Favicon</a></li><li><a href="http://huzuofeiwei.com/blog/jerry-maguire-with-a-new-generation-of-us-blackberry/" title="新一代美国甜心与黑莓">新一代美国甜心与黑莓</a></li><li><a href="http://huzuofeiwei.com/blog/reprint-from-the-hard-drive-to-install-fedora-9-i386-dvd/" title="[转载]从硬盘安装Fedora-9-i386-DVD">[转载]从硬盘安装Fedora-9-i386-DVD</a></li><li><a href="http://huzuofeiwei.com/blog/13-things-your-car-mechanic-wont-tell-you/" title="13 Things Your Car Mechanic Won’t Tell You">13 Things Your Car Mechanic Won’t Tell You</a></li><li><a href="http://huzuofeiwei.com/blog/gmail-labs-experimental-opt-in-features/" title="Gmail Labs: Experimental Opt-In Features">Gmail Labs: Experimental Opt-In Features</a></li><li><a href="http://huzuofeiwei.com/blog/secrets-of-iphone-2-macbook-touch-and-air/" title="Secrets of iPhone 2, MacBook Touch and Air.">Secrets of iPhone 2, MacBook Touch and Air.</a></li><li><a href="http://huzuofeiwei.com/blog/fedora-8-test-php-mysql-apache/" title="Fedora 8 下测试php，mysql，apache">Fedora 8 下测试php，mysql，apache</a></li><li><a href="http://huzuofeiwei.com/blog/i-engage-in-dirty-to-you/" title="你把我搞脏了！">你把我搞脏了！</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://huzuofeiwei.com/blog/18-tools-to-turn-firefox-3-into-a-communications-portal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>101 Atheist Quotes</title>
		<link>http://huzuofeiwei.com/blog/101-atheist-quotes/</link>
		<comments>http://huzuofeiwei.com/blog/101-atheist-quotes/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 11:34:42 +0000</pubDate>
		<dc:creator>嘉佑</dc:creator>
		
		<category><![CDATA[Best Articles]]></category>

		<guid isPermaLink="false">http://huzuofeiwei.com/blog/101-atheist-quotes/</guid>
		<description><![CDATA[Written by The Atheist Blogger
The following 101 quotes are some that I have stumbled upon on the web, or seen in books / popular culture. Each quote was either written by an atheist, or is about atheism in general.

The fact that a believer is happier than a sceptic is no more to the point than [...]]]></description>
			<content:encoded><![CDATA[<p>Written by <a href="http://atheistblogger.com/2008/02/15/101-atheist-quotes/" target="_blank">The Atheist Blogger</a></p>
<p><img src="http://huzuofeiwei.com/blog/wordpress/wp-content/plugins/wp-o-matic/images/4e185_atheist-ghost-buster_thumbnail.jpg" align="right" height="400" width="309" />The following 101 quotes are some that I have stumbled upon on the web, or seen in books / popular culture. Each quote was either written by an atheist, or is about atheism in general.</p>
<ol>
<li><em>The fact that a believer is happier than a sceptic is no more to the point than the fact that a drunken man is happier than a sober one. The happiness of credulity is a cheap and dangerous quality.</em> - George Bernard Shaw</li>
<li><em>Faith means not wanting to know what is true.</em> - Friedrich Nietzsche</li>
<li><em>I believe in God, only I spell it Nature.</em> - Frank Lloyd Wright</li>
<li><em>We must question the story logic of having an all-knowing all-powerful God, who creates faulty Humans, and then blames them for his own mistakes.</em> - Gene Roddenberry</li>
<li><em>To surrender to ignorance and call it God has always been premature, and it remains premature today.</em> - Isaac Asimov</li>
<li><em>A man is accepted into a church for what he believes and he is turned out for what he knows.</em> - Samuel Clemens (Mark Twain)</li>
<li><em>Religion is regarded by the common people as true, by the wise as false, and by the rulers as useful.</em> - Seneca the Younger</li>
<li><em>Philosophy is questions that may never be answered. Religion is answers that may never be questioned.</em> - Anonymous</li>
<li><em>Not only is there no god, but try getting a plumber on weekends.</em> - Woody Allen</li>
<li><em>If I were not an atheist, I would believe in a God who would choose to save people on the basis of the totality of their lives and not the pattern of their words. I think he would prefer an honest and righteous atheist to a TV preacher whose every word is God, God, God, and whose every deed is foul, foul, foul.</em> - Isaac Asimov</li>
<li><em>Belief in the supernatural reflects a failure of the imagination.</em> - Edward Abbey</li>
<li><em>With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion.</em> - Steven Weinberg</li>
<li><em>I still say a church steeple with a lightning rod on top shows a lack of confidence.</em> - Doug McLeod</li>
<li><em>The world holds two classes of men - intelligent men without religion, and religious men without intelligence.</em> - Abu&#8217;l?Ala al Ma&#8217;arri</li>
<li><em>Since the Bible and the church are obviously mistaken in telling us where we came from, how can we trust them to tell us where we are going?</em> - Anonymous</li>
<li><em>I distrust those people who know so well what God wants them to do because I notice it always coincides with their own desires.</em> - Susan B. Anthony</li>
<li><em>The invisible and the non-existent look very much alike.</em> - Delos B. McKown</li>
<li><em>Two hands working can do more than a thousand clasped in prayer.</em> - Anonymous</li>
<li><em>Atheism leaves a man to sense, to philosophy, to natural piety, to laws, to reputation; all of which may be guides to an outward moral virtue, even if religion vanished; but religious superstition dismounts all these and erects an absolute monarchy in the minds of men.</em> - Francis Bacon</li>
<li><em>The God of the Old Testament is arguably the most unpleasant character in all fiction: jealous and proud of it; a petty, unjust, unforgiving control-freak; a vindictive, bloodthirsty ethnic cleanser; a misogynistic, homophobic, racist, infanticidal, genocidal, filicidal, pestilential, megalomaniacal, sadomasochistic, capriciously malevolent bully.</em> - Richard Dawkins</li>
<li><em>A God who kept tinkering with the universe was absurd; a God who interfered with human freedom and creativity was tyrant. If God is seen as a self in a world of his own, an ego that relates to a thought, a cause separate from its effect. he becomes a being, not Being itself. An omnipotent, all?knowing tyrant is not so different from earthly dictators who make everything and everybody mere cogs in the machine which they controlled. An atheism that rejects such a God is amply justified.</em> - Karen Armstrong</li>
<li><em>It is not as in the Bible, that God created man in his own image. But, on the contrary, man created God in his own image.</em> - Ludwig Feuerbach</li>
<li><em>People ask me what I think about that woman priest thing. What, a woman priest? Women priests. Great, great. Now there&#8217;s priests of both sexes I don&#8217;t listen to.</em> - Bill Hicks</li>
<li><em>All the biblical miracles will at last disappear with the progress of science.</em> - Matthew Arnold</li>
<li><em>Blind faith is an ironic gift to return to the Creator of human intelligence.</em> - Anonymous</li>
<li><em>Be thankful that you have a life, and forsake your vain and presumptuous desire for a second one.</em> - Richard Dawkins</li>
<li><em>What can be asserted without proof can be dismissed without proof.</em> - Christop