<?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>Dragon Blog</title>
	<atom:link href="http://blog.dragonholding.nl/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dragonholding.nl</link>
	<description></description>
	<lastBuildDate>Thu, 23 Feb 2012 04:02:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://blog.dragonholding.nl/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>WordPress SEO Theme Guidelines</title>
		<link>http://blog.dragonholding.nl/archives/2316</link>
		<comments>http://blog.dragonholding.nl/archives/2316#comments</comments>
		<pubDate>Tue, 07 Jun 2011 08:48:51 +0000</pubDate>
		<dc:creator>trungh</dc:creator>
				<category><![CDATA[Nieuws]]></category>
		<category><![CDATA[worldpress; seo]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=2316</guid>
		<description><![CDATA[It seems every "premium" WordPress theme these days calls itself "SEO friendly". They're usually not. In fact, most are crap, I'm sorry to say. So I thought I'd lay down some WordPress SEO Theme "Rules" or "Guidelines". If you're not abiding by those rules, you'll never get the "Yoast says it's SEO friendly" sticker, sorry.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It seems every &#8220;premium&#8221; WordPress theme these days calls itself &#8220;SEO friendly&#8221;. They&#8217;re usually not. In fact, most are crap, I&#8217;m sorry to say. So I thought I&#8217;d lay down some WordPress SEO Theme &#8220;Rules&#8221; or &#8220;Guidelines&#8221;. If you&#8217;re not abiding by those rules, you&#8217;ll never get the &#8220;Yoast says it&#8217;s SEO friendly&#8221; sticker, sorry.</p>
<p style="text-align: justify;">Ok so these guidelines will consist of WordPress SEO Theme &#8220;Do&#8217;s&#8221; and &#8220;Don&#8217;ts&#8221;, starting out with the don&#8217;ts:</p>
<h3 style="text-align: justify;">WordPress SEO Theme Don&#8217;ts</h3>
<ol style="text-align: justify;">
<li><strong>Put the site&#8217;s name first in the title tag.<br />
</strong>The title tag should be post title &#8211; site title or a variation on that, but the only variation you do not want in a WordPress SEO Theme is the exact opposite: site title &#8211; post title.</li>
<li><strong>Add a static meta description to pages.<br />
</strong>I see this so often now: people complain that my WP SEO plugin doesn&#8217;t work because the meta description isn&#8217;t showing, but in fact, their theme contains a static meta description that is the same on each bloody page.</li>
<li><strong>Don&#8217;t add static robots meta tags or anything else that&#8217;ll hamper search engines.<br />
</strong>Same as above, please don&#8217;t add meta robots tags, &#8220;index,follow&#8221; is what Google will do by default and if you include it in your theme statically, a user cannot use a plugin to make a page un-indexable, for instance.</li>
<li><strong>Use the H1 for the logo, on every page.<br />
</strong>The H1 should be used for the most important heading on the page. In most cases, that is the article title, <em>not</em> the logo, on every page but the homepage. There&#8217;s a lot more to say about headings, which I&#8217;ve done in my <a href="http://yoast.com/blog-headings-structure/">HTML Heading Structure</a> article.</li>
<li><strong></strong><strong>Don&#8217;t hide links in the theme.<br />
</strong>This one might be obvious but still: don&#8217;t hide any links in your theme that don&#8217;t belong there. One link to you as the theme creator: ok, anything else: nonsense.</li>
<li><strong>Have sidebars above the content in your code.<br />
</strong>In an ideal world, the first content in the HTML is the content of the page, followed by related navigation, then sidebars, then site navigation, then utilities like sitemaps and privacy statements. Having sidebars above the main content of a page though is a straight violation of the WordPress SEO Theme guidelines.</li>
</ol>
<h3 style="text-align: justify;">WordPress SEO Theme Do&#8217;s</h3>
<ol style="text-align: justify;">
<li><strong>Allow taxonomy descriptions to be shown.<br />
</strong>In most themes, taxonomy archives are boring as hell. They have <em>no</em> unique content whatsoever and just contain the latest posts for that taxonomy. WordPress has a core feature that allows for a description of a taxonomy though, and a good WordPress SEO Theme should allow the user to display that description, topped by an H1 with the Taxonomy title in it.</li>
<li><strong>Show excerpts on archives.<br />
</strong>Archive pages with full-length posts are not really any good for SEO, doing so on your frontpage for the last few posts might have some usability benefit, allowing users who come to your homepage to read posts immediately, for archives that benefit doesn&#8217;t outweigh the SEO.</li>
<li><strong>Allow for breadcrumbs.<br />
</strong>Most any SEO these days will tell you breadcrumbs are a nice and easy way to create a good internal linking structure (provided the user uses the taxonomies etc. right of course) so embedding breadcrumbs is important. Making sure they work with custom taxonomies is important too!</li>
<li><strong>Use the post title as the first anchor text.<br />
</strong>Don&#8217;t use &#8220;read more&#8221; or &#8220;continue reading&#8221; as the first anchor text towards a post, not in the body, not in widgets, nowhere. Just use the post title.</li>
<li><strong>Clean, cleaner, cleanest.<br />
</strong>Your theme code should be as clean as humanly possible, don&#8217;t overdo it on divs etc. for styling, just keep it simple and solid, to allow for fast page loads and easy crawling.</li>
</ol>
<h3 style="text-align: justify;">Unneeded functionality</h3>
<p style="text-align: justify;"><a href="http://yoast.com/theme-functionality-issues/">I&#8217;ve said it before</a> and I&#8217;ll say it again: there&#8217;s no need to put SEO functionality for titles and descriptions in your theme. There are a couple of very good plugins that can do that better than your theme ever can. While I wouldn&#8217;t distract any points for it, I&#8217;d rather you focus on great code for your theme.</p>
<h3 style="text-align: justify;">WordPress SEO Theme Scan</h3>
<p style="text-align: justify;">Starting today, I&#8217;m offering a WordPress SEO Theme scan. I&#8217;ll review a WordPress theme and tell you whether it&#8217;s SEO friendly or not. I&#8217;ll do that in a post on this site, in a similar fashion to my <a href="http://yoast.com/wp-plugin-review/">WordPress plugin reviews</a> with a 1 &#8211; 5 star rating. If you&#8217;re the author of the theme you&#8217;ll get a badge to use on your own site that you can use to show off my rating.</p>
<p style="text-align: justify;">I&#8217;ll start this service at the introductory price of $300 and it&#8217;ll go up to $450 later on. If you&#8217;ve got multiple themes you&#8217;d like me to review, <a title="Contact" href="http://yoast.com/contact/">contact me</a> for pricing.</p>
<p style="text-align: justify;">Sources from : http://yoast.com/wordpress-seo-theme/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/2316/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento Webshop: BNRKantoor.nl live</title>
		<link>http://blog.dragonholding.nl/archives/2122</link>
		<comments>http://blog.dragonholding.nl/archives/2122#comments</comments>
		<pubDate>Tue, 12 Apr 2011 18:58:50 +0000</pubDate>
		<dc:creator>PhongD-Admin</dc:creator>
				<category><![CDATA[Projecten]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webshop]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=2122</guid>
		<description><![CDATA[Magento Webshop: BNRKantoor.nl is live. Kijk op bnrkantoor.nl. Features catalogus, met inhoudsblok Flash/Javascript klanten blok feedback, en offerte module call me now Google Map beelden doorscroll pagina&#8217;s een tiental pagina opmaken. import produkten en plaatjes detail product slide show winkelmand als info/offerte aanvraag Snelheid en SEO geoptimaliseerd, laadtijd &#60; 3s]]></description>
			<content:encoded><![CDATA[<p>Magento Webshop: BNRKantoor.nl is live.</p>
<p>Kijk op <a title="BNRKantoor meubilair Rotterdam" href="http://bnrkantoor.nl">bnrkantoor.nl</a>.</p>
<p><a href="http://blog.dragonholding.nl/wp-content/uploads/2011/04/BNR-Kantoor-Rotterdam-kantoormeubelen1.jpg"><img class="aligncenter size-full wp-image-2132" title="BNR-Kantoor-Rotterdam-kantoormeubelen" src="http://blog.dragonholding.nl/wp-content/uploads/2011/04/BNR-Kantoor-Rotterdam-kantoormeubelen1.jpg" alt="" width="640" height="200" /></a></p>
<h2>
<p>Features</h2>
<ul>
<li>catalogus, met inhoudsblok</li>
<li>Flash/Javascript klanten blok</li>
<li>feedback, en offerte module</li>
<li>call me now</li>
<li>Google Map</li>
<li>beelden doorscroll pagina&#8217;s</li>
<li>een tiental pagina opmaken.</li>
<li>import produkten en plaatjes</li>
<li>detail product slide show</li>
<li>winkelmand als info/offerte aanvraag</li>
<li>Snelheid en SEO geoptimaliseerd, laadtijd &lt; 3s
<p><span id="more-2122"></span></li>
</ul>
<div id="attachment_2140" class="wp-caption alignright" style="width: 264px"><a href="http://blog.dragonholding.nl/wp-content/uploads/2011/04/magento-ecommerce-logo.jpg"><img class="size-full wp-image-2140 " title="magento-ecommerce-logo" src="http://blog.dragonholding.nl/wp-content/uploads/2011/04/magento-ecommerce-logo.jpg" alt="magento-ecommerce" width="254" height="80" /></a><p class="wp-caption-text">magento-ecommerce</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/2122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Application Engine, Google Docs, Google Calendar en Google DataStore (low level) integratie</title>
		<link>http://blog.dragonholding.nl/archives/2113</link>
		<comments>http://blog.dragonholding.nl/archives/2113#comments</comments>
		<pubDate>Tue, 12 Apr 2011 18:36:19 +0000</pubDate>
		<dc:creator>PhongD-Admin</dc:creator>
				<category><![CDATA[Projecten]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[Google Datastore API]]></category>
		<category><![CDATA[Google Docs]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=2113</guid>
		<description><![CDATA[Google Application Engine, Google Docs, Google Calendar en Google DataStore (low level) integratie]]></description>
			<content:encoded><![CDATA[<p>Dragon Holding werkt aan verscheiden applicaties gebaseerd op de Google Application Engine, Google Docs, Google Calendar en Google DataStore (low level).<br />
<a href="http://blog.dragonholding.nl/wp-content/uploads/2011/04/Google-Application-Engine-Google-Docs-and-Google-Calendar-integratie.jpg"><img class="aligncenter size-full wp-image-2114" title="Google-Application-Engine,-Google-Docs-and-Google-Calendar-integratie" src="http://blog.dragonholding.nl/wp-content/uploads/2011/04/Google-Application-Engine-Google-Docs-and-Google-Calendar-integratie.jpg" alt="" width="640" height="200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/2113/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Collab MS Project 2003/2007 importer</title>
		<link>http://blog.dragonholding.nl/archives/2097</link>
		<comments>http://blog.dragonholding.nl/archives/2097#comments</comments>
		<pubDate>Tue, 12 Apr 2011 17:45:22 +0000</pubDate>
		<dc:creator>PhongD-Admin</dc:creator>
				<category><![CDATA[Projecten]]></category>
		<category><![CDATA[Active Collab]]></category>
		<category><![CDATA[import MS Project to AC]]></category>
		<category><![CDATA[MS Project]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=2097</guid>
		<description><![CDATA[We hebben de beta plugin van Active Collab voor MS project gemodificeerd. De plugin kan nu ook assignees, categorieen en subscribers aan het ticket toevoegen.]]></description>
			<content:encoded><![CDATA[<p>We hebben de beta plugin van Active Collab voor MS project gemodificeerd. De plugin kan nu ook assignees, categorieen en subscribers aan het ticket toevoegen.</p>
<div id="attachment_2101" class="wp-caption aligncenter" style="width: 610px"><a href="http://blog.dragonholding.nl/wp-content/uploads/2011/04/Untitled-1.jpg"><img class="size-full wp-image-2101" title="msproject_importer_download-AC-ActiveCollab-featured-image" src="http://blog.dragonholding.nl/wp-content/uploads/2011/04/Untitled-1.jpg" alt="msproject_importer_download-AC-ActiveCollab-featured-image" width="600" height="231" /></a><p class="wp-caption-text">msproject_importer_download-AC-ActiveCollab-featured-image</p></div>
<p><a  href="http://www.activecollab.com/docs/manuals/user/microsoft-project-importer/installation-of-the-microsoft-project-importer" target="_blank" title="download-of-the-microsoft-project-importer-to-Active Collab">Download de beta versie van MS Project importer naar Active Collab.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/2097/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad HTML en Browser Compatibiliteit Testen</title>
		<link>http://blog.dragonholding.nl/archives/1689</link>
		<comments>http://blog.dragonholding.nl/archives/1689#comments</comments>
		<pubDate>Sat, 29 Jan 2011 14:37:15 +0000</pubDate>
		<dc:creator>PhongD-Admin</dc:creator>
				<category><![CDATA[Nieuws]]></category>
		<category><![CDATA[Projecten]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=1689</guid>
		<description><![CDATA[Het eerste project waarbij onze klant, ook wenste dat Dragon Holding op de iPad de website moest testen. Zodoende mochten we een iPad voor het eerst testen.]]></description>
			<content:encoded><![CDATA[<p>Het eerste project waarbij onze klant, ook wenste dat Dragon Holding op de iPad de website goed zou laten weergeven. Zodoende mochten we een iPad voor het eerst testen.<a href="http://blog.dragonholding.nl/wp-content/uploads/2011/01/IMG_0708.jpg"><br />
</a></p>

<a href='http://blog.dragonholding.nl/archives/1689/img_0708' title='IMG_0708'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2011/01/IMG_0708-150x150.jpg" class="attachment-thumbnail" alt="IMG_0708" title="IMG_0708" /></a>
<a href='http://blog.dragonholding.nl/archives/1689/img_0709' title='IMG_0709'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2011/01/IMG_0709-150x150.jpg" class="attachment-thumbnail" alt="IMG_0709" title="IMG_0709" /></a>
<a href='http://blog.dragonholding.nl/archives/1689/img_0710' title='IMG_0710'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2011/01/IMG_0710-150x150.jpg" class="attachment-thumbnail" alt="IMG_0710" title="IMG_0710" /></a>
<a href='http://blog.dragonholding.nl/archives/1689/img_0711' title='IMG_0711'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2011/01/IMG_0711-150x150.jpg" class="attachment-thumbnail" alt="IMG_0711" title="IMG_0711" /></a>
<a href='http://blog.dragonholding.nl/archives/1689/img_0712' title='IMG_0712'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2011/01/IMG_0712-150x150.jpg" class="attachment-thumbnail" alt="IMG_0712" title="IMG_0712" /></a>
<a href='http://blog.dragonholding.nl/archives/1689/img_0713' title='IMG_0713'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2011/01/IMG_0713-150x150.jpg" class="attachment-thumbnail" alt="IMG_0713" title="IMG_0713" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/1689/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Merry Xmas and Happy New Year 2011</title>
		<link>http://blog.dragonholding.nl/archives/1444</link>
		<comments>http://blog.dragonholding.nl/archives/1444#comments</comments>
		<pubDate>Sun, 19 Dec 2010 14:10:18 +0000</pubDate>
		<dc:creator>vickyn</dc:creator>
				<category><![CDATA[Nieuws]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=1444</guid>
		<description><![CDATA[A greeting card from Vicky]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.dragonholding.nl/wp-content/uploads/2010/12/greetingcard20111.jpg"><img class="aligncenter size-full wp-image-1448" title="greetingcard2011" src="http://blog.dragonholding.nl/wp-content/uploads/2010/12/greetingcard20111.jpg" alt="" width="450" height="700" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/1444/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DH Next Generation</title>
		<link>http://blog.dragonholding.nl/archives/1435</link>
		<comments>http://blog.dragonholding.nl/archives/1435#comments</comments>
		<pubDate>Wed, 15 Dec 2010 13:47:19 +0000</pubDate>
		<dc:creator>PhongD-Admin</dc:creator>
				<category><![CDATA[Nieuws]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=1435</guid>
		<description><![CDATA[We hebben nieuwe werknemers: v.l.n.r. Krijn Brandwijk (Project Manager), Mustafa Bouzzuoi (developer)]]></description>
			<content:encoded><![CDATA[<p>We hebben nieuwe werknemers:</p>
<p>v.l.n.r.</p>
<p>Krijn Brandwijk (Project Manager), Mustafa Bouzzuoi (developer)</p>
<div id="attachment_1436" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.dragonholding.nl/wp-content/uploads/2010/12/IMG_0543.jpg"><img class="size-medium wp-image-1436" title="IMG_0543" src="http://blog.dragonholding.nl/wp-content/uploads/2010/12/IMG_0543-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Krijn en Mus.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/1435/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mooie Audi 5</title>
		<link>http://blog.dragonholding.nl/archives/1291</link>
		<comments>http://blog.dragonholding.nl/archives/1291#comments</comments>
		<pubDate>Fri, 26 Nov 2010 11:13:34 +0000</pubDate>
		<dc:creator>PhongD-Admin</dc:creator>
				<category><![CDATA[Nieuws]]></category>
		<category><![CDATA[A5]]></category>
		<category><![CDATA[Audi]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=1291</guid>
		<description><![CDATA["Audi A5 in Dragon Holding kantoor" fotogalerij]]></description>
			<content:encoded><![CDATA[
<div class="ngg-galleryoverview" id="ngg-gallery-3-1291">


	<!-- Piclense link -->
	<div class="piclenselink">
		<a class="piclenselink" href="javascript:PicLensLite.start({feedUrl:'http://blog.dragonholding.nl/wp-content/plugins/nextgen-gallery/xml/media-rss.php?gid=3&amp;mode=gallery'});">
			[View with PicLens]		</a>
	</div>
	
	<!-- Thumbnails -->
		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.dragonholding.nl/wp-content/gallery/audi-a5/img_0530.jpg" title=" " class="lightbox_image" >
								<img title="img_0530" alt="img_0530" src="http://blog.dragonholding.nl/wp-content/gallery/audi-a5/thumbs/thumbs_img_0530.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.dragonholding.nl/wp-content/gallery/audi-a5/img_0531.jpg" title=" " class="lightbox_image" >
								<img title="img_0531" alt="img_0531" src="http://blog.dragonholding.nl/wp-content/gallery/audi-a5/thumbs/thumbs_img_0531.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.dragonholding.nl/wp-content/gallery/audi-a5/img_0532.jpg" title=" " class="lightbox_image" >
								<img title="img_0532" alt="img_0532" src="http://blog.dragonholding.nl/wp-content/gallery/audi-a5/thumbs/thumbs_img_0532.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/1291/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eBuddy kloon update</title>
		<link>http://blog.dragonholding.nl/archives/1205</link>
		<comments>http://blog.dragonholding.nl/archives/1205#comments</comments>
		<pubDate>Sun, 14 Nov 2010 15:38:43 +0000</pubDate>
		<dc:creator>PhongD-Admin</dc:creator>
				<category><![CDATA[Nieuws]]></category>
		<category><![CDATA[Projecten]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=1205</guid>
		<description><![CDATA[De demo van de ebuddy look alike – heeft nu de volgende chat clients online: • Yahoo Messenger • Google Talk • MSN Live messenger • ICQ • Facebook Chat • MySpace • AOL De webcam feature met Wowza Mediaserver en file sharing komen binnenkort live.]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.dragonholding.nl/wp-content/uploads/2010/11/ebuddy_big.jpg" alt="" title="ebuddy_big" width="640" height="480" class="aligncenter size-full wp-image-1645" /></a><br />
</p>
<p><strong>De demo van de ebuddy look alike – heeft nu de volgende chat clients online:</strong><br />
    • Yahoo Messenger<br />
    • Google Talk<br />
    • MSN Live messenger<br />
    • ICQ<br />
    • Facebook Chat<br />
    • MySpace<br />
    • AOL<br />
De webcam feature met Wowza Mediaserver en file sharing komen binnenkort live.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/1205/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>One working day at DH office</title>
		<link>http://blog.dragonholding.nl/archives/731</link>
		<comments>http://blog.dragonholding.nl/archives/731#comments</comments>
		<pubDate>Fri, 17 Sep 2010 08:02:14 +0000</pubDate>
		<dc:creator>ViN</dc:creator>
				<category><![CDATA[DH Team TEASERS]]></category>

		<guid isPermaLink="false">http://blog.dragonholding.nl/?p=731</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://blog.dragonholding.nl/archives/731/img_20100916_175656' title='IMG_20100916_175656'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2010/09/IMG_20100916_175656-150x150.jpg" class="attachment-thumbnail" alt="IMG_20100916_175656" title="IMG_20100916_175656" /></a>
<a href='http://blog.dragonholding.nl/archives/731/img_20100916_175732' title='IMG_20100916_175732'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2010/09/IMG_20100916_175732-150x150.jpg" class="attachment-thumbnail" alt="IMG_20100916_175732" title="IMG_20100916_175732" /></a>
<a href='http://blog.dragonholding.nl/archives/731/img_20100916_175646' title='IMG_20100916_175646'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2010/09/IMG_20100916_175646-150x150.jpg" class="attachment-thumbnail" alt="IMG_20100916_175646" title="IMG_20100916_175646" /></a>
<a href='http://blog.dragonholding.nl/archives/731/img_20100916_175709' title='IMG_20100916_175709'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2010/09/IMG_20100916_175709-150x150.jpg" class="attachment-thumbnail" alt="IMG_20100916_175709" title="IMG_20100916_175709" /></a>
<a href='http://blog.dragonholding.nl/archives/731/img_20100916_175745' title='IMG_20100916_175745'><img width="150" height="150" src="http://blog.dragonholding.nl/wp-content/uploads/2010/09/IMG_20100916_175745-150x150.jpg" class="attachment-thumbnail" alt="IMG_20100916_175745" title="IMG_20100916_175745" /></a>

]]></content:encoded>
			<wfw:commentRss>http://blog.dragonholding.nl/archives/731/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

