gavinjoyce


Comments:

Want a free ajax book ?

posted by gavinjoycegavinjoyce(25.7k) 3 years, 11 months ago 0

It's not a giveaway, it's a raffle. Buyer beware.

Reply

Professional Visual Studio Extensibility - Finally Released

posted by gavinjoycegavinjoyce(25.7k) 3 years, 11 months ago 0

Is there a PDF version of the book available for purchase?

Reply

Professional Visual Studio Extensibility - Finally Released

posted by gavinjoycegavinjoyce(25.7k) 3 years, 11 months ago 0

Great, I may pick up the PDF version when it is available.

Reply

Localhost HTTP debugging with Fiddler

posted by gavinjoycegavinjoyce(25.7k) 3 years, 11 months ago 0

"I don’t know if many of you are aware but the website http://www.somesite.com points to 127.0.0.1 as a standard for URL examples."

Indeed I didn't. What a handy tip, thanks!

Reply

Localhost HTTP debugging with Fiddler

posted by gavinjoycegavinjoyce(25.7k) 3 years, 11 months ago 0

It works on unix and linux too. :D

Reply

Let's tag all ASP.NET MVC contents with aspnetmvc

posted by gavinjoycegavinjoyce(25.7k) 3 years, 11 months ago 0

I prefer mvc.net.

Reply

Over 250 High Quality Royalty Free icons set

posted by gavinjoycegavinjoyce(25.7k) 3 years, 11 months ago 0

Very nice, thanks for posting.

Reply

MVC UI Validation Framework

posted by gavinjoycegavinjoyce(25.7k) 3 years, 10 months ago 0

Validation rules defined in the view? No thanks.

Reply

RenewCert - A fix for ClickOnce expired certificates

posted by gavinjoycegavinjoyce(25.7k) 3 years, 10 months ago 0

This tool saved my bacon today.

Reply

A .NET Cryptography Primer, part 1

posted by gavinjoycegavinjoyce(25.7k) 3 years, 10 months ago 0

Comments do effect a story's score:

private static int GetStoryScore(Story story, Host host) {
int score = 0;
score += story.KickCount * host.Publish_KickScore;
score += story.CommentCount * host.Publish_CommentScore;
System.Diagnostics.Trace.WriteLine("Pub: Score of [" + score + "] for storyID " + story.StoryID);
return score;
}

Reply

StackOverflow.COM

posted by gavinjoycegavinjoyce(25.7k) 3 years, 9 months ago 0

I hope they open source the project

Reply