<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eric Blue's Blog &#187; Personal Development</title>
	<atom:link href="http://eric-blue.com/category/personal-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric-blue.com</link>
	<description>Technology, Philosophy, and Personal Development</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:30:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fitness Tracking Platform: Update on Progress</title>
		<link>http://eric-blue.com/2011/03/13/fitness-tracking-platform-update-on-progress/</link>
		<comments>http://eric-blue.com/2011/03/13/fitness-tracking-platform-update-on-progress/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 23:58:19 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Fitness]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[InfoViz]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Personal Informatics]]></category>
		<category><![CDATA[Quantified Self]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=1407</guid>
		<description><![CDATA[Last August, I enthusiastically blogged about an idea I had for creating a Fitness Tracking Platform; personal informatics for fitness.  Since that time I&#8217;ve been gradually making progress and am getting closer to fulfilling that ...]]></description>
			<content:encoded><![CDATA[<p>Last August, I enthusiastically blogged about an idea I had for creating a <a href="http://eric-blue.com/2010/08/14/fitness-tracking-platform-personal-informatics-for-fitness/">Fitness Tracking Platform</a>; personal informatics for fitness.  Since that time I&#8217;ve been gradually making progress and am getting closer to fulfilling that original vision.  I figured I would do a quick writeup and share some of the progress I&#8217;ve made, and layout a simple roadmap for taking it to the next level.  For right now I have some screenshots I can share.  In the coming weeks I plan on putting up an actual demo application, and may release a large portion of the code as open source.  Ultimately, I still need to figure out what I plan to do with it, but my immediate goal is to build something that is practical and useful for myself.  The original idea started out to mainly track fitness related data (and that&#8217;s primarily what I&#8217;ve been doing), but the application for this could apply generically to any form of self tracking.  It&#8217;s possible this could be one of the earliest efforts to create an open source application for personal tracking (see the <a href="http://quantifiedself.com/self-tracking-links-to-get-you-started/">Quantified Self list of software</a>).</p>
<p><strong>What&#8217;s Been Done So Far?</strong></p>
<p>If you look at the <a href="http://eric-blue.com/wp-content/uploads/2010/08/Fitness_Tracking_Platform.jpg">original diagram I created</a>, there where a few different components to this tracking platform (local storage, data collection scripts/api integration, and the presentation layer).</p>
<ul>
<li><strong>Local Storage &#8211; Personal copy of data stored in MySQL</strong>.  I created the local storage piece almost immediately after writing the article in Aug.  I chose to use MySQL as a database, and created a schema that was suited towards collecting my initial data set of interest: data from my FitBit and WiThings scale.  The schema accounts for storing both daily and intraday activity for calories burned/consumed, activity score (+very active, moderately active, and lightly active), total distance, steps taken, sleep, and weight.  I&#8217;ve now created about a dozen or so SQL queries that will generate useful reports on this historical data.</li>
</ul>
<ul>
<li><strong>Data collection scripts/API Integration. </strong>I immediately leveraged the<a href="http://eric-blue.com/projects/fitbit/"> Perl FitBit API </a>I originally wrote last April to sync data from the FitBit site to my local database.  I created a nightly cron job that will request the daily + intraday stats and save to the db using Perl::DBI.  I also took a similar approach with the WiThings scale.  Although I haven&#8217;t created a Perl wrapper yet for Withings, they do publish and easy to use <a href="http://www.withings.com/en/api/bodyscale">REST API</a> for getting access to your weight.  This script also runs on a nighly basis and saves weight information to the local database.</li>
</ul>
<ul>
<li><strong>Presentation Layer</strong>.  This has been the most complicated piece so far.  I&#8217;ve created a Java-based webapp using Spring 3.0/Jetty to build the analytics UI.  For now the UI is built with 2 major views: a dashboard, and reporting interface.  The dashboard displays both historical and daily information in a visually-pleasing format using Google Charts.  You can see a daily snapshot (+ weekly, quarterly, and yearly views) and see stats on your activity, distance, steps taken, weight, sleep and intraday stats (activity and sleep level on an hourly basis).  I&#8217;ve also built a light home-grown reporting interface that integrates with the Google Visualization API and easily builds dynamic tables and charts based on the provided SQL queries.</li>
</ul>
<p><strong>Screenshots</strong></p>
<ul>
<li>Dashboard View</li>
</ul>
<p style="text-align: center;"><a title="dashboard by ericblue76, on Flickr" href="http://www.flickr.com/photos/56683314@N00/5523777619/"><img class="aligncenter" src="http://farm6.static.flickr.com/5253/5523777619_2aebd6852b.jpg" alt="dashboard" width="499" height="500" /></a></p>
<ul>
<li>Historical Stats &#8211; Multiple Activity Logs</li>
</ul>
<p style="text-align: center;"><a title="historical by ericblue76, on Flickr" href="http://www.flickr.com/photos/56683314@N00/5524370032/"><img class="aligncenter" src="http://farm6.static.flickr.com/5100/5524370032_f9cb7461c8.jpg" alt="historical" width="500" height="212" /></a></p>
<ul>
<li>Historical Stats &#8211; Distance Bar Chart</li>
</ul>
<p style="text-align: center;"><a title="historical2 by ericblue76, on Flickr" href="http://www.flickr.com/photos/56683314@N00/5524935054/"><img class="aligncenter" src="http://farm6.static.flickr.com/5015/5524935054_5a6257c9cd.jpg" alt="historical2" width="500" height="212" /></a></p>
<ul>
<li>Daily Stats</li>
</ul>
<p style="text-align: center;"><a title="daily by ericblue76, on Flickr" href="http://www.flickr.com/photos/56683314@N00/5524369764/"><img class="aligncenter" src="http://farm6.static.flickr.com/5174/5524369764_7523be1e36.jpg" alt="daily" width="500" height="213" /></a></p>
<ul>
<li>Intraday Stats</li>
</ul>
<p style="text-align: center;"><a title="intraday by ericblue76, on Flickr" href="http://www.flickr.com/photos/56683314@N00/5524370070/"><img class="aligncenter" src="http://farm6.static.flickr.com/5171/5524370070_29ac8c1a96.jpg" alt="intraday" width="500" height="212" /></a></p>
<ul>
<li>Reporting</li>
</ul>
<p style="text-align: center;"><a title="report_closeup by ericblue76, on Flickr" href="http://www.flickr.com/photos/56683314@N00/5524524164/"><img class="aligncenter" src="http://farm6.static.flickr.com/5059/5524524164_17005eabdc.jpg" alt="report_closeup" width="500" height="233" /></a></p>
<p><strong>Immediate Next Steps?</strong></p>
<p>The current code is fairly stable and mostly ready for a demo.  Before I make it live I&#8217;m planning on adding a few major features:</p>
<ol>
<li>Geo-Location support &#8211; I&#8217;ve been <a href="http://eric-blue.com/2010/08/28/geolocation-gps-and-self-tracking/">tracking GPS coordinates</a> since I purchased my QStarz device in September.  I&#8217;m thinking of adding a couple Map and GPS tracklog views to the Dashboard.  And, this could lead to some interesting location-based reporting as well.  I have a ton of saved .gpx files, so it&#8217;s a matter of writing an integration script to parse and store in the db.  And, some lightweight presentation layer to dynamically generate .KML and overlay on top of Google Maps.</li>
<li>Simple mobile interface.  I&#8217;d like to be able to access the interface using my iPhone and having some light interface to get quick stats and graphs would be nice.</li>
<li>Come up with a catchy project name.  As I stated earlier, although the original scope of this was for fitness tracking, this type of platform can be used for tracking any type of personal statistics.</li>
</ol>
<p><strong>Future Roadmap</strong></p>
<ol>
<li>Tracking detailed sleep info from <a href="http://www.myzeo.com/">MyZeo</a>.  Since I wrote the original vision I had the chance to do a review for the <a href="http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/">MyZeo sleep device</a>.  I&#8217;ve also <a href="https://github.com/ericblue/Perl-Zeo-API">created a Perl API</a> so it&#8217;s simply a matter of writing the integration script to start recording in the MySQL DB.</li>
<li>Tracking workout info from my iPhone app &#8211; iFitness.  I also have about 10 years worth of workout information either stored from previous products (like CrossTrainer) or written down.</li>
<li>Tracking heartrate info from my Garmin heartrate monitor watch.</li>
<li>Integrate with the new official <a href="http://fitbit.com">Fitbit</a> API.  Since I wrote my initial (unofficial) Perl API, fitbit has embraced the developer community and <a href="http://dev.fitbit.com/">released a support API </a>(yes!)</li>
</ol>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Fitness+Tracking+Platform%3A+Update+on+Progress+http://eric-blue.com/?p=1407+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2011/03/13/fitness-tracking-platform-update-on-progress/&amp;title=Fitness+Tracking+Platform%3A+Update+on+Progress" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2011/03/13/fitness-tracking-platform-update-on-progress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zeo Personal Sleep Coach &#8211; Hacking Your Way To A Better Night&#8217;s Sleep</title>
		<link>http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/</link>
		<comments>http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 18:53:48 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Fitness]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Mind]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Personal Informatics]]></category>
		<category><![CDATA[Quantified Self]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=1344</guid>
		<description><![CDATA[
What&#8217;s a better way to kick off the New Year than by giving tips on how to improve your overall quality of sleep? I decided to write this post as a mini-review of the Zeo ...]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1346" title="zeo1" src="http://eric-blue.com/wp-content/uploads/2011/01/zeo1.jpg" border="0" alt="" width="413" height="305" /></p>
<p>What&#8217;s a better way to kick off the New Year than by giving tips on how to improve your overall quality of sleep? I decided to write this post as a mini-review of the <a href="http://myzeo.com">Zeo Personal Sleep Coach</a> and share some open source tools and APIs to help with saving your Zeo data for your own personal analysis.</p>
<p><strong>Overview<br />
</strong></p>
<p>In retrospect, 2010 was a pivotal year for me since I first learned about some amazing new technology gadgets that help you keep track of your overall health and well-being. Last February I discovered the <a href="http://www.withings.com">WiThings</a> scale that will automatically track your weight and BMI, and will upload your data online so you can set goals and visually see how you are progressing.  Then, in April I received my <a href="http://www.fitbit.com">FitBit</a> and have been consistently using it to track my overall fitness activity &#8211; calories burned, miles walked, activity level, etc.  The thing that I love about these gadgets is that they &#8220;just work&#8221;: simply stepping on scale, or wearing a little gadget on your belt will help produce interesting sets of data and visual graphs that can help guide you to take action to improve your health.  A few months ago I discovered another amazing device called the <a href="http://www.myzeo.com/">Zeo Personal Sleep Coach</a> that will actually track how well you&#8217;re sleeping, provide detailed data and visual feedback, and give coaching tips to improve your overall quality of sleep.</p>
<p><strong>What is Zeo?</strong></p>
<p>In a nutshell, the Zeo product is designed to analyze your sleep patterns and provide you with a lightweight wireless headband, a bedside display, a set of online analytical tools, and a personalized email-based coaching program.  The main thing that initially blew me away with Zeo was the fact that the wireless headband will actually record your brainwave activity!  Not only can the device tell you what time you go to bed and what time you wake up, but it will provide detailed info on exactly when you&#8217;re lightly sleeping, in REM sleep, and in deep sleep.  With all this info at its disposal, the Zeo is able to provide you some valuable information and tools to analyze trends in your sleeping patterns.  Here&#8217;s a sample of some of the sleep data you can review once it&#8217;s been uploaded to the myzeo.com site:</p>
<ul>
<li><strong>Zeo Sleep Score</strong></li>
</ul>
<blockquote><p>When you wake up and place the headband back on the bedside display, the Zeo will provide you with an overall sleep score (ZQ) that is based on your sleep quality and quantity.  Your base score is your total sleeping time, combined with restorative sleep (Deep &amp; REM) and disrupted sleep (wakeups, total wake time).  Think of the score as your overall grade for how well you slept.  I was surprised to learn that the average score for my age group is a ZQ score of 77.  Since I started using the Zeo in November, my sleep score has been averaging a ZQ of 98.</p></blockquote>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/01/zeo_score.jpg"><img class="aligncenter size-full wp-image-1363" title="zeo_score" src="http://eric-blue.com/wp-content/uploads/2011/01/zeo_score.jpg" alt="" width="563" height="322" /></a></p>
<ul>
<li><strong>Sleep Graph</strong></li>
</ul>
<blockquote><p>This is where the Zeo data can get interesting.  This particular graph will not only show what time you went to bed and woke up, but also the total time it took to fall to sleep and a detailed breakdown of what sleep phase you were in throughout the night!  Reviewing this graph can provide some telling feedback on how different factors may impact your night&#8217;s sleep: going to bed too early/late, stress (a racing mind), too much caffeine or alcohol, working out too late in the evening, etc.</p></blockquote>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/01/zeo_graph.jpg"><img class="aligncenter size-full wp-image-1359" title="zeo_graph" src="http://eric-blue.com/wp-content/uploads/2011/01/zeo_graph.jpg" alt="" width="563" height="352" /></a> <strong> </strong></p>
<ul>
<li><strong>Sleep History</strong></li>
</ul>
<blockquote><p>The sleep history graph will show key information (ZQ score, total sleep time, deep sleep/rem sleep, etc.) for different time intervals (daily, weekly, monthly).  Again, being able to use this data to see trends in your sleeping patterns can provide some useful feedback on how to be more conscious of what&#8217;s impacting your quality of sleep.</p></blockquote>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/01/zeo_graph2.jpg"><img class="aligncenter size-full wp-image-1361" title="zeo_graph2" src="http://eric-blue.com/wp-content/uploads/2011/01/zeo_graph2.jpg" alt="" width="563" height="341" /></a></p>
<p>For a good review and video of the Zeo, I&#8217;d recommend reading the<a href="http://online.wsj.com/article/SB124451280076496767.html"> WallStreet Journal article</a> from last year (note the price for the Zeo is now $199.95 USD and available at retailers like Brookstone &amp; Sharper image).  And, for another recommended review with some detailed info on how the Zeo actually works check out <a href="http://dreamstudies.org/2010/11/29/product-review-zeo-personal-sleep-coach/">Ryan Hurd&#8217;s review</a> and some <a href="http://www.myzeo.com/pages/52_for_health_professionals.cfm">peer-reviewed literature on the science behind Zeo</a>.</p>
<p><strong>Open Source and APIs </strong></p>
<p>Now, this is where the post gets a little technical (and exciting)!  The thing that I *really* like about the Zeo is their willingness to give you as much access to your sleep data as possible and embracing open source as a compliment to their commercial offering.  How are they doing this?  Zeo issued a <a href="http://whatiszeo3.myzeo.com/hp/3/pr/2010/06/api/">press release back in June</a> announcing their new open API to allow 3rd party companies and individual developers complete access to their sleep data.  The <a href="http://mysleep.myzeo.com/api/api.shtml">published API</a> offers developers the ability to register and signup for an API Key, and provides a comprehensive REST API (using both JSON and XML) so 3rd party libraries can be developed.</p>
<p>Zeo currently offers some sample code using the API in a variety of languages (Perl, PHP, Java, etc.) and a fully working Ruby libarary developed by <a href="http://dailyburn.com/">DailyBurn</a>.  In order to help ease my own effort to download data and help other developers, I decided to create my own OO <a href="http://eric-blue.com/2010/05/11/fitbit-unofficial-perl-api-and-csv-download/">Perl library similar to the one I initially created for Fitbit</a> back in May.  Unlike the FitBit libary which is somewhat unofficial (Fitbit does not offer &#8216;published&#8217; API for developers), the Zeo Perl library has been fully tested against the published API, and any future changes by Zeo can be easily incorporated in the the library.</p>
<p>The Perl API (WebService::Zeo) is now hosted on GitHub at <a href="https://github.com/ericblue/Perl-Zeo-API">http://github.com/ericblue/Perl-Zeo-API</a>.  In the near future this library will also be made available on CPAN.  This module provides an OO (Object-Oriented) library that currently supports all major services in the REST catalog (methods for getting sleep averages, detailed sleep data based on exact dates and ranges, and pagination to step through the sleep records).</p>
<p><strong>More Open Source &#8220;Hacking&#8221;</strong></p>
<p>In my mind, the officially supported API is major news for techy geeks and data junkies (me).  But, it gets even cooler&#8230;. along with the Web API, Zeo also offers:</p>
<ul>
<li>Zeo Data Decoder Library &#8211; A version of software and a library that enables a user to decode Zeo sleep data stored on a memory card without uploading data to mySleep.myZeo.com.</li>
<li>Zeo Raw Data Library &#8211; A version of software and a library that enables a user to decode Zeo sleep data and raw signal data in real time using the auxiliary serial port located on the back of Zeo.</li>
</ul>
<p>Their <a href="http://developers.myzeo.com/">developer site</a> lists some cool sample projects:</p>
<ul>
<li>Integrate Zeo sleep data into a website that tracks your weight, nutrition, and exercise.</li>
<li>Create a desktop application to view and process Zeo sleep data.</li>
<li>Build a lucid dreaming system to notify you when you are in REM sleep and alert you using a sound.</li>
<li>Use Zeo while you are awake to measure meditation.</li>
</ul>
<p>Overall, I&#8217;m very pleased with the Zeo so far and would highly recommend to anybody interested in improving their sleep quality.  And, for the &#8220;hackers&#8221; out there, the open source offering provides some great tools to access all of your sleep data and analyze in unique and interesting ways.  Happy 2011, and I wish all of you restful sleep and a healthy ZQ score!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Zeo+Personal+Sleep+Coach+%E2%80%93+Hacking+Your+Way+To+A+Better+Night%E2%80%99s+Sleep+http://eric-blue.com/?p=1344+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/&amp;title=Zeo+Personal+Sleep+Coach+%E2%80%93+Hacking+Your+Way+To+A+Better+Night%E2%80%99s+Sleep" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2011/01/02/zeo-personal-sleep-coach-hacking-your-way-to-a-better-nights-sleep/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tony Buzan&#8217;s First USA Tour in a Decade</title>
		<link>http://eric-blue.com/2010/04/11/tony-buzan-us-tour/</link>
		<comments>http://eric-blue.com/2010/04/11/tony-buzan-us-tour/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 04:15:20 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Mind Mapping]]></category>
		<category><![CDATA[Personal Development]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=1160</guid>
		<description><![CDATA[I recently discovered that Tony Buzan, the inventor of Mind Mapping, will be coming to the US next month to host a variety of exclusive talks, training events and accredited courses.  I found out about this tour from Kathleen Church, the Media Relations Liaison for ThinkBuzan, and she informed me that Tony will be conducting these workshops in Minneapolis, San Francisco, and New York from May 3rd to the 18th.    Not only does the content of the workshops look great, but given that this is Tony's first US visit in over a decade this looks like an opportunity worth pursuing.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://eric-blue.com/wp-content/uploads/2010/04/buzan_tour_post.jpg"><img class="size-full wp-image-1167 aligncenter" title="buzan_tour_post" src="http://eric-blue.com/wp-content/uploads/2010/04/buzan_tour_post.jpg" alt="" width="557" height="272" /></a></p>
<p>I recently discovered that Tony Buzan, the inventor of Mind Mapping, will be coming to the US next month to host a variety of exclusive talks, training events and accredited courses.  I found out about this tour from Kathleen Church, the Media Relations Liaison for <a href="http://www.thinkbuzan.com/uk/">ThinkBuzan</a>, and she informed me that Tony will be conducting these workshops in Minneapolis, San Francisco, and New York from May 3rd to the 18th.    Not only does the content of the workshops look great, but given that this is Tony&#8217;s first US visit in over a decade this looks like an opportunity worth pursuing.  Here&#8217;s a brief excerpt from the training page and a copy of the official press release:</p>
<blockquote><p>British born Tony Buzan has helped millions to unlock their creativity,  enhance their memory skills and expand their thought processes.  He  invented Mind Maps in the 1970s and they are now used by over 250  million people worldwide.  He works as a motivational speaker and  business consultant for businesses and government organisations all over  the world, including General Motors, Walt Disney, BBC, Microsoft,  Intel, Boeing, HSBC, Friends of the Earth, Procter and Gamble, and  British Airways.  In 2008 Tony received the Lifetime Achievement Award  from the American Creativity Association (ACA).  The Englishman has  authored or co-authored over 100 books on the brain, translated into 33  languages and published in over 150 countries.</p></blockquote>
<p style="text-align: center;"><strong>Tony Buzan Brings His Mind Mapping Technique For Improving Decision Making, Creativity, Communications Skills To U.S.<br />
Best Selling Author, Lecturer, Consultant To Tour US Cities</strong></p>
<p><strong>NEW YORK, NY—APRIL 4, 2010</strong>—In a career that has spanned decades, Tony Buzan has helped millions around the world to improve their professional and personal lives by improving decision making, unlocking their creativity and enhancing their memory skills with Mind Mapping techniques.</p>
<p>Now Tony is bringing his program to the United States.</p>
<p>A best selling author and consultant to major international corporations, Tony will host workshops and seminars in New York, Minneapolis and San Francisco May 3 to 18, where he will describe The ThinkBuzan System.</p>
<p>Course attendees will learn how to work creatively, generate innovative new ideas, deliver dynamic and engaging presentations, improve their organisation and planning skills, and enhance their training repertoires with a system that has been developed over 40 years of experience.</p>
<p>Mind Maps, which Tony invented in the 1970s, are now used by over 250 million people worldwide.  He is a consultant for businesses and government organisations all over the world, including IBM, Microsoft, Oracle, Walt Disney, Boeing, BP, HSBC, and the BBC.</p>
<p>The royal families of Bahrain and Liechtenstein and global media personalities and prominent world figures have benefited from using his techniques.</p>
<p>After a presentation by Tony at HSBC’s headquarters, Anne Ewing, the bank’s Head of Learning &amp; Development ,  said that “he held the audience spellbound as he challenged, confronted and tested our collective assumptions about how adults learn.  His complete mastery of his subject shone through&#8230; He is an extraordinary teacher and communicator”.</p>
<p>Leon Sadler, vice president for professional services at FICO, described the true power of Tony’s process: “I’ve relied on Mind Maps in my work with the world’s premier technical knowledge-based organizations, including Accenture, IBM and now FICO, a leader in analytics and decision management. I have passed on my enthusiasm to my co-workers and kids, and enjoy watching a new generation of Mind Mappers develop.”</p>
<p>In 2008 Tony received the Lifetime Achievement Award from the American Creativity Association (ACA).  Forbes Magazine has named Tony one of five top international speakers, along with Mikhail Gorbachev, Henry Kissinger and Margaret Thatcher, and reported that “Buzan shows corporate executives how to hotwire their creative energies.”</p>
<p>He has authored or co-authored over 100 books on the brain, which have been translated into 33 languages and published in over 150 countries.  During the US tours, he workshops and seminars will be co-hosted by Chris Griffiths, ThinkBuzan’s CEO and author of ‘Mind Maps for Business’.</p>
<p>The ThinkBuzan System is built around a number of cutting edge techniques that address key areas such as; working creatively to generate new ideas and innovative solutions, combating information overload, dealing easily with an overwhelming workload, making correct decisions quickly, and thinking strategically and setting goals to boost personal and business development.</p>
<p>Tony’s US Tour events are an ideal opportunity for all executives, consultants, trainers and managers, anyone working n education, marketing and PR, or human resources and development to sharpen their professional skills.<br />
<span style="text-decoration: underline;"><strong><br />
FOR MORE INFORMATION ABOUT</strong></span>:</p>
<p>· Tony Buzan: <a href="http://www.thinkbuzan.com/uk/company/about/tony-buzan">http://www.thinkbuzan.com/uk/company/about/tony-buzan</a></p>
<p>· ThinkBuzan Ltd: <a href="http://www.thinkbuzan.com/uk/company/abou">http://www.thinkbuzan.com/uk/company/about</a></p>
<p>· The ThinkBuzan System &amp; The US Tour: <a href="http://www.thinkbuzan.com/uk/services/training/usa2010">http://www.thinkbuzan.com/uk/services/training/usa2010</a></p>
<p><span style="font-size: x-small;"> </span></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Tony+Buzan%E2%80%99s+First+USA+Tour+in+a+Decade+http://eric-blue.com/?p=1160+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2010/04/11/tony-buzan-us-tour/&amp;title=Tony+Buzan%E2%80%99s+First+USA+Tour+in+a+Decade" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2010/04/11/tony-buzan-us-tour/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Relax With Some Rain and White Noise</title>
		<link>http://eric-blue.com/2010/01/24/relax-with-some-rain-and-white-noise/</link>
		<comments>http://eric-blue.com/2010/01/24/relax-with-some-rain-and-white-noise/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 23:17:11 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal Development]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=1032</guid>
		<description><![CDATA[This week I stumbled across two similar sites that provide some pleasant auditory distraction through a simple web interface.
The first site SimplyNoise offers up some white, brown, and pink noise to help drown out distractions.  ...]]></description>
			<content:encoded><![CDATA[<p>This week I stumbled across two similar sites that provide some pleasant auditory distraction through a simple web interface.</p>
<p>The first site <a href="http://simplynoise.com/">SimplyNoise</a> offers up some <a href="http://en.wikipedia.org/wiki/White_noise">white</a>, brown, and pink noise to help drown out distractions.  And the second site <a href="http://www.rainymood.com/">RainyMood</a> plays a gentle 30-minute loop of rain to help you relax and wash your stress away.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Relax+With+Some+Rain+and+White+Noise+http://eric-blue.com/?p=1032+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2010/01/24/relax-with-some-rain-and-white-noise/&amp;title=Relax+With+Some+Rain+and+White+Noise" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2010/01/24/relax-with-some-rain-and-white-noise/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PhilosophersNotes: Get Your Wisdom On!</title>
		<link>http://eric-blue.com/2009/01/11/philosophersnotes-get-your-wisdom-on/</link>
		<comments>http://eric-blue.com/2009/01/11/philosophersnotes-get-your-wisdom-on/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 05:56:16 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=664</guid>
		<description><![CDATA[Brian Johnson, entrepeneur and philosopher at heart, has created a new site/service called PhilosopherNotes.  What is PhilosophersNotes?

Think: Mini-CliffsNotes for Self-Development Books!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://eric-blue.com/wp-content/uploads/2009/01/logo.jpg"><img class="size-medium wp-image-665 aligncenter" title="logo" src="http://eric-blue.com/wp-content/uploads/2009/01/logo.jpg" alt="" width="299" height="88" /></a></p>
<p style="text-align: left;">It&#8217;s about time I spread the news about this truly great site!  Brian Johnson, entrepreneur and philosopher at heart, has created a new site/service called <a href="http://www.philosophernotes.com">PhilosopherNotes</a>.  What is PhilosophersNotes?</p>
<blockquote>
<h3>Think: Mini-CliffsNotes for Self-Development Books! <img src='http://eric-blue.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </h3>
<p><em>&#8220;Brian&#8217;s always been passionate about understanding what makes great people great and applying the truths they embodied to make his little dent in the universe. </em></p>
<p><em>After selling his last business (<a href="http://zaadz.com/">Zaadz</a>) and traveling for a bit, Brian decided to give himself a Ph.D. in Optimal Living with a Specialization in Greatness and Bliss. </em></p>
<p><em>He figured he’d get a Master’s when he’d distilled 100 of his favorite books into concise, fun, inspiring summaries. Then, on a flight from Tokyo to LA, he had one of those “Aha!/hallelujah!!” moments when he opened the SkyMall to an ad for a company that summarized business books for “busy executives.” He decided someone should do summaries of self-development books for the “busy self-actualizer” and that that someone should be him. ☺&#8221;</em></p></blockquote>
<p>I&#8217;ve gone through quite a few of the <a href="http://philosophersnotes.com/titles">summaries</a> so far(6 pg PDFs + 20 min MP3s), and have to say I&#8217;m super impressed!  Now, here comes the great news&#8230;.. you can signup and get 25 titles &#8230;.. for FREE!  Yes, free.</p>
<p>Click <a href="http://philosophersnotes.com/freebies/ericblue">here to get signed up</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=PhilosophersNotes%3A+Get+Your+Wisdom+On%21+http://eric-blue.com/?p=664+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2009/01/11/philosophersnotes-get-your-wisdom-on/&amp;title=PhilosophersNotes%3A+Get+Your+Wisdom+On%21" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2009/01/11/philosophersnotes-get-your-wisdom-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Instruction Manual for Life</title>
		<link>http://eric-blue.com/2009/01/10/instruction-manual-for-life/</link>
		<comments>http://eric-blue.com/2009/01/10/instruction-manual-for-life/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 02:02:54 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Integral]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Religion]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=662</guid>
		<description><![CDATA[Just found this great video on YouTube (via delicous.com)



 ]]></description>
			<content:encoded><![CDATA[<p>Just found this great video on YouTube (via <a href="http://delicious.com">delicous.com</a>)</p>
<p><center><br />
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/kAIpRRZvnJg&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kAIpRRZvnJg&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object><br />
</center></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Instruction+Manual+for+Life+http://eric-blue.com/?p=662+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2009/01/10/instruction-manual-for-life/&amp;title=Instruction+Manual+for+Life" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2009/01/10/instruction-manual-for-life/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The 80 Best Lifehacks of 2008</title>
		<link>http://eric-blue.com/2008/12/31/the-80-best-lifehacks-of-2008/</link>
		<comments>http://eric-blue.com/2008/12/31/the-80-best-lifehacks-of-2008/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 21:22:53 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Personal Development]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=655</guid>
		<description><![CDATA[Perfect timing since 2008 is quickly coming to a close.  LifeHack recently posted an article: The 80 Best Lifehacks of 2008
And so we arrive yet again at the end of another year. 2008 was ...]]></description>
			<content:encoded><![CDATA[<p>Perfect timing since 2008 is quickly coming to a close.  LifeHack recently posted an article: <a href="http://www.lifehack.org/articles/productivity/the-80-best-lifehacks-of-2008.html">The 80 Best Lifehacks of 2008</a></p>
<blockquote><p>And so we arrive yet again at the end of another year. 2008 was at best a mixed bag – while the world was electrified by the US election and it’s promise of change, the global economy was shaken to its core as a decade of financial mismanagement and willful blindness finally caught up with us. Gas prices spiked, leading us all to ask some difficult questions about sustainability, efficiency, and consumption – and then plummeted, leaving us feeling somewhat relieved, but baffled by the unpredictability of it all.</p>
<p>As we roll into 2009, there is an atmosphere of suspenseful anticipation, of hope mixed with not a little uncertainty. Companies are streamlining to prepare for the worst, even as entrepreneurs look ahead to new opportunities. Overall, it seems that now is a time for shaking off the dust, clearing away the debris of the past, and looking towards the future.</p>
<p>Here at Lifehack, we’ve always followed a path of cautious optimism. Plan for the worst, but work for the best! 2008 has seen the arrival of a host of new contributors, as well as two new contributing editors, Thursday Bram and Joel Falconer. Together, we’ve continued to bring you the best tips, advice, and recommendations across the field of productivity, helping with everything from managing your todo list to managing your career.</p>
<p>Here, then, are the best posts of 2008, selected according to their popularity and the amount of discussion they generated both here on the site and across the blogosphere. Contained in these posts is a healthy dose of the wisdom, direction, and skill you need to move forward into a successful 2009!</p></blockquote>
<p>Click <a href="http://www.lifehack.org/articles/productivity/the-80-best-lifehacks-of-2008.html">here to continue</a> reading the article.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+80+Best+Lifehacks+of+2008+http://eric-blue.com/?p=655+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2008/12/31/the-80-best-lifehacks-of-2008/&amp;title=The+80+Best+Lifehacks+of+2008" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2008/12/31/the-80-best-lifehacks-of-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integral Vision Mind Maps</title>
		<link>http://eric-blue.com/2008/12/18/integral-vision-mind-maps/</link>
		<comments>http://eric-blue.com/2008/12/18/integral-vision-mind-maps/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 02:13:41 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Integral]]></category>
		<category><![CDATA[Mind Mapping]]></category>
		<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Psychology]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=614</guid>
		<description><![CDATA[Last year I picked up a copy of The Integral Vision by Ken Wilber.  I recently decided to re-read the book, and created a comprehensive book summary highlighting the key pieces of information in the book.  The book summary is presented in the form of mind maps for each chapter.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong>Overview</strong></p>
<p style="text-align: left;">Last year I picked up a copy of <a href="http://eric-blue.com/2007/08/18/the-integral-vision/">The Integral Vision</a> by <a href="http://en.wikipedia.org/wiki/Ken_Wilber">Ken Wilber</a>.  I recently decided to re-read the book, and created a comprehensive book summary highlighting the key pieces of information in the book.  The book summary is presented in the form of mind maps for each chapter.</p>
<p style="text-align: left;"><strong>Why am I doing this?</strong></p>
<p style="text-align: left;">I first stumbled upon <a href="http://en.wikipedia.org/wiki/Integral_philosophy">Integral Philosophy</a> a couple years ago, and quite honestly became hooked.  Since that time, I&#8217;ve read a wide variety of books and have engaged in the exciting and often daunting task of trying to build a comprehensive and well-informed worldview (or map).  There are a number of good intro books that people recommend for first diving into Ken Wilber&#8217;s work (e.g. A Brief History of Everything).  Regardless of which book you pick, the fact is for most people (myself included) this is a vast and complex topic.  Distilling a philosophy/worldview/framework into a small but useful text is difficult to say the least.</p>
<p style="text-align: left;">I&#8217;ve personally found The Integral Vision to be the best intro into Integral.  It&#8217;s a short, but powerfully-information packed book that definitely does justice to such an interesting and complex topic.  My hope is that others who are just getting into Integral Theory/Philosophy will benefit from the mind map summaries.  My advice would be to get the book, and use the maps as a study or reference guide to help the information sink in.</p>
<p style="text-align: center;"><a href="http://eric-blue.com/wp-content/uploads/2008/12/integral_vision_mindmap.jpg"><img class="size-full wp-image-615 aligncenter" style="border: 1px solid #c0c0c0;" title="integral_vision_mindmap" src="http://eric-blue.com/wp-content/uploads/2008/12/integral_vision_mindmap.jpg" alt="" width="500" height="192" /></a></p>
<p style="text-align: left;"><strong>Overview</strong></p>
<p style="padding-left: 30px;"><a href="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http%3A%2F%2Feric-blue%2Ecom%2Fdownload%2Fintegral%2FIntegral_Vision_-_Overview%2Emmap&amp;format=flash" target="_blank">View Online</a> (Flash) | <a href="http://eric-blue.com/download/integral/Integral_Vision_-_Overview.mmap">Download Map</a> (MindManager)</p>
<p style="text-align: left;"><strong>Chapter 1</strong></p>
<p style="text-align: left; padding-left: 30px;"><a href="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http%3A%2F%2Feric-blue%2Ecom%2Fdownload%2Fintegral%2FIntegral_Vision_-_Chapter_1%2Emmap&amp;format=flash" target="_blank">View Online</a> (Flash) | <a href="http://eric-blue.com/download/integral/Integral_Vision_-_Chapter_1.mmap">Download Map</a> (MindManager)</p>
<p style="text-align: left;"><strong>Chapter 2</strong></p>
<p style="padding-left: 30px;"><a href="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http%3A%2F%2Feric-blue%2Ecom%2Fdownload%2Fintegral%2FIntegral_Vision_-_Chapter_2%2Emmap&amp;format=flash" target="_blank">View Online</a> (Flash) | <a href="http://eric-blue.com/download/integral/Integral_Vision_-_Chapter_2.mmap">Download Map</a> (MindManager)</p>
<p style="text-align: left;"><strong>Chapter 3</strong></p>
<p style="padding-left: 30px;"><a href="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http%3A%2F%2Feric-blue%2Ecom%2Fdownload%2Fintegral%2FIntegral_Vision_-_Chapter_3%2Emmap&amp;format=flash" target="_blank">View Online</a> (Flash) | <a href="http://eric-blue.com/download/integral/Integral_Vision_-_Chapter_3.mmap">Download Map</a> (MindManager)</p>
<p style="text-align: left;"><strong>Chapter 4</strong></p>
<p style="padding-left: 30px;"><a href="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http%3A%2F%2Feric-blue%2Ecom%2Fdownload%2Fintegral%2FIntegral_Vision_-_Chapter_4%2Emmap&amp;format=flash" target="_blank">View Online</a> (Flash) | <a href="http://eric-blue.com/download/integral/Integral_Vision_-_Chapter_4.mmap">Download Map</a> (MindManager)</p>
<p style="text-align: left;"><strong>Chapter 5</strong></p>
<p style="padding-left: 30px;"><a href="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http%3A%2F%2Feric-blue%2Ecom%2Fdownload%2Fintegral%2FIntegral_Vision_-_Chapter_5%2Emmap&amp;format=flash" target="_blank">View Online</a> (Flash) | <a href="http://eric-blue.com/download/integral/Integral_Vision_-_Chapter_5.mmap">Download Map</a> (MindManager)</p>
<p style="text-align: left;"><strong>Chapter 6</strong></p>
<p style="padding-left: 30px;"><a href="http://eric-blue.com/projects/mindmapviewer/display.cgi?mmap_url=http%3A%2F%2Feric-blue%2Ecom%2Fdownload%2Fintegral%2FIntegral_Vision_-_Chapter_6%2Emmap&amp;format=flash" target="_blank">View Online</a> (Flash) | <a href="http://eric-blue.com/download/integral/Integral_Vision_-_Chapter_6.mmap">Download Map</a> (MindManager)</p>
<p style="text-align: left;"><strong>Entire Book Summary </strong></p>
<p style="text-align: left; padding-left: 30px;"><a href="http://eric-blue.com/download/integral/integral_vision_summary.zip">Download</a> (2.0MB Zip)</p>
<p style="text-align: left;">
<p style="text-align: center;">
<p style="text-align: left;">
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Integral+Vision+Mind+Maps+http://eric-blue.com/?p=614+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2008/12/18/integral-vision-mind-maps/&amp;title=Integral+Vision+Mind+Maps" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2008/12/18/integral-vision-mind-maps/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>12 Laws of Life</title>
		<link>http://eric-blue.com/2008/12/17/12-laws-of-life/</link>
		<comments>http://eric-blue.com/2008/12/17/12-laws-of-life/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 05:41:43 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Personal Development]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=610</guid>
		<description><![CDATA[I just came across a truly excellent post by Tom at Connecting with NLP:
Tom&#8217;s Twelve Laws of Life
1.     SELF-MANAGEMENT AND PEOPLE SKILLS ARE THE KEYS TO YOUR SUCCESS AND HAPPINESS.
2.     YOU ARE AT THE CENTER ...]]></description>
			<content:encoded><![CDATA[<p>I just came across a truly excellent post by <a href="http://nlpco.com/news/author/tom/">Tom</a> at <a href="http://nlpco.com/">Connecting with NLP</a>:</p>
<p><a href="http://nlpco.com/news/2008/12/11/toms-twelve-laws-of-life/">Tom&#8217;s Twelve Laws of Life</a></p>
<p>1.     SELF-MANAGEMENT AND PEOPLE SKILLS ARE THE KEYS TO YOUR SUCCESS AND HAPPINESS.</p>
<p>2.     YOU ARE AT THE CENTER OF YOUR UNIVERSE. STAY THERE!</p>
<p>3.     WHAT YOU THINK ABOUT MOST IS WHAT YOU GET.</p>
<p>4.     YOU MAKE YOUR HABITS AND THEN YOUR HABITS MAKE YOU.</p>
<p>5.     GUILT ENSLAVES YOU. RESPONSIBILITY LIBERATES YOU.</p>
<p>6.     “OBLIGATIONS” ARE A FRAUD.</p>
<p>7.     EXPECT LESS FROM OTHERS AND MORE FROM YOURSELF.</p>
<p>8.     NOBODY WAKES UP IN THE MORNING CHOOSING TO BE THE VILLAIN.</p>
<p>9.     THERE IS NO “HAPPILY EVER AFTER” IN THE REAL WORLD.</p>
<p>10.   THERE IS A HELL, AND IT STARTS EARLY.</p>
<p>11.   YOU CAN CREATE PARADISE ON EARTH.  MANY PEOPLE DO.</p>
<p>12.   IT’S NEVER TOO LATE TO CHANGE</p>
<p>Definitely read the <a href="http://nlpco.com/news/2008/12/11/toms-twelve-laws-of-life/">original post</a> in its entirety to get some great wisdom on each of these 12 laws!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=12+Laws+of+Life+http://eric-blue.com/?p=610+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2008/12/17/12-laws-of-life/&amp;title=12+Laws+of+Life" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2008/12/17/12-laws-of-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>66 Best Personal Excellence Tips</title>
		<link>http://eric-blue.com/2008/12/05/66-best-personal-excellence-tips/</link>
		<comments>http://eric-blue.com/2008/12/05/66-best-personal-excellence-tips/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 03:46:09 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Personal Development]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=596</guid>
		<description><![CDATA[Last week I posted about LiteMind&#8217;s Personal Excellence Tips Project.  I ended up submitting an entry (#51), and have to say it was tough to pick *one* single best tip.  But, here&#8217;s what I came ...]]></description>
			<content:encoded><![CDATA[<p>Last week I posted about <a href="http://eric-blue.com/2008/11/26/personal-excellence-tips/">LiteMind&#8217;s Personal Excellence Tips Project</a>.  I ended up submitting an entry (#51), and have to say it was tough to pick *one* single best tip.  But, here&#8217;s what I came up with:</p>
<blockquote><p><strong>Set aside a specific time each week for personal reflection.</strong></p>
<p>Having a consistent weekly review is one of the most powerful ways to better focus your attention, realign your priorities, and make sure you’re making progress towards your goals. Block off 30-45 minutes at the end of each week, ask questions, and write down your answers in your system of choice: What did I learn this week? What did I accomplish? What do I still need to focus on for next week? Have I made progress towards my long-term goals? What new ideas do I have? What did I learn this week that inspires me?</p></blockquote>
<p>Luciano has now compiled and posted all of the submissions into a single article that lists the 66 Best Tips.  I have to say that there are some really great tips in there.  The thing I like about this project is that it creates a forum that allows both everyday readers and bloggers to post their success recipes.  The blogosophere is a big place, and having a single page to combine this type of advice is incredibly helpful.</p>
<p>Please do check out the page (<a href="http://litemind.com/best-personal-excellence-tips/">http://litemind.com/best-personal-excellence-tips/</a>), and make sure to vote by 12/8!  I certainly wouldn&#8217;t mind if you picked my tip (#51) as the best, but I have to say I have some tough competition <img src='http://eric-blue.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=66+Best+Personal+Excellence+Tips+http://eric-blue.com/?p=596+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2008/12/05/66-best-personal-excellence-tips/&amp;title=66+Best+Personal+Excellence+Tips" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2008/12/05/66-best-personal-excellence-tips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

