<?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>TPOV &#187; Web</title>
	<atom:link href="http://www.tino.nl/index.php/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tino.nl</link>
	<description>Tino&#039;s Point Of View</description>
	<lastBuildDate>Wed, 23 Jun 2010 07:39:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Implementing a WCF SOAP Client that uses Basic Authentication at first request.</title>
		<link>http://www.tino.nl/index.php/2009/11/20/implementing-a-wcf-soap-client-that-uses-basic-authentication-at-first-request/</link>
		<comments>http://www.tino.nl/index.php/2009/11/20/implementing-a-wcf-soap-client-that-uses-basic-authentication-at-first-request/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 13:52:22 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Basic Authentication]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2009/11/20/implementing-a-wcf-soap-client-that-uses-basic-authentication-at-first-request/</guid>
		<description><![CDATA[If you have to consume a Web Service that requires Basic Authentication, the normal flow of things is that the first request the client makes is unauthenticated. The server then response with an HTTP 401 response (‘Authentication required’). The client then sends the credentials to the server and the SOAP request goes through. That is [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2009/11/20/implementing-a-wcf-soap-client-that-uses-basic-authentication-at-first-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating and using development certificates for use with a self-hosted WCF Service.</title>
		<link>http://www.tino.nl/index.php/2009/11/20/creating-and-using-development-certificates-for-use-with-a-self-hosted-wcf-service/</link>
		<comments>http://www.tino.nl/index.php/2009/11/20/creating-and-using-development-certificates-for-use-with-a-self-hosted-wcf-service/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 07:49:19 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2009/11/20/creating-and-using-development-certificates-for-use-with-a-self-hosted-wcf-service/</guid>
		<description><![CDATA[This quick how-to shows you how to create and use certificates in a development environment for use with a self-hosted WCF service. This means that the WCF service is not hosted with IIS, but runs, for example, as a Windows Service. We will use the makecert.exe tool that ships with the Microsoft Windows SDK. The [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2009/11/20/creating-and-using-development-certificates-for-use-with-a-self-hosted-wcf-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Use a Custom Membership Provider, Custom Membership User and Role-Provider with a WCF Service hosted inside a Windows Service.</title>
		<link>http://www.tino.nl/index.php/2009/08/14/how-to-use-a-custom-membership-provider-custom-membership-user-and-role-provider-with-a-wcf-service-hosted-inside-a-windows-service/</link>
		<comments>http://www.tino.nl/index.php/2009/08/14/how-to-use-a-custom-membership-provider-custom-membership-user-and-role-provider-with-a-wcf-service-hosted-inside-a-windows-service/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 11:19:14 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Membership]]></category>
		<category><![CDATA[Provider]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2009/08/14/how-to-use-a-custom-membership-provider-custom-membership-user-and-role-provider-with-a-wcf-service-hosted-inside-a-windows-service/</guid>
		<description><![CDATA[I have written a small HOW TO on how to use a Customer Membership Provider, a Custom Role-Provider and a Custom Membership User for username/password authentication in a WCF Service that is hosted in a Windows Service. The HOW TO includes a sample implementation of these providers. It also includes a complete Visual Studio Project [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2009/08/14/how-to-use-a-custom-membership-provider-custom-membership-user-and-role-provider-with-a-wcf-service-hosted-inside-a-windows-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table animations in jQuery.</title>
		<link>http://www.tino.nl/index.php/2009/08/05/table-animations-in-jquery/</link>
		<comments>http://www.tino.nl/index.php/2009/08/05/table-animations-in-jquery/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 11:56:39 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[tbody]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2009/08/05/table-animations-in-jquery/</guid>
		<description><![CDATA[If you ever tried to do some animation of tables or table rows with jQuery you will have found that this is not an easy task. The primary reason of animation ‘not working’ in jQuery for these kind of objects is that these elements are not block-level elements. In CSS that means that these elements [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2009/08/05/table-animations-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 Out Now!</title>
		<link>http://www.tino.nl/index.php/2009/01/27/internet-explorer-8-release-candidate-1-out-now/</link>
		<comments>http://www.tino.nl/index.php/2009/01/27/internet-explorer-8-release-candidate-1-out-now/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 14:51:40 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2009/01/27/internet-explorer-8-release-candidate-1-out-now/</guid>
		<description><![CDATA[Microsoft has released IE8 today. Get it here; http://www.microsoft.com/ie]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2009/01/27/internet-explorer-8-release-candidate-1-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Xbox 360 now has it&#8217;s own blog!</title>
		<link>http://www.tino.nl/index.php/2008/11/26/my-xbox-360-now-has-its-own-blog/</link>
		<comments>http://www.tino.nl/index.php/2008/11/26/my-xbox-360-now-has-its-own-blog/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 17:30:13 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Xbox]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.tino.nl/?p=99</guid>
		<description><![CDATA[As of today, my Xbox 360 (well, actually it&#8217;s my third Xbox 360&#8230; Ring-of-Death sound familiar?) has it&#8217;s own blog on the Internet&#8230;  Just as I thought things couldn&#8217;t get any stranger&#8230; It&#8217;s blog is on my blog roll on the right of this page, but you can also visit it directy at My Xbox 360&#8242;s blog. Check 360voice.com [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/11/26/my-xbox-360-now-has-its-own-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHP with Expression Web 2.</title>
		<link>http://www.tino.nl/index.php/2008/10/27/using-php-with-expression-web-2/</link>
		<comments>http://www.tino.nl/index.php/2008/10/27/using-php-with-expression-web-2/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 12:14:07 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Expression Web]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tino.nl/?p=68</guid>
		<description><![CDATA[If you are a PHP Programmer, and you want to take advantage of all the cool stuff that Expression Web 2 has to offer, there are 2 configuration items you should set correctly. (e.g. &#8216;session_start()&#8217; etc.) First, make sure to remove the BOM from UTF-8 encoded files; Click &#8216;Tools&#8217;, Click &#8216;Page Editor Options&#8217; and make [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/10/27/using-php-with-expression-web-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically sizing an inline frame</title>
		<link>http://www.tino.nl/index.php/2008/09/29/automatically-sizing-an-inline-frame/</link>
		<comments>http://www.tino.nl/index.php/2008/09/29/automatically-sizing-an-inline-frame/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 19:22:56 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iframe]]></category>

		<guid isPermaLink="false">http://www.tino.nl/?p=51</guid>
		<description><![CDATA[It&#8217;s just an annoyance I run into every now and then; you define an inline frame in an HTML page, but for some reason it just won&#8217;t automatically adjust to the size of the content. Here&#8217;s the fix I tend to use. Insert this code somewhere between the &#60;head&#62; and &#60;/head&#62; tags of your HTML [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/09/29/automatically-sizing-an-inline-frame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overriding certain culture aspects when using ASP.NET Globalization.</title>
		<link>http://www.tino.nl/index.php/2008/07/15/overriding-certain-culture-aspects-when-using-aspnet-globalization/</link>
		<comments>http://www.tino.nl/index.php/2008/07/15/overriding-certain-culture-aspects-when-using-aspnet-globalization/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 09:12:29 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[globalization]]></category>

		<guid isPermaLink="false">http://www.tino.nl/?p=47</guid>
		<description><![CDATA[ASP.NET Globalization greatly eases the development of websites in multiple languages by using the language settings from the visitors web browser. This works great, but there are situations that you might not want to use globalization for all possible settings. For example, if you have an auction site and all currency values are stored in [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/07/15/overriding-certain-culture-aspects-when-using-aspnet-globalization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing PHP and FastCGI on Windows Server 2008 Core.</title>
		<link>http://www.tino.nl/index.php/2008/06/18/installing-php-and-fastcgi-on-windows-server-2008-core/</link>
		<comments>http://www.tino.nl/index.php/2008/06/18/installing-php-and-fastcgi-on-windows-server-2008-core/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 07:17:59 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tino.nl/?p=40</guid>
		<description><![CDATA[First, install the IIS7 Web Server on your Windows Server 2008 Core machine, including the FastCGI and some other (required and optional) components: Start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-CGI;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Security;IIS-RequestFiltering;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;WAS-WindowsActivationService;WAS-ProcessModel Download PHP from the PHP Web Site (http://www.php.net) and extract the files to C:\PHP. Please check if there is a php.ini file in the folder. If not, take [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/06/18/installing-php-and-fastcgi-on-windows-server-2008-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
