<?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>Kaiser Soze's Blog &#187; General</title>
	<atom:link href="http://www.kaisersblog.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kaisersblog.com</link>
	<description>Not your usual suspect!</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:49:54 +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>Setup accounts with fake credit card validation</title>
		<link>http://www.kaisersblog.com/2011/11/setup-accounts-with-fake-credit-card-validation/</link>
		<comments>http://www.kaisersblog.com/2011/11/setup-accounts-with-fake-credit-card-validation/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 17:09:30 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[creditcard]]></category>
		<category><![CDATA[fake]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[luhn]]></category>
		<category><![CDATA[mod10]]></category>
		<category><![CDATA[modulus10]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[validate]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=1103</guid>
		<description><![CDATA[These days it&#8217;s really common you have to validate a credit card when creating an account. iTunes, Android and Zune marketplace all ask for it for example. These validators all do a simple check if the numbers enter conform to the Luhn formula (also known as MOD10). So even a random set of numbers that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kaisersblog.com/wp-content/uploads/2011/11/GoldCard.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="size-thumbnail wp-image-1106 alignright" title="GoldCard" src="http://www.kaisersblog.com/wp-content/uploads/2011/11/GoldCard-150x150.jpg" alt="" width="150" height="150" /></a>These days it&#8217;s really common you have to validate a credit card when creating an account. iTunes, Android and Zune marketplace all ask for it for example. These validators all do a simple check if the numbers enter conform to the <a title="Wikipedia Luhn algorithm" href="http://en.wikipedia.org/wiki/Luhn_algorithm" target="_blank">Luhn formula</a> (also known as MOD10). So even a random set of numbers that comply to the formula do pass the test.</p>
<p>To use these numbers just choose a credit card vendor below and enter an expiry date within three years from now. For the security/CVV2 / CVC / etc number just enter three random numbers.</p>
<p><span id="more-1103"></span></p>
<p><strong>Note:</strong> <em>none of the numbers below can be used to buy anything.</em></p>
<table border="0">
<tbody>
<tr>
<td>
<h3>Mastercard</h3>
</td>
<td>
<h3>VISA 16 digit</h3>
</td>
</tr>
<tr>
<td>5461165238429312<br />
5156953847850824<br />
5438403732161481<br />
5252680059558836<br />
5508772989137443<br />
5318168726661136<br />
5144922121145883<br />
5261242930296901<br />
5327949170315199<br />
5519540736744051</td>
<td>4032085651846243<br />
4532061539066754<br />
4061534970190704<br />
4916676430207276<br />
4916433967947035<br />
4485714126299934<br />
4556704671619754<br />
4916254336758477<br />
4532078015731933<br />
4916443996264757</td>
</tr>
<tr>
<td>
<h3>VISA 13 digit</h3>
</td>
<td>
<h3>American Express</h3>
</td>
</tr>
<tr>
<td>4929449341821<br />
4556289793231<br />
4916685434964<br />
4929472397419<br />
4024007191295</td>
<td>374249117320474<br />
371746900768853<br />
341572007918747<br />
348995613072182<br />
347 683709539501</td>
</tr>
<tr>
<td>
<h3>Discover</h3>
</td>
<td>
<h3>Diners Club</h3>
</td>
</tr>
<tr>
<td>6011697115111723<br />
6011806986755027<br />
6011979939899513</td>
<td>30013120468431<br />
30259662260153<br />
30143005018249</td>
</tr>
<tr>
<td>
<h3>enRoute</h3>
</td>
<td>
<h3>JCB 15 digit</h3>
</td>
</tr>
<tr>
<td>214917146551418<br />
214935741055353<br />
214967781653466</td>
<td>180013264037602<br />
210071724393969<br />
210078721199216</td>
</tr>
<tr>
<td>
<h3>JCB 16 digit</h3>
</td>
<td>
<h3>Voyager</h3>
</td>
</tr>
<tr>
<td>3528511782517802<br />
3088872669971872<br />
3112778283400224</td>
<td>869949540313978<br />
869985373674441<br />
869973513645281</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2011/11/setup-accounts-with-fake-credit-card-validation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get 10GB of Dropbox space using AdWords</title>
		<link>http://www.kaisersblog.com/2011/02/get-10gb-of-dropbox-space-using-adwords/</link>
		<comments>http://www.kaisersblog.com/2011/02/get-10gb-of-dropbox-space-using-adwords/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 18:11:50 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[10GB]]></category>
		<category><![CDATA[8gb]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[bonus]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[extra]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=993</guid>
		<description><![CDATA[Last Friday someone showed me the following Youtube Video: 8 GB of Dropbox referrals for $2 USD via AdWords. It&#8217;s a short video on how you can get 8GB bonus space by referring people using AdWords. At first I didn&#8217;t think much of it but since i&#8217;m in need for some more Dropbox space and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kaisersblog.com/wp-content/uploads/2011/02/dropbox_logo.png" class="highslide-image" onclick="return hs.expand(this);"><img class="alignright size-full wp-image-1001" title="dropbox_logo" src="http://www.kaisersblog.com/wp-content/uploads/2011/02/dropbox_logo.png" alt="" width="231" height="60" /></a>Last Friday someone showed me the following Youtube Video: <a title="8 GB of Dropbox referrals for $2 USD via AdWords" href="http://www.youtube.com/watch?v=wA1vGno_kbI&amp;hd=1" target="_blank">8 GB of Dropbox referrals for $2 USD via AdWords</a>. It&#8217;s a short video on how you can get 8GB bonus space by referring people using AdWords. At first I didn&#8217;t think much of it but since i&#8217;m in need for some more Dropbox space and it will probably cost only a few euros, which Google send me with a voucher,  I gave it a try. Within 3 hours after starting my AdWords campaign 4 people signed up and got me 768MB of extra Dropbox space. Vouchers for Adwords are easy to find. Just&#8230;&#8230;. Google for it :p If  you can&#8217;t find any spend 10 euro/dollar and open a new account, it&#8217;s not  much, the experiment is fun and is a lot cheaper then the $9.99 a month/pro 50  account.</p>
<p><span id="more-993"></span></p>
<h3>Here&#8217;s what to do:</h3>
<ol>
<li>Create a <a title="Google AdWords" href="http://adwords.google.com" target="_blank">Google AdWords</a> account if you don&#8217;t already have one.</li>
<li>Redeem your voucher or deposit a small amount.</li>
<li><a title="Dropbox" href="http://db.tt/uKSQBlF" target="_blank">Create a dropbox account</a> if you don&#8217;t already have one.</li>
<li>Go to: <a title="Dropbox referrals" href="https://www.dropbox.com/referrals" target="_blank">https://www.dropbox.com/referrals</a> and copy the top link in the right box</li>
<li>Create a new campaign using the link from dropbox, make sure you create 4 or 5 ads it works better and faster.</li>
<li>Set max budget per day to 5 or 10 euro/dollar</li>
<li>Set max CPC to 0,01</li>
<li>Sit back, relax&#8230;.</li>
</ol>
<h3>For more detailed instructions watch the youtube video:</h3>
<p><p><a href="http://www.kaisersblog.com/2011/02/get-10gb-of-dropbox-space-using-adwords/"><em>Click here to view the embedded video.</em></a></p></p>
<p><a href="http://www.kaisersblog.com/wp-content/uploads/2011/02/dropbox_1.png" class="highslide-image" onclick="return hs.expand(this);"><img class="aligncenter size-medium wp-image-995" title="dropbox_1" src="http://www.kaisersblog.com/wp-content/uploads/2011/02/dropbox_1-300x176.png" alt="2 hours after starting my campaign" width="300" height="176" /></a><a href="http://www.kaisersblog.com/wp-content/uploads/2011/02/dropbox_2.png" class="highslide-image" onclick="return hs.expand(this);"><img class="aligncenter size-medium wp-image-996" title="dropbox_2" src="http://www.kaisersblog.com/wp-content/uploads/2011/02/dropbox_2-300x176.png" alt="3 hours after I started my AdWords campaign" width="300" height="176" /></a><a href="http://www.kaisersblog.com/wp-content/uploads/2011/02/dropbox_adwords.png" class="highslide-image" onclick="return hs.expand(this);"><img class="aligncenter size-medium wp-image-997" title="dropbox_adwords" src="http://www.kaisersblog.com/wp-content/uploads/2011/02/dropbox_adwords-300x136.png" alt="Adwords settings for Dropbox campaign" width="300" height="136" /></a>//via:<a title="Sam Warnaars" href="http://warnaars.com/" target="_blank"> http://warnaars.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2011/02/get-10gb-of-dropbox-space-using-adwords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Be safe, protect your WordPress blog</title>
		<link>http://www.kaisersblog.com/2011/01/be-safe-protect-your-wordpress-blog/</link>
		<comments>http://www.kaisersblog.com/2011/01/be-safe-protect-your-wordpress-blog/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 18:06:02 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[.htacces]]></category>
		<category><![CDATA[content theft]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[script injection]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=903</guid>
		<description><![CDATA[WordPress is by default a secure CMS to use for your blog but there are a lot of easy to implement tweaks that will increase the security even more. In this article i&#8217;ll try to explain the most common security issues and how to solve them. Implementing them should only cost you about 15 minutes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kaisersblog.com/wp-content/uploads/2011/01/security-graphic.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="alignright size-medium wp-image-953" title="security-graphic" src="http://www.kaisersblog.com/wp-content/uploads/2011/01/security-graphic-300x208.jpg" alt="" width="300" height="208" /></a>WordPress is by default a secure CMS to use for your blog but there are a lot of easy to implement tweaks that will increase the security even more. In this article i&#8217;ll try to explain the most common security issues and how to solve them. Implementing them should only cost you about 15 minutes and you&#8217;ll be much more safe.</p>
<p><span id="more-903"></span></p>
<h3>1. Update</h3>
<p>Althought this one might seem obvious it is the most important security marker. Always, and i mean always, keep your blog and plugins updated. There are a lots of websites which track security bugs in WordPress and its plugins. As soon as a bug is found lots of crackers are eager to test it out on real websites. You don&#8217;t want this to be yours. If your blog or plugin stops working after an update you should fix that or find a new plugin, this can never be a reason for not updating.</p>
<h3>2. Use your .htacces file</h3>
<p>As a WordPress user, you probably know how important the <em>wp-config.php</em> file is. This file contains all of the information required to access  your precious database: username, password, server name and so on.  Protecting the <em>wp-config.php</em> file is critical, so how about exploiting the power of Apache to this end? The <em>.htaccess</em> file is located at the root your WordPress  installation. After creating a back-up of it (it’s such a critical file  that we should always have a safe copy), open it up, and paste the  following code:</p>
<p><strong>2.1 Protect your wp-config.php file:</strong></p>
<p><code>
<pre class="brush: text">
&lt;files wp-config.php&gt;
order allow,deny
deny from all
&lt;/files&gt;
</pre>
<p></code></p>
<p><strong>2.2 Protect your blog from script injections and variable modification:</strong></p>
<p><code>
<pre class="brush: text">
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} (&lt;|%3C).*script.*(&gt;|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
</pre>
<p></code></p>
<p><strong>2.3 Save bandwith and protect your blog from content scrapers:</strong></p>
<p><code>
<pre class="brush: text">
RewriteEngine On
#Replace ?mysite.com/ with your blog url
RewriteCond %{HTTP_REFERER} !^http://(.+.)?mysite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
#Replace /images/nohotlink.jpg with your &quot;don&#039;t hotlink&quot; image url
RewriteRule .*.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpg [L]
</pre>
<p></code></p>
<p><strong>2.4 Prevent directory browsing:</strong></p>
<p>Please note that it’s not enough to update the blog’s <em>robots.txt</em> file with <code>Disallow: /wp*</code>. This would prevent the wp-directory from being indexed, but will not prevent users from seeing it.</p>
<p><code>
<pre class="brush: text">
Options -Indexes
</pre>
<p></code></p>
<h3>3. Create a plugin to prevent malicious url requests</h3>
<p>Hackers and evil-doers often use malicious queries to find and attack  a blog’s weak spots. WordPress has good default protection, but  enhancing it is possible. Paste the following code in a text file, and save it as <em>blockbadqueries.php</em>. Once you’ve done that, upload it to your <code>wp-content/plugins</code> directory and activate it as you would any other plug-in. Now your blog is protected against malicious queries. What this code does is pretty simple. It checks for excessively long  request strings (more than 255 characters) and for the presence of  either the <code>eval</code> or <code>base64</code> PHP functions in the URI. If one of these conditions is met, then the plug-in sends a 414 error to the client’s browser.</p>
<pre class="brush: php">

&lt;?php
/*
Plugin Name: Block Bad Queries
Plugin URI: http://perishablepress.com/press/2009/12/22/protect-wordpress-against-malicious-url-requests/
Description: Protect WordPress Against Malicious URL Requests
Author URI: http://perishablepress.com/
Author: Perishable Press
Version: 1.0
*/

global $user_ID;

if($user_ID) {
if(!current_user_can(&#039;level_10&#039;)) {
if (strlen($_SERVER[&#039;REQUEST_URI&#039;]) &gt; 255 ||
strpos($_SERVER[&#039;REQUEST_URI&#039;], &quot;eval(&quot;) ||
strpos($_SERVER[&#039;REQUEST_URI&#039;], &quot;CONCAT&quot;) ||
strpos($_SERVER[&#039;REQUEST_URI&#039;], &quot;UNION+SELECT&quot;) ||
strpos($_SERVER[&#039;REQUEST_URI&#039;], &quot;base64&quot;)) {
@header(&quot;HTTP/1.1 414 Request-URI Too Long&quot;);
@header(&quot;Status: 414 Request-URI Too Long&quot;);
@header(&quot;Connection: Close&quot;);
@exit;
}
}
}
?&gt;
</pre>
<h3>4. Stop some standard WordPress functions</h3>
<p>These two functions will hide your WordPress version number and stop WordPress from returning any errors when a login attempt has failed. This information could be used by hackers trying to get access to your admin.</p>
<pre class="brush: php">
remove_action(&#039;wp_head&#039;, &#039;wp_generator&#039;);

add_filter(&#039;login_errors&#039;,create_function(&#039;$a&#039;, &quot;return null;&quot;));
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2011/01/be-safe-protect-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New theme for kaisersblog.com, tell me what you think</title>
		<link>http://www.kaisersblog.com/2011/01/new-theme-for-kaisersblog-com-tell-me-what-you-think/</link>
		<comments>http://www.kaisersblog.com/2011/01/new-theme-for-kaisersblog-com-tell-me-what-you-think/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 00:05:45 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[kaisersblog.com]]></category>
		<category><![CDATA[new design]]></category>
		<category><![CDATA[smooth]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=927</guid>
		<description><![CDATA[Yay! New theme installed for my blog. I got a bit bored with my old theme which not only had some issues but the design was getting antique really fast. The new theme is an adaptation of the Smooth theme by Benoît &#8220;LeBen&#8221; Burgener. I made some changes and added some extras so it still [...]]]></description>
			<content:encoded><![CDATA[<p>Yay! New theme installed for my blog. I got a bit bored with my old theme which not only had some issues but the design was getting antique really fast. The new theme is an adaptation of the <a title="Wordpress Smooth theme" href="http://wordpress.org/extend/themes/smooth" target="_blank">Smooth</a> theme by Benoît &#8220;LeBen&#8221; Burgener. I made some changes and added some extras so it still has some elements of my old design. This way returning visitors are hopefully not totally lost when visiting my blog. The Smooth theme is a lot easier on the eye and hase some nice SEO features. It is a widget-ready theme dedicated to writers. Its simplicity, light  grey background and large fonts put the content ahead. Nothing useless,  just fine typography and a touch of colors.</p>
<p>I intend to actively maintain my blog in the future and this new theme is a great start in my opinion. It is still a work in progress and I haven&#8217;t got all my plugins up and running but all things will be back to normal soon. My old posts might not always look good but i&#8217;ll try fix that as soon as possible too. Until then let me know if you see something not working or anything missing. Besides that i&#8217;d like to hear what you think of the new design!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2011/01/new-theme-for-kaisersblog-com-tell-me-what-you-think/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enable ac3 playback in Windows Media Player 12 using ac3filter or ffdshow</title>
		<link>http://www.kaisersblog.com/2011/01/enable-ac3-playback-in-windows-media-player-12-using-ac3filter-or-ffdshow/</link>
		<comments>http://www.kaisersblog.com/2011/01/enable-ac3-playback-in-windows-media-player-12-using-ac3filter-or-ffdshow/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 22:09:00 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ac3]]></category>
		<category><![CDATA[ac3filter]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[decoder]]></category>
		<category><![CDATA[ffdshow]]></category>
		<category><![CDATA[mp3dmod.dll]]></category>
		<category><![CDATA[playback]]></category>
		<category><![CDATA[windows media player 12]]></category>
		<category><![CDATA[wmp12]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=905</guid>
		<description><![CDATA[Although Windows Media Player 12 supports Dolby Digital it will often have problems playing AC3 audio. Most common problems are: no audio at all or stuttering playback. With previous versions users could use a workaround by using Windows Media Player Classic. One could change settings in WMP Classic to prefer ac3filter or ffdshow and Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Although Windows Media Player 12 supports Dolby Digital it will often have problems playing AC3 audio. Most common problems are: no audio at all or stuttering playback. With previous versions users could use a workaround by using Windows Media Player Classic. One could change settings in WMP Classic to prefer ac3filter or ffdshow and Windows Media Player 11 or below would use those settings. Since version 12 of Windows Media Player this method doesn&#8217;t work anymore. Use this fix to enable ac3filter or ffdshow as your preffered audio decoder in WMP12:</p>
<p><span id="more-905"></span><strong><em>Note: Always save a backup of your registry before making changes (File &gt; export):</em></strong></p>
<ul>
<li>Download AC3Filter &amp; install (full or lite version) &#8211; <a id="da9o" title="http://ac3filter.net/" href="http://ac3filter.net/">http://ac3filter.net/</a></li>
<li>Download Radlight’s Filter Manager <a href="http://sites.google.com/site/hack7mc/downloads/FilterManager.zip?attredirects=0">right here</a></li>
<li>Open FilterManager &amp; look for AC3Filter under DirectShow Filters.</li>
<li>Copy the CLSID.</li>
<li>Open Regedit (C:\Windows\Regedit.exe &#8211; Run as Admin).</li>
<li>Go to <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\FilterExceptions</strong></li>
<li>Right-click FilterExceptions -&gt; Permissions -&gt; Advanced -&gt; Owner tab</li>
<li>Change owner to your <strong>&lt;username&gt;</strong> account. Apply.</li>
<li>Go back to FilterExceptions, &amp; create a new key.</li>
<li>Rename the new key to the CLSID previously copied.</li>
<li>AC3Filter will now be used to decode AC3 &amp; DTS streams on WMP12. :)</li>
</ul>
<p><strong>Optional for x86 installations, obligatory for x64 installations:</strong></p>
<p>Open Windows  Explorer and navigate to “C:\Windows\system32\” and locate the file name  “MP3DMOD.DLL”. Right-click to bring up the menu and choose: Properties &gt; Security &gt; Advanced &gt;Change ownership to your user account and/or  administrators group. Then rename the file “MP3DMOD.DLL.bak”.  This will disable  the native filter and can be reversed by changing the file name back at  any time. X64 installations will have to repeat this step for the: “MP3DMOD.DLL” file in  “C:\Windows\SysWOW64\”</p>
<p><strong>Method is the same for ffdshow, just copy CLSID of ffdshow.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2011/01/enable-ac3-playback-in-windows-media-player-12-using-ac3filter-or-ffdshow/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to play video on your TomTom navigation device</title>
		<link>http://www.kaisersblog.com/2010/01/how-to-play-video-on-you-tomtom-navigation-device/</link>
		<comments>http://www.kaisersblog.com/2010/01/how-to-play-video-on-you-tomtom-navigation-device/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:44:25 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[divx]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mpeg]]></category>
		<category><![CDATA[mpg]]></category>
		<category><![CDATA[ogg]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tomplayer]]></category>
		<category><![CDATA[tomtom]]></category>
		<category><![CDATA[videoplayer]]></category>
		<category><![CDATA[xvid]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=790</guid>
		<description><![CDATA[After my good old TomTom Go 700 passed away I got a new TomTom Go 740 Live and soon found out it&#8217;s really easy to play video on a TomTom navigation device. This way you can use your navigation as an in-car entertainment centre. With TomPlayer you are able to watch full screen video&#8217;s in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kaisersblog.com/wp-content/uploads/2010/01/tomtom_video.png" class="highslide-image" onclick="return hs.expand(this);"><img class="size-full wp-image-798 alignleft" style="margin-right: 5px; margin-left: 5px; margin-top: 0px; margin-bottom: 0px;" title="tomtom_video" src="http://www.kaisersblog.com/wp-content/uploads/2010/01/tomtom_video.png" alt="" width="300" height="192" /></a></p>
<p>After my good old TomTom Go 700 passed away I got a new TomTom Go 740 Live and soon found out it&#8217;s really easy to play video on a TomTom navigation device. This way you can use your navigation as an in-car entertainment centre. With TomPlayer you are able to watch full screen video&#8217;s in AVI (divx or xvid) or MPEG video and listen to mp3 or ogg audio files.</p>
<p>The documentation on <a title="TomPlayer.net" href="http://www.tomplayer.net/" target="_blank">tomplayer.net</a> can be a bit confusing and installation is not the same for all TomTom models. In this post I will explain how to install and configure TomPlayer on an external MicroSD memory card. This method will work for models Go 740/750/930 Live and will probably work for a lot of other models. At the end I will explain another configuration which might work for your model.</p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;"><span id="more-790"></span></p>
<h2>Installation</h2>
<ol>
<li>Insert SD-card into TomTom slot</li>
<li>Download the <a title="tomplayer.zip" href="http://sourceforge.net/projects/tomplayer/">Tomplayer zip archive</a> and extract it</li>
<li>Connect TomTom to PC and quit TomTom Home</li>
<li>Copy The Following folders to your external SD-card: audio, tomplayer, video</li>
<li>Rename the folder &#8220;SDKRegistry&#8221; to &#8220;SdkRegistry&#8221; and copy this folder to the root of your TomTom internal memory</li>
</ol>
<p>I&#8217;ve read the different descriptions for installing on the internal memory and on an SD card, and I was still a little confused by the terminology&#8230; especially references to /mnt/movinand and to /mnt/sdcard.</p>
<p>It seems like:<br />
1 &#8211; /mnt/movinand refers to the removable storage (i.e., SD-card)<br />
2 &#8211; /mnt/sdcard refers to the internal memory.</p>
<p>On Windows PC, these show up as external drives H: and I: respectively. So when we modify the configuration files taking these assumptions into consideration, Tomplayer worked correctly.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_channel = "blog-artikelen";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "abd202";
google_color_text = "000000";
google_color_url = "FF21AD";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<h2>Configuration</h2>
<ol>
<li>Open tomplayer.ini (the file is in tomplayer/conf/ folder)</li>
<li>Change:<br />
video_dir                      = /mnt/sdcard/video<br />
audio_dir                      = /mnt/sdcard/audio<br />
to:<br />
video_dir                      = /mnt/movinand/video<br />
audio_dir                      = /mnt/movinand/audio</li>
<li>Open tomplayer.cap (the file is in SdkRegistry folder)</li>
<li>Change:<br />
AppPath|/mnt/sdcard/tomplayer/|<br />
to:<br />
AppPath|/mnt/movinand/tomplayer/|</li>
<li>Disconnect your TomTom from PC and restart it</li>
</ol>
<p>Now you will have a fourth screen in your TomTom main menu. Start TomPlayer by pressing the icon. On first start TomPlayer will start with screen calibration. Touch the crosses and proceed. Last thing to do is to copy some audio and video to their respective folders on the SD-card. Have fun!</p>
<p>An alternative method is to copy all files of the distrib folder to your external SD-card. The ttfilesytem (do not copy this to your TomTom internal memory!) will load your TomPlayer as soon as the SD-card is inserted and normal TomTom will load when it&#8217;s ejected. This didn&#8217;t work on my TomTom Go 740 Live, even worse it made it crash, but I have read this method should work on most TomTom models. You can also install TomPlayer to your TomTom internal memor. I did not do this because I don&#8217;t to run out my internal flash read/write cycles. If you have any problems installing or configuring TomPlayer visit the <a title="Tomplayer.net forum" href="http://www.tomplayer.net/forum/" target="_blank">tomplayer.net forum</a> for more help.</p>
<p>If you want to watch video on your TomTom convert your video&#8217;s to avi or mpeg. Try <a title="MediaCoder" href="http://www.mediacoderhq.com/">MediaCoder</a> as it&#8217;s free and it has everything you need. TomTom screen resolutions are 480*272 for the widescreen models (TomTom XL or GO) and 320*240 for fullscreen models (TomTom ONE).</p>
<p style="text-align: center;"><a href="http://www.kaisersblog.com/wp-content/uploads/2010/01/splash_480.png" class="highslide-image" onclick="return hs.expand(this);"><img class="size-medium wp-image-796" title="splash_480" src="http://www.kaisersblog.com/wp-content/uploads/2010/01/splash_480-300x168.png" alt="" width="250" height="142" /></a> <a href="http://www.kaisersblog.com/wp-content/uploads/2010/01/main_480.png" class="highslide-image" onclick="return hs.expand(this);"><img class="size-medium wp-image-795" title="main_480" src="http://www.kaisersblog.com/wp-content/uploads/2010/01/main_480-300x170.png" alt="" width="250" height="142" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2010/01/how-to-play-video-on-you-tomtom-navigation-device/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Working on my social repository</title>
		<link>http://www.kaisersblog.com/2009/10/working-on-my-social-repository/</link>
		<comments>http://www.kaisersblog.com/2009/10/working-on-my-social-repository/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 14:58:35 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[combine]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[lifestream]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=716</guid>
		<description><![CDATA[Unlike a few years ago I don&#8217;t bother registering for websites or social services. Over these years I have registered for numerous social media websites, applications and services. The problem is I only use a very small percentage of them. I really like my Youtube and Flickr accounts but normally I find it to much [...]]]></description>
			<content:encoded><![CDATA[<p>Unlike a few years ago I don&#8217;t bother registering for websites or social services. Over these years I have registered for numerous social media websites, applications and services. The  problem is I only use a very small percentage of them. I really like my Youtube and Flickr accounts but normally I find it to much trouble to keep track of all my social media profiles and updates. Therefore I wanted to do something about this problem, not only do I want my social networks to grow I also want to use them more actively. So I had to automate some stuff, for me as a user and for you as a follower.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_channel = "blog-artikelen";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "abd202";
google_color_text = "000000";
google_color_url = "FF21AD";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>First the &#8216; easy updating&#8217;  part. I found a great service that does all the hard work for me, <a title="pixelpipe social media content delivery service" href="http://www.pixelpipe.com" target="_blank">Pixelpipe</a>. This great service allows you to upload messages and multimedia to a lot of services. More than 120 services as we speak! It works very simple, before you begin you have to add your profiles and services to PixelPipe and add some tags to them (eg. Photo, Family, Blog, FTP). After this first step which takes a bit longer to setup it is very easy to post to multiple destinations using the tags you have entered before. So when I want my family to see my newly uploaded photo I send my picture with the @family tag and Pixelpipe knows where to send it. Another big advantage of PixelPipe are the numerous possibilities for uploading your content, this can be done via e-mail, mobile phones, Firefox plugin, Picasa, Windows context menu plugins, sms/mms or the website itself.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_channel = "blog-artikelen";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "abd202";
google_color_text = "000000";
google_color_url = "FF21AD";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>So after making it a bit easier for me to post content to my social networks I want my networks to grow and be able to follow them easily. Here&#8217;s where my <a title="chris koster kaisersoze kaiser soze lifestream sweetcron life blog" href="http://www.clnet.nl/ls/" target="_blank">new lifestream</a> comes in. This lifestream will be an automatically updated stream of all (well, at least most of) my online social activities. I currently have updates installed for Youtube, Twitter, Flickr, Delicious, Wakoopa, LinkedIn, Blip.fm and Hyves. My lifestream still needs a lot of tweaking before it&#8217;s finished but is working good enough for going public with. Be sure to add it to your favorites because I will be adding more social services and functionality soon! One of which will be a new website header showing generated polaroids from images found on my social accounts.</p>
<p><center></p>
<table border="0">
<tbody>
<tr>
<td rowspan="3"></td>
<td colspan="10"></td>
</tr>
<tr>
<td colspan="2"><a href="http://www.kaisersblog.com/feed/" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/feed.png" alt="RSS feed for this blog" width="64" height="64" /></a><a href="http://www.youtube.com/user/clnetdotnl" target="_blank"></a></td>
<td colspan="2"><a href="http://www.youtube.com/user/clnetdotnl" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/youtube.png" alt="Youtube" width="64" height="64" /></a><a href="https://twitter.com/bechrissed" target="_blank"></a><a href="http://chrissed.hyves.nl/" target="_blank"></a></td>
<td colspan="2"><a href="http://delicious.com/leinekuh" target="_blank"></a><a href="https://twitter.com/bechrissed" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/twitter.png" alt="Twitter" width="64" height="64" /></a></td>
<td colspan="2"><a href="http://chrissed.hyves.nl/" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/hyves.png" alt="Hyves" width="64" height="64" /></a></td>
<td colspan="2"><a href="http://delicious.com/leinekuh" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/delicious.png" alt="Delicious" width="64" height="64" /></a></td>
</tr>
<tr>
<td><a href="http://www.flickr.com/photos/27311443@N08/" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/flickr.png" alt="Flickr" width="32" height="32" /></a></td>
<td><a target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/picasa.png" alt="Picasa" width="32" height="32" /></a></td>
<td><a href="http://www.netvibes.com/leinekuh" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/netvibes.png" alt="Netvibes" width="32" height="32" /></a><a target="_blank"></a></td>
<td><a href="http://digg.com/users/leinekuh" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/digg.png" alt="Digg" width="32" height="32" /></a></td>
<td><a href="http://www.linkedin.com/in/chrissed" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/linkedin.png" alt="LinkedIn" width="32" height="32" /></a><a href="http://www.netvibes.com/leinekuh" target="_blank"></a></td>
<td><a href="http://profiles.yahoo.com/u/T4J5ENFKJQ2JSPG3QZ33YO27BQ" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/yahoo.png" alt="Yahoo!" width="32" height="32" /></a></td>
<td><a href="http://www.myspace.com/kaiser_chris" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/myspace.png" alt="MySpace" width="32" height="32" /></a><a href="http://digg.com/users/leinekuh" target="_blank"></a></td>
<td><a href="http://www.facebook.com/bechrissed" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/facebook.png" alt="Facebook" width="32" height="32" /></a></td>
<td><a href="http://www.reddit.com/user/leinekuh/" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/reddit.png" alt="Reddit" width="32" height="32" /></a></td>
<td><a href="http://www.kaisersblog.com" target="_blank"><img src="/wp-content/themes/kaisersoze/images/social/wordpress.png" alt="Blog" width="32" height="32" /></a></td>
</tr>
</tbody>
</table>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2009/10/working-on-my-social-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Good news on bad days</title>
		<link>http://www.kaisersblog.com/2009/07/good-news-on-bad-days/</link>
		<comments>http://www.kaisersblog.com/2009/07/good-news-on-bad-days/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 13:35:32 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[broadcasting]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[new job]]></category>
		<category><![CDATA[nieuwe media]]></category>
		<category><![CDATA[nos]]></category>
		<category><![CDATA[olympics]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=586</guid>
		<description><![CDATA[When I woke up this morning I really couldn&#8217;t be bothered to get up and go to my internship. So suffering from a very bad morning mood I started my day. Supported by a cup of coffee I opened my e-mail and the first thing I read was just great. After a long time searching [...]]]></description>
			<content:encoded><![CDATA[<p>When I woke up this morning I really couldn&#8217;t be bothered to get up and go to my internship. So suffering from a very bad morning mood I started my day. Supported by a cup of coffee I opened my e-mail and the first thing I read was just great. After a long time searching and sollicitating I got my dream job. I sollicitated a few weeks ago at NOS and they have chosen me as their new frontend-developer. For the non-dutchies, here&#8217;s a little wiki info on the NOS: &#8220;<em>The <strong>Nederlandse Omroep Stichting</strong> (<strong>NOS</strong>, Dutch Broadcasting <a title="Private foundation" href="http://en.wikipedia.org/wiki/Private_foundation#Netherlands">Foundation</a>) is one of the broadcasters in the Dutch <a title="Public broadcasting" href="http://en.wikipedia.org/wiki/Public_broadcasting">public broadcasting</a> system, <a title="Publieke Omroep" href="http://en.wikipedia.org/wiki/Publieke_Omroep">Nederlandse Publieke Omroep</a>. The NOS has a statutory obligation to make news and sports programmes for the three Dutch public television channels and the Dutch public radio services.</em>&#8221;</p>
<p>I&#8217;m very excited about it and very happy to be given the chance to work on internet applications (on all platforms, including webbrowsers, mobile phones, game consoles and more) using new technologies. In example the NOS are the first european broadcaster who offer an iPhone application with live videostreams of the Tour de France. Besides being excited about my future work it is very cool te hear that an organisation as the NOS thinks you are the best of all people who sollicitated. Even you guys helped out a little withouth even knowing! When asked for some html/javascript work I have been doing this blog was one of the items I submitted. So thank you for coming back here and reading my articles.</p>
<p>So if you like my articles there&#8217;s a new blog to follow: <a href="http://weblogs.nos.nl/nieuwemedia/" target="_blank">http://weblogs.nos.nl/nieuwemedia/</a> . On this blog M. Stekelenburg will write about  all the fun stuff we will be working on in our department (New Media). For all people who are shitting their pants right now because they are afraid my current work and services will be stopped or deleted can take a breath because I won&#8217;t do that. Altough I will not accept any new projects (unless extremely well payed or challenging of course ;p) support will be there for projects I have done.</p>
<p>Congratulations are more than welcome in the comments&#8230; ;p</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2009/07/good-news-on-bad-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>100th GP victory Valentino Rossi</title>
		<link>http://www.kaisersblog.com/2009/06/100th-gp-victory-valentino-rossi/</link>
		<comments>http://www.kaisersblog.com/2009/06/100th-gp-victory-valentino-rossi/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 21:32:06 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[100]]></category>
		<category><![CDATA[100th]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[assen]]></category>
		<category><![CDATA[GP]]></category>
		<category><![CDATA[motogp]]></category>
		<category><![CDATA[rossi]]></category>
		<category><![CDATA[tt]]></category>
		<category><![CDATA[valentino]]></category>
		<category><![CDATA[victory]]></category>
		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=561</guid>
		<description><![CDATA[We went to TT Assen yesterday to go see Valentino Rossi win his 100th Grand Prix in the MotoGP race. We had a great time and were able to see Rossi celebrating with a big banner showing photos of all his wins because we where next to the special &#8220;Rossi&#8221; stand.  Luckily the rain came [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kaisersblog.com/wp-content/uploads/2009/06/rossi_100_HD.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="aligncenter size-full wp-image-562" title="rossi_100_HD" src="http://www.kaisersblog.com/wp-content/uploads/2009/06/rossi_100_HD.jpg" alt="rossi_100_HD" width="600" height="338" /></a></p>
<p>We went to TT Assen yesterday to go see Valentino Rossi win his 100th Grand Prix in the MotoGP race. We had a great time and were able to see Rossi celebrating with a big banner showing photos of all his wins because we where next to the special &#8220;Rossi&#8221; stand.  Luckily the rain came just after we left the circuit. My video report is on youtube and I&#8217;ve created a celebration wallpaper for Rossi&#8217;s 100th GP win. You can download the wallpaper at: <a title="baron images free wallpapers" href="http://www.baronsoze.com/?baron/" target="_blank">www.baronsoze.com</a></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_channel = "blog-artikelen";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "abd202";
google_color_text = "000000";
google_color_url = "FF21AD";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: center;"><p><a href="http://www.kaisersblog.com/2009/06/100th-gp-victory-valentino-rossi/"><em>Click here to view the embedded video.</em></a></p></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_channel = "blog-artikelen";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "abd202";
google_color_text = "000000";
google_color_url = "FF21AD";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2009/06/100th-gp-victory-valentino-rossi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Break the silence&#8230;</title>
		<link>http://www.kaisersblog.com/2009/06/break-the-silence/</link>
		<comments>http://www.kaisersblog.com/2009/06/break-the-silence/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:31:57 +0000</pubDate>
		<dc:creator>KaiserSoze</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[back]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[kaisersoze]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[surgery]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wd tv]]></category>
		<category><![CDATA[wdtvc.com]]></category>

		<guid isPermaLink="false">http://www.kaisersblog.com/?p=545</guid>
		<description><![CDATA[When visiting my blog the last few months people might have asked themselves, so where’s Kaiser? Well, I know I haven’t posted anything for about two months and I’ll tell you why. I have been in surgery twice which cost me a lot of effort to recover from. Luckily I fully recovered and I’m feeling [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--[if !mso]><span class="mceItemObject"   classid="clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D" id=ieooui></span><br />
<mce:style><!  st1\:*{behavior:url(#ieooui) } --></p>
<p><!--[endif]--></p>
<p class="MsoNormal"><span lang="EN-GB">When visiting my blog the last few months people might have asked themselves, so where’s Kaiser? Well, I know I haven’t posted anything for about two months and I’ll tell you why. I have been in surgery twice which cost me a lot of effort to recover from. Luckily I fully recovered and I’m feeling better then ever!</span></p>
<p class="MsoNormal"><span lang="EN-GB"> </span></p>
<p class="MsoNormal"><span lang="EN-GB">So although I was at home I didn’t had a lot of time to write articles for my blog I didn&#8217;t. This is because I was working on a few big projects. The first one I’d like to tell you about is <a title="wdtvc.com wd tv hd community" href="http://www.wdtvc.com" target="_blank">WDTVC.com</a>, this is a brand new community for owners of the great WD TV HD media player. I started of coding an AJAX/PHP <a title="wdtvc.com wd tv movie thumbnail creator" href="http://www.wdtvc.com/thumbnail-creator/" target="_blank">movie thumbnail generator</a> for the WD TV which became insanely popular within just a few days. Because of this I decided to put some more effort into it and build a whole website around the thumbnail generator. Currently we we have about 3,000 unique visitors and still growing everyday. We offer tutorials, forums and a wiki so come visit us soon!</span></p>
<p class="MsoNormal" style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_channel = "blog-artikelen";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "abd202";
google_color_text = "000000";
google_color_url = "FF21AD";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<em><br />
</em></p>
<p class="MsoNormal"><span lang="EN-GB"> </span></p>
<p class="MsoNormal"><span lang="EN-GB">Another project I have been working on is the website for the beautiful <a title="yachtclub restaurant bonaire Netherlands Antilles" href="http://www.yachtclubrestaurantbonaire.com/" target="_blank">Yachtclub Restaurant Bonaire</a>. This restaurant was opened last year by my good friends Rick van den Broek and Kim van Dijk. As you can see it is located on the island of Bonaire, Netherlands Antilles. It’s a popular holiday destination and if you’re lucky enough to go there don’t forget to stop by the restaurant.</span></p>
<p class="MsoNormal"><span lang="EN-GB"> </span></p>
<p class="MsoNormal"><span lang="EN-GB">Some of you might know I’m a Dutch multimedia student. Although I almost finished my studies at the <a title="HAN hogeschool van arnhem en nijmegen" href="http://www.han.nl/" target="_blank">Hogeschool of Arnhem and Nijmegen</a> I decided to quit for while. This was because of numerous reasons, and looking back at it, it was the right thing to do. But after some time I knew I had to go fiend an internship and finish my study. <span> </span>So I did, I’m currently employed at <a title="Instore Broadcast narrowcasting netherlands doetinchem" href="http://www.instorebroadcast.com/" target="_blank">Instore Broadcast</a> who offered me a great Internship. I have to do usability research on the current online video manager. I’ll also be designing a new GUI for a new version of this system. If allowed I’ll post some screenshots on my blog when it’s finished.</span></p>
<p class="MsoNormal"><span lang="EN-GB"> </span></p>
<p class="MsoNormal"><span lang="EN-GB">Last but not least I have been working on an vista look-a-like AJAX menu but I will tell you more about that on my next blog post. First I have to get the demo up and running. Anyways, now you know what I have been up to lately and why there weren’t any blog posts last two months. All I can say is I’m back and I will be writing for my blog again soon! </span></p>
<p class="MsoNormal"><span lang="EN-GB"> </span></p>
<p class="MsoNormal"><span lang="EN-GB">Greets,</span></p>
<p class="MsoNormal"><span lang="EN-GB"> </span></p>
<p class="MsoNormal"><span lang="EN-GB">KaiserSoze</span></p>
<p class="MsoNormal" style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-5424021306856340";
google_ad_channel = "blog-artikelen";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "abd202";
google_color_text = "000000";
google_color_url = "FF21AD";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaisersblog.com/2009/06/break-the-silence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

