<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Superdopey's Techblog</title>
	<link>http://www.superdopey.nl/techblog</link>
	<description></description>
	<lastBuildDate>Tue, 21 Jun 2011 13:26:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>An attempt was made to load a program with an incorrect format</title>
		<description><![CDATA[De volgende foutmelding kreeg ik vandaag:Could not load file or assembly &#8230; An attempt was made to load a program with an incorrect format.Na wat onderzoek kwam ik erachter dat  deze melding zich voordoet als een .NET project is geconfigureerd &#8230; <a href="http://www.superdopey.nl/techblog/2011/03/29/an-attempt-was-made-to-load-a-program-with-an-incorrect-format/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.superdopey.nl/techblog/2011/03/29/an-attempt-was-made-to-load-a-program-with-an-incorrect-format/</link>
			</item>
	<item>
		<title>Vertical text in non-IE browsers.</title>
		<description><![CDATA[Het tonen van verticale tekst via CSS is alleen weggelegd voor IE Browsers middels de volgende CSS3 regels: writing-mode: tb-rl; filter: flipv fliph; Dit is een mooie manier om bijvoorbeeld tabel headers verticaal weer te geven. Maar helaas wordt deze &#8230; <a href="http://www.superdopey.nl/techblog/2011/02/03/vertical-text-in-non-ie-browsers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.superdopey.nl/techblog/2011/02/03/vertical-text-in-non-ie-browsers/</link>
			</item>
	<item>
		<title>Moet een website er in elke browser hetzelfde uitzien?</title>
		<description><![CDATA[Een interessante kijk op browser support: If a web browser is defective, causing errors in the display or performance of the page, should the page developer struggle to hide the browser’s defects, or should the defects be revealed in hope &#8230; <a href="http://www.superdopey.nl/techblog/2011/01/05/moet-een-websites-er-in-elke-browser-hetzelfde-uitzien/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.superdopey.nl/techblog/2011/01/05/moet-een-websites-er-in-elke-browser-hetzelfde-uitzien/</link>
			</item>
	<item>
		<title>Object Georienteerd CSS</title>
		<description><![CDATA[Ik hou vandaag een presentatie over OO CSS, de presentatie is gemaakt via prezi.com en dus makkelijk te sharen: .prezi-player { width: 500px; } .prezi-player-links { text-align: center; } OO CSS on Prezi]]></description>
		<link>http://www.superdopey.nl/techblog/2010/10/18/oo-css/</link>
			</item>
	<item>
		<title>is not a valid Win32 application</title>
		<description><![CDATA[Als je op een 64 bit systeem IIS draait kan het voorkomen dat je de volgende melding te zien krijgt: &#8220;is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)&#8221; Dit komt omdat de Application Pool die wordt gebruikt voor &#8230; <a href="http://www.superdopey.nl/techblog/2010/08/23/is-not-a-valid-win32-application/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.superdopey.nl/techblog/2010/08/23/is-not-a-valid-win32-application/</link>
			</item>
	<item>
		<title>0&#215;80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)</title>
		<description><![CDATA[Deze melding  ziet eruit alsof er heel wat aan de hand is, maar dat valt wel mee. De melding wordt veroorzaakt door de javascript alert() functie aan te roepen zonder een string mee te geven: alert(); Dit gaat al een &#8230; <a href="http://www.superdopey.nl/techblog/2010/07/01/0x80570001-ns_error_xpc_not_enough_args/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.superdopey.nl/techblog/2010/07/01/0x80570001-ns_error_xpc_not_enough_args/</link>
			</item>
	<item>
		<title>TF30063: You are not authorized to access Microsoft-IIS</title>
		<description><![CDATA[Deze foutmelding kreeg ik vandaag een paar keer te zien, na wat googlen blijkt dat deze foutmelding wordt veroorzaakt door Selenium-RC. Die past tijdens de installatie een instelling van Internet Explorer aan. Dit is als volgt op te lossen: Open  &#8230; <a href="http://www.superdopey.nl/techblog/2010/06/30/tf30063-you-are-not-authorized-to-access-microsoft-iis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.superdopey.nl/techblog/2010/06/30/tf30063-you-are-not-authorized-to-access-microsoft-iis/</link>
			</item>
	<item>
		<title>Google font-api</title>
		<description><![CDATA[Hoe cool is dit, eindelijk een makkelijke manier om custom fonts op je site te gebruiken: Het volledige artikel op nettuts+]]></description>
		<link>http://www.superdopey.nl/techblog/2010/05/21/google-font-api/</link>
			</item>
	<item>
		<title>HTML 5 features die je nu al kan toepassen</title>
		<description><![CDATA[HTML 5 lijkt misschien nog erg ver weg maar je je kan er al stukjes uit gebruiken. Met dank aan NetTuts+]]></description>
		<link>http://www.superdopey.nl/techblog/2010/04/27/html-5-features-die-je-nu-al-kan-toepassen/</link>
			</item>
	<item>
		<title>Search all tables</title>
		<description><![CDATA[Als je niet weet in welke tabel een bepaalde tekst string in een SQL database staat dan kan de volgende stored procedure je verder helpen. Deze zoekt namelijk op basis van een zoek string parameter heel je database door op &#8230; <a href="http://www.superdopey.nl/techblog/2010/04/19/search-all-tables/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://www.superdopey.nl/techblog/2010/04/19/search-all-tables/</link>
			</item>
</channel>
</rss>

