<?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>Flyweb &#187; design and graphics</title>
	<atom:link href="http://www.flyweb.nl/index.php/category/webdesigngraphic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flyweb.nl/wordpress</link>
	<description>nothing @ all</description>
	<lastBuildDate>Mon, 28 Jun 2010 19:17:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Syntax highlighter activated</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/10/11/syntax-hightlighter-activated/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/10/11/syntax-hightlighter-activated/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 13:18:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[tips and tutorials]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/10/11/syntax-hightlighter-activated/</guid>
		<description><![CDATA[Well, it goes like so . . . Thanks goes to Vijesh Mehta. Great visual enhancement. I think it&#8217;s cool. function show_photos_main() { $album = $_GET['album']; $photo = $_GET['photo']; $page = $_GET['page']; $tags = $_GET['tags']; $show = $_GET['show']; $output = ''; $continue = true; if (!is_null($show)) { if ($show == 'tags') { $output = $this->show_tags(); [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it goes like so . . . Thanks goes to <a href="http://www.lastengine.com/syntax-highlighter-wordpress-plugin/" rel="External" title="External link" class="liexternal">Vijesh Mehta</a>. Great visual enhancement. I think it&#8217;s cool.<br />
<span id="more-206"></span></p>
<pre class="brush:php">
function show_photos_main() {
	$album = $_GET['album'];
	$photo = $_GET['photo'];
	$page = $_GET['page'];
	$tags = $_GET['tags'];
	$show = $_GET['show'];

	$output = '';
	$continue = true;
	if (!is_null($show)) {
		if ($show == 'tags') {
		$output = $this->show_tags();
		$continue = false;
		}
		elseif ($show == 'recent') {
		$tags = '';
		}
	}

	if ($continue) {
		// Show list of albums/photosets (none have been selected yet)
		if (is_null($album) &amp;&amp; is_null($tags) &amp;&amp; is_null($photo)) {
		$output = $this->show_albums($page);
		}
		// Show list of photos in the selected album/photoset
		elseif (!is_null($album) &amp;&amp; is_null($photo)) {
		$output = $this->show_album_thumbnails($album, $page);
		}
		// Show list of photos of the selected tags
		elseif (!is_null($tags) &amp;&amp; is_null($photo)) {
		$output = $this->show_tags_thumbnails($tags, $page);
		}
		// Show the selected photo in the slected album/photoset
		elseif ((!is_null($album) || !is_null($tags)) &amp;&amp; !is_null($photo)) {
		$output = $this->show_photo($album, $tags, $photo, $page);
		}
	}

	if ($this->has_error) {
		$this->template->reset('error');
		$this->template->set('message', $this->error_detail);
		$output = $this->template->fetch();
	}

	return $output;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/10/11/syntax-hightlighter-activated/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AJAX (not) AJAX</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/09/24/ajax-not-ajax/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/09/24/ajax-not-ajax/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 17:29:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[relaxing]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/09/24/ajax-not-ajax/</guid>
		<description><![CDATA[No not Asynchronous Javascript eXtensions. Last friday I went to a trainings-exercise of the proud of Amsterdam. The AJAX soccerteam. The school organised it, it was great. Once an acclaimed soccer club. Today still in the top regions of dutch soccer but not as gr8 as it used tobe.]]></description>
			<content:encoded><![CDATA[<p>No not Asynchronous Javascript eXtensions. Last friday <span class="pullquote">I went to a trainings-exercise of the proud of Amsterdam</span>. <a href="http://www.ajax.nl" rel="External" title="External link" class="liexternal">The AJAX soccerteam</a>. The school organised it, it was great. Once an acclaimed soccer club. Today still in the top regions of dutch soccer but not as gr8 <a href="http://www.ajaxonline.org/" rel="External" title="External link" class="liexternal">as it used</a> tobe.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9377895566950447";
google_ad_width = 438;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_ad_channel ="";
google_color_border = "EEEEEE";
google_color_bg = "ffffff";
google_color_link = "A9A9A9";
google_color_url = "ecefed";
google_color_text = "666666";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/09/24/ajax-not-ajax/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Newest Flickrzzz</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/09/24/newest-flickrzzz/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/09/24/newest-flickrzzz/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 17:18:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[relaxing]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/09/24/newest-flickrzzz/</guid>
		<description><![CDATA[I have uploaded my newest Flickr photos. Two new sets actually: Vlissingen Tim Thought you&#8217;d like to know]]></description>
			<content:encoded><![CDATA[<p>I have uploaded my newest Flickr photos.<br />
Two new sets actually:</p>
<ul>
<li><a href="http://www.flickr.com/photos/flyweb/sets/72157594297622623/" rel="External" title="External link" class="liexternal">Vlissingen</a></li>
<li><a href="http://www.flickr.com/photos/flyweb/sets/72057594057435731/" rel="External" title="External link" class="liexternal">Tim</a></li>
</ul>
<p>Thought you&#8217;d like to know <img src='http://www.flyweb.nl/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/09/24/newest-flickrzzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another day another theme</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/09/15/another-day-another-theme/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/09/15/another-day-another-theme/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 21:16:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/09/15/another-day-another-theme/</guid>
		<description><![CDATA[Mood changes As you can see I made another change. Again You might say I am a bit restless. True. It is the fun of it. Really. The default Kubrick is just so perfect but. . . lacks some hype and further possiblities I thought. So obvious one should have a look at . . [...]]]></description>
			<content:encoded><![CDATA[<h3>Mood changes</h3>
<p>As you can see I made another change. Again <img src='http://www.flyweb.nl/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You might say I am a bit restless. True. It is the fun of it. Really. The default Kubrick is just so perfect but. . . lacks some hype and further possiblities I thought. So obvious one should have a look at . . . right!, <a href="http://getk2.com/" rel="External" title="External link" class="liexternal">K2</a> by again that same <a href="http://binarybonsai.com" rel="External" title="External link" class="liexternal">Michael Heilemann</a>, amongst many others who help out. Further readings and sightings can be observed here:</p>
<ul>
<li><a href="http://k2.stikipad.com/" rel="External" title="External link" class="liexternal">Official K2 docu-site.</a></li>
<li>Flickr has it&#8217;s own <a href="http://www.flickr.com/groups/binarybonsai/pool/" rel="External" title="External link" class="liexternal">K2/Binarybonsai Pool.</a></li>
<li>Colin built himself a <a href="http://k2.infiity.com/" rel="External" title="External link" class="liexternal">true K2 home</a> with lots of useful info about modding K2 and optimizing the theme.</li>
<li><a href="http://www.matthewstinson.net/archives/2005/09/18/k2-how2/" rel="External" title="External link" class="liexternal">Matthew Stinson</a> wrote some interesting tutorials about K2 adaptations.</li>
</ul>
<h3>So why K2?</h3>
<p>It&#8217;s state of the art. What is? Primarily <acronym title="Asynchronous Javascript And XML">AJAX</acronym> functionality. Livecomments, watch your comments been added real-time, no refreshing of the page you were reading. Amazing. Hitting enter after you&#8217;ve typed in a search, no more. As you type in your keyword(s) watch the main content on the left be changed realtime with the results. Cool. Behind the scenes, AJAX aswell. In the admin section of your <a href="http://wordpress.org/" rel="External" title="External link" class="liwp">WordPress</a> blog K2 has made it super simple for everyone. Adding custom header images, on the fly. Changing blocks in your sidebar, on the fly, dragging and dropping, realtime changes. Wow. Options, options galore.</p>
<h3>Rest &#8216;n peace?</h3>
<p>Dunno. It&#8217;s something duallistic within me. One side says &#8220;knock it off&#8221;, get some sleep. The other is already thinking about more and more possibilities. It is a mental illness for sure <img src='http://www.flyweb.nl/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<h3>K2 theme</h3>
<p>Credits go to <a href="http://blog.moskis.net/" rel="External" title="External link" class="liexternal">Th3 Prophetman</a>. He made the fine K2-style &#8216;<a href="http://blog.moskis.net/downloads/blue-k2-en/" rel="External" title="External link" class="liexternal">Blue-K2</a>&#8216;. The style from which I modded mine. Actually I only added Blue-K2&#8242;s header, footer and background images. The rest is 100% pure K2 native. Well almost. Many thanks go to the Th3 Prophetman. All in all Flyweb&#8217;s look is a bit like Kubrick-classic don&#8217;t you think? Precisely, that&#8217;s what I wanted in the first place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/09/15/another-day-another-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kubrick and WordPress</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/09/06/kubrick-and-wordpress/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/09/06/kubrick-and-wordpress/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 09:48:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[tips and tutorials]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/09/06/kubrick-and-wordpress/</guid>
		<description><![CDATA[Switch Okay I made a decision. Let&#8217;s go back to basics. After spending much time in trying all sorts of themes I switched to the default WordPress theme Kubrick by Michael Heilemann. The themes I have tried out so far: Emire from Phu Ly Glued-Ideas Subtle from Christopher Frazier Hemingway from Kyle Neath Regulus from [...]]]></description>
			<content:encoded><![CDATA[<h2>Switch</h2>
<p>Okay I made a decision. Let&#8217;s go back to basics. After spending much time in trying all sorts of themes I switched to the default WordPress theme <a href="http://binarybonsai.com/kubrick/" rel="External" title="External link" class="liexternal">Kubrick</a> by Michael Heilemann. The themes I have tried out so far:</p>
<ul>
<li>Emire from <a href="http://ifelse.co.uk/" rel="External" title="External link" class="liexternal">Phu Ly</a></li>
<li>Glued-Ideas Subtle from <a href="http://blog.gluedideas.com/" rel="External" title="External link" class="liexternal">Christopher Frazier</a></li>
<li>Hemingway from <a href="http://warpspire.com/hemingway" rel="External" title="External link" class="liexternal">Kyle Neath</a></li>
<li>Regulus from <a href="http://www.binarymoon.co.uk/regulus/ " rel="External" title="External link" class="liexternal">Ben Gillbanks</a></li>
</ul>
<p>To name just the ones I enjoyed quite a bit. Another theme that caught my attention for it&#8217;s nice layout and use of AJAX snippets is &#8216;Lush&#8217; from <a href="http://www.i-jeriko.de/2006/03/06/introducing-lush-for-wordpress/" rel="External" title="External link" class="liexternal">Marco van Hylckama Vlieg and Christoph Boecken</a>. I haven&#8217;t decided yet for it has some limitations on the way it&#8217;ll render on <a href="http://www.mozilla.com/firefox/central/" rel="External" title="External link" class="liexternal">FireFox</a>.</p>
<h2>So why the change to Kubrick?</h2>
<p>Well I was a bit bored. It clearly seems that the more a theme offers in colors, layout, useability the faster it bored me. Anyway that&#8217;s one explanation. Another might be that I am still charmed by the raw simplicity that Kubrick offers. It&#8217;s almost like this theme is the foundation of all blog-themes. And maybe it is. Offcourse I adjusted one thingy or two. To name a few modifications I have made:</p>
<ul>
<li>Added <a href="http://addictedtonew.com" rel="External" title="External link" class="liexternal">LiveSearch AJAX</a> powered search, instead of the default/conventional search method, by John Nunemaker.</li>
<li>Altered the rather dull &#060;h2&#062; font family by a more stylish one, Century Gothic. I like it&#8217;s <a href="http://www.answers.com/typography" rel="External" title="External link" class="liexternal">typography</a> more.</li>
<li>Added a more efficient way to navigate my blog by use of <a href="http://www.liewcf.com/blog/archives/2005/05/wordpress-navigation-bar/" rel="External" title="External link" class="liexternal">Liew Cheon Fong&#8217;s</a> &#8216;SuperNav-bar&#8217;.</li>
</ul>
<h2>The plugins I use</h2>
<ul>
<li><a href="http://blog.taragana.com/index.php/archive/taraganas-delicious-mp3-player-wordpress-plugin/" rel="External" title="External link" class="liexternal">Taragana&#8217;s</a> Del.icio.us mp3 Player. Which you can see in <a href="http://www.flyweb.nl/index.php/interests/" title="mp3 player" class="liinternal">action here</a>.</li>
<li>WP Lightbox 2 and Falbum mashup by <a href="http://www.huddletogether.com/projects/lightbox2/" rel="External" title="External link" class="liexternal">Lokesh Dhakar</a> and <a href="http://www.randombyte.net/wiki/falbum/falbum " rel="External" title="External link" class="liexternal">Elijah Cornell</a> respectively and <a href="http://www.gringod.com" rel="External" title="External link" class="liexternal">Adrian (a.k.a. GrinGod)</a> responsible for the mashup.
</li>
<li>Ultimate Tag Warrior by <a href="http://www.neato.co.nz" rel="External" title="External link" class="liexternal">Christine Davis</a>.</li>
<li>Viper&#8217;s Video QuickTags by <a href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/" rel="External" title="External link" class="liexternal">Viper007bond</a>.</li>
<li>The Excerpt Reloaded by <a href="http://guff.szub.net/the-excerpt-reloaded/ " rel="External" title="External link" class="liexternal">Kaf Oseo</a></li>
<li>WP-PageNavi by <a href="http://www.lesterchan.net/portfolio/programming.php " rel="External" title="External link" class="liexternal">GaMerZ</a></li>
<li>SEM Recent Comments and Recent Posts by <a href="http://www.semiologic.com" rel="External" title="External link" class="liexternal">Denis de Bernardy</a></li>
<li>Anti Spam Image by <a href="http://www.infor96.com/~nio/archives/369" rel="External" title="External link" class="liexternal">Krazy Nio</a></li>
<li>DD Formmailer by <a href="http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/ " rel="External" title="External link" class="liexternal">Aleister</a></li>
<li>FlickrRSS by <a href="http://eightface.com/wordpress/flickrrss/ " rel="External" title="External link" class="liexternal">Dave Kellam</a></li>
<li>Subscribe to Comments by <a href="http://txfx.net/code/wordpress/subscribe-to-comments/" rel="External" title="External link" class="liexternal">Mark Jaquith and Jennifer (ScriptyGoddess)</a></li>
<li>Related Posts by <a href="http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/" rel="External" title="External link" class="liexternal">Alexander Malov &#038; Mike Lu</a></li>
<li>AdSense DeLuxe by <a href="http://www.acmetech.com/blog/adsense-deluxe/ " rel="External" title="External link" class="liexternal">Acme Technologies</a></li>
<li>Gravatars by <a href="http://www.skippy.net/blog/2005/03/24/gravatars/ " rel="External" title="External link" class="liexternal">Scott Merrill</a> a.k.a. &#8216;Skippy&#8217;.</li>
<li>InlineRSS by <a href="http://www.iconophobia.com/ " rel="External" class="liexternal">Cal Demaine</a>. In action <a href="http://www.flyweb.nl/index.php/news/" rel="External" title="RSS, XML news feed" class="liinternal">here</a>.</li>
<li>Exec-PHP by <a href="http://www.soeren-weber.net/post/2005/08/18/50/ " rel="External" title="External link" class="liexternal">S&ouml;ren Weber</a></li>
</ul>
<p>And a few more I didn&#8217;t mention because it&#8217;s use isn&#8217;t visible on the blog but in the admin section.</p>
<p>Another nice feature I discovered was the Kubrick-Headermaker a.k.a. &#8220;Kubrickr&#8221; by <a href="http://www.redalt.com/Tools/kubrickr.php" rel="External" title="External link" class="liexternal">Owen Winkler at RedAlt</a>. You really should try it out. I realize that this might be old information but I was glad I found it. Result&#8230;look at the header image. Like it?</p>
<h2>Conclusion</h2>
<p>I am defnitely going to change again. I just love the work in getting a theme modded to my likings and making it XHTML Strict 1.0.</p>
<h2>Wishes for Kubrick</h2>
<p>I am still very interested in more AJAX control. This site is powered with the <a href="http://script.aculo.us/" rel="External" title="External link" class="liexternal">Script.aculo.us</a> scripts. But other, maybe lighter/easier script suites are waiting like <a href="http://moofx.mad4milk.net/" rel="External" title="External link" class="liexternal">Moo.FX</a>. And even maybe <a href="http://www.rubyonrails.org/" rel="External" title="External link" class="liexternal">Ruby on Rails</a> stuff. I have a lot todo. But to stick with Script.aculo.us seems difficult because of its bugs. In certain situations IE and FF crash because of Script.aculo.us. That&#8217;s a pitty.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/09/06/kubrick-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sneak preview WordPress 2.1?</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/08/12/sneak-preview-wordpress-21/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/08/12/sneak-preview-wordpress-21/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 09:53:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/08/12/sneak-preview-wordpress-21/</guid>
		<description><![CDATA[I am still a bit doubtfull whether I missed this or did I really stumbled upon a sneak preview? The tocome new WordPress version 2.1 offcourse will be revised, overhauled and comestically upgraded. But how will it look? Just maybe your (and my) answers can be found at Broken Kode. The Shuttle is a complete [...]]]></description>
			<content:encoded><![CDATA[<p>I am still a bit doubtfull whether I missed this or did I really stumbled upon a sneak preview? The tocome new WordPress version 2.1 offcourse will be revised, overhauled and comestically upgraded. But how will it look? Just maybe your (and my) answers can be found at <a href="http://www.brokenkode.com/shuttle" title="Broken Kode, Shuttle, WordPress" rel="External" class="liexternal">Broken Kode</a>.</p>
<p>The Shuttle is a complete beautification of the <a href="http://www.wordpress.org" title="WordPress" rel="External" class="liwp">WordPress</a> Administration Panel. The project has been in development since early 2005. The images on Broken Kode effectively show the future of the WordPress administration panel. These are the images they did in Photoshop, so there is no plugin for you to download, as it’s not been incorporated into the final release yet.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-9377895566950447";
google_ad_width = 438;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_ad_channel ="";
google_color_border = "EEEEEE";
google_color_bg = "ffffff";
google_color_link = "A9A9A9";
google_color_url = "ecefed";
google_color_text = "666666";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/08/12/sneak-preview-wordpress-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP won&#039;t get DirectX 10</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/06/13/windows-xp-wont-get-directx-10/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/06/13/windows-xp-wont-get-directx-10/#comments</comments>
		<pubDate>Tue, 13 Jun 2006 17:38:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/?p=160</guid>
		<description><![CDATA[ATI, in a recent meeting in London, mentioned that Microsoft won&#8217;t release a version of DirectX 10 for Windows XP, instead making it an exclusive Vista feature. This is likely to encourage gamers to upgrade when Vista is made available sometimes in 2007. This decision has raised the ire of some gamers who feel they [...]]]></description>
			<content:encoded><![CDATA[<p>ATI, in a recent meeting in London, mentioned that Microsoft <a href="http://www.xbitlabs.com/news/video/display/20060525104034.html" rel="external" title="External link" class="liexternal">won&#8217;t release a version of DirectX 10 for Windows XP</a>, instead making it an exclusive Vista feature. This is likely to encourage gamers to upgrade when Vista is made available sometimes in 2007.</p>
<p>This decision has raised the ire of some gamers who feel they shouldn&#8217;t have to upgrade their operating system to play a game. EVE Online announced that they will upgrade their popular space MMORPG&#8217;s graphic engine to include DirectX 10 features, and Halo 2 will be a Vista-only title.</p>
<blockquote><p>During a DirectX 10-related event in London, UK, Richard Huddy, ATI Technologies&#8217; software developers relations chief, said that Microsoft&#8217;s Vista will integrate DirectX 10 and DirectX 9 APIs for different types of hardware, but the current Windows XP will not get DirectX 10 support, as suggested some rumours earlier. For end users this means that to get the most advantages of the new-generation graphics processing units (GPUs), the new OS will be required.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/06/13/windows-xp-wont-get-directx-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera 9 Beta</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/05/31/opera-9-beta/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/05/31/opera-9-beta/#comments</comments>
		<pubDate>Wed, 31 May 2006 13:34:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/05/31/opera-9-beta/</guid>
		<description><![CDATA[I see the that Opera 9 is out in beta. According to the Opera 9 press release, it&#8217;s got some neat new features — among them, the ability to &#8220;customize your search engines&#8221; which, I hope, means the ability to add search engines to Opera&#8217;s search box easily. Right now, that&#8217;s quite a little feat [...]]]></description>
			<content:encoded><![CDATA[<p>I see the that Opera 9 is out in beta. According to the <a href="http://opera.com/pressreleases/en/2006/04/20/" rel="external" title="External link" class="liexternal">Opera 9 press release</a>, it&#8217;s got some neat new features — among them, the ability to &#8220;customize your search engines&#8221; which, I hope, means the ability to add search engines to Opera&#8217;s search box easily. Right now, that&#8217;s quite a little feat for people not used to modifying desktop applications.</p>
<p>Another feature that I wish they&#8217;d implement: the ability to create folders in the RSS feeds tab. It would be nice for organizing feeds. But, dig this:</p>
<blockquote><p>Thumbnail preview – It&#8217;s easy to have many tabs open at once in Opera. But exactly which tab had that video you wanted? Hover any tab to see a thumbnail preview.</p>
</blockquote>
<p>I&#8217;d say that&#8217;s pretty fancy.</p>
<p>Unfortunately, I&#8217;m not trying the Opera 9 beta today; as usual, it&#8217;s a working weekend, and that means I&#8217;m supposed to be working. [gna gna]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/05/31/opera-9-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft wants to update Internet Explorer on a regular base</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/05/31/microsoft-wants-to-update-internet-explorer-on-a-regular-base/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/05/31/microsoft-wants-to-update-internet-explorer-on-a-regular-base/#comments</comments>
		<pubDate>Wed, 31 May 2006 12:56:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/05/31/microsoft-wants-to-update-internet-explorer-on-a-regular-base/</guid>
		<description><![CDATA[According to this entry on MSBLOG, Microsoft plans to release further versions of Internet Explorer on an annual base. And although I have my concerns, I do like the plan. No, I don’t use Internet Explorer, and neither I will in the future &#8211; after all, it will never be available natively for Linux. But [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image150" class="i_left" height="150" alt="Internet Explorer" src="http://www.flyweb.nl/wordpress/wp-content/uploading/2006/05/ielogo.jpg" /><br />
According to this entry on MSBLOG, Microsoft plans to release further versions of Internet Explorer on an annual base. And although I have my concerns, I do like the plan.</p>
<p>No, I don’t use Internet Explorer, and neither I will in the future &#8211; after all, it will never be available natively for Linux. But up to now, it is the de facto standard browser for surfing the web, so developers have to ensure that their designs need to display correct at least in this browser, which is not that easy as one might think. In fact, all version of Internet Explorer up to version 6 have major problems when it comes to web standards like CSS. Unfortunately, in his five years of existence, Microsoft never updated the rendering engine of their latest browser.</p>
<p>Finally, IE7 made a step in the right direction with a proper implementation of CSS 2, as far as I can see. And after all, it’s Microsofts Browser who dictates what’s possible and whats not. When it comes to CSS 3, which will have some great features, the IE7 has no knowledge about it at all &#8211; although I have to admit, that Firefox’ and Operas support is also more rudimentary right now. With annual versions of Internet Explorer, there’s a slight hope that CSS3 can be used in a productive way yet in this decade.</p>
<p>So, it’s up to Microsoft. I hope that they do not made this announcement as a lame excuse to cover another patch under the hood of a new version. I hope that those new versions which they have in mind will also cover new features and do not stick only to fixing security related bugs. The Internet Explorer is the standard browser in the world wide web, and it will be for a long long time &#8211; so it will better be good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/05/31/microsoft-wants-to-update-internet-explorer-on-a-regular-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ever heard such a WordP&#8230; nonsense?</title>
		<link>http://www.flyweb.nl/wordpress/index.php/2006/04/02/ever-heard-such-a-wordp-nonsense/</link>
		<comments>http://www.flyweb.nl/wordpress/index.php/2006/04/02/ever-heard-such-a-wordp-nonsense/#comments</comments>
		<pubDate>Sun, 02 Apr 2006 19:58:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[design and graphics]]></category>
		<category><![CDATA[odd pieces]]></category>

		<guid isPermaLink="false">http://www.flyweb.nl/index.php/2006/04/02/ever-heard-such-a-wordp-nonsense/</guid>
		<description><![CDATA[[...]On behalf of the WordPress community, I’m proud to announce a merger we’ve had on our minds since the first time we saw Dean Allen’s dog — WordPress and Textpattern are joining forces to create the greatest CMSMS ever, WordPattern. “WordPress and Textpattern: Two great tastes that taste great together.[...] Nonsense or is it Sense? [...]]]></description>
			<content:encoded><![CDATA[<p>[...]On behalf of the WordPress community, I’m proud to announce a merger we’ve had on our minds since <a href="http://textism.com/oliver/daily/" rel="external" title="External link" class="liexternal">the first time we saw Dean Allen’s dog</a> — WordPress and Textpattern are joining forces to create the greatest CMSMS ever, <a href="http://wordpattern.org/" rel="external" title="External link" class="liexternal">WordPattern</a>. “WordPress and Textpattern: Two great tastes that taste great together.[...]</p>
<h2>Nonsense or is it Sense?</h2>
<p>Clearly a pratical joke? Or is there something going on we aren&#8217;t aware of? On the other hand&#8230;why not? Could be big leap forward on some accounts. With all respect ofcourse to <a href="http://www.textpattern.com/" rel="external" title="External link" class="liexternal">TextPattern</a> and <a href="http://wordpress.org" rel="external" title="External link" class="liwp">WordPress</a><br />
<img id="image142" height="107" width="135" alt="WordPattrn" class="i_left" src="http://www.flyweb.nl/wordpress/wp-content/uploading/2006/04/wp.gif" /></p>
<div style="clear:both;">&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.flyweb.nl/wordpress/index.php/2006/04/02/ever-heard-such-a-wordp-nonsense/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

