<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dodona gives you answers</title>
	<atom:link href="http://dodona.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dodona.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 07:58:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dodona.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Dodona gives you answers</title>
		<link>http://dodona.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dodona.wordpress.com/osd.xml" title="Dodona gives you answers" />
	<atom:link rel='hub' href='http://dodona.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How do I stop the iPhone browser from scaling my fonts?</title>
		<link>http://dodona.wordpress.com/2011/02/24/how-do-i-stop-the-iphone-browser-from-scaling-my-fonts/</link>
		<comments>http://dodona.wordpress.com/2011/02/24/how-do-i-stop-the-iphone-browser-from-scaling-my-fonts/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 15:16:43 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=365</guid>
		<description><![CDATA[Wondering why text in your iPhone browser looks bigger than specified in your style sheet? This is because the iPhone webkit browser automatically scales certain parts of a webpage to improve readability. But what if you don&#8217;t want this, for example because it breaks your layout? Well, there is an easy way to turn it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=365&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wondering why text in your iPhone browser looks bigger than specified in your style sheet? This is because the iPhone webkit browser automatically scales certain parts of a webpage to improve readability. But what if you don&#8217;t want this, for example because it breaks your layout? Well, there is an easy way to turn it off. Just add this code to your CSS body element (or any other element you want to stop scaling):</p>
<p><code>body {<br />
-webkit-text-size-adjust:none;<br />
}</code></p>
<p>Link: <a href="http://website-engineering.blogspot.com/2009/07/stop-adjusting-text-size-in-iphone-when.html" target="_blank">Stop adjusting the text size in iphone&#8230;</a><br />
<em>Status:</em> works</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/365/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=365&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2011/02/24/how-do-i-stop-the-iphone-browser-from-scaling-my-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I make a submit button look like a link?</title>
		<link>http://dodona.wordpress.com/2010/05/04/how-do-i-make-a-submit-button-look-like-a-link/</link>
		<comments>http://dodona.wordpress.com/2010/05/04/how-do-i-make-a-submit-button-look-like-a-link/#comments</comments>
		<pubDate>Tue, 04 May 2010 13:10:15 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=344</guid>
		<description><![CDATA[To make a submit button of an HTML form look like a link, simply use this code: HTML: &#60;button type="submit" class="submit"&#62; Submit &#60;img src="link/to/an/image/if/you/want.gif" /&#62; &#60;/button&#62; CSS: .submit { background: none; margin: 0; padding: 0; border: none; cursor: pointer; font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; font-size: 13px; line-height: 16px; color: #000000;button { overflow: visible; width: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=344&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To make a submit button of an HTML form look like a link, simply use this code:</p>
<p>HTML:<code><br />
&lt;button type="submit" class="submit"&gt;<br />
Submit &lt;img src="link/to/an/image/if/you/want.gif" /&gt;<br />
&lt;/button&gt;</code></p>
<p>CSS:<code><br />
.submit {<br />
background: none;<br />
margin: 0;<br />
padding: 0;<br />
border: none;<br />
cursor: pointer;<br />
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;<br />
font-size: 13px;<br />
line-height: 16px;<br />
color: #000000;button {<br />
overflow: visible;<br />
width: auto;<br />
}<br />
}</code></p>
<p><em>Link</em>: <a href="http://natbat.net/2009/Jun/10/styling-buttons-as-links/">Styling buttons to look like links</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=344&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2010/05/04/how-do-i-make-a-submit-button-look-like-a-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>How can I adjust letter spacing with sIFR 2?</title>
		<link>http://dodona.wordpress.com/2010/04/21/how-can-i-adjust-letter-spacing-with-sifr-2/</link>
		<comments>http://dodona.wordpress.com/2010/04/21/how-can-i-adjust-letter-spacing-with-sifr-2/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 12:44:32 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=342</guid>
		<description><![CDATA[I know, sIFR 3 allows you to style your text, including letterspacing. But I had to update an older website using sIFR 2.0.7 and also had to adjust the letter spacing. So I wondered; is there a way to do this without upgrading to sIFR 3? Yes there is: First, edit &#8220;dont_customize_me.as&#8221; and place the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=342&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I know, <a href="http://wiki.novemberborn.net/sifr3/">sIFR 3</a> allows you to <a href="http://wiki.novemberborn.net/sifr3/Styling">style</a> your text, including letterspacing. But I had to update an older website using <a href="http://wiki.novemberborn.net/sifr/">sIFR 2.0.7</a> and also had to adjust the letter spacing. So I wondered; is there a way to do this without upgrading to sIFR 3? <a href="http://discuss.joyent.com/viewtopic.php?pid=102296">Yes there is</a>:</p>
<ul>
<li>First, edit &#8220;dont_customize_me.as&#8221; and place the following code at  line 92:<br />
<code>if (letterSpacing != null) fmt.letterSpacing =  Number(letterSpacing);</code></li>
<li>Next, edit &#8220;sifr.js&#8221; on line 7:<br />
Where it says &#8220;var a=6;&#8221; change the 6  to an 8.  This ensures that you&#8217;re detecting for Flash v8.</li>
<li>Where you make your replacement calls add the following to sFlashVars:<br />
<code>sFlashVars:"textalign=center&amp;offsetTop=6&amp;letterSpacing=3"</code></li>
<li>Lastly, be sure to save your font SWFs as Flash 8, with Actionscript  2.0 enabled using the &#8220;Publish Settings&#8230;&#8221; menu.</li>
</ul>
<p><strong>But</strong>, this only works for titles of <strong>1 line long</strong>. Longer titles won&#8217;t wrap anymore but will be scaled down instead. To fix this I guess you still have to upgrade to <a href="http://wiki.novemberborn.net/sifr3/">sIFR 3</a>.</p>
<p><em>Link: </em><a href="http://discuss.joyent.com/viewtopic.php?pid=102296">discuss.joyent.com/viewtopic.php?pid=102296</a><br />
<em>Status</em>: Tested it, works, line wrapping is broken.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/342/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/342/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/342/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=342&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2010/04/21/how-can-i-adjust-letter-spacing-with-sifr-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Where can I download free vector maps?</title>
		<link>http://dodona.wordpress.com/2010/03/24/where-can-i-download-free-vector-maps/</link>
		<comments>http://dodona.wordpress.com/2010/03/24/where-can-i-download-free-vector-maps/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 19:20:53 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[DTP]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=340</guid>
		<description><![CDATA[www.flosm.de/ai/ This website offers detailed Illustrator maps of Germany, Switzerland, Austria, Netherlands, Belgium, Luxemburg, Great Brittain and Ireland. All images are nicely layered as well. www.openstreetmap.org OpenStreetMap is a collaborative project to create a free editable map of the world. If you click the &#8220;Export&#8221; tab, you can export the map you are viewing as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=340&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flosm.de/ai/">www.flosm.de/ai/</a><br />
This website offers detailed Illustrator maps of Germany, Switzerland, Austria, Netherlands, Belgium, Luxemburg, Great Brittain and Ireland. All images are nicely layered as well.</p>
<p><a href="http://www.openstreetmap.org">www.openstreetmap.org</a><br />
OpenStreetMap is a collaborative project to create a free editable map of the world. If you click the &#8220;Export&#8221; tab, you can export the map you are viewing as a .jpg , .png , .svg , .pdf or postscript file. The .svg , .pdf or postscript options all produce vector images. Unfortunately, all the images will only have one layer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=340&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2010/03/24/where-can-i-download-free-vector-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I open my Google Maps route in Adobe Illustrator?</title>
		<link>http://dodona.wordpress.com/2010/03/24/how-do-i-open-my-google-maps-route-in-adobe-illustrator/</link>
		<comments>http://dodona.wordpress.com/2010/03/24/how-do-i-open-my-google-maps-route-in-adobe-illustrator/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 19:02:39 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[DTP]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=336</guid>
		<description><![CDATA[In Google Maps, you have the &#8220;My maps&#8221; link. If you are logged in with your Google Account, this is the place where you can save your driving directions, or locations or routes you can create on Google maps. For a project I was doing, I needed to export a route I had drawn in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=336&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://maps.google.com">Google Maps</a>, you have the &#8220;My maps&#8221; link. If you are logged in with your <a href="http://www.google.com/accounts/">Google Account</a>, this is the place where you can save your driving directions, or locations or routes you can create on Google maps.</p>
<p>For a project I was doing, I needed to export a route I had drawn in Google Maps to a path I could use in Illustrator. This is how I did it:</p>
<ul>
<li>Create your route in Google Maps.</li>
<li>Save it in &#8220;My Maps&#8221;.</li>
<li>Click on the &#8220;View in Google Earth&#8221; link (in the blue bar above the map right).</li>
<li>You can now download your route as a .kml file.</li>
<li>Surf to <a href="http://app.indiemapper.com">app.indiemapper.com</a></li>
<li>Click on the &#8220;LAUNCH Indieprojector&#8221; button.</li>
<li>Now open the downloaded .kml file.</li>
<li>After successfully opening the .kml file, click on the &#8220;export&#8221; button (top right).</li>
<li>Save the .svg file.</li>
<li>Open the saved .svg file in Illustrator.</li>
<li>Done!</li>
</ul>
<p><em>Link</em>: <a href="http://projector.indiemapper.com">projector.indiemapper.com</a><br />
<em>Status</em>: Tested it, works.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=336&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2010/03/24/how-do-i-open-my-google-maps-route-in-adobe-illustrator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I open publisher files on a Mac?</title>
		<link>http://dodona.wordpress.com/2010/03/23/how-do-i-open-publisher-files-on-a-mac/</link>
		<comments>http://dodona.wordpress.com/2010/03/23/how-do-i-open-publisher-files-on-a-mac/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:35:10 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[DTP]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=334</guid>
		<description><![CDATA[To convert Microsoft Publisher files to another format (.pdf , .doc , .jpg , etc) use Zamzar.com. The Publisher to PDF conversion worked great, but make sure your filename is not to long or contains spaces, this caused an error at first. The site performs a lot of other file conversions as well, for image, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=334&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To convert Microsoft Publisher files to another format (.pdf , .doc , .jpg , etc) use <a href="http://www.zamzar.com/">Zamzar.com</a>.<br />
The Publisher to PDF conversion worked great, but make sure your filename is not to long or contains spaces, this caused an error at first. The site performs a lot of other file conversions as well, for image,  documents, audio and video formats.</p>
<p><em>Link: </em><a href="http://www.zamzar.com">www.zamzar.com</a><br />
<em>Status:</em> Tested it, works.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=334&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2010/03/23/how-do-i-open-publisher-files-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I force my V-card file to download?</title>
		<link>http://dodona.wordpress.com/2010/02/22/how-do-i-force-my-v-card-file-to-download/</link>
		<comments>http://dodona.wordpress.com/2010/02/22/how-do-i-force-my-v-card-file-to-download/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 11:55:54 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=328</guid>
		<description><![CDATA[In some browsers, especially on a Mac (like Safari, Firefox and Chrome), if you click on a link to a V-card or .vcf file, the file is not downloaded. Instead it&#8217;s contents are displayed in the browser window. To force these files to download, on an Apache server, you can use the .htaccess file. Create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=328&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In some browsers, especially on a Mac (like Safari, Firefox and Chrome), if you click on a link to a V-card or .vcf file, the file is not downloaded. Instead it&#8217;s contents are displayed in the browser window. To force these files to download, on an Apache server, you can use the .htaccess file.</p>
<p>Create an .htaccess file containing this line, or add it to your existing file:</p>
<p><code>AddType text/x-vcard .vcf</code></p>
<p>Link: <a href="http://www.thesheep.co.uk/2007/06/15/forcing-vcard-downloads-on-the-web/" target="_blank"><em>www.thesheep.co.uk/2007/06/15/forcing-vcard-downloads-on-the-web</em></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=328&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2010/02/22/how-do-i-force-my-v-card-file-to-download/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I backup my photos from Flickr?</title>
		<link>http://dodona.wordpress.com/2010/01/21/how-do-i-backup-my-photos-from-flickr/</link>
		<comments>http://dodona.wordpress.com/2010/01/21/how-do-i-backup-my-photos-from-flickr/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 11:48:21 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=323</guid>
		<description><![CDATA[Our company portfolio is on Flickr, and recently I wanted to download a few projects for local use. Flickr lets you download each image individually, but that would take a bit long. Then I found FlickrBackup, which did the trick very nicely. It now is replaced by FlickrEdit, which has more features, but I didn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=323&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Our company portfolio is on Flickr, and recently I wanted to download a few projects for local use. Flickr lets you download each image individually, but that would take a bit long. Then I found <a href="http://sunkencity.org/flickrbackup/">FlickrBackup</a>, which did the trick very nicely. It now is replaced by <a href="http://sunkencity.org/flickredit">FlickrEdit</a>, which has more features, but I didn&#8217;t test that one yet.</p>
<p>Link: <em><a href="http://sunkencity.org/flickrbackup/">sunkencity.org/flickrbackup</a></em><br />
Status: <em>Tested it, works nice</em><a href="http://sunkencity.org/flickrbackup/"><br />
</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/323/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/323/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/323/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=323&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2010/01/21/how-do-i-backup-my-photos-from-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I generate an EPS or a vector based PDF from an SWF?</title>
		<link>http://dodona.wordpress.com/2009/12/29/how-do-i-generate-an-eps-or-a-vector-based-pdf-from-an-swf/</link>
		<comments>http://dodona.wordpress.com/2009/12/29/how-do-i-generate-an-eps-or-a-vector-based-pdf-from-an-swf/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 08:16:31 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[DTP]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=317</guid>
		<description><![CDATA[Well, you don&#8217;t. Nowadays it&#8217;s very well possible to generate a JPG or other pixel-based format with an SWF, and with some server-side scripting to turn it in to a PDF. But all the images will still be pixel-based. But after some surfing, I found out the way to vectors is SVG (Scalable Vector Graphics). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=317&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, you don&#8217;t. Nowadays it&#8217;s very well possible to <a href="http://www.adobe.com/devnet/flash/articles/saving_flash_graphics.html">generate a JPG</a> or other pixel-based format with an SWF, and with some server-side scripting to turn it in to a PDF. But all the images will still be pixel-based.</p>
<p>But after some surfing, I found out the way to vectors is <a href="http://en.wikipedia.org/wiki/SVG">SVG (Scalable Vector Graphics)</a>. And after some more surfing, I found <a href="http://www.degrafa.org/">Degrafa</a>. This is an open source declarative graphics framework in Flex. And with it, it looks relatively easy to generate a SVG image from Flex (<a href="http://www.randomfractals.com/lab/miniShapeDesigner/miniShapeDesigner.html">example</a>). And an SVG image can be converted to a PDF serverside or clientside, or edited in programs like Adobe Illustrator.</p>
<p>So, no (vector based) PDF from an SWF, but an SVG from Flex; that&#8217;s pretty close.</p>
<p>Status: <em>Didn&#8217;t test it yet, but looks promising<br />
</em>Link: <a href="http://www.degrafa.org/"><em>http://www.degrafa.org/</em></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=317&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2009/12/29/how-do-i-generate-an-eps-or-a-vector-based-pdf-from-an-swf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Where can I find free reliable browser statistics?</title>
		<link>http://dodona.wordpress.com/2009/12/28/where-can-i-find-free-reliable-browser-statistics/</link>
		<comments>http://dodona.wordpress.com/2009/12/28/where-can-i-find-free-reliable-browser-statistics/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 13:06:42 +0000</pubDate>
		<dc:creator>lutsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dodona.wordpress.com/?p=309</guid>
		<description><![CDATA[If you design a website, it&#8217;s important to know how your audience will view it. What browser will they use, what size will their monitor be? Although this differs from website to website, it&#8217;s always nice to have some global information. Clicky is a web analytics tool which also provides free global information gathered by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=309&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you design a website, it&#8217;s important to know how your audience will view it. What browser will they use, what size will their monitor be? Although this differs from website to website, it&#8217;s always nice to have some global information.</p>
<p><a href="http://getclicky.com">Clicky</a> is a web analytics tool which also provides free global information gathered by all their individual trackers. You can view it as a whole, or separated by country (nice!):<br />
<a href="http://getclicky.com/marketshare/global/web-browsers/">http://getclicky.com/marketshare/global/web-browsers/</a></p>
<p><a href="http://www.w3schools.com/">W3 schools</a> is a web building tutorials website, and gives an insight in the statistics of their own site:<br />
<a href="http://www.w3schools.com/browsers/browsers_stats.asp">http://www.w3schools.com/browsers/browsers_stats.asp</a></p>
<p>Extensive statistics about Flash, Silverlight and Java (Rich Internet Applications so to speak) can be found on <a href="http://www.riastats.com/">riastats.com</a>:<br />
<a href="http://www.riastats.com/">http://www.riastats.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dodona.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dodona.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dodona.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dodona.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dodona.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dodona.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dodona.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dodona.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dodona.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dodona.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dodona.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dodona.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dodona.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dodona.wordpress.com/309/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dodona.wordpress.com&amp;blog=4221133&amp;post=309&amp;subd=dodona&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dodona.wordpress.com/2009/12/28/where-can-i-find-free-reliable-browser-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f11fc16bdfc8dce3bfa640e187b9752b?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">lutsen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
