<?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>MajorAap.com - A personal blog by Aprazeth &#187; Personal</title>
	<atom:link href="http://www.majoraap.com/category/personal/feed" rel="self" type="application/rss+xml" />
	<link>http://www.majoraap.com</link>
	<description>The ramblings of Aprazeth, an recent convert to minimalism, enthusiast of computer technology - with an outspoken opinion about everything and everyone.</description>
	<lastBuildDate>Tue, 14 Jun 2011 09:21:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up Todo.txt on Windows in Dropbox</title>
		<link>http://www.majoraap.com/setting-up-todo-txt-on-windows-in-dropbox-354?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-up-todo-txt-on-windows-in-dropbox</link>
		<comments>http://www.majoraap.com/setting-up-todo-txt-on-windows-in-dropbox-354#comments</comments>
		<pubDate>Tue, 25 Jan 2011 21:05:01 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Just fun]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=354</guid>
		<description><![CDATA[One of the things that I really enjoy every once in a while, is using the prompt &#8211; DOS, Bash, Terminal &#8211; whichever name it carries. A while ago I came across an application (well actually a script) that is &#8230; <a href="http://www.majoraap.com/setting-up-todo-txt-on-windows-in-dropbox-354">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the things that I really enjoy every once in a while, is using the prompt &#8211; DOS, Bash, Terminal &#8211; whichever name it carries. A while ago I came across an application (well actually a script) that is free, helps you create to-do lists, runs in a prompt (command-line goodness!) and saves everything in TXT.</p>
<p>You may have heard of it, you may not &#8211; it&#8217;s called todo.txt &#8211; and is available on <a href="http://todotxt.com/">http://todotxt.com/</a> or <a href="http://lifehacker.com/5155450/todotxt-cli-manages-your-tasks-from-the-command-line">http://lifehacker.com/5155450/todotxt-cli-manages-your-tasks-from-the-command-line</a></p>
<p>Recently, an Android client got released which made it the perfect tool for me. Especially since it&#8217;s working with Dropbox on Android. What I wanted to achieve was it to run on my machine as well &#8211; and it using the same todo.txt from my Dropbox. Effectively my to-do list would then be in the cloud, and updated where-ever I work with it :)</p>
<p>To set this up on your machine as well, download the release from http://todotxt.com.</p>
<p>Now, here comes the tricky part &#8211; how do you open/run the .SH file which is what todo.txt really is? This is where it gets tricky &#8211; you need CygWin. A bash command-line on Windows (I know, it&#8217;s more &#8211; but for the ease of reference I opted for this explanation) Yet another free tool available on <a href="http://cygwin.com/">http://cygwin.com/</a></p>
<p>Click on <a href="http://cygwin.com/install.html">Install Cygwin</a> and then on <a href="http://cygwin.com/setup.exe">Setup.exe</a>. Please save the file on your computer and then run it. During the installation, simply do not change any options at all. Just keep hitting that <strong>Next </strong>button ;-) When it asks to select a Download site try to find one that looks as if it could be close by (so if you are in Germany, look for servers with the .DE domain, if you are in France &#8211; for .FR etc.)</p>
<p>Then it will ask you to select the packages to install &#8211; simply hit <strong>Next </strong>again. The installer will now download and install the necessary packages on your computer &#8211; so have a cup of tea/coffee.</p>
<p>Once it&#8217;s done, click on <strong>Finish </strong>to close the setup.</p>
<p>Start <strong>Cygwin </strong>(from either your desktop or from the Start-menu) and once it&#8217;s ready &#8211; type in &#8220;<strong>exit</strong>&#8221; so it closes.</p>
<p>Now, back to the ZIP-file you downloaded from http://todotxt.com &#8211; extract the 2 files. Place <strong>todo.cfg</strong> and<strong> todo.sh</strong> in the the following folder:</p>
<p><strong>C:\Cygwin\Home\JohnDoe</strong></p>
<blockquote><p><span style="font-style: normal;">Replace JohnDoe with the username you use to login into Windows.</span></p></blockquote>
<p>Open todo.cfg with Notepad (in case Windows asks what program to use to edit/open it with, select Notepad) and replace the Todo_dir line so that it reads:</p>
<p><strong>export TODO_DIR=&#8221;/cygdrive/c/users/JohnDoe/dropbox/todo</strong></p>
<blockquote><p><span style="font-style: normal;">Replace /users/JohnDoe/Dropbox/todo with the location of your Dropbox folder with the Todo.txt &#8211; in the example shown this is on a Windows 7 machine, with a default installation of Dropbox. Be sure to append/change where needed.</span></p></blockquote>
<p>Save the file and open Cygwin and type:</p>
<p><strong>./todo.sh</strong></p>
<p>From that point on &#8211; please refer to the http://todotxt.com documentation on how to run or operate it.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/setting-up-todo-txt-on-windows-in-dropbox-354/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New functionality and appearance on the site</title>
		<link>http://www.majoraap.com/new-functionality-and-appearance-on-the-site-335?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-functionality-and-appearance-on-the-site</link>
		<comments>http://www.majoraap.com/new-functionality-and-appearance-on-the-site-335#comments</comments>
		<pubDate>Mon, 28 Jun 2010 20:05:42 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Site Related news]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[updating]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=335</guid>
		<description><![CDATA[Since it&#8217;s been a while &#8211; I changed the site&#8217;s theme again. I thought it would look nice and it indeed does, but the work is not yet done. It does have added functionality &#8211; such as the Twitter posts &#8230; <a href="http://www.majoraap.com/new-functionality-and-appearance-on-the-site-335">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since it&#8217;s been a while &#8211; I changed the site&#8217;s theme again. I thought it would look nice and it indeed does, but the work is not yet done. It does have added functionality &#8211; such as the Twitter posts that I recently made and related posts. I have also enabled the comments again. There is a filter in place, as to avoid some of the spamming that is bound to happen. Additionally, comments are only allowed on posts that have been created in the last 30 days.</p>
<p><span id="more-335"></span></p>
<p>You might have also noticed that this site is experiencing slower then usual response-times and an occasional outage (21 hours this running month) I am looking at resolving this, but until then please endure with me. I hope to have this all sorted shortly, and the last few glitches sorted out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/new-functionality-and-appearance-on-the-site-335/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HD2 Hotfixes including ROM-upgrade, stability and security fixes.</title>
		<link>http://www.majoraap.com/hd2-hotfixes-including-rom-upgrade-stability-and-security-fixes-324?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hd2-hotfixes-including-rom-upgrade-stability-and-security-fixes</link>
		<comments>http://www.majoraap.com/hd2-hotfixes-including-rom-upgrade-stability-and-security-fixes-324#comments</comments>
		<pubDate>Sun, 06 Jun 2010 10:00:19 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[HD2]]></category>
		<category><![CDATA[updating]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=324</guid>
		<description><![CDATA[In case you have a HD2 &#8211; regardless of the provider &#8211; in the Netherlands please be sure to apply the following hotfixes from HTC; (these updates might also be available in your country, so be sure to hit HTC &#8230; <a href="http://www.majoraap.com/hd2-hotfixes-including-rom-upgrade-stability-and-security-fixes-324">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In case you have a HD2 &#8211; regardless of the provider &#8211; in the Netherlands please be sure to apply the following hotfixes from HTC; (these updates might also be available in your country, so be sure to hit HTC up at www.htc.com and select your country to check!)</p>
<p><b>Update for HTC HD2 Opening Java-messages</b>;<br />
<a href="http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=0&#038;dl_id=921">http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=0&#038;dl_id=921</a><br />
<i>Even if you do not update anything else, please install this security update. It will prevent your HTC HD2 from immediately (without prompting) opening Java messages, leaving your phone (and data) vulnerable to a lot of exploits, hacks, deletion and so on.</i></p>
<p><b>Update for HTC HD2 Music Stability</b>;<br />
<a href="http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=0&#038;dl_id=938">http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=0&#038;dl_id=938</a><br />
<i>It still stutters at times, but a lot less frequently</i></p>
<p><b>Update for HTC HD2 Car Kit Mode Function Enhancement</b>;<br />
<a href="http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=0&#038;dl_id=940">http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=0&#038;dl_id=940</a></p>
<p><b>Update for HTC HD2 Facebook Albums</b>;<br />
<a href="http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=0&#038;dl_id=918">http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=0&#038;dl_id=918</a></p>
<p>There also is a ROM upgrade for Vodafone NL customers, which upgrades your ROM version to 1.72.172.0. Note; this only applies to Vodafone HTC HD2&#8242;s and does not apply to any others!</p>
<p><b>HTC HD2 ROM upgrade for Vodafone NL customers only</b>;<br />
<a href="http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=2&#038;dl_id=920">http://www.htc.com/nl/SupportDownload.aspx?p_id=297&#038;cat=2&#038;dl_id=920</a></p>
<p>Once you have applied these updates, be aware that you will need to apply them again in case you hard-reset or wipe your phone. Of course, this excludes the ROM update for Vodafone. As a tip; the ROM update for Vodafone does not necessarily include the other updates so be sure to apply them as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/hd2-hotfixes-including-rom-upgrade-stability-and-security-fixes-324/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letting go of the numbers</title>
		<link>http://www.majoraap.com/letting-go-of-the-numbers-321?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=letting-go-of-the-numbers</link>
		<comments>http://www.majoraap.com/letting-go-of-the-numbers-321#comments</comments>
		<pubDate>Sat, 22 May 2010 10:34:59 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[burnout]]></category>
		<category><![CDATA[busy]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=321</guid>
		<description><![CDATA[For a while I was using infometrics to measure my caffeine-intake, my hours of sleep a given day, the amount of sugar I consumed &#8211; and even how happy I was on the happiness ratio-scale. Recently as you may know, &#8230; <a href="http://www.majoraap.com/letting-go-of-the-numbers-321">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For a while I was using infometrics to measure my caffeine-intake, my hours of sleep a given day, the amount of sugar I consumed &#8211; and even how happy I was on the happiness ratio-scale. Recently as you may know, I was and am in the process of moving into a new place &#8211; and my girlfriend moving in. Some might call it a major change, others a minor one.</p>
<p>During and after the move I no longer tracked or kept track of all of those infometrics. Why would I? It has served it&#8217;s purpose; I am aware that I need to watch the amount of sugar I consume, I stopped drinking caffeine completely &#8211; and well, my sleep is what it is. I learned a lot from tracking all of it though.</p>
<p>Throughout the last few months I have begun to shift my focus away from trivial matters and started focussing more on the things and people I care about. I have become more protective of those important items, and dropped anything that wasn&#8217;t important or mattered. </p>
<p>One of the other &#8216;casualties&#8217; that I no longer use, is Google Reader. I have un-subscribed from all of my feeds (par my friends) and am quite happy with it. Why would I need to know everything that happens all the time? I stopped watching news and reading newspapers a long time ago but yet was still reading it via RSS. Granted, it was news from sources that I found interesting &#8211; but still.</p>
<p>In this hectic life with information, data and charts flowing around us all the time I stepped out of the noise &#8211; and into the calm. What I see, read and watch is about what I want to &#8211; when I want to. And it&#8217;s not backlogged, saved or stored. I jump into the stream of information when and how I want, and get out &#8211; when I want. </p>
<p>If anything, I am more happy and content with what I have, get and give. And about what I don&#8217;t see, hear or get in my inbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/letting-go-of-the-numbers-321/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still here</title>
		<link>http://www.majoraap.com/still-here-317?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=still-here</link>
		<comments>http://www.majoraap.com/still-here-317#comments</comments>
		<pubDate>Mon, 10 May 2010 15:33:55 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Site Related news]]></category>
		<category><![CDATA[busy]]></category>
		<category><![CDATA[Just fun]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[updating]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=317</guid>
		<description><![CDATA[As you might have noticed I haven&#8217;t blogged anything lately. This mostly due to the fact that I am in the middle of moving into a new place &#8211; and my girlfriend moving in as well&#8230; So it&#8217;s a bit &#8230; <a href="http://www.majoraap.com/still-here-317">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you might have noticed I haven&#8217;t blogged anything lately. This mostly due to the fact that I am in the middle of moving into a new place &#8211; and my girlfriend moving in as well&#8230; So it&#8217;s a bit hectic with lots of things to do. And as an optional side-note, I am evaluating a lot of things I used to do, but which I am not doing right now.</p>
<p>I should be able to post a few updates somewhere this week so &#8211; no worries!</p>
<p>More on later&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/still-here-317/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The biggest advantages of being a minimalist</title>
		<link>http://www.majoraap.com/the-biggest-advantages-of-being-a-minimalist-308?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-biggest-advantages-of-being-a-minimalist</link>
		<comments>http://www.majoraap.com/the-biggest-advantages-of-being-a-minimalist-308#comments</comments>
		<pubDate>Sun, 11 Apr 2010 17:00:49 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=308</guid>
		<description><![CDATA[Most of you have already heard or met the concept of being minimalist in one way, shape or form. Apart from the added advantages that it takes less time to clean, helps you enjoy life more, reduces (visual) stress it &#8230; <a href="http://www.majoraap.com/the-biggest-advantages-of-being-a-minimalist-308">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Most of you have already heard or met the concept of being minimalist in one way, shape or form. Apart from the added advantages that it takes less time to clean, helps you enjoy life more, reduces (visual) stress it also has one major advantage&#8230;</p>
<p>Moving is so much easier when you enjoy a minimalist life-style :-)</p>
<p>In the not-so-far future I should be moving to a new apartment, and that means packing up my stuff &#8211; and of course unpacking it. Since I do not own tons and tons of unwanted, unneeded and otherwise pointless materials it should be a jiffy. It should actually all fit into a small van (yes, I really own that little &#8211; and enjoy it) Now I&#8217;m aware that moving is not an annual (or even bi-annual) event &#8211; but it just underlines once more that living with only what you need, use and like &#8211; is a lot more sustainable.</p>
<p>Think about it; off all the stuff that you own and have around you &#8211; how much of it do you actually use or like? How much are you just keeping around &#8216;just in case&#8217;? Of course, certain items are a good idea to keep around for eventualities &#8211; but do you really need to keep a 3rd TV-set around just in case for example? Be critical, question whether or not you will actually use it in the next month or 6 months &#8211; or year (if it is seasonal related material) If the answer is no, then store it away for that period (month, 6 months or year) and if indeed you haven&#8217;t used in that time &#8211; get rid of it (give it away, donate or sell it :) )</p>
<p>There is a saying that goes along the lines of;</p>
<blockquote><p>Do you own your stuff, or does your stuff own you?</p></blockquote>
<p>In case you want to read up on this &#8216;minimalist lifestyle&#8217; try visiting the following people&#8217;s blogs;<br />
<a href="http://www.zenhabits.net">http://www.zenhabits.net</a><br />
<a href="http://www.becomingminimalist.com">http://www.becomingminimalist.com/</a></p>
<p>Start with these 2, or just one of them. Read their blogs (subscribe to their RSS-feeds to automate it a bit) and implement the advise you want to implement. Because being and living minimalist is not following a regime, it&#8217;s about being and living with that (or without) what you need and love &#8211; without the junk you don&#8217;t need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/the-biggest-advantages-of-being-a-minimalist-308/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Opera Mobile on my HD2</title>
		<link>http://www.majoraap.com/updating-opera-mobile-on-my-hd2-303?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updating-opera-mobile-on-my-hd2</link>
		<comments>http://www.majoraap.com/updating-opera-mobile-on-my-hd2-303#comments</comments>
		<pubDate>Mon, 05 Apr 2010 11:47:10 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[HD2]]></category>
		<category><![CDATA[updating]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=303</guid>
		<description><![CDATA[On the HD2 you will find running Opera Mobile 9.7 (even with the latest ROM) Now if you wish to update this to a higher version here is what to do; - Go to http://m.opera.com. - Select the Opera 10 &#8230; <a href="http://www.majoraap.com/updating-opera-mobile-on-my-hd2-303">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On the HD2 you will find running Opera Mobile 9.7 (even with the latest ROM) Now if you wish to update this to a higher version here is what to do;</p>
<p>- Go to <a href="http://m.opera.com">http://m.opera.com</a>.<br />
- Select the Opera 10 for Windows Mobile Touch version.<br />
- Download (to SD-card or main memory should make no difference) via a WiFi connection (or other high-speed connection, since the download is quite big)<br />
- Install to main memory<br />
- Enjoy Opera 10 Mobile.</p>
<p>This version comes with Opera Turbo, which can make a huge difference in terms of browsing speed on all types of connections, and can save a lot in terms of bandwidth usage. That is especially handy for those of you who are on capped mobile internet-connections. Plus, I like the interface just a tad bit more.</p>
<blockquote><p>
Note; you can also download the installation for your mobile via your PC/laptop by going to <a href="http://www.opera.com/mobile/download/versions">http://www.opera.com/mobile/download/versions</a>.</p></blockquote>
<p>Of course, don&#8217;t forget to set it as your default browser.</p>
<p>PS: You might see the icon twice in your Start-menu. However, I haven&#8217;t seen or found any bugs or problems with that yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/updating-opera-mobile-on-my-hd2-303/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overhauling the site &#8211; again</title>
		<link>http://www.majoraap.com/overhauling-the-site-again-298?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=overhauling-the-site-again</link>
		<comments>http://www.majoraap.com/overhauling-the-site-again-298#comments</comments>
		<pubDate>Sun, 28 Mar 2010 09:55:37 +0000</pubDate>
		<dc:creator>aprazeth</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Site Related news]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=298</guid>
		<description><![CDATA[One of the things that I kept bumping into is the exceedingly slow response-times of my website. At times it took over 2 seconds to display a page, which quite frankly is unacceptable. The past few days I have been &#8230; <a href="http://www.majoraap.com/overhauling-the-site-again-298">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the things that I kept bumping into is the exceedingly slow response-times of my website. At times it took over 2 seconds to display a page, which quite frankly is unacceptable.</p>
<p>The past few days I have been fiddling with the plugins of the site; installing and uninstalling them. One of the things that has gone out the window, as you can see is Bing search. I have also dropped the Tag Cloud, WordPress statistics (which only were shown to me) and the Twitter plugin. The graphical theme of the site has also had a bit of an overhauling, as I dropped some of the images &#8211; and optimized the CSS-file.</p>
<p>I have also disabled the smileys, disabled (most of) the comments (which allowed me to disable quite a few other items as well) and have implemented another plugin that caches the pages. Having done this has now dropped the average response time of the site from 1.7 seconds to the 0.7 seconds. Keep in mind that this is measured on a global scale. For those interested I use PingDom.com (which I highly recommend &#8211; even their free account!) to keep tabs on the response- and up-time.</p>
<p>Another thing I also noticed is the increase of traffic coming from Google on one of my posts here regarding the HTC HD2 and how to sync it with Google (for Google Mail, contacts etc.) I guess I stroke a chord there with people. I&#8217;ll try to focus a bit more on those kind of posts ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/overhauling-the-site-again-298/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Problem is Not Information Overload</title>
		<link>http://www.majoraap.com/the-problem-is-not-information-overload-290?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-problem-is-not-information-overload</link>
		<comments>http://www.majoraap.com/the-problem-is-not-information-overload-290#comments</comments>
		<pubDate>Tue, 23 Mar 2010 18:24:08 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=290</guid>
		<description><![CDATA[A great article by David Allen (the creator of the Getting Things Done methodology) which I highly recommend. E-mail overload has gotten a lot of press lately – the quantity, the distraction it creates, and our inability to do much &#8230; <a href="http://www.majoraap.com/the-problem-is-not-information-overload-290">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A great article by David Allen (the creator of the Getting Things Done methodology) which I highly recommend.</p>
<blockquote><p>E-mail overload has gotten a lot of press lately – the quantity, the  distraction it creates, and our inability to do much about it. There was  even a recent debate in a global newspaper between readers voting for  keeping e-mail at zero vs. those who use the digital in-basket as a  giant library keeping useful information at hand with no concern for the  volume. The issue is tied closely with the popular concern about our  always-on culture – that we seem to never unhook from the incessant  demands of being in touch, put upon us by our clients, our bosses and  ourselves.</p></blockquote>
<blockquote><p>Source:<a href="http://www.gtdtimes.com/2010/02/11/the-problem-is-not-information-overload/"><br />
The Problem is Not Information Overload | GTD Times</a>.</p></blockquote>
<p>I couldn&#8217;t agree more. The perceived problem is not the sheer amount of information we see and collect every day; it&#8217;s the pressure we put upon ourselves to find the meaning of it, if any.</p>
<p>Having a set of guidelines (rules anyone?) that help you process this information, and by banishing information flows you do not need nor want you are in the the better position to give the information you want or need the attention it deserves.</p>
<p>It&#8217;s not about sorting things out. It&#8217;s about filtering the &#8216;junk&#8217; out and then sorting the meaningful items.</p>
<p>So in case anyone wonders how I keep my in box at work empty? See above. I process the email (based on subject-line, sender, the placement of my email-address in To, CC or BCC) and action it accordingly. That&#8217;s how I processed nearly 5 to 6000 emails a month. Over time I managed to cut this down to a more manageable number of 2 to 3000 a month (give or take a 100 a day). And that number will dwindle further. Yet I still have the same amount of time.</p>
<p>So, think about it. 6000 emails a month, versus 2000 emails a month. In which scenario of the 2 do you think I can spend the most time and attention on something that deserves it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/the-problem-is-not-information-overload-290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need a good screen protector for HTC HD2?</title>
		<link>http://www.majoraap.com/need-a-good-screen-protector-for-htc-hd2-287?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=need-a-good-screen-protector-for-htc-hd2</link>
		<comments>http://www.majoraap.com/need-a-good-screen-protector-for-htc-hd2-287#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:00:33 +0000</pubDate>
		<dc:creator>Aprazeth</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[HD2]]></category>

		<guid isPermaLink="false">http://www.majoraap.com/?p=287</guid>
		<description><![CDATA[Ever since I bought my HD2 I have been concerned that I might scratch the screen (&#8230; I know myself well enough ;-)) Let alone the constant finger-smear that appears. I found (and use) an incredibly cheap &#8211; and good &#8230; <a href="http://www.majoraap.com/need-a-good-screen-protector-for-htc-hd2-287">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ever since I bought my HD2 I have been concerned that I might scratch the screen (&#8230; I know myself well enough ;-)) Let alone the constant finger-smear that appears.</p>
<p>I found (and use) an incredibly cheap &#8211; and good quality screen protector on Amazon.</p>
<p><a href="http://www.amazon.co.uk/gp/product/B002Y33M4W/ref=oss_product">FX-CLEAR screen protector for HTC HD2: Amazon.co.uk: Electronics &amp; Photo</a>.</p>
<p>Note; I am not affiliated with Amazon &#8211; nor do I get any kind of endorsement or anything from the manufacturer. Just a happy consumer :-)</p>
<p>Just thought I&#8217;d share this find.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.majoraap.com/need-a-good-screen-protector-for-htc-hd2-287/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.majoraap.com @ 2012-02-08 01:50:00 by W3 Total Cache -->
