Pages

Thursday, October 30, 2014

Best sites to learn coding

Best sites to learn coding
These four sites offer step-by-step tutorials that take very different approaches to programming instruction. One of them is perfect for your level of coding experience.
Not so long ago, typing was for secretaries, journalists, and would-be authors. Now we're all tapping away at keyboards and screens from morning until night.
The number of people who spend their workday coding continues to soar. In the not-too-distant future, writing code may be as commonplace as typing and other forms of text-keying are today.
Learning how to code has never been easier. Whether you're a programming newbie or an old hand looking to learn a new skill or two, these four free services have you covered. (Note that all but W3Schools.com requires that you register to use the service by providing an e-mail address and password.)
All four of the coding tutorials I tested have their positive attributes (ahem), but my favorite is LearnStreet's Ruby for Beginners, which was just my speed. The lessons prompt you to write and run the code for each step, and when you make a mistake -- which is key to learning how to program -- the correction hints are clear.
The video lessons in Khan Academy's Programming curriculum keep you engaged in the subject and are perfect for folks starting at square one. However, the complete program could easily take weeks to complete.
I made it through 24 percent of the Codecademy's Ruby tutorial before I hit a lesson that stopped me in my tracks: in the loops section, of course. If you've done a little coding in the past, you'll likely have better luck than I did with Codecademy's write-it-yourself approach.
The simplest of the coding tutorials I tried was W3Schools.com's JavaScript tutorial, which you can complete without having to register (unlike the other three services). Each of its dozens of lessons includes plenty of "Try it yourself" options for practicing the technique the step covers.
LearnStreet puts the focus on the code
The first thing you notice when you start the lessons on LearnStreet is the prominent code-entry screen on the right side of the window. Under the code is the run environment that demonstrates the code you write. The instructions are listed on the left side of the screen.
It took me about two hours to work my way through the first five lessons in LearnStreet's 12-lesson Ruby for Beginners. Once you finish the site's programming courses, you can turn your attention to the dozens of coding projects for JavaScript, Python, and Ruby. The projects can be sorted by level (beginner, intermediate, advanced) and by category (tools, games, and algorithms).
LearnStreet also offers free courseware for teachers who want to instruct their students in coding.

Khan Academy lays a solid programming foundation

The Khan Academy is famous for its ground-breaking video tutorials covering nearly every subject a student is likely to encounter. Rather than focus on a particular programming language, the Khan Academy's programming module uses JavaScript to illustrate concepts that apply to coding in general while also teaching some practical JavaScript skills.
The courses are divided into about a dozen categories, each of which has from three to 12 separate lessons. Each video lesson animates the coding technique in a window on the left and shows the result of the code running in a window on the right.
After you watch the coding in action, you're challenged to write code that duplicates the operation. When your code isn't quite right, the tutorial provides hints to help you spot and correct the problem.
It's easy to navigate the Khan Academy lessons and jump between them and the site's other features. A space is provided for creating your own programs, which you can save in your profile and share with the world. You can also browse the programs written by other students.
Like LearnStreet, teachers can sign up to be "coaches" for their students and manage their students' progress. You can monitor your own progress and set goals for yourself in your dashboard, which prominently displays the badges you've won and your "energy points."

