<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head profile="http://gmpg.org/xfn/11">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

	<title>Le Show Du Geek  &raquo; Blog Archive   &raquo; feed pour podcastalley.com</title>
	
	<meta name="generator" content="Podbean 3.2" /> <!-- leave this for stats -->

	<!-- gallery 2 integration -->
	
	<link rel="stylesheet" href="http://www.podbean.com/wp-content/themes/hacker/style.css" type="text/css" media="screen" />
	<link rel="stylesheet" href="http://www.podbean.com/home/css/blogstyle.css" type="text/css" media="screen" />
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://leshowdugeek.podbean.com/feed/" />
	<link rel="alternate" type="text/xml" title="RSS .92" href="http://leshowdugeek.podbean.com/feed/rss/" />
	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://leshowdugeek.podbean.com/feed/atom/" />
	<link rel="pingback" href="http://www.podbean.com/xmlrpc.php" />

	<style type="text/css" media="screen">
	
		/* BEGIN IMAGE CSS */
			
		body	 	{ background: url("http://www.podbean.com/wp-content/themes/hacker/images/bgcolor.jpg"); }				#page		{ background: url("http://www.podbean.com/wp-content/themes/hacker/images/bgwide.jpg") repeat-y top; border: none; } 			#header 	{ background: url("http://www.podbean.com/wp-content/themes/hacker/images/header.jpg") no-repeat bottom center; }
			#footer 	{ background: url("http://www.podbean.com/wp-content/themes/hacker/images/footer.jpg") no-repeat bottom; border: none;}
			
			
			/*	Because the template is slightly different, size-wise, with images, this needs to be set here
				If you don't want to use the template's images, you can also delete the following two lines. */
			
			#header 	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
			#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; } 
		/* END IMAGE CSS */
		
	
		

	</style>

		<link rel='archives' title='July 2007' href='http://leshowdugeek.podbean.com/2007/07/' />
	<link rel='archives' title='June 2007' href='http://leshowdugeek.podbean.com/2007/06/' />
	<link rel='archives' title='May 2007' href='http://leshowdugeek.podbean.com/2007/05/' />

	<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.podbean.com/xmlrpc.php?rsd" />
		<script type="text/javascript">
		//<![CDATA[
		
			function basename (path) { return path.replace( /.*\//, "" ); }
	
			var winimg=null;
			function ps_imagemanager_popup(imgurl,title,w,h) {
				lpos=(screen.width)?(screen.width-w)/2:100;
				tpos=(screen.height)?(screen.height-h)/2:100;
				settings='width='+w+',height='+h+',top='+tpos+',left='+lpos+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
				winimg=window.open('about:blank','imagemanagerpopup',settings);
	
				var doc = '';
				doc += '<html><head>';
				doc += '<title>' + title + ' - ' + basename(imgurl) + '(' + w + 'x' + h +')</title>';
				doc += '<style type="text/css"><!-- body { margin:0px; padding:0px; } --></style>';
				doc += '</head>';
				doc += '<body onload="self.focus();">';
				doc += '<img style="cursor:pointer;" src="' + imgurl + '" title="' + title + '" onclick="self.close();"/>';
				doc += '</body></html>';
				
				winimg.document.writeln(doc);
				winimg.document.close();
			}	
			
		//]]>
		</script>
<script language="javascript" type="text/javascript"><!--
var podPressBackendURL = "http://leshowdugeek.podbean.com/wp-content/plugins/podpress/podpress_backend.php?";
--></script>
<script language="javascript" type="text/javascript" src="http://leshowdugeek.podbean.com/wp-content/plugins/podpress/podpress.js"></script>
<link rel="stylesheet" href="http://leshowdugeek.podbean.com/wp-content/plugins/podpress/podpress.css" type="text/css" />
<style type="text/css">
		.PSR_stars {
		  height: 15px;
		  overflow: hidden;
		  padding: 0;
		  margin: 0;
		}
		* html .PSR_stars .star {
			display: block;
			position: absolute;
			height: 0;
			width: 0;
		}
		.PSR_stars input {
			display: none;
		}
		.PSR_no_star, .PSR_half_star, .PSR_full_star {
		  display: block;
		  float: left;
		  width: 17px;
		  height: 15px;
		  text-indent: -1000em;
		  background-repeat: no-repeat;
		}
		.PSR_no_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/no_star.gif);
		}
		.PSR_full_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/full_star.gif);
		}
		.PSR_half_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/half_star.gif);
		}
		.PSR_votes {
			padding-left: .5em;
		}
		.full, .half, .no{
		}

		a.PSR_stars_img:link {text-decoration:none}
		a.PSR_stars_img:visited {text-decoration:none}
		a.PSR_stars_img:hover {text-decoration:none}
		a.PSR_stars_img:active {text-decoration:none}
		</style>
