<?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 Adventures With .Net</title>
	<atom:link href="http://adventureswith.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://adventureswith.net</link>
	<description>C# and the like</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:13:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Using TortoiseGit with GitHub&#8211; A checklist rather than tutorial by Dann</title>
		<link>http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/#comment-59</link>
		<dc:creator>Dann</dc:creator>
		<pubDate>Fri, 10 Feb 2012 02:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/#comment-59</guid>
		<description>Good catch. I have updated it.</description>
		<content:encoded><![CDATA[<p>Good catch. I have updated it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using TortoiseGit with GitHub&#8211; A checklist rather than tutorial by Andrew Vit</title>
		<link>http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/#comment-58</link>
		<dc:creator>Andrew Vit</dc:creator>
		<pubDate>Fri, 10 Feb 2012 00:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://adventureswith.net/using-tortoisegit-with-github-a-checklist-rather-than-tutorial/#comment-58</guid>
		<description>Quick correction, that should be &quot;register your *Public* Key (id_rsa.pub) with GitHub&quot;. The private key should stay on your computer.</description>
		<content:encoded><![CDATA[<p>Quick correction, that should be &#8220;register your *Public* Key (id_rsa.pub) with GitHub&#8221;. The private key should stay on your computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asp.Net MVC3 Razor and RESX Localisations/Localizations by Dann</title>
		<link>http://adventureswith.net/asp-net-mvc3-razor-and-resx-localisationslocalizations/#comment-57</link>
		<dc:creator>Dann</dc:creator>
		<pubDate>Mon, 06 Feb 2012 21:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://adventureswith.net/?p=256#comment-57</guid>
		<description>@Leniel - Yeah, I was hoping to do the same thing. As you figured out, the problem being that attributes produce compile time metadata so won&#039;t take anything in their constructors other than compile-time &lt;del datetime=&quot;2012-02-10T02:13:18+00:00&quot;&gt;primitives&lt;/del&gt; simple types. http://stackoverflow.com/a/1235690/59532</description>
		<content:encoded><![CDATA[<p>@Leniel &#8211; Yeah, I was hoping to do the same thing. As you figured out, the problem being that attributes produce compile time metadata so won&#8217;t take anything in their constructors other than compile-time <del datetime="2012-02-10T02:13:18+00:00">primitives</del> simple types. <a href="http://stackoverflow.com/a/1235690/59532" rel="nofollow">http://stackoverflow.com/a/1235690/59532</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asp.Net MVC3 Razor and RESX Localisations/Localizations by Leniel Macaferi</title>
		<link>http://adventureswith.net/asp-net-mvc3-razor-and-resx-localisationslocalizations/#comment-56</link>
		<dc:creator>Leniel Macaferi</dc:creator>
		<pubDate>Mon, 06 Feb 2012 19:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://adventureswith.net/?p=256#comment-56</guid>
		<description>Oh, just forget my assumption about the code from the previous comment. It won&#039;t compile. The best thing is to remove LabelFor indeed.</description>
		<content:encoded><![CDATA[<p>Oh, just forget my assumption about the code from the previous comment. It won&#8217;t compile. The best thing is to remove LabelFor indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asp.Net MVC3 Razor and RESX Localisations/Localizations by Leniel Macaferi</title>
		<link>http://adventureswith.net/asp-net-mvc3-razor-and-resx-localisationslocalizations/#comment-55</link>
		<dc:creator>Leniel Macaferi</dc:creator>
		<pubDate>Mon, 06 Feb 2012 19:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://adventureswith.net/?p=256#comment-55</guid>
		<description>Great post! :-)

I liked the Firefox extension that I didn&#039;t know about. It helps a lot.

I thought about avoid removing @Html.LabelFor (x =&gt; x.OldPassword) for example. One can replace the string using the Display Name property in the model .cs class using DataAnnotations:

&lt;code&gt;
        [Required]
        [DataType(DataType.Password)]
        [Display(Name = ChangePassword.OldPassword)]
        public string OldPassword { get; set; }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Great post! <img src='http://adventureswith.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I liked the Firefox extension that I didn&#8217;t know about. It helps a lot.</p>
<p>I thought about avoid removing @Html.LabelFor (x =&gt; x.OldPassword) for example. One can replace the string using the Display Name property in the model .cs class using DataAnnotations:</p>
<p><code><br />
        [Required]<br />
        [DataType(DataType.Password)]<br />
        [Display(Name = ChangePassword.OldPassword)]<br />
        public string OldPassword { get; set; }<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. ) by Dann</title>
		<link>http://adventureswith.net/awstats-on-iis7-in-less-steps-than-the-closest-cup-of-coffee-well-almost/#comment-54</link>
		<dc:creator>Dann</dc:creator>
		<pubDate>Sun, 06 Nov 2011 21:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://adventureswith.net/awstats-on-iis7-in-less-steps-than-the-closest-cup-of-coffee-well-almost/#comment-54</guid>
		<description>I don&#039;t quite get what you mean. Maybe you can put up a screenshot of what you have? (Use Imgur.com or something like that)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t quite get what you mean. Maybe you can put up a screenshot of what you have? (Use Imgur.com or something like that)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AWStats on IIS7 (in less steps than the closest cup of coffee. Well almost. ) by Richard</title>
		<link>http://adventureswith.net/awstats-on-iis7-in-less-steps-than-the-closest-cup-of-coffee-well-almost/#comment-53</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 02 Nov 2011 05:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://adventureswith.net/awstats-on-iis7-in-less-steps-than-the-closest-cup-of-coffee-well-almost/#comment-53</guid>
		<description>Hi there,

I appreciate your precise and concise steps to setup awStats.

And, I manage to setup as per your steps until the stage

     http://localhost:1388/cgi-bin/awstats.pl?config=mydomain.com

     If you see some numbers, congratulations!

I really can see the numbers. But I can see only links from 1388 or something like this.

I cannot see links from other websites or search engine, I cannot also see hosts that link to my website.

Could you help?

Thanks,
Richard</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I appreciate your precise and concise steps to setup awStats.</p>
<p>And, I manage to setup as per your steps until the stage</p>
<p>     <a href="http://localhost:1388/cgi-bin/awstats.pl?config=mydomain.com" rel="nofollow">http://localhost:1388/cgi-bin/awstats.pl?config=mydomain.com</a></p>
<p>     If you see some numbers, congratulations!</p>
<p>I really can see the numbers. But I can see only links from 1388 or something like this.</p>
<p>I cannot see links from other websites or search engine, I cannot also see hosts that link to my website.</p>
<p>Could you help?</p>
<p>Thanks,<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FTP Publishing on Windows Server 2008 with Amazon EC2 &#8211; Rough guide by Dann</title>
		<link>http://adventureswith.net/ftp-publishing-on-sql-server-2008-with-amazon-ec2-rough-guide/#comment-34</link>
		<dc:creator>Dann</dc:creator>
		<pubDate>Wed, 02 Jun 2010 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://AdventuresWith.Net/?p=103#comment-34</guid>
		<description>Security Groups -&gt; Group Permissions then click the green button and add the port</description>
		<content:encoded><![CDATA[<p>Security Groups -> Group Permissions then click the green button and add the port</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FTP Publishing on Windows Server 2008 with Amazon EC2 &#8211; Rough guide by Amir Khan</title>
		<link>http://adventureswith.net/ftp-publishing-on-sql-server-2008-with-amazon-ec2-rough-guide/#comment-33</link>
		<dc:creator>Amir Khan</dc:creator>
		<pubDate>Wed, 02 Jun 2010 20:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://AdventuresWith.Net/?p=103#comment-33</guid>
		<description>I don&#039;t see an option anywhere in Elasticfox or the AWS console to add an FTP port, am I missing something?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see an option anywhere in Elasticfox or the AWS console to add an FTP port, am I missing something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

