tvanfosson

76,231
Reputation
6511 views

Registered User

Name tvanfosson
Member for 1 year
Seen 11 hours ago
Website
Location Iowa City, IA
Age 47

Web developer using primarily .NET/C#, though I've also done some Java, Ruby, C++ as well. Before I was a full time developer, I was a system admin for an engineering research group -- helping with software development by researchers (C/C++ and Fortran) and writing scripts (Shell/Perl) to automate system admin tasks.

Blog: http://farm-fresh-code.blogspot.com/
Academic Page: http://myweb.uiowa.edu/timv
CV: http://careers.stackoverflow.com/tvanfosson

Please do refer to me as tv when replying to comments, etc. That's usually how I sign my emails anyway.

The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague. -- E.W. Dijkstra, The Humble Programmer

13h
accepted Linq query across three levels of tables to generate sum
14h
revised C# design pattern : Generic method ?
updated
14h
answered C# design pattern : Generic method ?
15h
answered Linq query across three levels of tables to generate sum
16h
answered Is it possible to create a div element with jquery onclick of a link
16h
accepted Tabcontainer behaves different from browser to browser
16h
comment Tabcontainer behaves different from browser to browser
@RooseH -- the way SO works is that you vote up (when you have enough rep) answers that are helpful using the arrows next to the answer. For the answer that best answers your question, you accept it by clicking the checkmark next to the answer.
18h
comment Who will win the battle for RIA field - Silverlight or Flash?
@Stefano -- it's a question without a real answer. No one knows, people only have opinions. Even if it's reformulated to focus on features that would drive widespread adoption, it should probably be made community wiki as it would still be speculative.
18h
comment Who will win the battle for RIA field - Silverlight or Flash?
Magic eight ball says: "Signs point to yes".
18h
accepted Prototype Ajax.Updater Eval Javascript Functions
18h
comment Is it possible to have a rotationally invariant identifier of a boolean matrix?
@int3 -- if you are expecting a hash function to always return a unique result, you're not thinking of hash functions properly. You should rather think of the hash function as producing a fingerprint, not necessarily unique, but one that will unfailing be the same when two things are identical. A hash function is (usually) a many to one map, not a one to one map.
18h
revised Tabcontainer behaves different from browser to browser
more detail
18h
comment Tabcontainer behaves different from browser to browser
Just noticed that you are using the nightly build. Have you tried it with a production build? I changed it to use the one from the google CDN and it works fine for me in FF. Will update.
18h
answered Tabcontainer behaves different from browser to browser
18h
revised Tabcontainer behaves different from browser to browser
formatting
19h
revised Where to store user login information in asp.net
formatted
19h
comment Prototype Ajax.Updater Eval Javascript Functions
@Jonathan -- it appears that it's handled differently, but there are some special considerations. I've updated.
19h
revised Prototype Ajax.Updater Eval Javascript Functions
formatting
19h
comment websites which listall types of api and libraries
So I wasn't exhaustive in my search. Have you poked around on wikipedia to see if the information you want is there?
19h
comment websites which listall types of api and libraries
Try wikipedia: en.wikipedia.org/wiki/… & en.wikipedia.org/wiki/…
19h
comment beforeSend in $.getJSON
To do what, exactly?
19h
comment What are the most useful Javascript libraries?
I'd suggest that you add your examples to the other question. Adding an answer will bring it to the front page and give it more visibility. I'd prefer this to having a duplicate question even if the answers in the other question don't seem as broadly applicable. If you add your examples there, you'll begin to make that question more complete.
19h
answered Prototype Ajax.Updater Eval Javascript Functions
20h
answered Gridview column resize and pagesize in asp.net
20h
revised Gridview column resize and pagesize in asp.net
updated
21h
comment What makes you happy when you program?
The color green makes me happy when I program.
21h
answered How to modify request headers in c#,ASP .NET.
21h
revised How to modify request headers in c#,ASP .NET.
formatted
1d
comment Using javascript to do a POST in rails
I'd assume that it's /quote_line_items/update/90
1d
answered AJAX request status returns 0
1d
answered asp.net mvc complex ajax updates
2d
accepted Reusable Content Box Data In ASP.NET MVC?
2d
accepted Visual Studio: Add same project or reference to different solutions
2d
answered Visual Studio: Add same project or reference to different solutions
2d
comment Multiple callback on $.get
You don't need to have multiple callbacks, but simply execute multiple statements in your single callback.
2d
answered session expiring and giving error page
2d
answered Reusable Content Box Data In ASP.NET MVC?
2d
answered BODY tag disappear when using Jquery.Load()
Nov
26
answered Applets failing to load
Nov
26
revised jqGrid with MVC framework (S#arp architect)
formatting
Nov
26
comment Reusable Content Box Data In ASP.NET MVC?
Could you give some info on why you want to avoid using a database? It's most likely the best solution.
Nov
26
comment session expiring and giving error page
Where are you adding the code? The response should be available in Page_load.
Nov
26
answered How do I find the drive to learn?
Nov
26
comment How to implement face recognition in an image in .net 3.5?
Dup: stackoverflow.com/questions/705403/…
Nov
26
comment How can I make the div tag link back to the home page?
Maybe you need to play with the positioning of the image so that you get it where you want it. Maybe wrap it in an absolutely positioned DIV so that is removed from the normal document flow. We use a similar technique to this at diy.its.uiowa.edu -- you'll only be able to see the public pages, though, as it requires login.
Nov
25
revised How can I make the div tag link back to the home page?
reatgged
Nov
25
answered How can I make the div tag link back to the home page?
Nov
25
accepted A phrase as catchy as ‘Feature Creep’ but for underestimated projects
Nov
25
accepted jquery contains help
Nov
25
answered jquery contains help