<script type="text/javascript">
		<!--
		function PSR_star_over(obj, star_number) {
			var psr=obj.parentNode;
			var as=psr.getElementsByTagName('label');
			for (i=0;i<star_number;++i) {
				as[i].className = 'PSR_full_star';
			}
			for (;i<as.length;++i) {
				as[i].className = 'PSR_no_star';
			}
		}
		function PSR_star_out(obj) {
			var as=obj.getElementsByTagName('label');
			var as2=obj.getElementsByTagName('span');
			for (i=0;i<as.length;++i) {
				if(as2[i].className == 'full'){
					as[i].className = 'PSR_full_star';
				}else if(as2[i].className == 'half'){
					as[i].className = 'PSR_half_star';
				}else{
					as[i].className = 'PSR_no_star';
				}
			}
		}
		//-->
		</script>
	<script type="text/javascript">
	function spamBam_storeSession(sessionID) {
		spamBam_createCookie('spambam_session',sessionID,7)
	}
	function spamBam_createCookie(name,value,days) {
		if (days) {
			var date = new Date();
			date.setTime(date.getTime()+(days*24*60*60*1000));
			var expires = "; expires="+date.toGMTString();
		}
		else var expires = "";
		document.cookie = name+"="+value+expires+"; path=/";
	}

	function spamBam_readCookie(name) {
		var nameEQ = name + "=";
		var ca = document.cookie.split(';');
		for(var i=0;i < ca.length;i++) {
			var c = ca[i];
			while (c.charAt(0)==' ') c = c.substring(1,c.length);
			if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
		}
		return null;
	}

	function spamBam_eraseCookie(name) {
		spamBam_createCookie(name,"",-1);
	}
	</script>
	</head>
<body>
<div id='pb_controlarea'>
<table id='pb_controlstrip' cellpadding='0' cellspacing='0'>
<tr valign='middle'>            
	<td id='pb_controlstrip_userpic'><a href="http://www.podbean.com"><img src="/images/small-logo.jpg" alt="Podbean Podcast Site" title="Podbean Podcast Site" /></a></td>
    <td id='pb_controlstrip_category'>
		<span id='pb_controlstrip_whitebold12'>Category :&nbsp;&nbsp;</span>
				<a href="http://www.podbean.com/podcasts?s=hit&c=entertainment&t=month&p=1">Entertainment</a>&nbsp;&nbsp;
	</td>
	<td id='pb_controlstrip_tag'>
		<span id='pb_controlstrip_whitebold12'>Tags :&nbsp;&nbsp;</span>
			</td>
	<td id='pb_controlstrip_register'>
		&nbsp;
	</td>
</tr>
</table>
</div>
<div id="page">


<div id="header">
	<div id="headerimg">
		<h1><a href="http://leshowdugeek.podbean.com">Le Show Du Geek</a></h1>
		<div class="description">Un podcast pour le geek qui sommeil en vous.  BD, jeux vidéo, jeu de rôle, jeu de carte, cinéma, musique, etc.</div>
	</div>
</div>
<hr />

	<div id="content" class="widecolumn">
				
  	
		<div class="navigation">
			<div class="alignleft"></div>
			<div class="alignright"> <a href="http://leshowdugeek.podbean.com/2007/05/12/forum/">Forum!!!</a> &raquo;</div>
		</div>
	
		<div class="post">
			<h2 id="post-44989"><a href="http://leshowdugeek.podbean.com/2007/05/11/feed-pour-podcastalleycom/" rel="bookmark" title="Permanent Link: feed pour podcastalley.com">feed pour podcastalley.com</a></h2>
			<img src="http://www.podbean.com/wp-content/themes/hacker/images/break.jpg" alt="---" />
	
			<div class="entrytext">
				<p><a href="http://www.podcastalley.com/"> My Podcast Alley feed!</a> {pca-7afcafdd031f84a304d451db9e2345af}
