Account: (login)

More Channels


Are you the publisher? Claim this channel

Search in 110,852,700 RSS articles:

Channel Description:

Google SEO, 谷歌优化,Google排名,搜索引擎排名

Latest Articles in this Channel:

  • 01/01/11--06:43: 2011 - 新年快乐 (chan 1636095)
  • 2011了,岁月在半知半觉中过去。这一年从刚刚毕业的学生到现在工作已一年有余的我,学到了许多东西,但也失去了一些,失去的是再也回不来了,那只有希望剩下的一年不要失去比这一年更多的东西。

    上个月的任务是完成了,mobile crusher排在第一页第四名,新网站也做了两个了,前天又做了个新的mining machines 一切看起来都还不错,而我这个月25号,就要做上回阜阳的火车了,将近20个小时的行程,有点远,对新年有说不出的其它滋味,没有那么的快乐,这似乎很难改变,但我还是希望能遇到阳光与豁然开朗。

    新的一年,也祝愿其她人新年快乐,如果你看见,希望你是快乐的。

    本文网址:http://seoskys.appspot.com/2011/01/1/2011-新年快乐.html


  • 01/01/11--20:17: Google Chrome 4支持greasemonkey脚本 (chan 1636095)
  • Google以简洁的搜索页面著称,尽管他们一直在调整自己的页面布局,但一直保持着简洁性。但是就是有好多人喜欢自定义搜索结果,以看到更多他们想知道的信息。幸好我们有油候脚本,下面就推荐9个可以按照你的品味来自定义Google搜索结果页面的油候脚本,Firefox和Chrome应该都可以使用。

    1.SearchJump:跳转到其它搜索引擎

    SearchJump可以在Google搜索的右侧增加一串搜索引擎的按钮,点击即可用它们搜索你当前的关键字,包括Ask、DMOZ、Bing、Yahoo等等。另外推荐一个类似的脚本:Try This Search On

    2.Google Anonymizer:去掉烦人的跳转链接

    从去年开始,Google为搜索结果页面里所有链接加入了跳转链接,导致我们复制链接的时候并不是原始网站的地址而是一串乱七八糟的URL,这个超级烦人。有了Google Anonymizer,世界就恢复清净了。另外还有一款类似的脚本是Disable Google Search Result Redirect

    3.Google Speed Dial:用快捷键搜索

    Google Speed Dial可以让你用键盘快捷键来操作Google搜索。比如按1键就到第一页搜索结果,2键就是第2页。

    Keyboard Shortcuts for Google Search也是类似功能,n键是跳转到下一页,p键是跳转到上一页,e键是选中关键字好重新输入,a键让光标跳转到关键字后面,加入新的关键字。

    4.Push Google Search Ads Right:把顶部的推广链接给拿到右边

    对小屏幕上网本用户可能有点用,Push Google Search Ads Right可以将Google搜索结果页面里位于页面上方的赞树商链接挪到右边去显示。类似的脚本还有remove Google sponsored links,不过它更狠了是把所有广告都去掉不显示。

    5.Google Two Columns:两栏显示搜索结果

    Google Two Columns等于为宽屏用户做了优化,同时显示两栏的搜索结果,让你不用再向下滚动就可以看到全部搜索结果了。

    6.Google Bump:同时在多个搜索引擎里搜索

    Google Bump让你将一个关键字同时在多个搜索引擎里搜索,每个搜索引擎单独打开一个标签页来显示。如果你只在Google搜索,还可以将图片搜索和视频搜索给整合到正常的搜索结果页面里,一起浏览,而且带有图片和视频的预览。

    7.Google MonkeyR:页面预览

    GoogleMonkeyR功能挺多,可以去掉搜索结果的跳转链接,可以分多栏显示搜索结果,移除广告,自动读取更多搜索结果,为搜索结果加入楼层编号等等。但最实用的还是为每个搜索结果加入图片预览,让你一目了然知道这个网站是啥样。

    8.Google Search Sidebar:在右侧显示更多内容

    Google Search Sidebar可以在Google搜索结果页面的右侧显示出更多与关键字相关的内容,包括来自Dictionary.com的词汇解释、维基百科的条目、Flickr的图片和YouTube的视频。

    附:
    推荐 8 个改进 Google 搜索的油候脚本

    相关阅读

    本文网址:http://seoskys.appspot.com/2011/01/2/Google-Chrome-4支持greasemonkey脚本.html


  • 01/03/11--22:55: appserv安装与配置支持rewrite,让wordpress支持固定连接 (chan 1636095)
  • 这是一个PHP集成化的开发环境,可在本机测试安装,安装很简单,一直点一下步下一步就行了。
    官方下载网址是:http://www.appservnetwork.com/

    在用appserv测试wordpress时默认是不支持固定链接(永久链接)的,如果要启用permalink功能:
    安装成功后打开
    AppServ\Apache2.2\conf\httpd.conf文件
    找到

    #LoadModule rewrite_module modules/mod_rewrite.so
    

    去掉前面的注释就行了

    然后重启apache,不过我的电脑重启后也不行,不过重启动电脑后就行了。

    相关阅读

    本文网址:http://seoskys.appspot.com/2011/01/4/appserv安装与配置支持rewrite,让wordpress支持固定连接.html


  • 01/04/11--21:51: 用rel="external"代替target="_blank" (chan 1636095)
  • 虽然一般情况下用target="_blank"没有什么错误,但如果你想让你的HTML通过CSS Strict验证则不能使用这个属性。作为替代方案,rel="external" 可以用JS来解决。
    首先要加载一个js

    <script type="text/javascript" src="external.js"></script>

    a 标签要这样写

    external link

    下面是JS代码

    function externalLinks() {
     if (!document.getElementsByTagName) return;
     var anchors = document.getElementsByTagName("a");
     for (var i=0; i<anchors.length; i++) {
       var anchor = anchors[i];
       if (anchor.getAttribute("href") &&
    
           anchor.getAttribute("rel") == "external")
         anchor.target = "_blank";
     }
    }
    window.onload = externalLinks;

    不过我在网上也看到另外一个版本的在新窗口找开链接的JS,JS比较长,你可以作为参考。
    http://www.456bereastreet.com/archive/200610/opening_new_windows_with_javascript_version_12/

    相关阅读

    本文网址:http://seoskys.appspot.com/2011/01/5/用rel="external"代替target="_blank".html


  • 01/05/11--04:11: IE6 Must Die (chan 1636095)
  • IE6 Must Die
    Internet Explorer 6 是曾经浏览器的霸主, 击垮 Netscape 并最终占据 95% 的浏览器市场. 但如今已经功能性能落后, 还需要特殊照顾, 被称为阻碍网络技术向前发展的障碍.

    为了推动 IE6 的灭亡, 以下代码放到网站上会显示提示信息,提示信息会显示在页面的右下方, 每星期一次. 效果如右图所示.

    
    

    详细介绍:http://www.neoease.com/ie6-must-die/

    相关阅读

    本文网址:http://seoskys.appspot.com/2011/01/5/IE6-Must-Die.html


  • 01/05/11--05:07: 4 套在线翻译 Web API (chan 1636095)
  • 在线自动翻译不再是神话,虽然机器的翻译质量仍不能和专业翻译人员相提并论,但已经发展到可以让人大体理解的地步,目前,最著名的4个翻译引擎包括Google Translate, Babel Fish, Promt or FreeTranslations,其中 GoogleTranslate 发展最为迅猛,本文介绍4个在线翻译 Web API,它们绝大多数都基于 Google Translate。

    Google Translate Tools

    Google Translate Tools

    首先,Google Translate 提供了一个简单的 widget,你可以直接将这个 widget 复制粘贴到你的 Web 页面,这个 widget 会显示一个 52 种语言的下拉菜单,选中相应语言,用户会被重定向到 translate.google.com 进行翻译,并看到前页的翻译结果。

    虽然这个 widget 很简单,但缺点是有点过时,而且,用户会被重定向到 Google 站点,用户的访问体验会被打断。

    译者注:事实上,除了这个简单的 widget ,Google 还提供一整套非常强大的翻译 API,基于这套 API 你可以设计出非常好用的在线翻译工具。以下的第三方翻译 API 都是基于 Google 翻译 API。

    The TranslateThis Button

    The TranslateThis Button

    Google Translate Tools 的一个替代品是 The TranslateThis Button。这也是一个翻译 widget,可以被复制粘贴到你的网页,该 widget 基于 Google 翻译 API,因此,也提供52种语言的翻译,但用户界面更漂亮一些,使用了灯箱式对话框,现实不同语种的图标,更重要的是它不会将用户重定向到 Google 站点。

    该 widget 使用 JavaScript,将 Google 的翻译结果替换到当前页面,它的速度也很不错。整个 API 的尺寸不少过12 k,相当小巧。

    阅读该 API 文档和更多资料

    jQuery Translate Plugin

    jQuery Translate Plugin

    另一个客户端翻译 API 为 jQuery Translate Plugin。这个 API 也是对当前页面内容进行识别,并用 JavaScript 送到 Google 翻译 API 那里翻译。

    该 API 的优点是,它可以将多段分散的文本连起来,一次性送给 Google 翻译 API进行翻译,这样可以显著降低请求的次数,不过它的速度比 TranslateThis Button 慢,而且,即使不考虑 jQuery框架的尺寸,单纯这个插件的尺寸也和 TranslateThis 一样大。

    Global Translator (Wordpress)

    Global Translator (Wordpress)

    客户端的翻译 API 速度很快,也容易部署,但,如果你的站点流量很大,为了提高性能,因该考虑服务器端的翻译API。

    Davide Pozza 设计的 Global Translator是一个 WordPress 插件,可以为任何基于 WordPress 的站点提供 41 个语种的翻译,它的功能包括快速缓存以及 SEO友好的静态永久链接,另外,该API允许你选用4种不同的翻印引擎,包括 Google Translate, Babel Fish, Promtor FreeTranslations。

    在线翻译将何去何从?

    自动在线翻译近年来获得长足发展,并变得越来越好,Google 翻译 API 支持的语种越来越多,而翻译质量已经速度也在稳步提高。

    将来,Google 有可能允许更长的文本提交到他们的 API,目前是 1000 字,如果提高到 2000 字,那些基于它的 API 的速度可能会明显提高。

    另外,Google 翻译最近又推出了 Text to Speech 支持,Weston Ruter 还推出了一个基于该 API 和 HTML5 音频标签的脚本

    本文国际来源:http://sixrevisions.com/tools/reach-a-larger-audience-with-content-translation-tools/

    相关阅读

    本文网址:http://seoskys.appspot.com/2011/01/5/279001.html


  • 01/06/11--03:31: Google排名全部回归,跳出惩罚 (chan 1636095)
  • 今天发现我的网站执门词google排名全部回来了,主要是crusher machine,cone crusher,jaw cruhser这几个词前些日子莫名消失,其实也是有征兆的,先前的我站上的长尾词全部消失了,原因大概是因为有一次发了很多的垃圾链接,一个多月了都没有回来,后来把网站的目录重定向了下,之后没多久就回来了,但也不知道是不是重定向的原因,因为还有些词仍旧没有排名,而今天这些热门词也终于回来了,希望下次不要再出现这种事情了,根据我的经验这和自己发过太多链接有关系。

    网站太多外链,而且仅仅都只是从某几个站来的,比如博客群建,前期还是很有效果的,但到一定程度时可能会出现这种排名消失情况,不过也不用太担心,排名总会回来的,只是时间问题,以后要很注意链接的问题了,最近google对垃圾链接很敏感了。

    本文网址:http://seoskys.appspot.com/2011/01/6/Google排名全部回归,跳出惩罚.html


  • 01/11/11--06:01: SQL LIKE语句模糊查询中英文 (chan 1636095)
  • SQL语句实现模糊查询,有些东西老是既不清楚,现在做个笔记吧。 <br /><br /><br />我们可以在where子句中使用like来达到模糊查询的效果;在Where子句中,可以对datetime、char、varchar字段类型的列用Like子句配合通配符选取那些“很像...”的数据记录,以下是可使用的通配符:

  • 01/22/11--19:58: 应尽早懂得的16个道理 (chan 1636095)
  • I am 28 now. I don’t think about the past or regret things much these days.

    本人现年二十八,不怎么回忆过去,更不觉有什么憾事。

    But sometimes I wish that I had known some of things I have learned over the last few years a bit earlier. That perhaps there had been a self-improvement class in school. And in some ways there probably was.

    但有时仍恨不能早点懂得这些年所体悟出的道理,在学校课堂上能学到如何自我提升就好了。可能还真有这类课程吧。

    Because some of these 16 things in this article a teacher probably spoke about in class. But I forgot about them or didn’t pay attention.

    本文中的一些道理可能某位老师也曾在课上讲过,可惜,不是让我抛在脑后就是自己正巧溜号去了。

    Some of it would probably not have stuck in my mind anyway. Or just been too far outside my reality at the time for me to accept and use.

    其实,有的道理我当初很难领会,有的对我而言又太不切实际,根本消化不了。

    But I still think that taking a few hours from all those German language classes and use them for some personal development classes would have been a good idea. Perhaps for just an hour a week in high school. It would probably be useful for many students and on a larger scale quite helpful for society in general.

    不过我仍认为,如果学校能在那些大块的德语课中拿出几个小时,开课教授自我提高的话,会是个很不错的想法,中学里可能每周只需一小时。这样不仅对学生大有裨益,对整个社会也是有好处的。

    So here are 16 things I wish they had taught me in school (or I just would like to have known about earlier).

    下面的16个道理,我希望当初能在学校里学到,或者自己能够早些懂得:

    1. The 80/20 rule.

    1. 二八定律

    This is one of the best ways to make better use of your time. The 80/20 rule – also known as The Pareto Principle – basically says that 80 percent of the value you will receive will come from 20 percent of your activities.

    掌握这条法则就能够合理优化地利用时间。二八定律(又称帕累托法则)简言之,就是80%的收获源于20%的付出。

    So a lot of what you do is probably not as useful or even necessary to do as you may think.

    所以,你所做的未必有你想象的那么重要,很多事情根本不必去做,或是只用一点点时间就够了。如果你能遵循二八定律,就会有更多气力投入到那些能带来幸福感与成就感的有意义的事情上。

    You can just drop – or vastly decrease the time you spend on – a whole bunch of things.

    And if you do that you will have more time and energy to spend on those things that really brings your value, happiness, fulfilment and so on.

    2. Parkinson’s Law.

    2. 帕金森定律

    You can do things quicker than you think. This law says that a task will expand in time and seeming complexity depending on the time you set aside for it. For instance, if you say to yourself that you’ll come up with a solution within a week then the problem will seem to grow more difficult and you’ll spend more and more time trying to come up with a solution.

    你的做事速度可以比你想象的更快。帕金森定律表述的是:为完成某件事预定的时间越长,所需的时间就越长,让人觉得难度也在增加 。打个比方,你告诫自己要在一周内找到解决某事,可这件事到时就变得越来越复杂,结果让你花去了越来越多的时间 。

    So focus your time on finding solutions. Then just give yourself an hour (instead of the whole day) or the day (instead of the whole week) to solve the problem. This will force your mind to focus on solutions and action.

    故此我们应集中精力去解决问题。如果完成目的只需一小时,就不要用一天时间,如果只需一天,就不要用一周时间,以此强迫自己专注于行动。

    The result may not be exactly as perfect as if you had spent a week on the task, but as mentioned in the previous point, 80 percent of the value will come from 20 percent of the activities anyway. Or you may wind up with a better result because you haven’t overcomplicated or overpolished things. This will help you to get things done faster, to improve your ability to focus and give you more free time where you can totally focus on what’s in front of you instead of having some looming task creating stress in the back of your mind.

    这样的效果或许不如用一周时间的效果那么理想,但是前文告诉我们,80%的收获源于20%的付出。由于事情得以简化,或许最终结果还能更理想。运用帕金森定律不仅可以提高办事效率,加强专注度,还能节省时间以便解决当务之急,而不会让事情堆在脑后,让人焦虑。

    3. Batching.

    3. 批量做事

    Boring or routine tasks can create a lot of procrastination and low-level anxiety. One good way to get these things done quickly is to batch them. This means that you do them all in row. You will be able to do them quicker because there is less “start-up time” compared to if you spread them out. And when you are batching you become fully engaged in the tasks and more focused.

    日常琐事易让人拖拖拉拉,产生烦躁。有一记妙招,就是迅速批量地做事,也就是说把这些事情一起做完。由于压缩了准备时间,所以这样就比一件件分开做来得更快,而且可以使人更投入。

    A batch of things to do in an hour today may look like this: Clean your desk / answer today’s emails / do the dishes / make three calls / write a grocery shopping list for tomorrow.

    平日里可在一小时内一起完成的事,举例:清理书桌、回邮件、刷碗、打上三个电话、列好明天的购物清单。

    4. First, give value. Then, get value. Not the other way around.

    4. 先付出,再索取,切莫颠倒。

    This is a bit of a counter-intuitive thing. There is often an idea that someone should give us something or do something for us before we give back. The problem is just that a lot of people think that way. And so far less than possible is given either way.

    这个道理有一点悖离人的直觉,人们总觉得别人应该先给予,然后自己再回馈。问题在于有太多的人都是这么想的,而且这种好事很难发生。

    If you want to increase the value you receive (money, love, kindness, opportunities etc.) you have to increase the value you give. Because over time you pretty much get what you give. It would perhaps be nice to get something for nothing. But that seldom happens.

    金钱、感情、友善、机遇这些你所享有的东西,索取的越多,要付出的便越多。时间流转,你的付出必有所获。未经付出便可索取看似美妙,实则是不可能的。

    5. Be proactive. Not reactive.

    5. 以积极主动为荣,以消极怠惰为耻。

    This one ties into the last point. If everyone is reactive then very little will get done. You could sit and wait and hope for someone else to do something. And that happens pretty often, but it can take a lot of time before it happens.

    这条与上一条有关。被动消极,难成一事,原地不动,指望别人,倒是有会有人来做,不过到那时大把的时间已经浪费掉了。

    A more useful and beneficial way is to be proactive, to simply be the one to take the first practical action and get the ball rolling. This not only saves you a lot of waiting, but is also more pleasurable since you feel like you have the power over your life. Instead of feeling like you are run by a bunch of random outside forces.

    更有效的好方法是让自己主动起来,第一个做出行动。这样不仅免去了无谓的等待,还能使人心情愉悦,因为你会发觉生活是把握在自己手中,而不是受外在力量的控制。

    6. Mistakes and failures are good.

    6. 失败同样宝贵

    When you are young you just try things and fail until you learn. As you grow a bit older, you learn from – for example – school to not make mistakes. And you try less and less things.

    人在年少时,愿意不断去尝试,也不断地遭到挫败,才终有所获。可随着年纪的增长,比方说,你在学校里学到了怎样才能不犯错,然后就不那么愿意尝试新事物了。

    This may cause you to stop being proactive and to fall into a habit of being reactive, of waiting for someone else to do something. I mean, what if you actually tried something and failed? Perhaps people would laugh at you?

    这会让原本积极主动的人变得消极怠惰,不敢当先。我想说,如果你真的去尝试了然后失败了,又能怎样?周围人会嘲笑是吗?

    Perhaps they would. But when you experience that you soon realize that it is seldom the end of the world. And a lot of the time people don’t care that much. They have their own challenges and lives to worry about.

    可能真的有人会嘲笑你。不过真当你体验到了,就会发现那根本不是世界末日。何况别人哪会那么在意,每个人都有不同的困扰,都要过自己的生活。

    And success in life often comes from not giving up despite mistakes and failure. It comes from being persistent.

    面对过失和挫败不低头不放弃,坚持不懈,才是成功之道。

    When you first learn to ride your bike you may fall over and over. Bruise a knee and cry a bit. But you get up, brush yourself off and get on the saddle again. And eventually you learn how to ride a bike. If you can just reconnect to your 5 year old self and do things that way – instead of giving up after a try/failure or two as grown-ups often do – you would probably experience a lot more interesting things, learn valuable lessons and have quite a bit more success.

    我们小时候刚开始学自行车时,可能会一次次跌倒,摔破了膝盖,还会抹眼泪。不过我们都会站起来擦干眼泪,重新再骑,最终才学会了骑自行车。如果我们能找回5 岁时的自己,以那时的方式,而不像成人一样,尝试了几次或者失败过几次就放弃,那么我们多半可以经历很多有意思的事,有很多宝贵的经验,我们也能更成功。

    7. Don’t beat yourself up.

    7. 切莫妄自菲薄

    Why do people give up after just few mistakes or failures? Well, I think one big reason is because they beat themselves up way too much. But it’s a kinda pointless habit. It only creates additional and unnecessary pain inside you and wastes your precious time. It’s best to try to drop this habit as much as you can.

    为什么有人会在经历几次失败之后就放弃了呢?我认为一个主要原因就是他们太轻视自己了。这种没有意义的行为只会带来不必要的痛苦,让时间白白溜走,这个毛病还是越早改掉越好。

    8. Assume rapport.

    8. 假想与别人的关系

    Meeting new people is fun. But it can also induce nervousness. We all want to make a good first impression and not get stuck in an awkward conversation.

    与人交往是很有趣的,不过难免也会紧张發怵。我们都想给人留下良好的第一印象,没人愿意尴尬地说不出话。

    The best way to do this that I have found so far is to assume rapport. This means that you simply pretend that you are meeting one of your best friends. Then you start the interaction in that frame of mind instead of the nervous one.

    我发现最管用的一招就是假想与别人的关系,就是说,你先当成是和一个好朋友在一起,然后再抱着这样的心态和他接触,就不会紧张了。

    This works surprisingly well. You can read more about it in How to Have Less Awkward Conversations: Assuming Rapport.

    这招效果出奇地好,具体可以看我的这篇博文

    9. Use your reticular activation system to your advantage.

    9. 充分利用网状激活系统

    I learned about the organs and the inner workings of the body in class but nobody told me about the reticular activation system. And that’s a shame, because this is one of the most powerful things you can learn about. What this focus system, this R.A.S, in your mind does is to allow you to see in your surroundings what you focus your thoughts on. It pretty much always helps you to find what you are looking for.

    在学校里我学过人体构造,组织器官这些知识,但是我从没听说过“网状激活系统”。真是遗憾啊,因为这绝对是你所能掌握的一大利器。人通过大脑的网状激活系统可以在纷繁的外部环境中见到心中所想,所以我们才总能找到要找的东西。

    So you really need to focus on what you want, not on what you don’t want. And keep that focus steady.

    所以记得时常提醒自己:始终注视着你所追求的东西。

    Setting goals and reviewing them frequently is one way to keep your focus on what’s important and to help you take action that will move your closer to toward where you want to go. Another way is just to use external reminders such as pieces of paper where you can, for instance, write down a few things from this post like “Give value” or “Assume rapport”. And then you can put those pieces of paper on your fridge, bathroom mirror etc.

    若想专注去做重要的事,并向目标一步步前进,就该给自己立下目标,定期回顾。还可以用周围的事物提醒自己,比如在纸上写下几行字, 然后贴在冰箱上、浴室镜子上等等。

      

    译注:”网状激活系统”被普遍地看作是维持“一般清醒”或“意识”状态的神经系统。人在某种程度上可以根据自己的意志控制自身的意识状态。

    10. Your attitude changes your reality.

    10. 态度改变现实

    We have all heard that you should keep a positive attitude or perhaps that “you need to change your attitude!”. That is a nice piece of advice I suppose, but without any more reasons to do it is very easy to just brush such suggestions off and continue using your old attitude.

    我们都听到过要保持积极心态,或者“你得好好端正态度!”云云此类。这种建议是不错,不过如果没有找不出什么理由的话,很容易让人抛在脑后,又走上自己的老路。

    But the thing that I’ve discovered the last few years is that if you change your attitude, you actually change your reality. When you for instance use a positive attitude instead of a negative one you start to see things and viewpoints that were invisible to you before. You may think to yourself “why haven’t I thought about things this way before?”.

    但是我这几年才发现,如果态度改变了,生活也会随之改变。比如说,原本心态消极的人如果变得积极了,那他通过新视角就会发觉过去的盲区,或许还会埋怨自己:“我怎么早没这么想过呢!”

    When you change your attitude you change what you focus on. And all things in your world can now be seen in a different light.

    态度改变了,视角就随之变化,你眼中的世界也就因此而改变。

    This is of course very similar to the previous tip but I wanted to give this one some space. Because changing your attitude can create an insane change in your world. It might not look like it if you just think about it though. Pessimism might seem like realism. But that is mostly because your R.A.S is tuned into seeing all the negative things you want to see. And that makes you “right” a lot of the time. And perhaps that is what you want. On the other hand, there are more fun things than being right all the time.

    很明显这和上一个道理很像,但我得多着点笔墨,因为人在态度改变后可能会大有不同。如果只是凭空地想一想或许不见得如此。悲观心态看似很现实,只不过是由于”网状激活系统“令你只能看到所有悲观负面的事物,并且还总觉得自己是“正确的”,或许这也正是你所想要的。那换个说法吧,生活中的乐趣态度了,怎能只作一个永远“正确”的悲观主义者呢?

    If you try changing your attitude for real – instead of analysing such a concept in your mind – you’ll be surprised.

    假若你真能试着改变自己的态度,而不仅仅是在心里盘算一下,那么你肯定会大吃一惊的。

    You may want to read more about this topic in Take the Positivity Challenge!

    有兴趣的可以读读这篇文章:《你敢让自己拥有积极的心态吗》

    11. Gratitude is a simple way to make yourself feel happy.

    11. 常怀感恩之心是拥有快乐的最简单途径

    Sure, I was probably told that I should be grateful. Perhaps because it was the right thing to do or just something I should do. But if someone had said that feeling grateful about things for minute or two is a great way to turn a negative mood into a happy one I would probably have practised gratitude more. It is also a good tool for keeping your attitude up and focusing on the right things. And to make other people happy. Which tends to make you even happier, since emotions are contagious.

    总有人会教导我们要懂得感恩,也许是因为这么做有道理,也许是因为我们只得如此。不过,如果有人告诉我,感恩可以使人改善情绪,不再消沉,那我肯定照办。学会感恩不仅能使人积极向上,把心用在正地方;还能为别人带来快乐,而且因为彼此间情绪也会互相传染,你也会更开心快乐。

    12. Don’t compare yourself to others.

    12. 不与别人作比较

    The ego wants to compare. It wants to find reasons for you to feel good about yourself (“I’ve got a new bike!”). But by doing that it also becomes very hard to not compare yourself to others who have more than you (“Oh no, Bill has bought an even nicer bike!”). And so you don’t feel so good about yourself once again. If you compare yourself to others you let the world around control how you feel about yourself. It always becomes a rollercoaster of emotions.

    人就喜欢和和别人比,这样自我感觉才能良好(“我有新车喽!”)。但难免会碰到自己比不过的人(“靠,比尔买的车比我的好看!”),自我评价就没有那么高了。如果总是和别人比来比去,外界环境就决定了你的感受,情绪才会起伏不定。

    A more useful way is to compare yourself to yourself. To look at how far you have come, what you have accomplished and how you have grown. It may not sound like that much fun but in the long run it brings a lot more inner stillness, personal power and positive feelings.

    更好的办法是和自身作比较,才看得见个人的进步与成绩。这么做看上去没什么意思,但坚持下去就能会让自己心境平和,有助提升个人能力,保持积极心态。

    13. 80-90% of what you fear will happen never really come into reality.

    13. 你担心害怕的事情,十之八九不会成真。

    This is a big one. Most things you fear will happen never happen. They are just monsters in your own mind. And if they happen then they will most often not be as painful or bad as you expected. Worrying is most often just a waste of time.

    你担心的事大多不会成为现实,恐惧不过是你的心魔罢了。即便真的发生了,也不会有你想象的那么痛苦不堪。无谓的忧虑无非是在浪费时间。

    This is of course easy to say. But if you remind yourself of how little of what you feared throughout your life that has actually happened you can start to release more and more of that worry from your thoughts.

    确实,这话说起来很容易,可你如果好好回想一下,过去所担心的事又有多少真的发生了呢,别再杞人忧天了。

    14. Don’t take things too seriously.

    14. 凡事别太较真

    It’s very easy to get wrapped up in things. But most of the things you worry about never come into reality. And what may seem like a big problem right now you may not even remember in three years.

    人总是容易因为小事牵扯过多的精力,而实际上不过是杞人忧天而已。现在你认为至关重要的大事在几年后都成了浮云。

    Taking yourself, your thoughts and your emotions too seriously often just seems to lead to more unnecessary suffering. So relax a little more and lighten up a bit. It can do wonders for your mood and as an extension of that; your life.

    情绪、想法这类事如果太较真的话,就会个自己带来不必要的烦恼和痛苦。如果能放轻松一点,凡事别太较真,人的心境就会大有不同,生活自然也会随之改变。

    15. Write everything down.

    15. 好记性不如烂笔头

    If your memory is anything like mine then it’s like a leaking bucket. Many of your good or great ideas may be lost forever if you don’t make a habit of writing things down. This is also a good way to keep your focus on what you want. Read more about it in Why You Should Write Things Down.

    希望你的记性千万不要和我一样,像个大漏勺。如果没有养成随时记录的好习惯,很多好想法可能就永远地“遗失”了。这个习惯还能使人专注于要做的事,详情请看:《我们为什么要记录》。

    16. There are opportunities in just about every experience.

    16. 凡事皆有机遇

    In pretty much any experience there are always things that you can learn from it and things within the experience that can help you to grow. Negative experiences, mistakes and failure can sometimes be even better than a success because it teaches you something totally new, something that another success could never teach you.

    可以这么说,凡事我们都可以从中得到启发,帮助自己成长。有时挫败甚至比胜利更有价值,因为失败中往往蕴含着全新的东东,而仅仅从胜利中是无法得到的。

    Whenever you have a “negative experience” ask yourself: where is the opportunity in this? What is good about this situation? One negative experience can – with time – help you create many very positive experiences.

    遭受挫败时,问下自己:能不能从中觅得机遇?能不能得到什么启发?真正读懂一次失败渐渐可以带来多次胜利。

    What do you wish someone had told you in school or you had just learned earlier in life?

    你又有什么道理是恨不能早点知道的呢?

    来源16 Things I Wish They Had Taught Me in School

    相关阅读

    本文网址:http://seoskys.appspot.com/2011/01/23/应尽早懂得的16个道理.html


  • 02/09/11--00:57: 网站转向新网址 (chan 1636095)
  • 由于经常性的我的网站打不开,现重新申请了一个域名 love4026.org 以后我的博客就是这个新地址了。如果你的友情链接链到这个站请更新为我的新域名  http://www.love4026.org

    本文网址:http://seoskys.appspot.com/2011/02/9/网站转向新网址.html