<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>Le blog de Phoceis</title>
	<link>http://blog.phoceis.com</link>
	<description>Zone d'expression des développeurs et webmarketeurs de la web-agency Phoceis</description>
	<lastBuildDate>Tue, 28 Apr 2009 13:15:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Twipot.com : When Silverlight 3 and RIA Services meet Twitter</title>
		<description>As a showcase of Silverlight 3 Beta and RIA Services (both tehnologies have been previewed at the last MIX in Las Vegas), we would like to share with you Twipot.com.



Twipot.com is (for now) a simple Tetris game written in SL3, with a social dimensions : players can login using Twitter ...</description>
		<link>http://blog.phoceis.com/2009/04/twipotcom-when-silverlight-3-and-ria-services-meet-twitter/</link>
			</item>
	<item>
		<title>Single Sign On with subdomains</title>
		<description>Let’s say you want to authenticate on sub.domain.com a user previously logged on domain.com with ASP.NET 2.0 Forms authentication.

All you have to do is in the web.config file of the domain.com website add the attribute “domain” in the Forms tag, like this :

&#60;forms ... domain=".domain.com" /&#62; </description>
		<link>http://blog.phoceis.com/2009/01/single-sign-on-with-subdomains/</link>
			</item>
	<item>
		<title>Rendre SIPS un peu plus sexy en .NET</title>
		<description>SIPS d'ATOS est la principale solution de paiement en France, proposée sous leur propre marque par de nombreuses banques (WebAffaires, E-Transactions, Sherlock, etc...).

Elle est toutefois ancienne et n'a pas évolué avec la demande pourtant toujours croissante des utilisateurs pour plus de convivialité. Notamment, elle nécessite l'affichage de plusieurs pages, là ...</description>
		<link>http://blog.phoceis.com/2008/12/rendre-sips-un-peu-plus-sexy-en-donet/</link>
			</item>
	<item>
		<title>Respecter la norme W3C avec ASP.net</title>
		<description>Les pages .aspx générées par IIS ne respectent pas totalement la norme W3C.

Ce billet vous permettra d'obtenir une page aspx entièrement validée par le validateur W3C

Tout d'abord, je conseille fortement d'installer l'extension Firefox HTML Validator:



Ensuite, il faut définir le DTD (DocType qui définit les règles à respecter), les plus courament ...</description>
		<link>http://blog.phoceis.com/2008/12/respecter-la-norme-w3c-avec-aspnet/</link>
			</item>
	<item>
		<title>First look on Oxite (next part)</title>
		<description>(This is the next part of this post, but in English because it may be interesting even for people who do not speak french)

2 - Administration Tab "tour"

Ok, hidden in the issue tracker page of the site, I finally manage to get the default admin password : it is "pa$$w0rd" ...</description>
		<link>http://blog.phoceis.com/2008/12/first-look-on-oxite-next-part/</link>
			</item>
	<item>
		<title>Premier regard sur Oxite</title>
		<description>Microsoft a annoncé hier la sortie de Oxite, leur plate-forme open-source de blogging. Blog &#38; open-source, vous pensez immédiatement à Wordpress (ou DotClear), des frameworks open-source en php.

Pour Phoceis, c'est une grosse nouvelle puisque nous utilisions jusqu'à présent Wordpress pour nos clients, dans le cadre de la réalisation de blogs ...</description>
		<link>http://blog.phoceis.com/2008/12/premier-regard-sur-oxite/</link>
			</item>
	<item>
		<title>Module URL Rewrite pour IIS7</title>
		<description>Pendant la migration d'un site de II6 vers IIS7, je me suis aperçu que le module UrlRewritingNet ne fonctionnait plus correctement.

Heureusement, Microsoft a développé un module "URL rewrite" pour IIS7 (à télécharger ici) qui permet de générer des règles de réécriture simplement.



Il est également possible de tester les patterns directement.

Si ...</description>
		<link>http://blog.phoceis.com/2008/12/module-url-rewrite-pour-iis7/</link>
			</item>
	<item>
		<title>Consuming RSS feed in ASP.NET</title>
		<description>Thanks to RSSToolKit, an open source component you can find at codeplex, consuming a RSS field to display, for instance, in your website has never been so easy.

Here is the code we use to display 3 posts of this blog on the official phoceis.com website (in a literal named lit_blog)
RssDocument ...</description>
		<link>http://blog.phoceis.com/2008/12/consuming-rss-feed-in-aspnet/</link>
			</item>
	<item>
		<title>YouTube Chromeless player under Flex</title>
		<description>Here is a code to show you how to integrate the YouTube Chromeless player with Flex. This work is based on the sample shown at this page http://code.google.com/apis/youtube/articles/youtube_as3_chromeless.html.




You can download the source code of this file here.
Please note : to get this to work, you may serve the bin-release/index.htm through ...</description>
		<link>http://blog.phoceis.com/2008/11/youtube-chromeless-player-under-flex/</link>
			</item>
	<item>
		<title>Grab a file from the web and store it in your database using c#</title>
		<description>If you want to download a file from the web and store it directly in a kind of blob field in your database

string url = "the url of the file you want to download";
byte[] b;
HttpWebRequest myReq = (HttpWebRequest)WebRequest.Create(url);
WebResponse myResp = myReq.GetResponse();
Stream stream = myResp.GetResponseStream();
using (BinaryReader br = new BinaryReader(stream))
{
	b = ...</description>
		<link>http://blog.phoceis.com/2008/11/grab-a-file-from-the-web-and-store-it-in-your-database-using-c/</link>
			</item>
</channel>
</rss>