</p>
	
								
					<span id="postfooter">
	<table border=0 cellspadding=3 cellspacing=0>
		<tr>
		<td align="left" valign="bottom" width=220>
							Rate it: <form action="/2007/05/11/feed-pour-podcastalleycom/" method="post" class="PSR_stars" onmouseout="PSR_star_out(this)"> <input type="radio" id="psr_star_1" class="star" name="psr_stars" value="1" onclick="this.form.submit();return true;" /><label class="PSR_no_star" id="psr_label_1" for="psr_star_1" onmouseover="PSR_star_over(this, 1)">1</label><span class="no"></span> <input type="radio" id="psr_star_2" class="star" name="psr_stars" value="2" onclick="this.form.submit();return true;" /><label class="PSR_no_star" id="psr_label_2" for="psr_star_2" onmouseover="PSR_star_over(this, 2)">2</label><span class="no"></span> <input type="radio" id="psr_star_3" class="star" name="psr_stars" value="3" onclick="this.form.submit();return true;" /><label class="PSR_no_star" id="psr_label_3" for="psr_star_3" onmouseover="PSR_star_over(this, 3)">3</label><span class="no"></span> <input type="radio" id="psr_star_4" class="star" name="psr_stars" value="4" onclick="this.form.submit();return true;" /><label class="PSR_no_star" id="psr_label_4" for="psr_star_4" onmouseover="PSR_star_over(this, 4)">4</label><span class="no"></span> <input type="radio" id="psr_star_5" class="star" name="psr_stars" value="5" onclick="this.form.submit();return true;" /><label class="PSR_no_star" id="psr_label_5" for="psr_star_5" onmouseover="PSR_star_over(this, 5)">5</label><span class="no"></span> <a href="http://leshowdugeek.podbean.com/2007/05/11/feed-pour-podcastalleycom/#respond">(0 ratings)</a><input type="hidden" name="p" value="44989" /><input type="submit" name="vote" value="Votar" /></form>					</td>
		<td align="left" valign="bottom">
							<img src="http://www.podbean.com/images/greyicon_share.gif"  style="margin:4px 2px -4px 0px" /><a href="http://www.podbean.com/mail?cid=10165&pid=44989" target="_blank">Email it</a>
					</td>
		</tr>
		<tr height=20></tr>
		<tr>
		<td align="left" valign="bottom" colspan=2>
		<span id="wp-notable-line" class="wp-notable-line">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="wp-notable" id="wp-notable-digg" ><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fleshowdugeek.podbean.com%2F2007%2F05%2F11%2Ffeed-pour-podcastalleycom%2F&title=feed+pour+podcastalley.com" title="digg:feed pour podcastalley.com"><img src="http://www.podbean.com/images/blogbling/digg.png" class="wp-notable_image" alt="digg:feed pour podcastalley.com" /></a></span >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="wp-notable" id="wp-notable-newsvine" ><a href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fleshowdugeek.podbean.com%2F2007%2F05%2F11%2Ffeed-pour-podcastalleycom%2F&amp;h=feed+pour+podcastalley.com" title="newsvine:feed pour podcastalley.com"><img src="http://www.podbean.com/images/blogbling/newsvine.png" class="wp-notable_image" alt="newsvine:feed pour podcastalley.com" /></a></span >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="wp-notable" id="wp-notable-delicious" ><a href="http://del.icio.us/post?url=http%3A%2F%2Fleshowdugeek.podbean.com%2F2007%2F05%2F11%2Ffeed-pour-podcastalleycom%2F&amp;title=feed+pour+podcastalley.com" title="del.icio.us:feed pour podcastalley.com"><img src="http://www.podbean.com/images/blogbling/delicious.png" class="wp-notable_image" alt="del.icio.us:feed pour podcastalley.com" /></a></span >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="wp-notable" id="wp-notable-yahoo" ><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fleshowdugeek.podbean.com%2F2007%2F05%2F11%2Ffeed-pour-podcastalleycom%2F&amp;t=feed+pour+podcastalley.com" title="Y!:feed pour podcastalley.com"><img src="http://www.podbean.com/images/blogbling/yahoo.png" class="wp-notable_image" alt="Y!:feed pour podcastalley.com" /></a></span >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="wp-notable" id="wp-notable-reddit" ><a href="http://reddit.com/submit?url=http%3A%2F%2Fleshowdugeek.podbean.com%2F2007%2F05%2F11%2Ffeed-pour-podcastalleycom%2F&amp;title=feed+pour+podcastalley.com" title="reddit:feed pour podcastalley.com"><img src="http://www.podbean.com/images/blogbling/reddit.png" class="wp-notable_image" alt="reddit:feed pour podcastalley.com" /></a></span >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="wp-notable" id="wp-notable-furl" ><a href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fleshowdugeek.podbean.com%2F2007%2F05%2F11%2Ffeed-pour-podcastalleycom%2F&amp;t=feed+pour+podcastalley.com" title="furl:feed pour podcastalley.com"><img src="http://www.podbean.com/images/blogbling/furl.png" class="wp-notable_image" alt="furl:feed pour podcastalley.com" /></a></span ></span>		</td>
		</tr>
	</table>
	</span>
				
				
