Lance Fisher

6,589
Reputation
263 views

Registered User

Name Lance Fisher
Member for 1 year
Seen 2 hours ago
Website
Location Missoula, MT
Age 30
  • .NET Developer in Missoula, MT.
  • Missoula .NET Users Group Founder
  • Founder of Six Day Technology, Inc.
  • Father
  • Husband
  • Believer
  • Snowboarder
  • Math Geek
  • Learning Russian
  • Learning Spanish
2h
answered Replacement or Migration strategy for Excel/Access
2h
answered render .ascx page into .aspx page using javascript, jquery
2d
awarded  Popular Question
Nov
24
awarded  Notable Question
Nov
19
answered Jquery Ajax $.getScript() method
Nov
13
awarded  Notable Question
Nov
13
accepted CSS working only in Firefox.
Nov
13
answered WebForms and ASP.NET MVC co-existance.
Nov
13
revised CSS working only in Firefox.
edited title
Nov
13
answered CSS working only in Firefox.
Nov
13
answered Anyone feel like passing it forward?
Nov
13
answered ADO.NET Entity Data Model are not precise enough
Nov
10
awarded  Nice Question
Nov
8
awarded  Notable Question
Oct
29
revised Deploying ASP.NET MVC 2 Preview 2 with Areas
edited tags
Oct
28
answered ASP.NET MVC RequireHttps in Production Only
Oct
27
comment Mobile Redirect
I would send iPhones to the mobile site too, and provide a link to the main site if they want it. A mobile site should be designed for a small screen, and optimized for slow connection. iPhones will like that too.
Oct
23
accepted for loop statement outputs that links to differnent controllers in asp.net mvc
Oct
23
answered for loop statement outputs that links to differnent controllers in asp.net mvc
Oct
23
awarded  Enlightened
Oct
23
accepted C# List<T> Contains test
Oct
20
comment What Ticketing System Do You Recommend?
In JIRA's user-based pricing, who is a user? Only the developers, or anyone who submits bugs?
Oct
20
awarded  Nice Answer
Oct
20
answered C# List<T> Contains test
Oct
20
answered Is it possible to update 3 sql rows in 1 sql update statement
Oct
19
accepted C# Excel import data from CSV into Excel
Oct
19
comment Is attaching functions to the jQuery object bad practice?
Yes. This is how plugins are built.
Oct
19
answered C# Excel import data from CSV into Excel
Oct
19
comment C# Excel import data from CSV into Excel
And down the rabbit hole of homegrown CSV parsers. How do you handle invalid CSV files, etc, etc.
Oct
15
answered Is there a hosted CouchDB service provider?
Oct
14
comment How can I convince a client that audio on a website is a bad idea?
I don't think the customer is always right. We've just heard everyone say that so much we think it's true.
Oct
13
revised MVC & RadioButtonList
Updated link to Elijah's new blog
Oct
13
comment Show SQL executed per request in ASP.NET MVC using LINQ to SQL
I think that will do exactly what I want. Thanks!
Oct
13
comment Show SQL executed per request in ASP.NET MVC using LINQ to SQL
Thanks, I didn't know the Log property existed!
Oct
13
accepted Jquery Ajax Load callback firing before load completed
Oct
13
comment How to select only the immediate children of an element in jQuery
Thanks, I've incorporated your comment into my answer.
Oct
13
revised How to select only the immediate children of an element in jQuery
incorporated comment.
Oct
13
asked Show SQL executed per request in ASP.NET MVC using LINQ to SQL
Oct
13
answered How to select only the immediate children of an element in jQuery
Oct
13
comment How to select only the immediate children of an element in jQuery
This still selects cell in the child table because it has its own tr elements.
Oct
13
revised ASP.NET MVC: Is Data Annotation Validation Enough?
edited tags
Oct
13
answered Jquery Ajax Load callback firing before load completed
Oct
13
revised ASP.NET MVC: Uses a delegate field as an action method?
added 351 characters in body
Oct
13
revised ASP.NET MVC: Uses a delegate field as an action method?
added 453 characters in body
Oct
13
comment ASP.NET MVC: Uses a delegate field as an action method?
Maybe not possible with the default controller, but there are some good extension points in ASP.NET MVC to plug in your own controllers and change the way things work.
Oct
13
answered ASP.NET MVC: Uses a delegate field as an action method?
Oct
13
answered Is there a version of jQuery somewhere that I can hotlink to without hosting the file?
Oct
12
comment JQuery and links - strange situation
Sounds like the jquery click event is not getting bound to the link. Try adding an id to the link and using it to select the anchor element, and see if that makes a difference.
Oct
12
answered JQuery and links - strange situation
Oct
11
accepted My ReSharper Gutter Icons for Unit Tests aren’t showing