<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for source code bean</title>
	<atom:link href="http://sourcecodebean.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://sourcecodebean.com</link>
	<description>giving you tricks and tips of good coding</description>
	<lastBuildDate>Wed, 16 Jun 2010 12:45:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Friendly URLs and the Zend Router by Petan</title>
		<link>http://sourcecodebean.com/archives/friendly-urls-and-the-zend-router/31/comment-page-1#comment-4155</link>
		<dc:creator>Petan</dc:creator>
		<pubDate>Wed, 16 Jun 2010 12:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=31#comment-4155</guid>
		<description>I got in bootstrap this (insted of $frontController-&gt;getRouter()):

$config = new Zend_Config_Ini(APPLICATION_PATH . &#039;/configs/routes.ini&#039;, &#039;routes&#039;);
$router = Zend_Controller_Front::getInstance()-&gt;getRouter();
$router-&gt;addConfig($config, &#039;routes&#039;);</description>
		<content:encoded><![CDATA[<p>I got in bootstrap this (insted of $frontController-&gt;getRouter()):</p>
<p>$config = new Zend_Config_Ini(APPLICATION_PATH . &#8216;/configs/routes.ini&#8217;, &#8216;routes&#8217;);<br />
$router = Zend_Controller_Front::getInstance()-&gt;getRouter();<br />
$router-&gt;addConfig($config, &#8216;routes&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Friendly URLs in ASP.NET using URLRewriter.NET by oanh tong ngoc</title>
		<link>http://sourcecodebean.com/archives/friendly-urls-in-aspnet-using-urlrewriternet/243/comment-page-1#comment-4090</link>
		<dc:creator>oanh tong ngoc</dc:creator>
		<pubDate>Tue, 08 Jun 2010 07:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=243#comment-4090</guid>
		<description>:)

It&#039;s usefull but
could U give everyone&#039;s an example with a project source code.
Thanks</description>
		<content:encoded><![CDATA[<p> <img src='http://sourcecodebean.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s usefull but<br />
could U give everyone&#8217;s an example with a project source code.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Friendly URLs in ASP.NET using URLRewriter.NET by Peter</title>
		<link>http://sourcecodebean.com/archives/friendly-urls-in-aspnet-using-urlrewriternet/243/comment-page-1#comment-4031</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 01 Jun 2010 19:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=243#comment-4031</guid>
		<description>Hi Sohaib,

It seems like the rewrite module isn&#039;t loaded by IIS. Have you uploaded the UrlRewriter dlls and made the changes to web.config on the server? Are you using the same version of IIS on your local dev machine as on the server? If your server is running IIS7 the web.config has changed and you cannot use the example I pasted in this post. 


/Peter</description>
		<content:encoded><![CDATA[<p>Hi Sohaib,</p>
<p>It seems like the rewrite module isn&#8217;t loaded by IIS. Have you uploaded the UrlRewriter dlls and made the changes to web.config on the server? Are you using the same version of IIS on your local dev machine as on the server? If your server is running IIS7 the web.config has changed and you cannot use the example I pasted in this post. </p>
<p>/Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Friendly URLs in ASP.NET using URLRewriter.NET by sohaib</title>
		<link>http://sourcecodebean.com/archives/friendly-urls-in-aspnet-using-urlrewriternet/243/comment-page-1#comment-4026</link>
		<dc:creator>sohaib</dc:creator>
		<pubDate>Tue, 01 Jun 2010 16:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=243#comment-4026</guid>
		<description>hi,
    i wrote this 

for this output   http:~/cheapflightsto-accra-7-H.aspx

its working fine localy in Asp.net and in IIS as well
but when i upload, it gives error i.e.
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

Requested URL: /cheapflightsto-accra-7-H.aspx</description>
		<content:encoded><![CDATA[<p>hi,<br />
    i wrote this </p>
<p>for this output   http:~/cheapflightsto-accra-7-H.aspx</p>
<p>its working fine localy in Asp.net and in IIS as well<br />
but when i upload, it gives error i.e.<br />
HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. </p>
<p>Requested URL: /cheapflightsto-accra-7-H.aspx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EPiServer friendly URLs for paginated pages (and why the asp:LinkButton must die) by EPiServer Developer Resources &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://sourcecodebean.com/archives/episerver-friendly-urls-for-paginated-pages-and-why-the-asplinkbutton-must-die/510/comment-page-1#comment-3971</link>
		<dc:creator>EPiServer Developer Resources &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Thu, 27 May 2010 13:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=510#comment-3971</guid>
		<description>[...] EPiServer friendly URLs for paginated pages [...]</description>
		<content:encoded><![CDATA[<p>[...] EPiServer friendly URLs for paginated pages [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo Pipes is still very cool by sapphire</title>
		<link>http://sourcecodebean.com/archives/yahoo-pipes-is-still-very-cool/626/comment-page-1#comment-3963</link>
		<dc:creator>sapphire</dc:creator>
		<pubDate>Wed, 26 May 2010 19:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=626#comment-3963</guid>
		<description>Yahoo Pipes rocks!  I only use it to compile a massive blog RSS feed merged with certain tweets.  It&#039;s great.

Only issue for me is that I don&#039;t know any regex, so it&#039;s a lot of playing in the dark. But good learning.</description>
		<content:encoded><![CDATA[<p>Yahoo Pipes rocks!  I only use it to compile a massive blog RSS feed merged with certain tweets.  It&#8217;s great.</p>
<p>Only issue for me is that I don&#8217;t know any regex, so it&#8217;s a lot of playing in the dark. But good learning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First steps toward EPiServer and ASP.NET MVC by Peter</title>
		<link>http://sourcecodebean.com/archives/first-steps-toward-episerver-and-asp-net-mvc/595/comment-page-1#comment-3917</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 21 May 2010 06:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=595#comment-3917</guid>
		<description>@Pablo, oops that was a typo. It should of course be EPiServer CMS 5</description>
		<content:encoded><![CDATA[<p>@Pablo, oops that was a typo. It should of course be EPiServer CMS 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a JSON-RPC service using Zend Json Server by Creating a JSON-RPC server with Zend Framework</title>
		<link>http://sourcecodebean.com/archives/creating-a-json-rpc-service-using-zend-json-server/422/comment-page-1#comment-3916</link>
		<dc:creator>Creating a JSON-RPC server with Zend Framework</dc:creator>
		<pubDate>Fri, 21 May 2010 02:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=422#comment-3916</guid>
		<description>[...] found this blog very helpful in figuring out how to do this. The first step is to create a new bootstrap file. I [...]</description>
		<content:encoded><![CDATA[<p>[...] found this blog very helpful in figuring out how to do this. The first step is to create a new bootstrap file. I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First steps toward EPiServer and ASP.NET MVC by Pablo</title>
		<link>http://sourcecodebean.com/archives/first-steps-toward-episerver-and-asp-net-mvc/595/comment-page-1#comment-3826</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Fri, 14 May 2010 13:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=595#comment-3826</guid>
		<description>What&#039;s EpiServer MVC 5?</description>
		<content:encoded><![CDATA[<p>What&#8217;s EpiServer MVC 5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a JSON-RPC service using Zend Json Server by udara</title>
		<link>http://sourcecodebean.com/archives/creating-a-json-rpc-service-using-zend-json-server/422/comment-page-1#comment-3711</link>
		<dc:creator>udara</dc:creator>
		<pubDate>Mon, 03 May 2010 03:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=422#comment-3711</guid>
		<description>test.add(1,1)[&#039;result&#039;],in this code u send two integer arguments to add() method.How to send a complicated object as a argument.
i mean 
var ob=new Object();
ob.name=&quot;udara&quot;;
how can i send ob as a argument.
for the momnet im doing JSON.stringify(ob) andsent json string as a argument.</description>
		<content:encoded><![CDATA[<p>test.add(1,1)['result'],in this code u send two integer arguments to add() method.How to send a complicated object as a argument.<br />
i mean<br />
var ob=new Object();<br />
ob.name=&#8221;udara&#8221;;<br />
how can i send ob as a argument.<br />
for the momnet im doing JSON.stringify(ob) andsent json string as a argument.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
