swilliams

6,634
reputation
356 views

Registered User

name swilliams
member for 1 year
seen 4 hours ago
website
location US
age 29
I enjoy Programming, Photography, Writing, Cooking, Sports, and capitalizing the wrong letters in sentences.
1d
awarded  Nice Answer
Dec
16
awarded  Nice Answer
Dec
6
awarded  Mortarboard
Dec
2
awarded  Nice Answer
Nov
19
accepted JQuery changing data attribute of <object>
Nov
13
comment Is there a way to programmatically extract an Interface?
Oooh, me likely. Unfortunately I've moved on to a new client and don't need this any more, but thank you for a sweet answer nonetheless.
Oct
28
awarded  Notable Question
Oct
19
awarded  Popular Question
Oct
12
awarded  Enlightened
Oct
12
awarded  Nice Answer
Oct
6
awarded  Popular Question
Sep
30
revised Is TortoiseGit ready for prime time yet?
Yeah, this is subjective.
Sep
30
asked Is TortoiseGit ready for prime time yet?
Sep
30
revised NHibernate Generators
Changed code template to unordered list.
Sep
16
accepted Can I login to a protected directory via a link?
Sep
5
revised Whats the difference between jquery-1.3.2-vsdoc.js & jquery-1.3.2.min-vsdoc.js
Clarity
Sep
5
revised Calculate the number of days a person has been alive on his Nth birthday? (Leap year challenge)
edited tags
Sep
5
answered Whats the difference between jquery-1.3.2-vsdoc.js & jquery-1.3.2.min-vsdoc.js
Sep
2
comment How to determine a developer’s total contribution to SubVersion?
Hey, maybe I'll just quote myself: "I agree completely, this is really just for curiosity."
Aug
31
revised mvc2 Html.label(”mystring”) mangling
Formatting, capitalization
Aug
31
answered Make all form fields readonly in MVC
Aug
31
comment ASP.NET MVC: How do I send “text/xml” to all browsers but IE?
Definitely, but unless there's another way...
Aug
31
answered ASP.NET MVC: How do I send “text/xml” to all browsers but IE?
Aug
31
answered Global error handling (outside of controller) in ASP.NET MVC
Aug
31
comment Global error handling (outside of controller) in ASP.NET MVC
Yes, HandleError won't actually do anything unless you have customErrors on in the config.
Aug
31
comment How to determine a developer’s total contribution to SubVersion?
Looks like StatSVN (just 2 s's) did what I needed. Thanks!
Aug
31
comment How to determine a developer’s total contribution to SubVersion?
I agree completely, this is really just for curiousity. :)
Aug
31
comment How to determine a developer’s total contribution to SubVersion?
As long as I can run the commandline tools via cygwin, it wouldn't be a problem. I'll take another gander at StatsSVN though.
Aug
31
comment How to determine a developer’s total contribution to SubVersion?
Is that only for a single file though? I'd like something for a whole project.
Aug
31
comment How to determine a developer’s total contribution to SubVersion?
I'm just curious about certain developer's contribution to the project.
Aug
31
asked How to determine a developer’s total contribution to SubVersion?
Aug
31
answered .NET/MVC JSON response opens up dialog box to save
Aug
31
answered ASP.NET MVC: No parameterless constructor defined for this object.
Aug
28
answered ASP.NET MVC “Models” directory: What is it good for?
Aug
28
comment C# Structs - real life examples?
I edited the answer to reflect your correction Guffa.
Aug
28
revised C# Structs - real life examples?
Changed 16 KB reference to 'Bytes' for better accuracy.
Aug
27
comment Returning a PartialView with both HTML and JavaScript
@Picflight - Same as you would a normal View and the $.post() or $.ajax() functions. The trick is to just return a PartialView in the Action. It's the same from the perspective of jQuery, an HTML response. My "real" solution is down below.
Aug
23
accepted Returning a PartialView with both HTML and JavaScript
Aug
20
answered ASP.NET MVC wrong url in ajax calls
Aug
19
comment Using a GUID as the ID in a database with ASP.NET MVC
I generally create an Extensions folder in my project and put stuff like that and HtmlHelper extensions in there.
Aug
19
accepted Using a GUID as the ID in a database with ASP.NET MVC
Aug
19
answered Using a GUID as the ID in a database with ASP.NET MVC
Aug
19
comment Boilerplate to serve up a generated file from ASP.NET
...And that's basically the perfect way to edit a post. Thanks!
Aug
19
accepted Boilerplate to serve up a generated file from ASP.NET
Aug
19
answered Reading C# property into JQuery code
Aug
19
answered Are there add-on libraries or tools available for ASP.NET MVC development?
Aug
18
revised Can I share a view in asp.net mvc?
Fixed tag (whoopsie)
Aug
18
answered Can I share a view in asp.net mvc?
Aug
18
answered Boilerplate to serve up a generated file from ASP.NET
Aug
18
answered What’s the best way to embed constant server-side tags inside javascript code?