<!-- You can start editing here. -->


   
		<!-- If comments are open, but there are no comments. -->
		
	 


<h3 id="respond">Leave a Reply</h3>


<form action='http://leshowdugeek.podbean.com/wp-comments-show.php' method='post' id='commentform' ><input type="hidden" name="b" value="leshowdugeek" /><input type="hidden" name="token" value="bddb7302c33dfc3ae4cacff40c666f8d55ca78a5" />

<p><input type="text" name="author" id="author" value="" size="22" tabindex="1" />
<label for="author"><small>Name (required)</small></label></p>

<p><input type="text" name="email" id="email" value="" size="22" tabindex="2" />
<label for="email"><small>Mail (will not be published) (required)</small></label></p>

<p><input type="text" name="url" id="url" value="" size="22" tabindex="3" />
<label for="url"><small>Website</small></label></p>


<p><small><strong>XHTML:</strong> You can use these tags: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;code&gt; &lt;em&gt; &lt;i&gt; &lt;strike&gt; &lt;strong&gt; </small></p>

<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>

<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
<input type="hidden" name="comment_post_ID" value="44989" />
</p>
	<script type="text/javascript">
				qar7b13b = '';
				qar7b13b += '1';
				qar7b13b += 'c';
				qar7b13b += '5';
				qar7b13b += '4';
				qar7b13b += '5';
				qar7b13b += 'e';
				qar7b13b += '0';
				qar7b13b += 'b';
				qar7b13b += '2';
				qar7b13b += '6';
				qar7b13b += 'd';
				qar7b13b += 'f';
				qar7b13b += 'b';
				qar7b13b += '2';
				qar7b13b += '2';
				qar7b13b += '9';
				qar7b13b += '2';
				qar7b13b += '8';
				qar7b13b += 'b';
				qar7b13b += '5';
				qar7b13b += '5';
				qar7b13b += 'b';
				qar7b13b += '1';
				qar7b13b += 'a';
				qar7b13b += '1';
				qar7b13b += '3';
				qar7b13b += '2';
				qar7b13b += 'b';
				qar7b13b += 'e';
				qar7b13b += 'c';
				qar7b13b += 'e';
				qar7b13b += '0';
				spamBam_storeSession(qar7b13b);
	</script>
	
</form>


				<p>&nbsp;</p>
				<p class="postmetadata alt">
					<small>
						This entry was posted
						 
						on Friday, May 11th, 2007 at 11:37 pm						and is filed under <a href="http://leshowdugeek.podbean.com/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a>.
						You can follow any responses to this entry through the <a href='http://leshowdugeek.podbean.com/2007/05/11/feed-pour-podcastalleycom/feed/'>RSS 2.0</a> feed. 
						
													You can <a href="#respond">leave a response</a>, or <a href="http://leshowdugeek.podbean.com/2007/05/11/feed-pour-podcastalleycom/trackback/">trackback</a> from your own site.
						
												
					</small>
				</p>
	
			</div>
		</div>
		
	
	
		
	</div>


<hr />
<div id="footer">
		<form method="get" id="searchform" action="http://leshowdugeek.podbean.com">
<div><input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Find the One" />
</div>
</form>
	
	<p>
		Le Show Du Geek powered by 
		<a href="http://www.podbean.com">Podbean.com</a>
		<br />h4x0r theme by <a href="http://www.linickx.com">[LINICKX]</a>
	</p>
</div>
</div>


		<!-- end_of_podbean_footer --> 
<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"p-91lXzPDEtkPDc"
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<a href="http://www.quantcast.com/p-91lXzPDEtkPDc" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-91lXzPDEtkPDc.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a>
</noscript>
<!-- End Quantcast tag -->

</body>
</html>
