<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.1" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Probabilist . com</title>
	<link>http://www.theprobabilist.com</link>
	<description>Improving Your Odds in Life</description>
	<pubDate>Tue, 27 Feb 2007 00:03:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/TheProbabilist" type="application/rss+xml" /><item>
		<title>How to Blog - 4/8 Design &amp; Tweaks</title>
		<link>http://feeds.feedburner.com/~r/TheProbabilist/~3/96473356/</link>
		<comments>http://www.theprobabilist.com/how-to-blog-48-design-tweaks/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 23:57:53 +0000</pubDate>
		<dc:creator>The Probabilist</dc:creator>
		
		<category><![CDATA[[Articles]]]></category>

		<category><![CDATA[Productivity]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.theprobabilist.com/how-to-blog-48-design-tweaks/</guid>
		<description><![CDATA[


Step 4 takes the design perspective into account. If you want your blog to stand out from the rest, you need to start experimenting and tweaking with your php files. The best and most common step is to simply toggle between your offline blog, the files in your wp-content folder and the WordPress codex. Additionally, [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin: 0.6em"><p><script type="text/javascript"><!--
google_ad_client = "pub-5391192903761908";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
google_ad_type = "text_image";
//2007-01-12: EtuKeskellÃ¤PostBox
google_ad_channel = "2985795345";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "00AAFF";
google_color_text = "000000";
google_color_url = "9999FF";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>Step 4 takes the design perspective into account. If you want your blog to stand out from the rest, you need to start experimenting and tweaking with your php files. The best and most common step is to simply toggle between your offline blog, the files in your wp-content folder and the <a href="http://codex.wordpress.org/Main_Page">WordPress codex</a>. Additionally, it&#8217;s best to change the permalink structure for better search engine optimization.</p>
<p>When you look at some of the most beautiful and practical WordPress themes, take for instance the <a href="http://www.ndesign-studio.com/">Phoenix theme</a> by Nick La, you might get inspired to follow the same path and create your own WordPress theme in the end - all from scratch simply by trial and error learning of how css templates work.</p>
<h3>Changing Permalinks</h3>
<p>When you&#8217;ve installed your blog, you&#8217;ll find that the links to your posts come out numerically as a ?p=1 which doesn&#8217;t tell what your articles are about. This is why you need to go into the permalinks panel found under the options tab in the WordPress main interface. Choose the &#8220;Custom, specify below&#8221; tab, enter /%postname%/ in the blank field and press the update button. This way, your post urls will include the title of your posts, which makes more sense to the GoogleBot when indexing your content.</p>
<p>I found that this step was as simple as that on WordPress 2.1, but you might also get a warning message saying that you have to update your .htaccess file. This requires a bit more tweaking then to get it right, but the guys over at <a href="http://www.tubetorial.com/blog-permalinks-word/">Tubetorial</a> give you the fix.</p>
<h3>Favicon</h3>
<p>A favicon is the small pic located on the browser tabs that go along with the blog&#8217;s urls. This is a way for your blog to stand out more - and it doesn&#8217;t take much of your time. You can find premade favicons from the web, but to have one that matches with your blog design, just create a 16&#215;16 bmp or png file on paint as I did. You then need to use a separate icon converting program to save it as an .ico file that the browser understands. I suggest <a href="http://www.towofu.net/soft/e-aicon.php">@icon sushi</a>. Next, put/upload the favicon.ico to the blog&#8217;s root directory and see if it works. If not, then add the following code under the head tag in the header.php file and it should do the trick. (Add the tags)</p>
<p>link rel=&#8221;shortcut icon&#8221; href=&#8221;http://www.yourblog.com/favicon.ico&#8221;<br />
link rel=&#8221;icon&#8221; href=&#8221;http://www.ourblog.com/favicon.ico&#8221;</p>
<h3>Style.css &#038; php files</h3>
<p>When you start playing around with these files, you&#8217;ll be glad you&#8217;ve got yourself an offline version of your blog. When it comes to altering these, it&#8217;s all up to your own taste of how much you want to change - as well as learn in the process. For the past two weeks I&#8217;ve been working on a new project (which has taken away time to update on this blog) and it&#8217;s been an invaluable experience. DIY is cheap and you gradually learn the ins and outs of what&#8217;s possible to do, but on the downside, it takes a lot of time compared to paying someone else to do the job for you.</p>
<p>Your first blog may never reach perfection, but it&#8217;s all about gaining the knowledge and experience to eventually reach more optimal results, so stick to figuring out at least the basics of the code that creates the blog you see in order to grasp the future possibilities. I&#8217;m in a bit of a crossroad at the moment on where I should focus my effort, but I&#8217;ll keep you all updated on a reasonable frequency. </p>
<h3>Checklist for step 4 - design &#038; tweaks</h3>
<ul>
<li><b>Permalinks</b> - Change the structure for better SEO
<li><b>Favicon</b> - Create one to stand out more
<li><b>CSS &#038; PHP</b> - Familiarize yourself to the basics (and beyond)
<li><b>Insert images or videos</b> - interactive content can spice up your blog.
</ul>
<p>In the fifth step of this &#8220;tutorial&#8221; (Friday, March 2nd), we&#8217;ll be tapping into utilities provided by Google to get more out of your blog&#8217;s performance.</p>
<p>Bookmark this page or subscribe to my feed to stay updated.</p>
<p><div id="post-ratings-145" class="post-ratings"><img id="rating_145_1" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 4.5 out of 5" title="1 Stars" onmouseover="current_rating(145, 1);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_145_2" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 4.5 out of 5" title="2 Stars" onmouseover="current_rating(145, 2);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_145_3" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 4.5 out of 5" title="3 Stars" onmouseover="current_rating(145, 3);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_145_4" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 4.5 out of 5" title="4 Stars" onmouseover="current_rating(145, 4);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_145_5" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_half.gif" alt="2 Votes | Average: 4.5 out of 5" title="5 Stars" onmouseover="current_rating(145, 5);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /> (<b>2</b> votes, average: <b>4.5</b> out of 5)</div>
<div id="post-ratings-145-loading"  class="post-ratings-loading"><img src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/loading.gif" width="16" height="16" alt="" title="" class="post-ratings-image" />&nbsp;</div>
</p>
<p><!-- AddThis Bookmark Button BEGIN --><a href="javascript: location.href='http://www.addthis.com/bookmark.php?pub=TheProbabilist&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);" title="Bookmark using any bookmark manager!"><img src="http://www.theprobabilist.com/files/bookmark.gif" /><!-- AddThis Bookmark Button END --><!-- AddThis Feed Button BEGIN --><a href="http://www.addthis.com/feed.php?pub=TheProbabilist&#038;h1=http%3A%2F%2Ffeeds.feedburner.com%2FTheProbabilist&#038;t1=" title="Subscribe using any feed reader!"><img src="http://www.theprobabilist.com/files/subscribe.gif" /></a><!-- AddThis Feed Button END --></p>
<p><a href="http://www.text-link-ads.com/?ref=49587"><img src="http://www.text-link-ads.com/images/text_link_ads_E_468x60.gif" border="0" alt="Text Link Ads"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theprobabilist.com/how-to-blog-48-design-tweaks/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.theprobabilist.com/how-to-blog-48-design-tweaks/</feedburner:origLink></item>
		<item>
		<title>Carnival of Improvement 05</title>
		<link>http://feeds.feedburner.com/~r/TheProbabilist/~3/94839486/</link>
		<comments>http://www.theprobabilist.com/carnival-of-improvement-05/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 17:23:20 +0000</pubDate>
		<dc:creator>The Probabilist</dc:creator>
		
		<category><![CDATA[[Links]]]></category>

		<category><![CDATA[Carnivals]]></category>

		<guid isPermaLink="false">http://www.theprobabilist.com/carnival-of-improvement-05/</guid>
		<description><![CDATA[
First off, sorry for being a day late on my blogging schedule. I&#8217;ve had a busy week on the personal side of things outside this blog and will therefore give you the fourth step of the blogging tutorial by tomorrow.
This week&#8217;s carnival was again the biggest one yet. Remember that the deadline is always a [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin: 1em"><p><!--adsense#LinksBox--></div>
<p>First off, sorry for being a day late on my blogging schedule. I&#8217;ve had a busy week on the personal side of things outside this blog and will therefore give you the fourth step of the blogging tutorial by tomorrow.</p>
<p>This week&#8217;s carnival was again the biggest one yet. Remember that the deadline is always a Wednesday, which means that articles submitted from Thursday onwards will be featured on the next week&#8217;s edition. But as always, first come are first served on each category. I&#8217;m also happy to have finally received an article going under the last category. I put it in the top 5 since I had trouble picking out the fifth best article of this week.</p>
<p>Starting next week I might limit the number of articles and only select the most relevant and worthwile submissions from them all. I do intend to have new submitters get their first post on this carnival so that they at least get a link to their blog, but after that, I might get selective. On occasion, I&#8217;m seeing fairly similar pieces of advice simply with different wording and phrasing, so I figure it serves my readers too to only choose the most unique and useful articles from now on. I&#8217;m a nice guy so I accepted all submitted articles this week. But let&#8217;s see how it all goes along and if the amount of articles submitted don&#8217;t decrease from the current level.</p>
<p>That being said, enjoy this week&#8217;s edition!</p>
<h3><font color=#00cc00>Top Five Posts</font></h3>
<p><a href="http://zenchillcom.blogspot.com/2007/01/how-to-be-really-cool.html">How to Be Really Cool</a> (1077) by Raymond David Salas is one of these week&#8217;s outstanding articles giving you some real life examples of downright cool + successful people. What are your role models like?</p>
<p><a href="http://www.mikeestep.com/articles/2-19-07.html">Talking to Learn</a> (860) by Mike Estep is a very interesting read, but not because that&#8217;s all he wants you to do. This is a definite top 5 post if you haven&#8217;t thought about the insights he&#8217;s about to share with you.</p>
<p><a href="http://www.craigharper.com.au/2007/02/so-youve-decided-to-get-in-shape-again.html">So, You&#8217;ve Decided to Get in Shape&#8230;.. Again (part one)</a> (1062) is Craig Harper&#8217;s introduction and best starting tips to improved physical fitness. (Un)fortunately he&#8217;s still unmatched to get rid of his consecutive top 5 placements. <img src='http://www.theprobabilist.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.wisebread.com/fake-meat-only-makes-you-lighter-not-your-wallet">Fake meat only makes you lighter, not your wallet.</a> (1159) by Fitch Hurst gives you an interesting analysis of textured vegetable protein that you might want to try out.</p>
<p><a href="http://www.todaysten.com/2007/02/top-10-productivity-software.html">Top 10 Productivity Software</a> (1074) by Ybother gives us a list of many fairly unknown softwares for enhanced efficiency. Check it out.</p>
<h3><font color=#00cc00>Blog optimizing &#038; monetizing</font></h3>
<p><a href="http://www.web-money-advices.com/index.php/quality-content/2007/02/15/">Quality Content</a> (1328) by Money Online delivers some profound pointers on making your articles talk to readers and have them return for more.</p>
<h3><font color=#00cc00>Consciousness &#038; Understanding</font></h3>
<p><a href="http://www.homebusinesswiz.com/2007/02/who_pushes_your_buttons.html">Who Pushes Your Buttons?</a> (554) is Barbra Sundquist&#8217;s pleasant addition on how to find out what&#8217;s bugging you and how to get rid of it. It reminds me of my own fairly <a href="http://www.theprobabilist.com/its-your-fault-that-you-feel-bad/">similar article</a> on tackling things that annoy you.</p>
<p><a href="http://organicleadership.wordpress.com/2007/02/07/driven-v-called/">Driven v. Called</a> (137) by Billy Smith shares with us the revelation of being either driven or called to exist and act.</p>
<p><a href="http://themiddleway.net/2007/02/05/how-to-develop-your-intelligence/">How To Develop Your Intelligence</a> (453) by Wade M gives us a clear distinction of what intelligence is and isn&#8217;t, and how to go about and improve it.</p>
<p><a href="http://www.abetteryoublog.com/2007/02/16/let-off-steam-4-types-of-releases-you-need-to-be-happy-and-healthy/">Let Off Steam: 4 Types of Releases You Need to be Happy and Healthy</a> (1412) by Patricia does a great job at giving four solutions for problems of different magnitudes. Try a little match-making to find the ones that work for your issues.</p>
<p><a href="http://www.successstep.net/blog/2007/02/06/the-magnetic-you/">The Magnetic You!</a> (281) by arathi brings us some advice on focusing our thoughts more clearly to attract the right kind of opportunities and avoid unnecessary difficulties.</p>
<p><a href="http://www.conanstevens.com/tall-actors-giant-life/conan-stevens-life/unpopular-geeky-kid-at-school-to-movie-star---build-self-confidence.html">Unpopular Geeky Kid At School To Movie Star - Build Self Confidence</a> (1387) by Conan Stevens is a personal story about how to gain self confidence through diligent effort. Whatever you go for, it pays off in the end.</p>
<p><a href="http://oedb.org/library/starting-a-career/88-surefire-job-interview-tips">How to Ace Your Job Interview: 88 Surefire Tips and Tricks</a> (2321) by Jimmy Atkinson is as self-explanatory as it gets. Take a look into it since it&#8217;s bound to include something you might have overlooked.</p>
<p><a href="http://www.madetobegreat.com/index.php/archive/stinking-thinking-change-your-thoughts-change-your-life/">Stinking Thinking - Change your thoughts, change your life</a> (702) by Alan is a great reminder of what kind of an attitude we should hold towards people and issues. It&#8217;s all about how you relate to things and not the things themselves that matter.</p>
<p><a href="http://www.optimistlab.com/index.php/2007/02/19/understanding-and-getting-over-your-difficult-childhood-part-one/">Understanding and Getting Over Your Difficult Childhood: Part One</a> (954) by Cardin Lilly Routh gives you a fresh start to understanding the bad things that may have happened in your childhood, how to overcome them and what you&#8217;ll gain from it.</p>
<p><a href="http://quotes.lilly6.com/2007/02/20/working-hard-doesnt-do-it/">Working Hard Doesn’t Do It</a> (401) is Jordan&#8217;s piece of advice on gaining appreciation and doing what you love.</p>
<h3><font color=#00cc00>Finances &#038; Investing</font></h3>
<p><a href="http://www.1siliconvalley.com/real-estate-myths-home-buyers-fall-in-love-with/">Real Estate Myths Home Buyers Fall in Love With</a> (1095) is Steve Leung saying that by challenging the reasoning behind some widely-held notions and remembering that your personal requirements are the key real estate decision process, you can gain more confidence in any decision you choose to make.</p>
<p><a href="http://rchaimqoton.blogspot.com/2007/02/tithes-and-charities.html">Tithes and Charities</a> (2458) by Reb Chaim HaQoton is one long list of recorded acts of charity and tithing.</p>
<p><a href="http://getting-green.blogspot.com/2007/02/one-true-secret-of-rich.html">The One True Secret of The Rich</a> (497) by Matthew Paulson is bringing you the long awaited secret to great wealth. Are you prepared for it?</p>
<h3><font color=#00cc00>Health &#038; Exercising</font></h3>
<p><a href="http://www.massagemindandbody.com/blog/introducing-new-habits-to-eliminate-pain-patterns/">Introducing new habits to eliminate pain patterns</a> (460) by Shelley M. Fondren takes a peek into the life of a busy Certitifed Massage Therapist and her quest for total wellness.</p>
<h3><font color=#00cc00>Motivation &#038; Productivity</font></h3>
<p><a href="http://tao-simple.blogspot.com/2006/09/present-moment-goal-setting.html">Present Moment Goal Setting</a> (461) by Praveen is a very powerful and consistent method of goal achievement. Make sure you internalize it.</p>
<p><a href="http://aridni.com/2007/02/how-to-resist-your-e-mail-checking/">How to decrease your e-mail checking</a> (561) by Michelle/Katie presents four steps out of e-mail check-up addiction.</p>
<p><a href="http://www.theinterchangedesk.com/2007/02/06/the-c-change/">The C Change</a> (592) is John Lampard&#8217;s thoughts on career change as inspired by the Australian term &#8220;Sea Change&#8221; to help you on your way.</p>
<p><a href="http://www.mallosworld.co.uk/organize-it/2007/02/15/10-practical-stress-reducing-tactics/">10 Practical Stress Reducing Tactics</a> (587) by SpiKe offers some great solutions on achieving more with less effort and anxiety.</p>
<p><a href="http://www.madetobegreat.com/index.php/archive/its-all-about-family/">Its all about Family</a> (447) is Alan&#8217;s message for what and why we strive to achieve and succeed in life - to pass it forward to those we care about.</p>
<p><a href="http://waltnation.com/2007/02/16/no-plan-b/">No Plan B!</a> (573) by Walt shares a powerful insight that having a plan B is for quitters. I agree with this article, although some may consider it irresponsible and reckless.</p>
<p><a href="http://www.projectmanagementsource.com/2007/02/leadership_thro.html">Leadership Through Conversation</a> (282) by Sagar Satapathy/Priya Jestin offers some helpful information on improving the quality of the underlying leadership you find yourself in.</p>
<p><a href="http://www.arvinddevalia.com/blog/2007/01/22/strive-for-excellencejust-begin/">Strive for excellence…just begin!</a> (1023) is Arvind Devalia&#8217;s advice to forget about being perfect because it prevents you from beginning - so strive for excellence instead.</p>
<p><a href="http://www.debramoorhead.com/blog/?p=148">How to Set Clear, Definite Goals</a> (1065) by Debra Moorhead is a step-by-step guide to more targeted goal-setting, which is the key to better achievement.</p>
<p><a href="http://www.coaching4lesbians.com/blog/2007/02/19/biting-off-more-than-you-can-chew-youre-bound-to-choke/">Biting Off More Than You Can Chew? You’re Bound to Choke</a> (749) by Paula Gregorowicz tackles the question of when to say no when other people are in need of your time.</p>
<p><a href="http://www.campusgrotto.com/10-best-colleges-to-attend.html">10 Best Colleges to Attend</a> (515) is Ted Reimers saying that one of the best ways to improve yourself is with a college education. So here is a list of the top 10 colleges to attend academically speaking.</p>
<p><a href="http://burstcreativity.com/word/2007/02/14/open-call-for-project-mastermindx/">Open Call For Project MastermindX</a> (350) by almomento is calling out people actively interested in personal development to join the biggest mastermind group in the world.</p>
<h3><font color=#00cc00>Psychology &#038; Relationships</font></h3>
<p><a href="http://www.howtobecooler.com/funny">Thoughts on Being Funny</a> (2297) by Chris gives you many useful pointers on being a spontaneously funny, witty person, but on the correct occasions.</p>
<p><a href="http://www.thedigeratilife.com/blog/index.php/2006/10/27/a-wikipedia-employees-ultimate-resignation-letter/">A Wikipedia Guy&#8217;s Ultimate Resignation Letter</a> (366) is Silicon Valley Blogger saying that if you&#8217;re going to quit a job, you shouldn&#8217;t do it this way.</p>
<p><a href="http://trustedadvisor.com/blog/106/">Trust Tip 32: Answering &#8220;Why Should We Choose You?</a> (587) is Charles H. Green&#8217;s advice when at auditions, job interviews, sales pitches, even on dates, people ask<br />
&#8220;why should I choose you&#8221; all the time. The surprisingly effective way to handle this question is to tell the truth.</p>
<p><a href="http://davidmaister.com/blog/334/">Being Effective With People: Part 2 (Speaking Your Mind)</a> (73) is David Maister asking &#8220;If you were defending your life, how many people would stand up to testify for you?&#8221; The answer remains to be answered by the reader.</p>
<p><a href="http://www.charmaineyoest.com/2007/02/pick_a_publicity_shot.php">Pick a Publicity Shot</a> (156) is Jack Yoest&#8217;s post waiting for opinions on which photo suits best. My choice is number two.</p>
<p><a href="http://tipskey.com/self_help/wake_up_on_time.htm">Wake Up On Time</a> (894) by SengAun Ong delivers a few helpful tips to successfully wake up the same time every day using Pavlov&#8217;s techniques.</p>
<p><a href="http://www.nielshoven.com/2007/02/19/ask-niels-how-do-i-build-an-emotional-connection/">Ask Niels: How do I build an emotional connection?</a> (413) is Niels Hoven&#8217;s answer to create a deeper connection on a first date so that it won&#8217;t be the last date.</p>
<h3><font color=#00cc00>Widgets &#038; Software</font></h3>
<p><a href="http://ridingwithricky.blogspot.com/2007/02/this-is-where-rickey-posts_16.html">This is where Rickey posts recommendations of note&#8230;</a> (553) by Rickey Henderson was a bit difficult to categorize since it includes some offbeat tips to improving your life.</p>
<p>Join me again on next week&#8217;s Thursday and feel free to submit your entry to it by clicking <a href="http://blogcarnival.com/bc/submit_965.html">here</a>.</p>
<p><div id="post-ratings-144" class="post-ratings"><img id="rating_144_1" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 4.5 out of 5" title="1 Stars" onmouseover="current_rating(144, 1);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_144_2" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 4.5 out of 5" title="2 Stars" onmouseover="current_rating(144, 2);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_144_3" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 4.5 out of 5" title="3 Stars" onmouseover="current_rating(144, 3);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_144_4" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 4.5 out of 5" title="4 Stars" onmouseover="current_rating(144, 4);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_144_5" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_half.gif" alt="2 Votes | Average: 4.5 out of 5" title="5 Stars" onmouseover="current_rating(144, 5);" onmouseout="ratings_off(4, 5);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /> (<b>2</b> votes, average: <b>4.5</b> out of 5)</div>
<div id="post-ratings-144-loading"  class="post-ratings-loading"><img src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/loading.gif" width="16" height="16" alt="" title="" class="post-ratings-image" />&nbsp;</div>
</p>
<p><!-- AddThis Bookmark Button BEGIN --><a href="javascript: location.href='http://www.addthis.com/bookmark.php?pub=TheProbabilist&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);" title="Bookmark using any bookmark manager!"><img src="http://www.theprobabilist.com/files/bookmark.gif" /><!-- AddThis Bookmark Button END --><!-- AddThis Feed Button BEGIN --><a href="http://www.addthis.com/feed.php?pub=TheProbabilist&#038;h1=http%3A%2F%2Ffeeds.feedburner.com%2FTheProbabilist&#038;t1=" title="Subscribe using any feed reader!"><img src="http://www.theprobabilist.com/files/subscribe.gif" /></a><!-- AddThis Feed Button END --></p>
<p><!--adsense#PostBottomD--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theprobabilist.com/carnival-of-improvement-05/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.theprobabilist.com/carnival-of-improvement-05/</feedburner:origLink></item>
		<item>
		<title>Taking Control of Your Life</title>
		<link>http://feeds.feedburner.com/~r/TheProbabilist/~3/93392749/</link>
		<comments>http://www.theprobabilist.com/taking-control-of-your-life/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 16:35:56 +0000</pubDate>
		<dc:creator>The Probabilist</dc:creator>
		
		<category><![CDATA[[Articles]]]></category>

		<category><![CDATA[Consciousness]]></category>

		<category><![CDATA[Personal Growth]]></category>

		<category><![CDATA[Philosophy]]></category>

		<category><![CDATA[Purpose]]></category>

		<category><![CDATA[Relationships]]></category>

		<category><![CDATA[Beliefs]]></category>

		<category><![CDATA[Time]]></category>

		<guid isPermaLink="false">http://www.theprobabilist.com/taking-control-of-your-life/</guid>
		<description><![CDATA[
Life is undeniably a pretty complex term. When we look at all the different aspects of a human being&#8217;s life, what we are responsible for and what we can or can not control, the list can grow quite long and into many layers of details. Take for instance circumstances, emotions, skills, diseases, other people&#8217;s behaviour, [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin: 0.6em"><p><!--adsense#ArticlesBox--></div>
<p>Life is undeniably a pretty complex term. When we look at all the different aspects of a human being&#8217;s life, what we are responsible for and what we can or can not control, the list can grow quite long and into many layers of details. Take for instance circumstances, emotions, skills, diseases, other people&#8217;s behaviour, luck, success and happiness. How many of these, and to what degree would you define to be within or beyond your control? An even greater question that I&#8217;ve been battling lately is the question of how much we as human beings are supposed to take control of in our reality in the first place.</p>
<p>Some books and teachings say that we should just let go of our desires, live simple lives and give up the thought of taking control of our destiny - that everything is going along just as it is meant to, which means that trying to alter things is futile and a waste of energy. In other words, life is meant to be a humbling experience where the solution is simply to enjoy our stay on this planet and live with care and love toward ourselves, others and the Oneness of all that exists.</p>
<p>Another way of thinking is that this whole reality is your own creation and you (read I) are fully responsible of all that goes on in it. Therefore, it&#8217;s obvious that there&#8217;s a lot of cleaning up to do with all the misery and catastrophes that occur every single hour and minute of every day. This revelation either breaks you if you don&#8217;t even have the strength to take care of yourself, or it has the power to create a great human being out of you that actively improves the world - through internal or external means (self-improvement or altruism).</p>
<p>Option 1 resembles more of a theistic approach and option 2 an atheistic approach, but it doesn&#8217;t have to be that cut and dried. The underlying question is if <em>you</em> have the full control of your reality or if it&#8217;s beyond your reach, found in something or someone else&#8217;s control. It&#8217;s all a paradox that seems to circle on endlessly when you think about the human levels of consciousness as explained by <a href="http://www.theprobabilist.com/power-vs-force/">David Hawkins</a>. In broad terms, people below the consciousness of 200 are denying the responsibility of their own life and need to grasp this revelation to reach neutrality. However, to get past the mid levels and reach unconditional love and enlightenment, you have to more or less again give up the control that your ego and corporeal body has access to. So what then is the answer, should a human being strive for control or not?</p>
<p>I wasn&#8217;t able to push this question forward until I started asking myself what the word control really means and comprises of. The traditional explanation would for instance consider having control of a car. It then means that you&#8217;re the master of the car&#8217;s movements and nobody else is able to influence it. This I would name &#8216;direct control&#8217; and it follows in suit with the subjective reality perspective that everything is happening due to your own thoughts and actions - that circumstances, emotions, skills, diseases, other people&#8217;s behaviour, luck, success and happiness are all within your control.</p>
<p>However, I&#8217;m also convinced that &#8216;indirect control&#8217; is an equally powerful concept and a very acceptable mind-set as well. This is the power of being a master at <em>how you relate towards everything</em> - even though you accept that everything is beyond your control. Your control is therefore strictly internal and in a way, you control the external occurrences because of your own relationships towards them. In this case for instance, cold weather does not have control over you because it does not bother you. You are in total acceptance of your surroundings and thus, you are the one in control. It&#8217;s still a kind of control after all even though the outcome is beyond your reach.</p>
<p>So what this all boils down to is a separation between internal and external control. Now if we look at the small list of concepts I presented earlier (circumstances, emotions, skills, diseases, other people&#8217;s behaviour, luck, success and happiness), we notice that all of them are within one of our &#8216;controls&#8217; and that in the end, you don&#8217;t have to choose one form of control over the other. They can both co-exist and you just choose one according to the nature of the issue. I&#8217;m sure you&#8217;ll find out which concepts require direct control and which require indirect control.</p>
<p>Many people find themselves out of life balance when they only rely on one form of control. They get mad at the universe or themselves when there&#8217;s no single solution to all of their daily matters that they want to control. Fortunately, there is a solution for how to take control of life, but it takes time and effort to master both kinds of controls for improved life quality.</p>
<p>Or were you more inclined to find an answer to which of the two introduced  teachings are more correct? Life isn&#8217;t a goal or a destination you strive to reach. It&#8217;s a path and an experience where there is no past and no future - only an endless amount of the present moment. Life wouldn&#8217;t be very exciting if all our questions were answered, but I hope that you start to recognize the two kinds of controls that you may use and slowly master from now on to make the best of your life and the present moment. This matters more to me than finding answers to all the questions I can think of.</p>
<p><div id="post-ratings-143" class="post-ratings"><img id="rating_143_1" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 5 out of 5" title="1 Stars" onmouseover="current_rating(143, 1);" onmouseout="ratings_off(5, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_143_2" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 5 out of 5" title="2 Stars" onmouseover="current_rating(143, 2);" onmouseout="ratings_off(5, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_143_3" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 5 out of 5" title="3 Stars" onmouseover="current_rating(143, 3);" onmouseout="ratings_off(5, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_143_4" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 5 out of 5" title="4 Stars" onmouseover="current_rating(143, 4);" onmouseout="ratings_off(5, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_143_5" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="2 Votes | Average: 5 out of 5" title="5 Stars" onmouseover="current_rating(143, 5);" onmouseout="ratings_off(5, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /> (<b>2</b> votes, average: <b>5</b> out of 5)</div>
<div id="post-ratings-143-loading"  class="post-ratings-loading"><img src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/loading.gif" width="16" height="16" alt="" title="" class="post-ratings-image" />&nbsp;</div>
</p>
<p><!-- AddThis Bookmark Button BEGIN --><a href="javascript: location.href='http://www.addthis.com/bookmark.php?pub=TheProbabilist&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);" title="Bookmark using any bookmark manager!"><img src="http://www.theprobabilist.com/files/bookmark.gif" /><!-- AddThis Bookmark Button END --><!-- AddThis Feed Button BEGIN --><a href="http://www.addthis.com/feed.php?pub=TheProbabilist&#038;h1=http%3A%2F%2Ffeeds.feedburner.com%2FTheProbabilist&#038;t1=" title="Subscribe using any feed reader!"><img src="http://www.theprobabilist.com/files/subscribe.gif" /></a><!-- AddThis Feed Button END --></p>
<p><!--adsense#PostBottomA--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theprobabilist.com/taking-control-of-your-life/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.theprobabilist.com/taking-control-of-your-life/</feedburner:origLink></item>
		<item>
		<title>How to Blog - 3/8 Plugins</title>
		<link>http://feeds.feedburner.com/~r/TheProbabilist/~3/93002156/</link>
		<comments>http://www.theprobabilist.com/how-to-blog-38-plugins/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 19:36:44 +0000</pubDate>
		<dc:creator>The Probabilist</dc:creator>
		
		<category><![CDATA[[Articles]]]></category>

		<category><![CDATA[Productivity]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.theprobabilist.com/how-to-blog-38-plugins/</guid>
		<description><![CDATA[
The third step is to use appropriate and effective plugins on your blog. This is neither a top list nor a required list where you need to use them all. It serves more of as an introduction to plugins that show what kind of functionality and accessibility your blog may lack if not used. There&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin: 0.6em"><p><!--adsense#ArticlesBox--></div>
<p>The third step is to use appropriate and effective plugins on your blog. This is neither a top list nor a required list where you need to use them all. It serves more of as an introduction to plugins that show what kind of functionality and accessibility your blog may lack if not used. There&#8217;s a lot of variation to be found when you want a certain kind of key functionality to your blog - the differences are then found in the instalment, use and appearance. WordPress comes with a few plugins to start with and Akismet is a plugin that you should definitely use.</p>
<p>All links are to the plugin homepages and they all come with guides on how to install and use them, so there&#8217;s no point that I retype what&#8217;s already found documented elsewhere. The standard deal is to download and extract the files to the plugin directory. Then you just go to the plugins menu in your administration panel and activate the plugins. But it&#8217;s always recommended that you first read the instructions found on each plugin homepage or the install or read me file that comes with the plugin. Some are more tricky to install than just to activate and some add their sub-menu to the options panel where you do the plugin tweaking.</p>
<p><a href="http://www.acmetech.com/blog/adsense-deluxe/"><b>Adsense-Deluxe</b></a></a><br />
I like this plugin not only because it automates the insertion of Google AdSense ads, but also because you can use it to automate any code you want to add to a post with a simpler maneuver. It adds a sub-menu to the options menu where you name a new code block and enter the full code in a box. The plugin then generates a tag that you insert in the post.</p>
<p><a href="http://meidell.dk/threadedcomments/"><b>Brian&#8217;s Threaded Comments</b></a><br />
This plugin adds the option of replying to a single comment so that it&#8217;s clear to whom you&#8217;re responding as it boxes in the previous comment in yours. I didn&#8217;t get this plugin to work, but there&#8217;s another plugin for the job as well, called the Quoter that is presented later on.</p>
<p><a href="http://tech.windsofstorm.net/wordpress/category-widget/"><b>Category Replacement Widget</b></a><br />
The Category replacement widget lets you change the category view in the sidebar into a drop down bar as presented in the sidebar of my blog. You need the sidebar widget plugin to use this.</p>
<p><a href="http://www.viper007bond.com/wordpress-plugins/clean-archives-reloaded/"><b>Clean Archives Reloaded</b></a><br />
This plugin is found in action on the <a href="http://www.theprobabilist.com/archive/">Archives</a> page and includes the dates and comment counts automatically. Since the latest WordPress upgrade, it also includes the pages you create, but this should be fixed in the next plugin update.</p>
<p><a href="http://www.cyber-knowledge.net/blog/2006/10/15/wordpress-plugin-rate-your-comments-comment-karma/"><b>Comment Karma</b></a><br />
If you want to add the option of voting a + or a - to other people&#8217;s comments, this plugin comes in handy. It&#8217;s a bit tricky to install, but works fine when you get the hang of it.</p>
<p><a href="http://chip.cuccio.us/projects/contact-form-ii/"><b>Contact Form ][</b></a><br />
This plugin displays the contact form found in the <a href="http://www.theprobabilist.com/contact/"Contact</a> page and may need some fine tuning to get it to show up as you want it to. This way you&#8217;re less prone to get spam mail since your e-mail address remains hidden.</p>
<p><a href="http://wordpress.org/support/10/10321"><b>Count_posts</b></a><br />
Count_posts is a really simple plugin. It displays the total amount of posts you&#8217;ve published, as shown at the bottom of the <a href="http://www.theprobabilist.com/archive/">Archives</a> page. It just displays the number, so you&#8217;re free to add any text you want just by typing it out on the page.</p>
<p><a href="http://www.aviransplace.com/index.php/digg-this-wordpress-plugin/"><b>Digg This</b></a><br />
Digg This displays a similar button on your post that can be found on the <a href="http://www.digg.com">Digg</a> website to the left of the link headlines. It won&#8217;t show up until at least two people have dugg your entry and the plugin generates an e-mail to you notifying that this has happened. The downside is that you can&#8217;t really test if the plugin works or how it shows up until you&#8217;ve got dugg. <a href="http://www.theprobabilist.com/10-most-misspelled-words-in-blogs/">Here&#8217;s</a> what it looks like. You can also enter the code in the index.php file instead of the suggested post.php.</p>
<p><a href="http://tech.windsofstorm.net/wordpress/drop-archive-widget/"><b>Drop-down Archive Widget</b></a><br />
This plugin shows up the same way as the category replacement widget as found on the sidebar, but it doesn&#8217;t require you to have the sidebar widget plugin to use it.</p>
<p><a href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/"><b>Feedburner Feed Replacement</b></a><br />
You need to have a Feedburner feed to use this plugin. It&#8217;s a simple install and it boosts your feed count number because it taps into many sources that feedburner statistics doesn&#8217;t automatically count in, like Firefox Live Bookmarks.</p>
<p><a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final"><b>Google Sitemaps</b></a><br />
This plugin is part of the Google utilities entry I&#8217;ll post next week. It generates an XML sitemap of your blog so that Google can index it for better targeting.</p>
<p><a href="http://www.napolux.com/2006/12/14/myavatars-a-wordpress-plugin-for-mybloglog/"><b>MyAvatars</b></a><br />
A simple plugin that checks if a comment poster is registered to MyBlogLog and then places their picture/avatar in the comment box.</p>
<p><a href="http://www.damagedgoods.it/wp-plugins/quoter/"><b>Quoter</b></a><br />
Quoter functions like the quote button in forum posts. A blog reader can also highlight a text from your entry and by the click of a link, quote the text and reply to it in the comments. It&#8217;s a bit tougher to install than most plugins, but I got it to function properly. I might install it on this blog.</p>
<p><a href="http://www.semiologic.com/software/terms2posts/"><b>Related Entries</b></a><br />
This plugin is found in action at the bottom of this post, below the ad banner. It&#8217;s a great plugin since it gives the reader some place to go after reading a blog entry. You can&#8217;t keep all new readers, but this plugin helps a bit.</p>
<p><a href="http://svn.wp-plugins.org/widgets/trunk"><b>Sidebar Widgets</b></a><br />
This is a pretty basic plugin as it enables the widgetizing of your sidebar. It comes with its own menu where you drag, drop and order your widgets as you want to them to be displayed.</p>
<p><a href="http://txfx.net/code/wordpress/subscribe-to-comments/"><b>Subscribe To Comments</b></a><br />
Subscribe to comments simply adds the check box way down where a reader enters a comment. It adds a stickiness to the blog as it sends an e-mail whenever someone else has replied to a user&#8217;s comment.</p>
<p><a href="http://www.neato.co.nz/ultimate-tag-warrior/"><b>Ultimate Tag Warrior</b></a><br />
I personally don&#8217;t use this plugin, but it&#8217;s great to add tags to your posts. There are a few other plugins that go hand in hand with it too.</p>
<p><a href="http://www.lesterchan.net/portfolio/programming.php"><b>WP-PostRatings</b></a><br />
This is the rating plugin I use for people to vote on my posts and also to display them on each of the four pages in an descending order. It&#8217;s a nifty plugin, but don&#8217;t rely on people using it actively because only a very small fraction will. It took me over two months to get my first rating, and now I&#8217;m at 68.</p>
<p><a href="http://www.lesterchan.net/portfolio/programming.php"><b>WP-PostViews</b></a><br />
The WP-PostViews plugin is only visible to the blog admin. It shows how many times a post has been viewed when you go in to edit/manage a post. It comes in handy if you want to see which posts fare well on your blog.</p>
<p><a href="http://watershedstudio.com/portfolio/software/wp-category-posts.html"><b>WP Category Posts</b></a><br />
I&#8217;m using this plugin in the <a href="http://www.theprobabilist.com/categories/">Categories</a> page, but it requires you to manually enter each category to the page to make it display as it does there. The post count is automatic though.</p>
<p>I&#8217;m happy to include more plugins that anyone suggests, and although I&#8217;m not an expert at using them, I&#8217;ll do my best in helping out how to get them to work if the plugin homepages don&#8217;t provide sufficient info. There&#8217;s no checklist for this step. Just try installing any plugins in your offline blog that seem interesting and delete the ones that you don&#8217;t end up using to avoid clutter. There are lots of plugins to be found at the WordPress <a href="http://codex.wordpress.org/Plugins">plugin database link directory</a>.</p>
<p>In the fourth step of this &#8220;tutorial&#8221; (Friday, February the 23rd), we&#8217;ll be changing permalinks for better search engine optimization, looking into css and html tweaking and how to add more media rich content to spice up the blog appearance.</p>
<p>Bookmark this page or subscribe to my feed to stay updated.</p>
<p><div id="post-ratings-142" class="post-ratings"><img id="rating_142_1" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="1 Stars" onmouseover="current_rating(142, 1);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_142_2" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="2 Stars" onmouseover="current_rating(142, 2);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_142_3" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="3 Stars" onmouseover="current_rating(142, 3);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_142_4" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="4 Stars" onmouseover="current_rating(142, 4);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_142_5" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="5 Stars" onmouseover="current_rating(142, 5);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)</div>
<div id="post-ratings-142-loading"  class="post-ratings-loading"><img src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/loading.gif" width="16" height="16" alt="" title="" class="post-ratings-image" />&nbsp;</div>
</p>
<p><!-- AddThis Bookmark Button BEGIN --><a href="javascript: location.href='http://www.addthis.com/bookmark.php?pub=TheProbabilist&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);" title="Bookmark using any bookmark manager!"><img src="http://www.theprobabilist.com/files/bookmark.gif" /><!-- AddThis Bookmark Button END --><!-- AddThis Feed Button BEGIN --><a href="http://www.addthis.com/feed.php?pub=TheProbabilist&#038;h1=http%3A%2F%2Ffeeds.feedburner.com%2FTheProbabilist&#038;t1=" title="Subscribe using any feed reader!"><img src="http://www.theprobabilist.com/files/subscribe.gif" /></a><!-- AddThis Feed Button END --></p>
<p><!--adsense#PostBottomB--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theprobabilist.com/how-to-blog-38-plugins/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.theprobabilist.com/how-to-blog-38-plugins/</feedburner:origLink></item>
		<item>
		<title>Way of the Peaceful Warrior</title>
		<link>http://feeds.feedburner.com/~r/TheProbabilist/~3/92810309/</link>
		<comments>http://www.theprobabilist.com/way-of-the-peaceful-warrior/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 07:09:58 +0000</pubDate>
		<dc:creator>The Probabilist</dc:creator>
		
		<category><![CDATA[[Books]]]></category>

		<category><![CDATA[Consciousness]]></category>

		<category><![CDATA[Exercise]]></category>

		<category><![CDATA[Gratitude]]></category>

		<category><![CDATA[Goals]]></category>

		<category><![CDATA[Personal Growth]]></category>

		<category><![CDATA[Philosophy]]></category>

		<category><![CDATA[Purpose]]></category>

		<guid isPermaLink="false">http://www.theprobabilist.com/way-of-the-peaceful-warrior/</guid>
		<description><![CDATA[
Dan Millman&#8217;s Way of the Peaceful Warrior is the first book I&#8217;ve read this year that can be labeled as fiction. First published in the early 80s it&#8217;s a autobiographical novel blending in the author&#8217;s own experiences as well as fiction to remind us of life&#8217;s greater purpose and possibilities.
It is the story of Dan, [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin: 0.6em"><p><!--adsense#BooksBox--></div>
<p>Dan Millman&#8217;s Way of the Peaceful Warrior is the first book I&#8217;ve read this year that can be labeled as fiction. First published in the early 80s it&#8217;s a autobiographical novel blending in the author&#8217;s own experiences as well as fiction to remind us of life&#8217;s greater purpose and possibilities.</p>
<p>It is the story of Dan, a young gymnast moving to San Francisco for University studies and starting life on his own in ways he could not have imagined. Although very successful in acrobatics, his overall life does not offer any remarkable and memorable moments. Instead, he only seems to find some degree of peace and satisfaction from his training while all the rest is just blending in with indifference, mediocrity and unawareness of what awaits him.</p>
<p>Troubled by a reoccurring dream, he takes off into the night and stops by a 24/7 gas station where he meets an old, but swift man whose words and answers perplex and frustrate Dan. Still quite intrigued of the man&#8217;s behaviour, he decides to return to the gas station each night to find out why the old man seems to be the one in his dreams and why he constantly manages to outwit and outperform Dan who is three, four times younger than him.</p>
<p>Slowly but steadily Dan begins to listen to the man&#8217;s teachings, whom he calls by the name Socrates. Dan&#8217;s gymnast career seems to come to an end when he severely injures his foot, but given the newly awakened spirit, he starts to push his limits to not only start exercising his athletic abilities again, but also to become a master of life and unreasonable happiness. The path of the peaceful warrior doesn&#8217;t appear easily, quickly or rationally, and Dan gets to live through quite a number of demanding tasks and tests in order to reach his ultimate calling and be who he is meant to be.</p>
<p>There&#8217;s a great message to be found in this book and I enjoyed every page of it. As the tagline goes &#8220;A book that changes lives&#8221;, I&#8217;m inclined to agree with that statement and also recommend this book to anyone of any age. It speaks of the course and meaning of life, how we should relate to different occurrences in our lives and how to face the inevitable destiny we all have to one day. Get your own copy and find out if your level of consciousness is in balance with the way of the peaceful warrior.</p>
<p><div id="post-ratings-140" class="post-ratings"><img id="rating_140_1" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="3 Votes | Average: 3.67 out of 5" title="1 Stars" onmouseover="current_rating(140, 1);" onmouseout="ratings_off(3, 4);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_140_2" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="3 Votes | Average: 3.67 out of 5" title="2 Stars" onmouseover="current_rating(140, 2);" onmouseout="ratings_off(3, 4);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_140_3" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_on.gif" alt="3 Votes | Average: 3.67 out of 5" title="3 Stars" onmouseover="current_rating(140, 3);" onmouseout="ratings_off(3, 4);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_140_4" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_half.gif" alt="3 Votes | Average: 3.67 out of 5" title="4 Stars" onmouseover="current_rating(140, 4);" onmouseout="ratings_off(3, 4);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_140_5" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt="3 Votes | Average: 3.67 out of 5" title="5 Stars" onmouseover="current_rating(140, 5);" onmouseout="ratings_off(3, 4);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /> (<b>3</b> votes, average: <b>3.67</b> out of 5)</div>
<div id="post-ratings-140-loading"  class="post-ratings-loading"><img src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/loading.gif" width="16" height="16" alt="" title="" class="post-ratings-image" />&nbsp;</div>
</p>
<p><!-- AddThis Bookmark Button BEGIN --><a href="javascript: location.href='http://www.addthis.com/bookmark.php?pub=TheProbabilist&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);" title="Bookmark using any bookmark manager!"><img src="http://www.theprobabilist.com/files/bookmark.gif" /><!-- AddThis Bookmark Button END --><!-- AddThis Feed Button BEGIN --><a href="http://www.addthis.com/feed.php?pub=TheProbabilist&#038;h1=http%3A%2F%2Ffeeds.feedburner.com%2FTheProbabilist&#038;t1=" title="Subscribe using any feed reader!"><img src="http://www.theprobabilist.com/files/subscribe.gif" /></a><!-- AddThis Feed Button END --></p>
<p><!--adsense#PostBottomC--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theprobabilist.com/way-of-the-peaceful-warrior/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.theprobabilist.com/way-of-the-peaceful-warrior/</feedburner:origLink></item>
		<item>
		<title>How to Blog - 2/8 Go Online</title>
		<link>http://feeds.feedburner.com/~r/TheProbabilist/~3/91742032/</link>
		<comments>http://www.theprobabilist.com/how-to-blog-28-go-online/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 19:41:54 +0000</pubDate>
		<dc:creator>The Probabilist</dc:creator>
		
		<category><![CDATA[[Articles]]]></category>

		<category><![CDATA[Productivity]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.theprobabilist.com/how-to-blog-28-go-online/</guid>
		<description><![CDATA[
Step 2 is a short and easy step and serves the purpose of providing the basics for those of you who still haven’t had a blog online. That being said, here’s today’s agenda. We’ll look into what you need to be able to run WordPress, what kind of a host you might choose, how to [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin: 0.6em"><p><!--adsense#ArticlesBox--></div>
<p>Step 2 is a short and easy step and serves the purpose of providing the basics for those of you who still haven’t had a blog online. That being said, here’s today’s agenda. We’ll look into what you need to be able to run WordPress, what kind of a host you might choose, how to upload your files and how to go from there. Yes, it’s quite a beginner’s tutorial today. But let’s get on with it so we can get to the more advanced details later on.</p>
<p>The first part is easy. Your web host provider must  have PHP and MySQL support, or else your WordPress installation won’t work because it uses the MySQL database to function. Remember to check this when you choose your web host provider and service package. If you’re aiming really high and intend to drive lots of traffic to your blog, remember that a cheap alternative on a shared server might not stand up to it. Storage space shouldn’t be an issue unless you’ll be using lots of pictures, audio and video files to spice up your blog.</p>
<p>I have provided a list of web host candidates that you may choose from. I can’t really vouch for any of these except the last one, since it’s the only one I’ve personally used and still using.</p>
<ul>
<li><a href="http://www.dreamhost.com/">Dream Host</a>
<li><a href="http://www.bluefur.com/">Blue Fur</a> - Even the cheapest solution is said to stand <a href="http://www.digg.com">Digg</a> front page traffic.
<li><a href="http://www.godaddy.com">Go Daddy</a>
<li><a href="http://www.asmallorange.com/">A Small Orange</a> - Reader recommendation.
<li><a href="http://www.midphase.com/">midPhase</a>
<li><a href="http://www.anhosting.com/for/bloggers/?anhosting_special_for_bloggers">AN Hosting</a> - Specifically for blogs.
<li><a href="http://www.bluehost.com/">bluehost</a>
<li><a href="http://laughingsquid.net/">Laughing Squid</a>
<li><a href="http://www.planeetta.fi">Planeetta internet</a> - Just in case you live in Finland. <img src='http://www.theprobabilist.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</ul>
<p>Once you’ve signed up, you should get the necessary login details to be able to start uploading WordPress to your web host. Make the decision if you want your home page to be your blog (insert WordPress files to the root directory) or if you want the url to be yourpage.com/blog for instance instead (upload the wordpress folder to the root and rename it to “blog” or your word of choice.</p>
<p>To do this, you first need an FTP application. My choice is FileZilla, which you can download from <a href="http://sourceforge.net/project/showfiles.php?group_id=21558">SourceForge</a>. Run the installation and place it where you want. Run the program, choose File > Site Manager and enter the following details:</p>
<ul>
<li>Press the &#8220;New Site&#8221; button and give the connection any name.
<li>Enter your domain url in the &#8220;Host&#8221; field.
<li>Choose &#8220;SFTP using SSH2&#8243; in the &#8220;Servertype&#8221; dropdown field.
<li>&#8220;Logontype&#8221; should be &#8220;Normal&#8221;.
<li>Enter your username and password in the following fields.
<li>Click &#8220;Connect&#8221; and you should land on the web host directory.
</ul>
<p>This is where different web host providers have different category listings. Find out which is your root directory and upload your WordPress files or your wordpress directory there by dragging them from the left window to the right. I suggest clicking on the &#8220;Advanced&#8221; button and inserting the wordpress folder directory in the “Default remote directory” to save you some time by always landing where the action is when you connect to your web host. Remember now that your wp-config.php file must have the information that works with your web host database. Run the install.php file to install your online WordPress version and pick up the login details.</p>
<p>Here’s a tip. I recommend having a duplicate of both your online and offline wp-config.php files in separate directories. This way you’ve got an easy copy paste solution whenever you’ve done something wrong on either your offline or online WordPress directory and choose to upload or download it all from one host to the other to get it all working back as normal again.</p>
<p>Whenever you upgrade WordPress to a newer version, just copy all the files to your existing wordpress folder. Refresh your admin panel and the few steps are easy to just click through.</p>
<h3>Checklist for step 2 - starting offline</h3>
<ul>
<li><b>Web host</b> - Choose a blogger friendly solution that fits your needs.
<li><b>FileZilla</b> - Download, install and configure to have a file upload tool.
<li><b>WP Config</b> - Keep duplicates of your wp-config.php files for easy copying.
<li><b>Upgrade WordPress</b> - Keep an eye out for upgrades and always install them.
</ul>
<p>Pretty basic, huh? In the third step of this workshop (Monday, February the 19th), I’m listing the most essential WordPress plugins that you should know about, how to install them, how to use them and why. They may not all suite the context of your specific blog, but there’s bound to be something new to everyone who is following along with this tutorial. I hope I haven’t bored you too much, the rest of the steps provide more value to established bloggers.</p>
<p>Bookmark this page or subscribe to my feed to stay updated.</p>
<p><div id="post-ratings-141" class="post-ratings"><img id="rating_141_1" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="1 Stars" onmouseover="current_rating(141, 1);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_141_2" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="2 Stars" onmouseover="current_rating(141, 2);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_141_3" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="3 Stars" onmouseover="current_rating(141, 3);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_141_4" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="4 Stars" onmouseover="current_rating(141, 4);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_141_5" src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/stars/rating_off.gif" alt=" Votes | Average: 0 out of 5" title="5 Stars" onmouseover="current_rating(141, 5);" onmouseout="ratings_off(0, 0);" onclick="rate_post();" style="cursor: pointer; border: 0px;" /> (No Ratings Yet)</div>
<div id="post-ratings-141-loading"  class="post-ratings-loading"><img src="http://www.theprobabilist.com/wp-content/plugins/postratings/images/loading.gif" width="16" height="16" alt="" title="" class="post-ratings-image" />&nbsp;</div>
</p>
<p><!-- AddThis Bookmark Button BEGIN --><a href="javascript: location.href='http://www.addthis.com/bookmark.php?pub=TheProbabilist&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);" title="Bookmark using any bookmark manager!"><img src="http://www.theprobabilist.com/files/bookmark.gif" /><!-- AddThis Bookmark Button END --><!-- AddThis Feed Button BEGIN --><a href="http://www.addthis.com/feed.php?pub=TheProbabilist&#038;h1=http%3A%2F%2Ffeeds.feedburner.com%2FTheProbabilist&#038;t1=" title="Subscribe using any feed reader!"><img src="http://www.theprobabilist.com/files/subscribe.gif" /></a><!-- AddThis Feed Button END --></p>
<p><!--adsense#PostBottomD--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theprobabilist.com/how-to-blog-28-go-online/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.theprobabilist.com/how-to-blog-28-go-online/</feedburner:origLink></item>
	</channel>
</rss>
