<?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"
	>
<channel>
	<title>Comments for .Net and Some (may be MORE) Random Thoughts</title>
	<atom:link href="http://blog.budigelli.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.budigelli.com</link>
	<description></description>
	<pubDate>Thu, 11 Mar 2010 03:57:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Similar to Google AdSense by Joint88</title>
		<link>http://blog.budigelli.com/random/similar-to-google-adsense/#comment-62</link>
		<dc:creator>Joint88</dc:creator>
		<pubDate>Tue, 13 Oct 2009 15:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/index.php/2007/06/21/similar-to-google-adsense/#comment-62</guid>
		<description>Adsense is my main source of income when making money online. nothing beats adsense when it comes to making money online.</description>
		<content:encoded><![CDATA[<p>Adsense is my main source of income when making money online. nothing beats adsense when it comes to making money online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linq to SQL Database Connection String Issue by SQL Tutorials</title>
		<link>http://blog.budigelli.com/net/linq-to-sql-database-connection-string-issue/#comment-59</link>
		<dc:creator>SQL Tutorials</dc:creator>
		<pubDate>Fri, 01 May 2009 03:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/?p=36#comment-59</guid>
		<description>Does anyone know if there is another language or set of commands beside SQL for talking with databases? 

I'm working on a project and am doing some research thanks</description>
		<content:encoded><![CDATA[<p>Does anyone know if there is another language or set of commands beside SQL for talking with databases? </p>
<p>I&#8217;m working on a project and am doing some research thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting ASP.NET MVC applications by Carl S</title>
		<link>http://blog.budigelli.com/net/hosting-aspnet-mvc-applications/#comment-58</link>
		<dc:creator>Carl S</dc:creator>
		<pubDate>Mon, 06 Apr 2009 03:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/?p=34#comment-58</guid>
		<description>I hope that I can share a bit about my experience in selecting an asp.net mvc host for my site. There are several minimum requirements that I need:

The host must be able to host my asp.net mvc site in both IIS6 and IIS7 (I am a developer and I am running a test on both system) 
The hosting price is reasonable 
Support is responsive 
Great, feature-rich control panel which allows me to do almost everything instantly 
I was researching several alternatives and I narrow down my choice into ASPHostCentral (http://www.asphostcentral.com). I contacted them and asked several features about ASP.NET MVC. Their support is very responsive and they look very knowledgeable and professional to me. The good thing is that they support asp.net mvc on both IIS6 and IIS7 and this exactly matched my top requirements. I then registered for a plan which costs me $4.99/month. I was then given a control panel access and I am truly impressed with the things that I can do on their control panel. I found more than 60 ready, free applications that I can instantly install. Amazing! 

My ASP.NET MVC site is up instantly and everything looks incredibly good . The server and site performance are excellent. Well, with just $4.99/month, this host is truly a recommended one. I certainly would noy mind to refer my business partners to them in the future!</description>
		<content:encoded><![CDATA[<p>I hope that I can share a bit about my experience in selecting an asp.net mvc host for my site. There are several minimum requirements that I need:</p>
<p>The host must be able to host my asp.net mvc site in both IIS6 and IIS7 (I am a developer and I am running a test on both system)<br />
The hosting price is reasonable<br />
Support is responsive<br />
Great, feature-rich control panel which allows me to do almost everything instantly<br />
I was researching several alternatives and I narrow down my choice into ASPHostCentral (http://www.asphostcentral.com). I contacted them and asked several features about ASP.NET MVC. Their support is very responsive and they look very knowledgeable and professional to me. The good thing is that they support asp.net mvc on both IIS6 and IIS7 and this exactly matched my top requirements. I then registered for a plan which costs me $4.99/month. I was then given a control panel access and I am truly impressed with the things that I can do on their control panel. I found more than 60 ready, free applications that I can instantly install. Amazing! </p>
<p>My ASP.NET MVC site is up instantly and everything looks incredibly good . The server and site performance are excellent. Well, with just $4.99/month, this host is truly a recommended one. I certainly would noy mind to refer my business partners to them in the future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Page Title and Meta Tags with Master Pages by budigelli</title>
		<link>http://blog.budigelli.com/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/#comment-54</link>
		<dc:creator>budigelli</dc:creator>
		<pubDate>Tue, 11 Nov 2008 17:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/index.php/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/#comment-54</guid>
		<description>@pedram,
Sorry for the very late response. But i am not sure how you would do this in PHP. 

I know some php with Zend framework. If you are using master pages, then in your master page file (.tpl), your would change your title and meta tags to somehing like this

 &lt;blockquote&gt;&#60;title&#62;&#60;?php echo $this-&#62;title; ?&#62;&#60;/title&#62;&lt;/blockquote&gt;

and in your controller (since Zend is MVC and your controller sets the data for your view), you do something like

&lt;blockquote&gt;$view-&gt;title = "The best title";&lt;/blockquote&gt;

Good luck</description>
		<content:encoded><![CDATA[<p>@pedram,<br />
Sorry for the very late response. But i am not sure how you would do this in PHP. </p>
<p>I know some php with Zend framework. If you are using master pages, then in your master page file (.tpl), your would change your title and meta tags to somehing like this</p>
<blockquote><p>&lt;title&gt;&lt;?php echo $this-&gt;title; ?&gt;&lt;/title&gt;</p></blockquote>
<p>and in your controller (since Zend is MVC and your controller sets the data for your view), you do something like</p>
<blockquote><p>$view->title = &#8220;The best title&#8221;;</p></blockquote>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linq to SQL Database Connection String Issue by budigelli</title>
		<link>http://blog.budigelli.com/net/linq-to-sql-database-connection-string-issue/#comment-53</link>
		<dc:creator>budigelli</dc:creator>
		<pubDate>Tue, 11 Nov 2008 17:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/?p=36#comment-53</guid>
		<description>In your DataContext Designer (Linq-To-SQL Designer page), click on any white space and go to properties. At the bottom you should see the connection string related settings. Expand and clean them up.

Now, your setting are read from your partial class and not from your appsettings.

But, keep in mind, everytime you modify (update your designer with another entity addition), you will have to clean this property!

Hope it helps.
Budigelli</description>
		<content:encoded><![CDATA[<p>In your DataContext Designer (Linq-To-SQL Designer page), click on any white space and go to properties. At the bottom you should see the connection string related settings. Expand and clean them up.</p>
<p>Now, your setting are read from your partial class and not from your appsettings.</p>
<p>But, keep in mind, everytime you modify (update your designer with another entity addition), you will have to clean this property!</p>
<p>Hope it helps.<br />
Budigelli</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linq to SQL Database Connection String Issue by Todd</title>
		<link>http://blog.budigelli.com/net/linq-to-sql-database-connection-string-issue/#comment-52</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/?p=36#comment-52</guid>
		<description>has there been any new developments on this?  How do you tell the DataContext to not read from "appsettings"??  Thank you for your time.</description>
		<content:encoded><![CDATA[<p>has there been any new developments on this?  How do you tell the DataContext to not read from &#8220;appsettings&#8221;??  Thank you for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Page Title and Meta Tags with Master Pages by pedram</title>
		<link>http://blog.budigelli.com/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/#comment-50</link>
		<dc:creator>pedram</dc:creator>
		<pubDate>Mon, 08 Sep 2008 15:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/index.php/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/#comment-50</guid>
		<description>Dear sir could we do this with PHP
???</description>
		<content:encoded><![CDATA[<p>Dear sir could we do this with PHP<br />
???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET MVC, JQuery, and SuperFlyDOM by SuperFlyDOM a JQuery Plugin with ASP.NET MVC - .NET from a Developer</title>
		<link>http://blog.budigelli.com/net/ajax/aspnet-mvc-jquery-and-superflydom-for-user-interface/#comment-25</link>
		<dc:creator>SuperFlyDOM a JQuery Plugin with ASP.NET MVC - .NET from a Developer</dc:creator>
		<pubDate>Fri, 08 Aug 2008 14:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/?p=45#comment-25</guid>
		<description>[...] i have used in DealFlakes.Com, Online Deal Aggregator. Good Luck...Please find the updated entry at http://blog.budigelli.com/net/ajax/aspnet-mvc-jquery-and-superflydom-for-user-interface/&#160;thanks,&#160; Filed under: AJAX, [...]</description>
		<content:encoded><![CDATA[<p>[...] i have used in DealFlakes.Com, Online Deal Aggregator. Good Luck&#8230;Please find the updated entry at <a href="http://blog.budigelli.com/net/ajax/aspnet-mvc-jquery-and-superflydom-for-user-interface/&nbsp;thanks,&#038;nbsp" rel="nofollow">http://blog.budigelli.com/net/ajax/aspnet-mvc-jquery-and-superflydom-for-user-interface/&nbsp;thanks,&#038;nbsp</a>; Filed under: AJAX, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Page Title and Meta Tags with Master Pages by budigelli</title>
		<link>http://blog.budigelli.com/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/#comment-24</link>
		<dc:creator>budigelli</dc:creator>
		<pubDate>Fri, 01 Aug 2008 14:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/index.php/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/#comment-24</guid>
		<description>@Jason,
In your content page's Onload simply set the value to what ever you want the title to be. 

base.Master.Page.Header.Title = “website name &#124; Second hand boat”;

That should work.</description>
		<content:encoded><![CDATA[<p>@Jason,<br />
In your content page&#8217;s Onload simply set the value to what ever you want the title to be. </p>
<p>base.Master.Page.Header.Title = “website name | Second hand boat”;</p>
<p>That should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Page Title and Meta Tags with Master Pages by jason</title>
		<link>http://blog.budigelli.com/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/#comment-23</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 01 Aug 2008 04:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.budigelli.com/index.php/net/aspnet-20/changing-page-title-and-meta-tags-with-master-pages/#comment-23</guid>
		<description>Hi there,
I am having a problem with my "content page title" in my header template I have mysitename. However I do not know how to get it to also show the content page title aswel (example if i was searching my site for a second hand boat, I would like it to come up in the title tag as "website name &#124; Second hand boat").

Hope you understand what I am on about cos im well confused with it all :)

Jason</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I am having a problem with my &#8220;content page title&#8221; in my header template I have mysitename. However I do not know how to get it to also show the content page title aswel (example if i was searching my site for a second hand boat, I would like it to come up in the title tag as &#8220;website name | Second hand boat&#8221;).</p>
<p>Hope you understand what I am on about cos im well confused with it all <img src='http://blog.budigelli.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>
