<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Superdopey's Techblog</title>
	<link>http://www.superdopey.nl/techblog</link>
	<description></description>
	<pubDate>Thu, 01 Jul 2010 09:56:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>0&#215;80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)</title>
		<link>http://www.superdopey.nl/techblog/2010/07/01/0x80570001-ns_error_xpc_not_enough_args/</link>
		<comments>http://www.superdopey.nl/techblog/2010/07/01/0x80570001-ns_error_xpc_not_enough_args/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 09:54:30 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/07/01/0x80570001-ns_error_xpc_not_enough_args/</guid>
		<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 stuk beter


alert(&#34;Vergeet je tekst niet&#34;);

]]></description>
			<content:encoded><![CDATA[<p>Deze melding  ziet eruit alsof er heel wat aan de hand is, maar dat valt wel mee. De melding wordt veroorzaakt door de javascript<em> alert()</em> functie aan te roepen zonder een string mee te geven:</p>
<pre name="code" class="javascript">

alert();
</pre>
<p>Dit gaat al een stuk beter</p>
<pre name="code" class="javascript">

alert(&quot;Vergeet je tekst niet&quot;);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/07/01/0x80570001-ns_error_xpc_not_enough_args/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TF30063: You are not authorized to access Microsoft-IIS</title>
		<link>http://www.superdopey.nl/techblog/2010/06/30/tf30063-you-are-not-authorized-to-access-microsoft-iis/</link>
		<comments>http://www.superdopey.nl/techblog/2010/06/30/tf30063-you-are-not-authorized-to-access-microsoft-iis/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 07:32:16 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/06/30/tf30063-you-are-not-authorized-to-access-microsoft-iis/</guid>
		<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  Internet Explorer, ga naar &#8220;Internet  Options&#8221;&#8230; &#8220;Connections&#8221; tab&#8230; &#8220;LAN Settings&#8221; knop, zet het vinkje uit voor [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>Dit is als volgt op te lossen:</p>
<p>Open  Internet Explorer, ga naar &#8220;Internet  Options&#8221;&#8230; &#8220;Connections&#8221; tab&#8230; &#8220;LAN Settings&#8221; knop, zet het vinkje uit voor &#8220;Use a  proxy server for your LAN (These settings will not apply to dial-up or  VPN connection).&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/06/30/tf30063-you-are-not-authorized-to-access-microsoft-iis/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google font-api</title>
		<link>http://www.superdopey.nl/techblog/2010/05/21/google-font-api/</link>
		<comments>http://www.superdopey.nl/techblog/2010/05/21/google-font-api/#comments</comments>
		<pubDate>Fri, 21 May 2010 13:45:37 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[Html]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/05/21/google-font-api/</guid>
		<description><![CDATA[Hoe cool is dit, eindelijk een makkelijke manier om custom fonts op je site te gebruiken:


Het volledige artikel op nettuts+
]]></description>
			<content:encoded><![CDATA[<p>Hoe cool is dit, eindelijk een makkelijke manier om custom fonts op je site te gebruiken:</p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/ivhgb0urkFA" width="425" height="350" wmode="transparent">
<param name="movie" value="http://www.youtube.com/v/ivhgb0urkFA" /></object></p>
<p>Het volledige <a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-google-fonts-api-youre-going-to-love-this/">artikel op nettuts+</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/05/21/google-font-api/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTML 5 features die je nu al kan toepassen</title>
		<link>http://www.superdopey.nl/techblog/2010/04/27/html-5-features-die-je-nu-al-kan-toepassen/</link>
		<comments>http://www.superdopey.nl/techblog/2010/04/27/html-5-features-die-je-nu-al-kan-toepassen/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 13:21:13 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[Html]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/04/27/html-5-features-die-je-nu-al-kan-toepassen/</guid>
		<description><![CDATA[HTML 5 lijkt misschien nog erg ver weg maar je je kan er al stukjes uit gebruiken.


Met dank aan NetTuts+
]]></description>
			<content:encoded><![CDATA[<p>HTML 5 lijkt misschien nog erg ver weg maar je je kan er al stukjes uit gebruiken.</p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/HzCkSv3s0-k" width="425" height="350" wmode="transparent">
<param name="movie" value="http://www.youtube.com/v/HzCkSv3s0-k" /></object></p>
<p>Met dank aan <a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-html5-features-you-should-be-using-right-now/">NetTuts+</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/04/27/html-5-features-die-je-nu-al-kan-toepassen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search all tables</title>
		<link>http://www.superdopey.nl/techblog/2010/04/19/search-all-tables/</link>
		<comments>http://www.superdopey.nl/techblog/2010/04/19/search-all-tables/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:43:29 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/04/19/search-all-tables/</guid>
		<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 zoek naar deze string en toon in welke tabellen deze voorkomt.
Deze credits voor deze stored procedure [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>Deze zoekt namelijk op basis van een zoek string parameter heel je database door op zoek naar deze string en toon in welke tabellen deze voorkomt.</p>
<p>Deze credits voor deze stored procedure gaan naar <a href="http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm">Narayana Vyas Kondreddi</a></p>
<pre name="code" class="sql">

CREATE PROC SearchAllTables
(
	@SearchStr nvarchar(100)
)
AS
BEGIN

	-- Copyright © 2002 Narayana Vyas Kondreddi. All rights reserved.
	-- Purpose: To search all columns of all tables for a given search string
	-- Written by: Narayana Vyas Kondreddi
	-- Site: http://vyaskn.tripod.com
	-- Tested on: SQL Server 7.0 and SQL Server 2000
	-- Date modified: 28th July 2002 22:50 GMT

	CREATE TABLE #Results (ColumnName nvarchar(370), ColumnValue nvarchar(3630))

	SET NOCOUNT ON

	DECLARE @TableName nvarchar(256), @ColumnName nvarchar(128), @SearchStr2 nvarchar(110)
	SET  @TableName = &#039;&#039;
	SET @SearchStr2 = QUOTENAME(&#039;%&#039; + @SearchStr + &#039;%&#039;,&#039;&#039;&#039;&#039;)

	WHILE @TableName IS NOT NULL
	BEGIN
		SET @ColumnName = &#039;&#039;
		SET @TableName =
		(
			SELECT MIN(QUOTENAME(TABLE_SCHEMA) + &#039;.&#039; + QUOTENAME(TABLE_NAME))
			FROM 	INFORMATION_SCHEMA.TABLES
			WHERE 		TABLE_TYPE = &#039;BASE TABLE&#039;
				AND	QUOTENAME(TABLE_SCHEMA) + &#039;.&#039; + QUOTENAME(TABLE_NAME) &gt; @TableName
				AND	OBJECTPROPERTY(
						OBJECT_ID(
							QUOTENAME(TABLE_SCHEMA) + &#039;.&#039; + QUOTENAME(TABLE_NAME)
							 ), &#039;IsMSShipped&#039;
						       ) = 0
		)

		WHILE (@TableName IS NOT NULL) AND (@ColumnName IS NOT NULL)
		BEGIN
			SET @ColumnName =
			(
				SELECT MIN(QUOTENAME(COLUMN_NAME))
				FROM 	INFORMATION_SCHEMA.COLUMNS
				WHERE 		TABLE_SCHEMA	= PARSENAME(@TableName, 2)
					AND	TABLE_NAME	= PARSENAME(@TableName, 1)
					AND	DATA_TYPE IN (&#039;char&#039;, &#039;varchar&#039;, &#039;nchar&#039;, &#039;nvarchar&#039;)
					AND	QUOTENAME(COLUMN_NAME) &gt; @ColumnName
			)

			IF @ColumnName IS NOT NULL
			BEGIN
				INSERT INTO #Results
				EXEC
				(
					&#039;SELECT &#039;&#039;&#039; + @TableName + &#039;.&#039; + @ColumnName + &#039;&#039;&#039;, LEFT(&#039; + @ColumnName + &#039;, 3630)
					FROM &#039; + @TableName + &#039; (NOLOCK) &#039; +
					&#039; WHERE &#039; + @ColumnName + &#039; LIKE &#039; + @SearchStr2
				)
			END
		END
	END

	SELECT ColumnName, ColumnValue FROM #Results
END
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/04/19/search-all-tables/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search and Replace SQL Server 2005+</title>
		<link>http://www.superdopey.nl/techblog/2010/03/03/search-and-replace-sql-server-2005/</link>
		<comments>http://www.superdopey.nl/techblog/2010/03/03/search-and-replace-sql-server-2005/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:01:42 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/03/03/search-and-replace-sql-server-2005/</guid>
		<description><![CDATA[Zo eindelijk een search en replace functie gevonden voor SQL server 2005+ die geen tijdelijke tabellen en cursors gebruikt:


UPDATE TableName
SET DBTextField = REPLACE(CAST(DBTextField AS varchar(MAX)), &#039;SearchText&#039;, &#039;ReplaceText&#039;)
FROM TableName
WHERE CHARINDEX(&#039;SearchText&#039;,CAST(DBTextField as varchar(MAX)))&#62;0 

]]></description>
			<content:encoded><![CDATA[<p>Zo eindelijk een search en replace functie gevonden voor SQL server 2005+ die geen tijdelijke tabellen en cursors gebruikt:</p>
<pre name="code" class="sql">

UPDATE TableName
SET DBTextField = REPLACE(CAST(DBTextField AS varchar(MAX)), &#039;SearchText&#039;, &#039;ReplaceText&#039;)
FROM TableName
WHERE CHARINDEX(&#039;SearchText&#039;,CAST(DBTextField as varchar(MAX)))&gt;0 
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/03/03/search-and-replace-sql-server-2005/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET client-side Page.IsValid</title>
		<link>http://www.superdopey.nl/techblog/2010/03/02/aspnet-client-side-pageisvalid/</link>
		<comments>http://www.superdopey.nl/techblog/2010/03/02/aspnet-client-side-pageisvalid/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:52:13 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/03/02/aspnet-client-side-pageisvalid/</guid>
		<description><![CDATA[Als je client-side de Page.IsValid property client-side wil controlleren kan de globale variabele &#8220;Page_IsValid&#8221; worden gebruikt.
om de client-side pagina validatie uit te voeren kan de functie &#8220;Page_ClientValidate();&#8221; worden aangeroepen.


Page_ClientValidate();

if (Page_IsValid ) {
//some JS
}

Meer informatie op msdn.
]]></description>
			<content:encoded><![CDATA[<p>Als je client-side de Page.IsValid property client-side wil controlleren kan de globale variabele &#8220;Page_IsValid&#8221; worden gebruikt.</p>
<p>om de client-side pagina validatie uit te voeren kan de functie &#8220;Page_ClientValidate();&#8221; worden aangeroepen.</p>
<pre name="code" class="javascript">

Page_ClientValidate();

if (Page_IsValid ) {
//some JS
}
</pre>
<p><a href="http://msdn.microsoft.com/en-us/library/aa479045.aspx">Meer informatie</a> op msdn.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/03/02/aspnet-client-side-pageisvalid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8216;A connection could not be made to the report server&#8217;</title>
		<link>http://www.superdopey.nl/techblog/2010/02/10/a-connection-could-not-be-made-to-the-report-server/</link>
		<comments>http://www.superdopey.nl/techblog/2010/02/10/a-connection-could-not-be-made-to-the-report-server/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 11:56:42 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<category><![CDATA[Reporting Services]]></category>

		<category><![CDATA[TSQL]]></category>

		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/02/10/a-connection-could-not-be-made-to-the-report-server/</guid>
		<description><![CDATA[Deze fout wordt ontstaat wanneer er een verkeerde TargetServerURL in the Business Intelligence (BI) project is gezet van Reporting Services applicatie.
Controleer de  TargetServerURL in het property scherm van je BI project. Check dat deze URL verwijst naar de ReportServer virtual directory en niet naar de Reports virtual directory (wat vaak de oorzaak is van deze [...]]]></description>
			<content:encoded><![CDATA[<p>Deze fout wordt ontstaat wanneer er een verkeerde <strong>TargetServerURL</strong> in the Business Intelligence (BI) project is gezet van Reporting Services applicatie.</p>
<p>Controleer de  <strong>TargetServerURL</strong> in het property scherm van je BI project. Check dat deze URL verwijst naar de ReportServer virtual directory en <em>niet</em> naar de Reports virtual directory (wat vaak de oorzaak is van deze fout).</p>
<p>bijvoorbeeld http://Mijnserver/ReportServer$SQL2005DEV/ en niet http://Mijnserver/Reports$SQL2005DEV/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/02/10/a-connection-could-not-be-made-to-the-report-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moet een website er in elke browser hetzelfde uitzien?</title>
		<link>http://www.superdopey.nl/techblog/2010/02/05/moet-een-websites-er-in-elke-browser-hetzelfde-uitzien/</link>
		<comments>http://www.superdopey.nl/techblog/2010/02/05/moet-een-websites-er-in-elke-browser-hetzelfde-uitzien/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 16:54:40 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[Html]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/02/05/moet-een-websites-er-in-elke-browser-hetzelfde-uitzien/</guid>
		<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 of creating market pressure to force the browser maker to make good? By which approach is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jimmycuadra.com/blog/17-do-websites-need-to-look-the-same-in-every-browser">Een interessante kijk</a> op browser support:</p>
<blockquote><p>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 of creating market pressure to force the browser maker to make good? By which approach is humanity better served?</p></blockquote>
<p>Voor steeds groter groeiende groep webdevelopers is dit antwoord <a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/">nee</a>.</p>
<p>Ik ben het wel eens met de auteur van het gelinkte artikel. Zijn mening is wat gematigder dan de quote hierboven. Op de vraag &#8220;Als je met de CSS3 tag &#8220;box-shadow&#8221; de look en feel van een site drastisch kan verbeteren maar deze wordt niet ondersteund door IE, zou je deze dan toepassen?&#8221;. Zijn antwoord hierop: Ja.</p>
<p>Het idee hierbij is dat gebruikers die een browser gebruiken die deze tag wel toepassen zien de versie met schaduw. Gebruikers die een browser gebruiken die de tag niet ondersteund, zien de schadow niet, maar weten eigenlijk ook niet wat ze missen. En functioneel gezien is de website hetzelfde.</p>
<p>Ik kan me hier goed in vinden. Tevens biedt het webdevelopers de mogelijkheid  te experimenteren met de nieuwe mogelijkheden van CSS 3 en op zo dus de vooruitgang op webgebied te stimuleren. Want als we moeten wachten totdat alle browser CSSs 3 ondersteunen dan zitten we over 5 jaar nog steeds te klooien met CSS 1.en hack om de boel te laten werken in IE.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/02/05/moet-een-websites-er-in-elke-browser-hetzelfde-uitzien/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vertical text in non-IE browsers.</title>
		<link>http://www.superdopey.nl/techblog/2010/02/03/vertical-text-in-non-ie-browsers/</link>
		<comments>http://www.superdopey.nl/techblog/2010/02/03/vertical-text-in-non-ie-browsers/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:44:58 +0000</pubDate>
		<dc:creator>Ralph de Ruijter</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Html]]></category>

		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.superdopey.nl/techblog/2010/02/03/vertical-text-in-non-ie-browsers/</guid>
		<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 CSS regel tot nu toe alleen toegepast in IE browsers. Om dit ook in non-IE browsers mogelijk te [...]]]></description>
			<content:encoded><![CDATA[<p>Het tonen van verticale tekst via CSS is alleen weggelegd voor IE Browsers middels de volgende CSS3 regels:</p>
<pre name="code" class="css">

writing-mode: tb-rl;
filter: flipv fliph;
</pre>
<p>Dit is een mooie manier om bijvoorbeeld tabel headers verticaal weer te geven. Maar helaas wordt deze CSS regel tot nu toe alleen toegepast in IE browsers. Om dit ook in non-IE browsers mogelijk te maken, gebruikt men vaak dynamisch gegenereerde images met de gewenste tekst.</p>
<p>Dit werkt natuurlijk ook maar het zorgt wel voor extra belasting op de webserver, tevens is dit lastig te onderhouden. Op zoek naar een betere oplossing, kwam ik een <a href="http://bytes.com/topic/javascript/answers/721811-solution-display-text-rotated-90-vertically-firefox-css">oplossing</a> tegen die gebruik maakt van een statisch svg object met daarin een javascript welke de verticale text zet. Dit is al een betere oplossing alleen het aanroepen van de javascript binnen het svg object is niet erg netjes. Daarnaast moet op elke plek waar je verticale tekst wil gebruiken de svg toevoegen via de &lt;embed&gt; tag.</p>
<p>De oplossing voor dit probleem heb ik gevonden door met behulp van de <a href="http://keith-wood.name/svg.html">jQuery SVG</a> plugin deze svg zelf te genereren:</p>
<pre name="code" class="javascript">

function SetVerticalText() {
    var verticalTexts = $(&quot;.verticalText&quot;);

    verticalTexts.each(function() {
        var text = $(this).text();
        $(this).text(&quot;&quot;);

        if (!$.browser.msie) {
            $(this).append(&quot;&lt;div class=&#039;svgContainer&#039;&gt;&lt;/div&gt;&quot;);
            $(this).find(&quot;.svgContainer&quot;).svg();
            var svg = $(this).find(&quot;.svgContainer&quot;).svg(&#039;get&#039;);
            svg.text(null, -48, 12, text, { transform: &#039;rotate(270, 50, 50)&#039;, &#039;font-family&#039;: &#039;Arial&#039;, &#039;font-size&#039;: &#039;10&#039;, &#039;letter-spacing&#039;: &#039;2&#039; });
        }
        else {
            $(this).append(&quot;&lt;span class=&#039;verticalTextSpan&#039;&gt;&quot; + text + &quot;&lt;/span&gt;&quot;);
        }
    });
}
</pre>
<p>Hier bij geef ik alle tekst elementen die ik verticaal wil weergeven de CSS class .verticalText bijvoorbeeld in mijn table headers:</p>
<pre name="code" class="html">

&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;statusTable width700&quot; &gt;
&lt;tr&gt;
&lt;td class=&quot;labelCell&quot;&gt;
NFP-SC
&lt;/td&gt;
&lt;td class=&quot;verticalText&quot;&gt;
Digitaal initieel
&lt;/td&gt;
&lt;td class=&quot;verticalText&quot;&gt;
Digitaal ingediend
&lt;/td&gt;
&lt;td class=&quot;verticalText&quot;&gt;
Papier ingediend
&lt;/td&gt;
&lt;td class=&quot;verticalText&quot;&gt;
Direct afgewezen
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
</pre>
<p>Wanneer ik nu de SetVerticalText() aanroep, wordt er voor alle non-IE browsers een &lt;div class=&#8217;svgContainer&#8217;&gt;&lt;/div&gt; toegevoegd. Vervolgens wordt er middels de jQuery SVG plugin een svg object aangemaakt met daarin de verticale tekst.</p>
<p>Voor IE-browsers wordt er een &lt;span class=&#8217;verticalTextSpan&#8217;&gt;&lt;/span&gt; tag toegevoegd met daarin de verticale tekst.</p>
<p><a href="http://www.superdopey.nl/Demos/svgDemo/">Een demo</a> van deze techniek.</p>
<p><a href="http://www.superdopey.nl/techblog/wp-content/plugins/wp-downloadMonitor/download.php?id=3" 
				title="Version 1.0 downloaded 73 times" >svgDemo Source (73)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.superdopey.nl/techblog/2010/02/03/vertical-text-in-non-ie-browsers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
