<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8" -->
<rss version="0.92">
<channel>
	<title>Webdevelopment Blog</title>
	<link>http://blog.joeriwijnants.com</link>
	<description>Tips &#38; tricks voor webdevelopers en webdesigners</description>
	<lastBuildDate>Thu, 29 Oct 2009 23:03:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Double width</title>
		<description>Width bepalen en display block geeft in IE6 dubbele breedte. Oplossing: width weghalen. Display block zorgt sowieso voor volledige breedte. </description>
		<link>http://blog.joeriwijnants.com/?p=110</link>
			</item>
	<item>
		<title>Dropbox</title>
		<description>Dropbox is the easiest way to store, sync, and, share files online. Get it at www.getdropbox.com </description>
		<link>http://blog.joeriwijnants.com/?p=108</link>
			</item>
	<item>
		<title>My Fontbook</title>
		<description>[caption id="attachment_100" align="alignleft" width="150" caption="my Fontbook browser"][/caption]

My Fontbook stelt een applicatie ter beschikking om de fonts aanwezig op je pc te bekijken in de browser. Heel handig. Gratis bovendien. </description>
		<link>http://blog.joeriwijnants.com/?p=94</link>
			</item>
	<item>
		<title>Cheat Sheets!</title>
		<description>Voor wie het bos niet meer door de bomen ziet...  cheat sheets voor alle moderne codetalen. </description>
		<link>http://blog.joeriwijnants.com/?p=90</link>
			</item>
	<item>
		<title>960 Grid System</title>
		<description>[caption id="attachment_83" align="alignleft" width="150" caption="Example of the 960 Grid"][/caption]

De 960 grid. Een handige manier om je webdesign te baseren op een systeem van 12 of 16 kolommen. En dat allemaal netjes binnen de standaardbreedte van 960 pixels. </description>
		<link>http://blog.joeriwijnants.com/?p=81</link>
			</item>
	<item>
		<title>Microsoft Surface</title>
		<description>Bij het zien van dit aardige speeltje van Microsoft kreeg ik spontaan goesting om ermee aan de slag te gaan. User experience van Microsoft op z'n best. Ik heb al minder aantrekkelijke salontafels gezien. 
 </description>
		<link>http://blog.joeriwijnants.com/?p=69</link>
			</item>
	<item>
		<title>Double margin bugfix for IE6</title>
		<description>Wanneer je op een leftfloated div een padding-left of margin-left plaatst, wordt die in IE6 verdubbeld. 
Oplossing: display:inline; </description>
		<link>http://blog.joeriwijnants.com/?p=66</link>
			</item>
	<item>
		<title>Em Calculator</title>
		<description>Em Calculator is a small JavaScript tool which helps making scalable and accessible CSS design. It converts size in pixels to relative em units, which are based on a text size. </description>
		<link>http://blog.joeriwijnants.com/?p=64</link>
			</item>
	<item>
		<title>Min-height bugfix for IE6</title>
		<description>Om min-height in IE6 te gebruiken kan je onderstaande css toevoegen. De volgorde moet wel worden gerespecteerd.

min-height:103px;
height:auto!important; /* for sane browsers, keep it as default */
height:103px; </description>
		<link>http://blog.joeriwijnants.com/?p=58</link>
			</item>
	<item>
		<title>Image at the end of a link</title>
		<description>

div a
{
min-height : 6px;
padding-right : 6px;
background : transparent url("images/postlink.gif") 100% 50% no-repeat;
}
/* because IE is stupid */
* html div a
{
height : 6px;
}
 </description>
		<link>http://blog.joeriwijnants.com/?p=40</link>
			</item>
</channel>
</rss>
