Matias Nino

1,496
Reputation
163 views

Registered User

name Matias Nino
member for 1 year
seen Dec 1 at 22:19
website
location US
age 33
I love every aspect of computing: Software, hardware, problem solving, communication, media, and gaming.
Nov
24
awarded  Notable Question
Nov
22
awarded  Popular Question
Nov
21
asked Why are wildcard SSL certs so expensive?
Nov
18
asked Good exercises to transition from coding in VB.NET to C#?
Nov
15
awarded  Nice Answer
Nov
10
answered ASP.NET to Oracle Database (ODP.NET): How do I specify which Oracle client to use?
Nov
10
asked ASP.NET to Oracle Database (ODP.NET): How do I specify which Oracle client to use?
Nov
4
awarded  Nice Question
Oct
31
awarded  Tumbleweed
Oct
24
asked Windows 7: Change Windows Snap edge padding?
Oct
24
comment Postback intermittently not working with ASP.NET 3.5 and IE?
Sad to say, we disabled use of the control for the time being. My last thought before giving up was to try upgrading to a newer version of the telerik controls. Let us know if you manage to do it!
Oct
19
awarded  Good Answer
Oct
15
answered What is the reason for the rise of programmers using Apple machines?
Oct
9
awarded  Nice Answer
Oct
7
awarded  Nice Answer
Oct
7
answered Postback intermittently not working with ASP.NET 3.5 and IE?
Oct
7
comment ASP.NET Ajax Extensions 1.0 on server with framework 3.5?
Thanks! That works!
Oct
7
asked ASP.NET Ajax Extensions 1.0 on server with framework 3.5?
Oct
6
revised Postback intermittently not working with ASP.NET 3.5 and IE?
deleted 2547 characters in body; edited title
Oct
6
comment Postback intermittently not working with ASP.NET 3.5 and IE?
Thanks. But doesn't ASP.NET always ensure that there are no naming conflicts?
Oct
6
asked Postback intermittently not working with ASP.NET 3.5 and IE?
Oct
2
answered Should we support IE6 anymore?
Sep
25
comment What’s the worst security hole you’ve ever seen?
Aye, but with the added twist of the Google Bot hitting the delete links? I think not! :)
Sep
24
answered What’s the worst security hole you’ve ever seen?
Sep
22
comment In-line visualization of content age
Yea. Maybe look for a preferred differential algorithm that can determine the difference between two revisions. Then you basically stack that algorithm across all the revisions and color code the text based on the revision date?
Sep
22
comment In-line visualization of content age
Sheesh. That's a toughy. Why not just store deltas?
Sep
22
comment In-line visualization of content age
Or are you tracking the age of multiple revisions that are all put together to form the current page?
Sep
22
comment In-line visualization of content age
So basically you want to be able to track the age of different parts of text in a record field?
Sep
21
answered ASP.NET Logon Failure IOException with Response.WriteFile but not with File.Copy?
Sep
21
asked ASP.NET Logon Failure IOException with Response.WriteFile but not with File.Copy?
Sep
21
comment Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error
That did it! Thank you!!
Sep
21
asked Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error
Sep
19
awarded  Yearling
Sep
14
asked ASP.NET: What is the best chat room component out there?
Aug
22
awarded  Popular Question
Aug
20
awarded  Popular Question
Jul
20
awarded  Notable Question
Jul
17
awarded  Popular Question
Jul
13
comment Best way to handle a typical pre-condition exception?
Right. Good point.
Jul
11
revised Best way to handle a typical pre-condition exception?
added 22 characters in body
Jul
10
comment Best way to handle a typical pre-condition exception?
When you handle an exception you still have all the details of the exception at hand. The only difference is YOU control what you want to do with that information.
Jul
10
comment Best way to handle a typical pre-condition exception?
I see. Well, the key to the question is how to best HANDLE a precondition. I would think letting it throw upwards is not really 'handling' it. In any case, I made an update to note that File.Open is probably best left to throw itself upwards.
Jul
10
revised Best way to handle a typical pre-condition exception?
added 156 characters in body; edited title
Jul
10
comment Best way to handle a typical pre-condition exception?
Are you guys talking about a Try-Catch and handling the File.Open exception? (if so, I figured that would be too similar to If-Then-Else). I can add it if otherwise.
Jul
10
asked Best way to handle a typical pre-condition exception?
Jul
3
asked How would you code Gmail’s “Labels” text searchable checkbox list selection drop down control in ASP.NET/Ajax/JQuery?
Jun
19
asked ASP.NET: Shortest way to render DataTable to a string (HTML)?