<?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>Dave Riley &#187; development</title>
	<atom:link href="http://daveriley.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://daveriley.com</link>
	<description>Welcome to Dave Riley&#039;s Blog</description>
	<lastBuildDate>Sun, 04 Dec 2011 13:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Image button found guilty of not being valid xhtml horror!!!</title>
		<link>http://daveriley.com/2009/07/14/image-button-found-guilty-of-not-being-valid-xhtml-horror/</link>
		<comments>http://daveriley.com/2009/07/14/image-button-found-guilty-of-not-being-valid-xhtml-horror/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 03:15:40 +0000</pubDate>
		<dc:creator>Dave Riley</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[validator]]></category>
		<category><![CDATA[wc3]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://daveriley.com/?p=932</guid>
		<description><![CDATA[The .net image button seems so innocent but a trip over to w3c.org and the html validator soon exposes the terrible truth. Prepare yourself for this, sit down, have a large brandy ready&#8230; It renders border=&#8221;0&#8243; even though you haven&#8217;t put one in there yourself! try it! Put any xhtml 1.0 transitional site into the [...]]]></description>
			<content:encoded><![CDATA[<p>The .net image button seems so innocent but a trip over to w3c.org and the html validator soon exposes the terrible truth. Prepare yourself for this, sit down, have a large brandy ready&#8230; It renders border=&#8221;0&#8243; even though you haven&#8217;t put one in there yourself! try it! Put any xhtml 1.0 transitional site into the validator:</p>
<p>http://validator.w3.org/</p>
<p>And watch in utter horror while your site is rejected as a bad example to kids everywhere.</p>
<p>So what is going on here? And is there anyway out?</p>
<p>Well after some digging I found an excellent article:</p>
<p>http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/ac098c63-61ff-4b53-b5ad-72cb2eb0f7f2</p>
<p>It turns out the validator is unrecognised as a browser type to asp.net and so is presented with html 4.0 instead of xhtml, hence the border=&#8221;0&#8243; debarkle.</p>
<p>Is there a workaround? Yes there is either don&#8217;t use image buttons or put this in your web.config:</p>
<blockquote style="margin-right: 0px;" dir="ltr"><p><span style="color: #0000ff; font-size: x-small;">&lt;</span><span style="color: #800000; font-size: x-small;">browserCaps</span><span style="color: #0000ff; font-size: x-small;">&gt;<br />
&lt;</span><span style="color: #800000; font-size: x-small;">case</span><span style="color: #0000ff; font-size: x-small;"> </span><span style="color: #ff0000; font-size: x-small;">match</span><span style="color: #0000ff; font-size: x-small;">=</span><span style="font-size: x-small;">&#8220;</span><span style="color: #0000ff; font-size: x-small;">W3C_Validator*</span><span style="font-size: x-small;">&#8220;</span><span style="color: #0000ff; font-size: x-small;">&gt;<br />
</span><span style="font-size: x-small;">TagWriter = System.Web.UI.HtmlTextWriter<br />
W3CDomVersion = 1.0<br />
</span><span style="color: #0000ff; font-size: x-small;">&lt;/</span><span style="color: #800000; font-size: x-small;">case</span><span style="color: #0000ff; font-size: x-small;">&gt;<br />
&lt;/</span><span style="color: #800000; font-size: x-small;">browserCaps</span><span style="color: #0000ff; font-size: x-small;">&gt;</span></p></blockquote>
<p>A solution to a weird problem, but necessary if like me you want that green tick <img src='http://daveriley.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<div class="jwsharethis">
Share this: 
<br />
<a href="mailto:?subject=Image%20button%20found%20guilty%20of%20not%20being%20valid%20xhtml%20horror%21%21%21&amp;body=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fimage-button-found-guilty-of-not-being-valid-xhtml-horror%2F">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/email.png" alt="Share this page via Email" />
</a>
<a target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fimage-button-found-guilty-of-not-being-valid-xhtml-horror%2F&amp;title=Image+button+found+guilty+of+not+being+valid+xhtml+horror%21%21%21">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/su.png" alt="Share this page via Stumble Upon" />
</a>
<a target="_blank" href="http://digg.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fimage-button-found-guilty-of-not-being-valid-xhtml-horror%2F&amp;title=Image+button+found+guilty+of+not+being+valid+xhtml+horror%21%21%21">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/digg.png" alt="Share this page via Digg this" />
</a>
<a target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fimage-button-found-guilty-of-not-being-valid-xhtml-horror%2F&amp;t=Image+button+found+guilty+of+not+being+valid+xhtml+horror%21%21%21">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/fb.png" alt="Share this page via Facebook" />
</a>
<a target="_blank" href="http://twitter.com/intent/tweet?text=I+like+http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fimage-button-found-guilty-of-not-being-valid-xhtml-horror%2F&amp;title=Image+button+found+guilty+of+not+being+valid+xhtml+horror%21%21%21">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/twitter.png" alt="Share this page via Twitter" />
</a>
</div>
<img src="http://daveriley.com/?ak_action=api_record_view&id=932&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daveriley.com/2009/07/14/image-button-found-guilty-of-not-being-valid-xhtml-horror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Video not running on IIS 6 windows server 2003</title>
		<link>http://daveriley.com/2009/07/14/flash-video-not-running-on-iis-6-windows-server-2003/</link>
		<comments>http://daveriley.com/2009/07/14/flash-video-not-running-on-iis-6-windows-server-2003/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:57:36 +0000</pubDate>
		<dc:creator>Dave Riley</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[mime types]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://daveriley.com/2009/07/14/flash-video-not-running-on-iis-6-windows-server-2003/</guid>
		<description><![CDATA[Seen this one before but while chatting with some (tech) friends I discovered most seemed to think that this should just work out of the box, well unfortunately it doesn&#8217;t. But adding support on you windows driven website isn&#8217;t that hard, just a few short steps. So I thought it might be useful to explain [...]]]></description>
			<content:encoded><![CDATA[<p>Seen this one before but while chatting with some (tech) friends I discovered most seemed to think that this should just work out of the box, well unfortunately it doesn&#8217;t. But adding support on you windows driven website isn&#8217;t that hard, just a few short steps. So I thought it might be useful to explain here:</p>
<p>You need to add the .flv MIME type to IIS:</p>
<p>First click on the site to configure in IIS, right click &#8211; select &#8220;Properties&#8221;.</p>
<p>Under HTTP Headers Tab, select &#8220;File Types&#8221; button under the MIME Map section and select &#8220;New Type&#8221;</p>
<p>Lastly Type &#8220;.flv&#8221; as the associated extension and &#8220;video/x-flv&#8221; as the content type and Select &#8220;OK&#8221;</p>
<p>There you have it, flash videos should now work on that site. See you later</p>
<p>Cheers<br />
Dave</p>

<div class="jwsharethis">
Share this: 
<br />
<a href="mailto:?subject=Flash%20Video%20not%20running%20on%20IIS%206%20windows%20server%202003&amp;body=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fflash-video-not-running-on-iis-6-windows-server-2003%2F">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/email.png" alt="Share this page via Email" />
</a>
<a target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fflash-video-not-running-on-iis-6-windows-server-2003%2F&amp;title=Flash+Video+not+running+on+IIS+6+windows+server+2003">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/su.png" alt="Share this page via Stumble Upon" />
</a>
<a target="_blank" href="http://digg.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fflash-video-not-running-on-iis-6-windows-server-2003%2F&amp;title=Flash+Video+not+running+on+IIS+6+windows+server+2003">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/digg.png" alt="Share this page via Digg this" />
</a>
<a target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fflash-video-not-running-on-iis-6-windows-server-2003%2F&amp;t=Flash+Video+not+running+on+IIS+6+windows+server+2003">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/fb.png" alt="Share this page via Facebook" />
</a>
<a target="_blank" href="http://twitter.com/intent/tweet?text=I+like+http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F14%2Fflash-video-not-running-on-iis-6-windows-server-2003%2F&amp;title=Flash+Video+not+running+on+IIS+6+windows+server+2003">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/twitter.png" alt="Share this page via Twitter" />
</a>
</div>
<img src="http://daveriley.com/?ak_action=api_record_view&id=929&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daveriley.com/2009/07/14/flash-video-not-running-on-iis-6-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 finally we can script data</title>
		<link>http://daveriley.com/2009/07/03/sql-server-2008-finally-we-can-script-data/</link>
		<comments>http://daveriley.com/2009/07/03/sql-server-2008-finally-we-can-script-data/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:37:31 +0000</pubDate>
		<dc:creator>Dave Riley</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[useful]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQLServer]]></category>

		<guid isPermaLink="false">http://daveriley.com/?p=921</guid>
		<description><![CDATA[I was at the UK launch of SQL Server, but a lot of that event seemed to focus on some very niche features, new location type data, the usual better performance stats and better reporting facilities. While these are great, I dispair at the loss of the open table, now we open top 200 for [...]]]></description>
			<content:encoded><![CDATA[<p>I was at the UK launch of SQL Server, but a lot of that event seemed to focus on some very niche features, new location type data, the usual better performance stats and better reporting facilities.</p>
<p>While these are great, I dispair at the loss of the open table, now we open top 200 for editing. I understand that the open table was not efficient but it was handy when something has gone wrong at the 11th hour; so why not just give both options? you can do the top 200 on a production machine, but use the open table where you need to check out all the data.</p>
<p>I have been jeolous of mySQL for a while now, they had script objects and data; this was something I used to use in the 80&#8242;s with Artemis (awsome project management software) so disapointed that it didn&#8217;t exist in SQLServer. But now in SQL Server 2008 it&#8217;s there!!!! on the database name in the tree control select tasks/generate scripts. The wizzard take you through what you want select data in the wizzard and BINGO !  You get the structure of the database and the data, in a .sql file (text file) this is usually a fraction of the size of a database backup and as it&#8217;s in text format is really difficult to corrupt or have other problems.</p>
<p>Life is indeed great again!</p>

<div class="jwsharethis">
Share this: 
<br />
<a href="mailto:?subject=SQL%20Server%202008%20finally%20we%20can%20script%20data&amp;body=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/email.png" alt="Share this page via Email" />
</a>
<a target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F&amp;title=SQL+Server+2008+finally+we+can+script+data">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/su.png" alt="Share this page via Stumble Upon" />
</a>
<a target="_blank" href="http://digg.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F&amp;title=SQL+Server+2008+finally+we+can+script+data">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/digg.png" alt="Share this page via Digg this" />
</a>
<a target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F&amp;t=SQL+Server+2008+finally+we+can+script+data">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/fb.png" alt="Share this page via Facebook" />
</a>
<a target="_blank" href="http://twitter.com/intent/tweet?text=I+like+http%3A%2F%2Fdaveriley.com%2F2009%2F07%2F03%2Fsql-server-2008-finally-we-can-script-data%2F&amp;title=SQL+Server+2008+finally+we+can+script+data">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/twitter.png" alt="Share this page via Twitter" />
</a>
</div>
<img src="http://daveriley.com/?ak_action=api_record_view&id=921&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daveriley.com/2009/07/03/sql-server-2008-finally-we-can-script-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning Off Internet Explorer Enhanced Security</title>
		<link>http://daveriley.com/2008/11/19/turning-off-internet-explorer-enhanced-security/</link>
		<comments>http://daveriley.com/2008/11/19/turning-off-internet-explorer-enhanced-security/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 18:00:14 +0000</pubDate>
		<dc:creator>Dave Riley</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Server tweaks]]></category>
		<category><![CDATA[Tech Admin]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE Enhanced Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://daveriley.com/?p=119</guid>
		<description><![CDATA[This post has moved to: http://sharepointdave.co.uk Share this:]]></description>
			<content:encoded><![CDATA[<p>This post has moved to: <a href="http://sharepointdave.co.uk">http://sharepointdave.co.uk</a></p>

<div class="jwsharethis">
Share this: 
<br />
<a href="mailto:?subject=Turning%20Off%20Internet%20Explorer%20Enhanced%20Security&amp;body=http%3A%2F%2Fdaveriley.com%2F2008%2F11%2F19%2Fturning-off-internet-explorer-enhanced-security%2F">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/email.png" alt="Share this page via Email" />
</a>
<a target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2008%2F11%2F19%2Fturning-off-internet-explorer-enhanced-security%2F&amp;title=Turning+Off+Internet+Explorer+Enhanced+Security">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/su.png" alt="Share this page via Stumble Upon" />
</a>
<a target="_blank" href="http://digg.com/submit?url=http%3A%2F%2Fdaveriley.com%2F2008%2F11%2F19%2Fturning-off-internet-explorer-enhanced-security%2F&amp;title=Turning+Off+Internet+Explorer+Enhanced+Security">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/digg.png" alt="Share this page via Digg this" />
</a>
<a target="_blank" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdaveriley.com%2F2008%2F11%2F19%2Fturning-off-internet-explorer-enhanced-security%2F&amp;t=Turning+Off+Internet+Explorer+Enhanced+Security">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/fb.png" alt="Share this page via Facebook" />
</a>
<a target="_blank" href="http://twitter.com/intent/tweet?text=I+like+http%3A%2F%2Fdaveriley.com%2F2008%2F11%2F19%2Fturning-off-internet-explorer-enhanced-security%2F&amp;title=Turning+Off+Internet+Explorer+Enhanced+Security">
<img src="http://daveriley.com/wp-content/plugins/jw-share-this/twitter.png" alt="Share this page via Twitter" />
</a>
</div>
<img src="http://daveriley.com/?ak_action=api_record_view&id=119&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://daveriley.com/2008/11/19/turning-off-internet-explorer-enhanced-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

