spoulson


Comments:

jQuery UI v1.5 Released

posted by spoulsonspoulson(327) 3 years, 11 months ago 0

Simply amazing!

Reply

Delayed execution and "yield return"

posted by spoulsonspoulson(327) 3 years, 11 months ago 0

Most online references make it sound like yield is nothing more than a convenience operator to clean up implementing the IEnumerable interface. True, but it also makes it far simpler to implement filters like this article shows. Kicked.

Reply

Creating Visula Studio Keyborad Shortcuts Cheat Sheet

posted by spoulsonspoulson(327) 3 years, 11 months ago 0

Postr neds spel chek... badly.

Reply

Home Renovation

posted by spoulsonspoulson(327) 3 years, 11 months ago 0

Spam spam spam ;(

Reply

The free markdown editor Jeff Atwood is using for Stack Overflow

posted by spoulsonspoulson(327) 3 years, 11 months ago 0

I'm not so sure Jeff is actually going to use it, since it has a known big XSS vulnerability.
http://blog.stackoverflow.com/2008/06/safe-html-and-xss/

Reply

Episode 6: Silverlight - Fad or Fab?

posted by spoulsonspoulson(327) 3 years, 11 months ago 0

Don't forget to plug your site name in the title! Thanks for the submission.

Reply

Captcha the Flag

posted by spoulsonspoulson(327) 3 years, 10 months ago 0

Sorry, but *ZZZzzz*
CAPTCHA should stop short of a straight up user stupidity test insult.

Reply

.Net Extension Method Library

posted by spoulsonspoulson(327) 3 years, 10 months ago 0

This is quite awesome.

Reply

"Using" magic or working with type aliases

posted by spoulsonspoulson(327) 3 years, 10 months ago 0

This article isn't as much of a solution as it is identifying exactly why it is C# needs C++'s typedef keyword.

Reply

A new software development oriented podcast

posted by spoulsonspoulson(327) 3 years, 10 months ago 0

Not a bad concept. I'll listen in.

As proven by this podcast, no Indian-native English speaker can properly pronounce "development".

Reply

Using The "Using" Statement On a Method Rather Than a Class

posted by spoulsonspoulson(327) 3 years, 9 months ago 0

Although this site is seemingly modeled after Digg (minus the downmod), I certainly wouldn't want Digg-like content popping up, let alone Digg-like comments.

I choose not to kick this article for the same reasons already mentioned. Also, I think using IDisposable for something other than disposing is an inconsistent pattern. He is just creating a meta-language within C# by bending the rules. There's plenty of blogs out there that discourage this practice and I agree with them.

Reply

Link blogs… do yourself a favor

posted by spoulsonspoulson(327) 3 years, 9 months ago 0

These appear to be the same articles that appear on my RSS reader, too. However, finding them through someone else's criteria isn't necessarily a benefit. You lose the social ranking and commentary from sites like DNK and Friendfeed in exchange for a single upmod by the blog author. I think it's more prudent for me to just let go of old content that backs up in my RSS reader. Just... let it go... like that.

Reply

Starting F# Interactive in Visual Studio 2008

posted by spoulsonspoulson(327) 3 years, 9 months ago 0

I wish I knew more about F# to understand the significance of this feature. I also wish the author could write more than one terse paragraph on the subject and call it a blog.

Reply

SQL Server 2008 Express is now live!

posted by spoulsonspoulson(327) 3 years, 9 months ago 0

Or, use this direct link to the download and bypass the registration gobbly-gook:
http://www.microsoft.com/downloads/details.aspx?FamilyID=58ce885d-508b-45c8-9fd3-118edd8e6fff&DisplayLang=en#filelist

Reply

What if Visual Studio had Achievements?

posted by spoulsonspoulson(327) 1 year, 3 months ago 0

Clever

Reply

SQL Server: The Magical OVER clause

posted by spoulsonspoulson(327) 1 year, 2 months ago 0

The article really should explain the OVER clause or reference other material. Some example query results would've been ideal.

Reply