Expand your programming horizons with Codecademy
As much as I appreciate Codecademy's polished interface and interactive tutorials, more than once I was stymied by the lack of help when the code I wrote failed to execute as expected.
Admittedly, my programming experience is limited to HTML and JavaScript. The lessons in Codecademy's Ruby tutorial had me backing up and restarting several individual steps, even with the hints that the lessons offer to us tyro programmers when something's not running as expected.
Most of the Codecademy lesson screen is taken up by the window in which you enter code. The instructions for the step are in the left pane. After you enter your code and click the Save & Submit Code button, the code runs in a pop-up window on the right side of the screen.
I was making fairly good progress through the Ruby tutorial until I reached the Loops & Iterators module. When I took a class years ago in C++ I recall struggling through the same subject. After about a half-dozen attempts, I threw in the towel. (As with most tutorials, you can't proceed to the next module until you complete the current one successfully.)

Keeping it simple pays off for W3Schools.com

At first glance, the JavaScript tutorial on W3Schools.com looked too basic to be useful. After I had stepped through the first half-dozen lessons, I found the pace of the lessons kept me interested without overwhelming me.
The site offers tutorials in HTML, CSS, XML, SQL, PHP, JQuery, and other Web technologies in addition to JavaScript. There are also demos for building a Web site, server technologies, and Web databases.
The lessons are at a slower pace than those of the other three tutorials I tried, and they entail lots of scrolling down the page. You read the instructions and are then shown the code. Click the Try It Yourself button to open a new browser window that lets you write and run the lesson's code.
The Basic section of W3Schools.com's JavaScript tutorial has 19 separate lessons, each of which will take most people 15 minutes to a half hour to complete. There are eight more Advanced lessons, as well as eight to 12 lessons for HTML DOM and Browser BOM. Another dozen or so modules provide libraries, examples, and references.

What a difference an hour makes

This is Computer Science Education Week, and Code.org is honoring the occasion by sponsoring theHour of Code program that encourages teachers to spend an hour teaching their students how to code. (My certificate of completion is shown at the top of this post.)
The Computer Science Education Week site has tutorials that let students as young as 6 years old write their first program in an Angry Birds-like environment. The site also has the Khan Academy's Introduction to JavaScript intended for students in middle school and up, in addition to other app-development resources for students of all ages, many of which are designed to be used offline.

Article credit goes to : CNET.com

Friday, October 10, 2014

Top 10 Websites To Learn Coding (Interactively) Online

Top 10 Websites To Learn Coding (Interactively) Online


Gone are the days when programming languages could only be mastered programmers like Bill Gates, who later got to dominate the world by storm. Now everyone holds the same potential, and the chance to learn and even master programming language easily. Today, we will show you 10 interactive websites that will help you do that.

That’s right, forget about complicated setups and black, cold command prompts that make you want to quit before you start, and say hi to 10 educational websites with instant and interactive lessons that teach you programming languages like HTMLCSS, PHP, Ruby and even iOS. Pick up tips, screencasts and even best practices from industry professionals.

Kickstart the beginning of your new path into programming today!

Khan Academy

Although Khan Academy’s courses are not as structured as CodeHS, it serves as an open playground for both novice and amateurs particularly interested in learning drawing, animation and user interaction with code. It does not preach any specific programming language, but the code pattern it adopts can be applied anywhere, as a majority of languages share the similar programming pattern.
You can first join the Programming Basics course to watch and learn basic concepts, then explore the given code after the video tutorial to validate your doubts. With Khan Academy, you can save your modification as a Spin-Off for everyone to enjoy and customize. There have been hundreds of spin-offs just from one lesson in one course, so imagine the community size, and the lesson’s effectiveness.

Codecademy

Codecademy is indisputably the most famous website to teach you to code interactively, thanks to its helpful interface and well-structured courses. Upon visiting the main page, you can already start tasting the programming right away, with its motivating on-screen console. Pick a course that Codecademy offers from Web Fundamentals, PHP, JavaScript, jQuery, Python, Ruby and APIs.
Inside each lesson is a panel that explains necessary code and instruction. Another panel allows you to get your hands dirty by writing acceptable code, then checking if you are doing the right thing. Don’t worry about making mistakes, as both instruction and code panels will warn you of errorsand provide hints. It is as if there’s a kind teacher right beside you.

Code Avengers

Code Avengers is designed to make you love programming. Though it only offers HTML5, CSS3 and JavaScript course for now, each of the courses is carefully designed to truly entertain you while leveling your programming skills painlessly. At the end of each lesson you also get to play a mini game to release your cumulated stress, and keep you going for longer.
Code Avengers has a gradual approach to interactive learning. It does not explain too much knowledge that isn’t essential for beginners, just a bit of code and playful instruction, making things very easy to digest. You also get to play with the code, then see the impact of the changes immediately. It is carefully crafted with the beginner’s comfort in mind.

Code School

After you finished courses in Codecademy or Code Avengers, and you are ready to further expand your capabilities, Code School is the next quality website you should land on. Unlike most interactive learning sites, Code School offers more in-depth courses to train and turn you into an expert with the industry’s best practices.
Overall, the courses are categorized into 4 main paths, and they are
  • Ruby
  • JavaScript
  • HTML/CSS
  • iOS
Almost all courses are aggressively polished with impressive design and informative screencasts, though the challenges after the screencast might bit a bit hard for amateurs. Luckily, there are hints and answers to refer to. While most of the offered courses are free, certain ones will require you to spend $25/month to access the entire course including all screencasts and challenges, and also all other courses in Code School.

Treehouse

Treehouse courses are more project-oriented than language-oriented, so they are perfect fornovice programmer with a planned purpose, such as building a website, or an application. For example, the Websites course is all about building a responsive website, interactive website or even WordPress theme – a very practical and efficient way to master related languages. Nonetheless, they have released a plethora of foundation courses with a video-then-quiz approach.
For Treehouse, every course is divided into different stages or modules, and beyond every first stage the learner will be invited to pay a monthly subscription fee of $25 to access all courses with 650+ videos, and an exclusive Treehouse Members Forum as a bonus. If you are serious about your programming future, you could subscribe the $49 monthly plan to obtain in-depth interviews with leading industry pros and cutting-edge workshops.

LearnStreet

If you are that kind of personnel who do not fancy playful design and prefer to deal with cold hard codes, LearnStreet is probably your thing. It currently offers JavaScript, Python and Ruby courses at beginner level. With a click on the ‘Start Course’ button you will start the lesson with an exercise, a code interpreter and a glossary panel (for new programming terms).
LearnStreet adopts command prompt-styled code interpreters with human language to explain function and encourage you whenever possible, the kind of command prompt you want for your own local machine. However, the code interpreter could be as rude as standard command prompt, as most of the times it requires you to type in the absolute same code and content it asks for.
Other than that, it’s truly friendly and enjoyable, and most importantly, free.

CodeHS

At this point all websites you read here are mainly dedicated to web development and computer science, but CodeHS is one with simple and fun game programming lessons that involve problem solving, JavaScript, animation, data structures, game design and puzzle challenges.

The advantage of CodeHS is it teaches you to think, and solve a problem like a programmer with its first course, Programming with Karel. The lessons are fun as you will learn how to use the code to move the dog, Karel to complete given tasks and puzzles like picking up ball and building a towel. It plants a solid concept of programming and the way it solves the problem systematically in your mind. Other than the course mentioned above, you must sign up first with $25 per month to continue your learning journey, but it’s a perfect site to learn basic game programming effectively.

Scratch 2.0

Think CodeHS and Khan Academy are still too hardcore for your child, who has no comprehension beyond basic English? No worries, there is something even easier for your aspiring next-gen programmer, and it’s called Scratch. Previously an offline software that allow kids to create, upload and share their projects proudly, Scratch is now fully online with its 2.0 successor.
It’s not about programming though, but a combination of visual blocks of commands that tell assigned objects how to behave, such as telling the cat to move 10 steps, or yell ‘meow’ when it touches the owner’s leg. By using this visual programming method, the young programmers will form a habit of breaking a problem into smaller blocks, and solve them one by one logically.

SQLZOO

Structured Query Language (SQL) is just a language purely designed to store and retrieve data from a database, so imagine the boredom you will experience when programming a warehouse. Yet SQLZOO wants you to learn SQL happily with its interactive interface and smileys.
Since there is really nothing too deep to explain for a straightforward language like SQL, the site will only ask you to replace the variables like city names or population number, and raise the difficulty from that level. One huge let-down will be the shortage of hints, answers and forum, so you are probably doomed if you fail to solve any one of the quizzes, just like old times.

Comparison Chart

Here’s a comparison chart for you to get a bird’s eye view of all these awesome places to learn how to code.
WebsiteCourseFeaturePricingDifficulty
CodecademyHTML, CSS, JavaScript, jQuery, PHP, Ruby, Python, API

Code Interpreter, Progress Saver, Project, ForumFreeEasy – Intermediate
Code AvengersHTML5, CSS3, JavaScript



Code Interpreter, Progress Saver, Project, NoteFreeEasy
Code School

HTML5, CSS, CSS3, jQuery, Ruby, Ruby on Rails, iOS


Code Interpreter, Screencast, Progress Saver, ForumFree, $25/monthIntermediate – Hard
TreehouseHTML, CSS, CSS3, JavaScript, jQuery, Ruby, Ruby on Rails, iOS, Android, UX, Database

Code Interpreter, Screencast, Progress Saver, Project, ForumFree, $25/month, $49/monthEasy – Hard
LearnStreetHTML, CSS, JavaScript, Python, RubyCode Interpreter, Progress Saver, Project, Forum

FreeEasy
UdacityWeb Development, HTML5, Python, Java, Computer Science, Algorithm, AI

Code Interpreter, Screencast, Progress Saver, ForumFreeIntermediate – Nightmare
CodeHSProblem Solving, JavaScript, Animation, Game Programming

Code Interpreter, Screencast, Progress SaverFree, $25/month, $75/monthEasy – Intermediate
Khan AcademyProgramming Basics, Canvas Drawing, Animation, User InteractionCode Interpreter, Screencast, Progress Saver, Project, Discussion

FreeEasy – Intermediate
Scratch 2.0Visual ProgrammingVisual Editor, Project, Forum

FreeEasy
SQLZOOSQLCode InterpreterFreeEasy – Hard

Have you studied at any website we showcased above? How’s the experience? Or have we missed certain interactive learning sites with rich assets for budding programmers? Let us share our experiences and resources to help and inspire each other then!
Article credit goes to : HONGKIAT.COM

Wednesday, September 10, 2014

Motivational Seminar With Saunak Bhatta
Pokhara Session





We Inspire Nepal (WIN)
WIN “We Inspire Nepal” is a capacity building and leadership development organization that enhances personal development of teachers, students and other stakeholders. This institution believes in creating an impactful difference in the lives of people through its innovative empowerment modules. WIN has been working with hundreds of educational institution all around the nation.
We Inspire Nepal has outreached over forty thousand Nepalese over last few years and have successfully brought paradigm shift in behavior, attitude and pattern of life of thousands of people. WIN gives a guarantee of transforming and enhancing performance of anyone it works with.
We Inspire Nepal have been successfully organizing Leadership and Personal development programs throughout the country with guaranteed outcomes. We have already organized Motivational Workshop named “Personal Revolution” in Pokhara with the presence of 300 amazing participants in association with Pokhara Lincoln International College.
 Currently WIN-Pokhara chapter is going to organize Mega Motivational Seminar with Saunak Bhatta on September 13th2014 (Bhadra 28th) in the collaboration with Pokhara Lincoln International College and PEN Edutech Network Pvt. Ltd. So it’s a bigger opportunity for the pokhreli youths to join such a life changing seminar. Let’s make this event successful. 
For more details: www.facebook.com/viizon.drough
Contact: Pokhara Chapter Leader (Bhijan Subedi)
              9819163236
Venue: Pokhara Lincoln International College Conference Hall, Simalchaur-8 Pokhara.
Time: 2 PM 
Motivational Seminar With Saunak Bhatta
Kathmandu Session


Popular youth figure and a source of inspiration for many – Saunak Bhatta took the stage on 10th June 2014 at the Pragya Pathisthan Bhawan, Kamaladi, Kathmandu for an event titled“Motivational Seminar with Saunak Bhatta” organized by We Inspire Nepal in partnership with different youth organizations, corporate agencies, youth networks, development agencies, business houses along with diver media collaboration. The organizers confirm that the event has gone onto become the biggest motivational seminar in Nepal till date with 1500+ participants. The event saw the presence of various influential figures from educational, business, development, political and service oriented institutions. The chief guest was Minister Mr. Narayan Khadka.
The event attracted a strong crowd aged between 16-30 and many have labeled it as a very powerful life changing event. The main session consisted by Saunak Bhatta lasted for two hours.
Amazing to see examples of such active youths inspiring others! Changing the way they think! And promoting positive energy!


Saunak Bhatta’s Portfolio:
Saunak Bhatta, is an Internationally Certified Speaker with awards such as Global Inspirational Voices Award, International Youth Council Member and many more. His endeavors have taken him to UK, Japan, Thailand, Sri Lanka, Pakistan and India sharing his words with Business Executives, Civil Societies, NGO’s, INGO’s and people in diverse fields. (Source: We Inspire Nepal)
We Inspire Nepal - WIN is a Personal and Leadership Development organisation that raises inspired, interpersonally skilled, aware and motivated human resource via unique designs, formulas, trainings, inspirational campaigns, motivational seminars and skill based projects to bring best out of a person and nurtures them with qualities that makes them a better human every day

Sunday, August 10, 2014

45 LIFE LESSONS, WRITTEN BY A 90 YEAR OLD



1. Life isn’t fair, but it’s still good.

2. When in doubt, just take the next small step.

3. Life is too short not to enjoy it.

4. Your job won’t take care of you when you are sick. Your friends and family will.

5. Don’t buy stuff you don’t need.

6. You don’t have to win every argument. Stay true to yourself.

7. Cry with someone. It’s more healing than crying alone.

8. It’s OK to get angry with God. He can take it.

9. Save for things that matter.

10. When it comes to chocolate, resistance is futile.

11. Make peace with your past so it won’t screw up the present.

12. It’s OK to let your children see you cry.

13. Don’t compare your life to others. You have no idea what their journey is all about.

14. If a relationship has to be a secret, you shouldn’t be in it.

15. Everything can change in the blink of an eye… But don’t worry; God never blinks.

16. Take a deep breath. It calms the mind.

17. Get rid of anything that isn’t useful. Clutter weighs you down in many ways.

18. Whatever doesn’t kill you really does make you stronger.

19. It’s never too late to be happy. But it’s all up to you and no one else.

20. When it comes to going after what you love in life, don’t take no for an answer.

21. Burn the candles, use the nice sheets, wear the fancy lingerie. Don’t save it for a special occasion. Today is special.

22. Overprepare, then go with the flow.

23. Be eccentric now. Don’t wait for old age to wear purple.

24. The most important sex organ is the brain.

25. No one is in charge of your happiness but you.

26. Frame every so-called disaster with these words, ‘In five years, will this matter?’

27. Always choose Life.

28. Forgive but don’t forget.

29. What other people think of you is none of your business.

30. Time heals almost everything. Give Time time.

31. However good or bad a situation is, it will change.

32. Don’t take yourself so seriously. No one else does.

33. Believe in miracles.

34. God loves you because of who God is, not because of anything you did or didn’t do.

35. Don’t audit life. Show up and make the most of it now.

36. Growing old beats the alternative — dying young.

37. Your children get only one childhood.

38. All that truly matters in the end is that you loved.

39. Get outside every day. Miracles are waiting everywhere.

40. If we all threw our problems in a pile and saw everyone else’s, we’d grab ours back.

41. Envy is a waste of time. Accept what you already have, not what you think you need.

42. The best is yet to come…

43. No matter how you feel, get up, dress up and show up.

44. Yield.

45. Life isn’t tied with a bow, but it’s still a gift.

Thursday, July 10, 2014


Top 100 Inspirational Quotes

Inspirational quotes and motivational quotes have the power to get us through a bad week, and can even  give us the courage to pursue our life’s dreams. So in the spirit of self motivation, here are 100 inspirational quotes.

1. Life isn’t about getting and having, it’s about giving and being. –Kevin Kruse

2. Whatever the mind of man can conceive and believe, it can achieve. –Napoleon Hill


3. Strive not to be a success, but rather to be of value. –Albert Einstein


4. Two roads diverged in a wood, and I—I took the one less traveled by, And that has made all the difference.  –Robert Frost


5. I attribute my success to this: I never gave or took any excuse. –Florence Nightingale


6. You miss 100% of the shots you don’t take. –Wayne Gretzky


7. I’ve missed more than 9000 shots in my career. I’ve lost almost 300 games. 26 times I’ve been trusted to take the game winning shot and missed. I’ve failed over and over and over again in my life. And that is why I succeed. –Michael Jordan


8. The most difficult thing is the decision to act, the rest is merely tenacity. –Amelia Earhart


9. Every strike brings me closer to the next home run. –Babe Ruth


10. Definiteness of purpose is the starting point of all achievement. –W. Clement Stone


11. We must balance conspicuous consumption with conscious capitalism. –Kevin Kruse


12. Life is what happens to you while you’re busy making other plans. –John Lennon


13. We become what we think about. –Earl Nightingale


14.Twenty years from now you will be more disappointed by the things that you didn’t do than by the ones you did do, so throw off the bowlines, sail away from safe harbor, catch the trade winds in your sails.  Explore, Dream, Discover. –Mark Twain


15.Life is 10% what happens to me and 90% of how I react to it. –Charles Swindoll


16. The most common way people give up their power is by thinking they don’t have any. –Alice Walker


17. The mind is everything. What you think you become.  –Buddha


18. The best time to plant a tree was 20 years ago. The second best time is now. –Chinese Proverb


19. An unexamined life is not worth living. –Socrates


20. Eighty percent of success is showing up. –Woody Allen


21. Your time is limited, so don’t waste it living someone else’s life. –Steve Jobs


22. Winning isn’t everything, but wanting to win is. –Vince Lombardi


23. I am not a product of my circumstances. I am a product of my decisions. –Stephen Covey


24. Every child is an artist.  The problem is how to remain an artist once he grows up. –Pablo Picasso


25. You can never cross the ocean until you have the courage to lose sight of the shore. –Christopher Columbus


27. Either you run the day, or the day runs you. –Jim Rohn


28. Whether you think you can or you think you can’t, you’re right. –Henry Ford


29. The two most important days in your life are the day you are born and the day you find out why. –Mark Twain


30. Whatever you can do, or dream you can, begin it.  Boldness has genius, power and magic in it. –Johann Wolfgang von Goethe

31. The best revenge is massive success. –Frank Sinatra

32. People often say that motivation doesn’t last. Well, neither does bathing.  That’s why we recommend it daily. –Zig Ziglar


33. Life shrinks or expands in proportion to one’s courage. –Anais Nin


34. If you hear a voice within you say “you cannot paint,” then by all means paint and that voice will be silenced. –Vincent Van Gogh

35. There is only one way to avoid criticism: do nothing, say nothing, and be nothing. –Aristotle

36. Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. –Jesus


37. The only person you are destined to become is the person you decide to be. –Ralph Waldo Emerson


38. Go confidently in the direction of your dreams.  Live the life you have imagined. –Henry David Thoreau


39. When I stand before God at the end of my life, I would hope that I would not have a single bit of talent left and could say, I used everything you gave me. –Erma Bombeck


40. Few things can help an individual more than to place responsibility on him, and to let him know that you trust him.  –Booker T. Washington


41. Certain things catch your eye, but pursue only those that capture the heart. – Ancient Indian Proverb

42. Believe you can and you’re halfway there. –Theodore Roosevelt

43. Everything you’ve ever wanted is on the other side of fear. –George Addair


44. We can easily forgive a child who is afraid of the dark; the real tragedy of life is when men are afraid of the light. –Plato


45. Teach thy tongue to say, “I do not know,” and thous shalt progress. –Maimonides


46. Start where you are. Use what you have.  Do what you can. –Arthur Ashe


47. When I was 5 years old, my mother always told me that happiness was the key to life.  When I went to school, they asked me what I wanted to be when I grew up.  I wrote down ‘happy’.  They told me I didn’t understand the assignment, and I told them they didn’t understand life. –John Lennon


48. Fall seven times and stand up eight. –Japanese Proverb


49. When one door of happiness closes, another opens, but often we look so long at the closed door that we do not see the one that has been opened for us. –Helen Keller


50. Everything has beauty, but not everyone can see. –Confucius


51. How wonderful it is that nobody need wait a single moment before starting to improve the world. –Anne Frank


52. When I let go of what I am, I become what I might be. –Lao Tzu


53. Life is not measured by the number of breaths we take, but by the moments that take our breath away. –Maya Angelou


54. Happiness is not something readymade.  It comes from your own actions. –Dalai Lama


55. If you’re offered a seat on a rocket ship, don’t ask what seat! Just get on. –Sheryl Sandberg


56. First, have a definite, clear practical ideal; a goal, an objective. Second, have the necessary means to achieve your ends; wisdom, money, materials, and methods. Third, adjust all your means to that end. –Aristotle


57. If the wind will not serve, take to the oars. –Latin Proverb


58. You can’t fall if you don’t climb.  But there’s no joy in living your whole life on the ground. –Unknown


59. We must believe that we are gifted for something, and that this thing, at whatever cost, must be attained. –Marie Curie


60. Too many of us are not living our dreams because we are living our fears. –Les Brown


61. Challenges are what make life interesting and overcoming them is what makes life meaningful. –Joshua J. Marine


62. If you want to lift yourself up, lift up someone else. –Booker T. Washington


63. I have been impressed with the urgency of doing. Knowing is not enough; we must apply. Being willing is not enough; we must do. –Leonardo da Vinci


64. Limitations live only in our minds.  But if we use our imaginations, our possibilities become limitless. –Jamie Paolinetti


65. You take your life in your own hands, and what happens? A terrible thing, no one to blame. –Erica Jong


66. What’s money? A man is a success if he gets up in the morning and goes to bed at night and in between does what he wants to do. –Bob Dylan


67. I didn’t fail the test. I just found 100 ways to do it wrong. –Benjamin Franklin


68. In order to succeed, your desire for success should be greater than your fear of failure. –Bill Cosby


69. A person who never made a mistake never tried anything new. – Albert Einstein


70. The person who says it cannot be done should not interrupt the person who is doing it. –Chinese Proverb


71. There are no traffic jams along the extra mile. –Roger Staubach


72. It is never too late to be what you might have been. –George Eliot


73. You become what you believe. –Oprah Winfrey


WATCH: What Oprah Has Learned From Her 25 Years Of Interviews


74. I would rather die of passion than of boredom. –Vincent van Gogh


75. A truly rich man is one whose children run into his arms when his hands are empty. –Unknown


76. It is not what you do for your children, but what you have taught them to do for themselves, that will make them successful human beings.  –Ann Landers


77. If you want your children to turn out well, spend twice as much time with them, and half as much money. –Abigail Van Buren


78. Build your own dreams, or someone else will hire you to build theirs. –Farrah Gray


79. The battles that count aren’t the ones for gold medals. The struggles within yourself–the invisible battles inside all of us–that’s where it’s at. –Jesse Owens


80. Education costs money.  But then so does ignorance. –Sir Claus Moser


81. I have learned over the years that when one’s mind is made up, this diminishes fear. –Rosa Parks


82. It does not matter how slowly you go as long as you do not stop. –Confucius


83. If you look at what you have in life, you’ll always have more. If you look at what you don’t have in life, you’ll never have enough. –Oprah Winfrey


84. Remember that not getting what you want is sometimes a wonderful stroke of luck. –Dalai Lama


85. You can’t use up creativity.  The more you use, the more you have. –Maya Angelou


86. Dream big and dare to fail. –Norman Vaughan


87. Our lives begin to end the day we become silent about things that matter. –Martin Luther King Jr.


88. Do what you can, where you are, with what you have. –Teddy Roosevelt


89. If you do what you’ve always done, you’ll get what you’ve always gotten. –Tony Robbins


90. Dreaming, after all, is a form of planning. –Gloria Steinem


91. It’s your place in the world; it’s your life. Go on and do all you can with it, and make it the life you want to live. –Mae Jemison


92. You may be disappointed if you fail, but you are doomed if you don’t try. –Beverly Sills


93. Remember no one can make you feel inferior without your consent. –Eleanor Roosevelt


94. Life is what we make it, always has been, always will be. –Grandma Moses


95. The question isn’t who is going to let me; it’s who is going to stop me. –Ayn Rand


96. When everything seems to be going against you, remember that the airplane takes off against the wind, not with it. –Henry Ford


97. It’s not the years in your life that count. It’s the life in your years. –Abraham Lincoln


98. Change your thoughts and you change your world. –Norman Vincent Peale


99. Either write something worth reading or do something worth writing. –Benjamin Franklin


100. Nothing is impossible, the word itself says, “I’m possible!” –Audrey Hepburn


101. The only way to do great work is to love what you do. –Steve Jobs


102. If you can dream it, you can achieve it. –Zig Ziglar


Source : Forbes.com

Total Pagelooks