User Matias Nino - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T03:06:55Zhttp://stackoverflow.com/feeds/user/17235http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1776876/why-are-wildcard-ssl-certs-so-expensive3Why are wildcard SSL certs so expensive? [closed]Matias Nino2009-11-21T21:35:23Z2009-11-21T21:41:32Z
<p>You can get a plain ssl cert for a few bucks, but if you want a wildcard, you have to pay $200+ per year? Why? What extra cost is it to them when they already trust that you own the domain?</p>
http://stackoverflow.com/questions/1757518/good-exercises-to-transition-from-coding-in-vb-net-to-c4Good exercises to transition from coding in VB.NET to C#?Matias Nino2009-11-18T17:06:20Z2009-11-19T09:36:53Z
<p>What are some good exercises that an intermediate/advanced VB.NET web programmer should to do gain syntax chops on C#? </p>
<p>I imagine some good examples would be: </p>
<ul>
<li>algorithms or project exercises that run the gamut of C# syntax</li>
<li>reference material </li>
<li>list of the key syntactical differences that VB.NET programmers should be aware of</li>
</ul>
http://stackoverflow.com/questions/1709470/asp-net-to-oracle-database-odp-net-how-do-i-specify-which-oracle-client-to-use0ASP.NET to Oracle Database (ODP.NET): How do I specify which Oracle client to use?Matias Nino2009-11-10T16:55:25Z2009-11-10T18:21:08Z
<p>We have a web server with multiple oracle clients on it (8i, 9i, 10g). Both ODP.net 9.x and 10.x (and their oo4o counterparts) components are installed. </p>
<p>How do I specify to the web application which Oracle/ODP.net client to use when connecting to the database? </p>
http://stackoverflow.com/questions/1709470/asp-net-to-oracle-database-odp-net-how-do-i-specify-which-oracle-client-to-use/1710095#17100950Answer by Matias Nino for ASP.NET to Oracle Database (ODP.NET): How do I specify which Oracle client to use?Matias Nino2009-11-10T18:21:08Z2009-11-10T18:21:08Z<p>I found some good info on this question here: <a href="http://stackoverflow.com/questions/10499/oracle-what-tns-names-file-am-i-using">http://stackoverflow.com/questions/10499/oracle-what-tns-names-file-am-i-using</a></p>
<p>It looks like it all depends on which Oracle Home directory has priority in the the PATH.</p>
http://stackoverflow.com/questions/1617161/windows-7-change-windows-snap-edge-padding0Windows 7: Change Windows Snap edge padding?Matias Nino2009-10-24T06:22:20Z2009-10-24T06:22:20Z
<p>The global windows 7 snap function lets you snap windows to max or to the left/right edges of the screen. </p>
<p>Is it possible to change the default padding between the snapped windows frames and the very edge of the screen? </p>
<p>The default padding is 0, as everything snaps to the very edge. But I think putting a padding in there would help readability.</p>
<p>Is there an API that lets you change the default width/height/x,y coordinates of snapped windows?</p>
<p>Alternately, any apps already written that do this or registry hacks that make this irrelevant would also be very helpful. </p>
http://stackoverflow.com/questions/1453791/classic-asp-on-iis7-refusing-to-send-errors-to-browser-on-500-internal-server-er1Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error Matias Nino2009-09-21T10:17:35Z2009-10-23T03:16:10Z
<p>I have classic ASP running on IIS 7. </p>
<p>Even though I configured the ASP "Debugging Properties" to "Send Errors to Browser = True", the web app REFUSES to send errors to the browser and continues to send a 500 internal server error. </p>
<ul>
<li>My browser has "Show Friendly HTTP Error Messages" unchecked. </li>
<li>Failed Request Tracing is installed (not sure if that's related)</li>
<li>Happens both on web pages loaded locally on the server and remotely</li>
<li>The App Pool is integrated (not sure if that matters)</li>
</ul>
<p>Any ideas? </p>
http://stackoverflow.com/questions/859095/what-is-the-reason-for-the-rise-of-programmers-using-apple-machines/1574369#15743691Answer by Matias Nino for What is the reason for the rise of programmers using Apple machines?Matias Nino2009-10-15T19:02:49Z2009-10-15T19:02:49Z<p>To actually answer the question: </p>
<p>The reason you've seen a recent rise in programmers working on Apple machines isn't because Apple is awesome or trendy. It's because its actually possible. </p>
<p>The compatibility gap between platforms has been greatly reduced in recent years thanks to technologies such as virtualization, cross platform run-times, and mainstream cloud/internet services. </p>
<p>As the operating system and application platforms become more and more irrelevant and commoditized, programmers will be less bound to the platform they are developing for and will seek out new environments to work in that better fit their tastes.</p>
<p>Given that apple clearly occupies the high end 'luxury-computer' niche, it's no surprise that certain types of (well paid) programmers have gone there. </p>
http://stackoverflow.com/questions/1526682/postback-intermittently-not-working-with-asp-net-3-5-and-ie1Postback intermittently not working with ASP.NET 3.5 and IE?Matias Nino2009-10-06T16:31:09Z2009-10-07T08:09:51Z
<p>We have an ASP.NET application that we recently migrated onto a new server with IIS7 and .NET 3.5.</p>
<p>In this new environment, some users that are on IE (6, 7, or 8) are experiencing bizarre intermittent problems with postback not working on ASP.NET buttons. (you click the button and nothing happens)</p>
<p>The issue happens sporadically. Sometimes it works, sometimes it doesn't. For some users the button postback almost never works (but sometimes yes!). To complicate matters there are some pages with asp.net button postbacks that DO always work. </p>
<p>Other pages contain a mix of 'asp buttons' and 'asp link buttons', in which the asp button postbacks often don't work, but the link button postbacks always work.</p>
<p>Javascript is enabled and works. The source DOES contain valid tags. </p>
<p>I actually managed to take View Source snapshots of the same page when it was working and when it was not working and the source was EXACTLY the same!!!</p>
<p>At first I thought it was a problem with IE6, but it's now been reproduced on IE7 on one user's machine. </p>
<p>How would I even BEGIN to tackle this problem? </p>
<p>Any help, ideas, or guidance would be vastly appreciated. I am at the end of my mental rope here.</p>
http://stackoverflow.com/questions/1526682/postback-intermittently-not-working-with-asp-net-3-5-and-ie/1530201#15302010Answer by Matias Nino for Postback intermittently not working with ASP.NET 3.5 and IE?Matias Nino2009-10-07T08:09:51Z2009-10-07T08:09:51Z<p>Found the culprit. </p>
<p>It was ComponentArt's 2007 Web.UI components that were being dropped on the page. </p>
<p>Apparently the menu control mixed with the 3.5 framework causes wierd issues with postback not working. </p>
http://stackoverflow.com/questions/1529812/asp-net-ajax-extensions-1-0-on-server-with-framework-3-50ASP.NET Ajax Extensions 1.0 on server with framework 3.5?Matias Nino2009-10-07T06:16:53Z2009-10-07T06:54:44Z
<p>Is it possible to install ASP.NET Ajax Extensions 1.0 for ASP.NET 2.0 on a web server that has the 3.5 framework installed? I have a project targeted for the 2.0 framework (cannot run 3.5), and I need it to run basic ASP.NET Ajax on a server that has the 3.5 framework installed. </p>
<p>I tried installing Ajax Extensions 1.0 but it claimed they were already installed and asked me to repair and I chickened out of it. </p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/13786/should-we-support-ie6-anymore/1510947#15109470Answer by Matias Nino for Should we support IE6 anymore?Matias Nino2009-10-02T17:45:32Z2009-10-02T17:45:32Z<p>My guess is the majority of IE6 users these days are due to a large number of companies/organizations that are stuck with illogical browser upgrade fear. </p>
<p>I work as a contractor for the US Government and, as of the time of this post, the entire Heath and Human Services department of the US government is still standardized on IE6 (and doesn't appear to be planning on upgrading anytime soon). When I ask the IT people about it, they claim it's too expensive for the government to test new browsers for compliance with security standards, but I get the sense the real reason is they are afraid of having to deal with things rendering differently across browsers. </p>
http://stackoverflow.com/questions/481697/net-best-practices-guidelines-for-dividing-namespaces-between-files0NET: Best Practices/guidelines for dividing namespaces between files? Matias Nino2009-01-26T22:44:22Z2009-10-02T17:35:18Z
<p>What should be the general guidelines/gotchas for dividing application code (App_Code) into separate files?</p>
<p>I've found that over time, the original files do not match up well with how the namespace hierarchy evolves. How do I keep application code containers organized intuitively over time? </p>
<p>What PURPOSE should the file divisions aim towards? Code portability? Separation of concerns? General functional context? Frequency of change? Should they strive for 1-1 relationship with classes? </p>
<p>What are the implications of splitting the code into MANY smaller files vs consolidated into few files?</p>
<p>I've often thought about this but never really reached any general conclusions that apply to all situations. </p>
http://stackoverflow.com/questions/1469899/whats-the-worst-security-hole-youve-ever-seen/1473947#147394717Answer by Matias Nino for What's the worst security hole you've ever seen?Matias Nino2009-09-24T20:24:24Z2009-09-24T20:24:24Z<p>The worst security hole I've ever seen was actually coded by yours truly and caused the Google Bot to delete my entire database. </p>
<p>Back when I was first learning Classic ASP, I coded my own basic blog application. The directory with all the admin scripts was protected by NTLM on IIS. One day I moved to a new server and forgot to re-protect the directory in IIS (oops). </p>
<p>The blog home page had a link to the main admin screen, and the main admin screen had a DELETE LINK for each record (with no confirmation). </p>
<p>One day I found every record in the database deleted (hundreds of personal entries). I thought some reader had broke into the site and maliciously deleted every record. </p>
<p>Come to find out from the logs: The GOOGLE BOT had crawled the site, followed the admin link, and the proceeded to follow all the DELETE LINKS, thereby deleting every record in the database. I felt I deserved the Dumbass of the Year award getting inadventantly p0wned by the Google Bot.</p>
<p>Thankfully I had backups.</p>
http://stackoverflow.com/questions/1456078/asp-net-logon-failure-ioexception-with-response-writefile-but-not-with-file-copy0ASP.NET Logon Failure IOException with Response.WriteFile but not with File.Copy? Matias Nino2009-09-21T18:36:01Z2009-09-21T19:42:10Z
<p>I'm attempting to send a file to the browser that is located on a remote host (via UNC). </p>
<p>The web app is running both under impersonation and an App Pool with a user that has full access to the remote host's UNC directory (via matching credentials). </p>
<p>I can read and write files with no issues on the UNC path using the System.IO object's File.Copy. However, when I attempt </p>
<pre><code> Dim file As System.IO.FileInfo = New System.IO.FileInfo([UNCFilePath])
Response.Clear()
Response.AddHeader("Content-Disposition", "attachment; filename=" & file.Name.Replace(" ", "_"))
Response.AddHeader("Content-Length", file.Length.ToString())
Response.ContentType = "application/octet-stream"
Response.WriteFile(file.FullName)
</code></pre>
<p>I get </p>
<pre><code>System.IO.IOException: Logon failure: unknown user name or bad password
</code></pre>
<p>If I copy the file via File.CopyTo to a local directory and do a writefile from there, it works. </p>
<p>My main question, outside of solution to this problem, is why does File.Copy work and File.Response not work? Aren't they both using System.IO? </p>
http://stackoverflow.com/questions/1456078/asp-net-logon-failure-ioexception-with-response-writefile-but-not-with-file-copy/1456434#14564340Answer by Matias Nino for ASP.NET Logon Failure IOException with Response.WriteFile but not with File.Copy? Matias Nino2009-09-21T19:42:10Z2009-09-21T19:42:10Z<p>Thanks for the help David. This showed me that the App Pool was actually NOT running under the proper credentials. </p>
<p>I guess the lesson to be learned is that ASP Impersonation (web.config) is not used when accessing a remote UNC file via Response.WriteFile. Instead it uses the Application Pool identity. </p>
http://stackoverflow.com/questions/1419633/asp-net-what-is-the-best-chat-room-component-out-there0ASP.NET: What is the best chat room component out there? Matias Nino2009-09-14T04:06:59Z2009-09-14T04:23:31Z
<p>What are all the best / most popular ASP.NET AJAX chat room components out there and how do they weigh in terms of robustness, flexibility, portability? </p>
http://stackoverflow.com/questions/226216/best-oracle-database-manager-editor1Best Oracle database manager/editor?Matias Nino2008-10-22T15:13:06Z2009-08-07T07:52:26Z
<p>We have an Oracle 8i database that our developers run against and we currently use the 9i enterprise manager to view tables/values and do some minor manual data editing. </p>
<p>I was wondering if there is a more modern tool to use than OEM 9. One major annoyance with OEM is the lack of mousewheel support. </p>
<p>To keep this question objective, I basically need an Oracle Database editor that
1) has mousewheel support
2) can let a developer easily view tables and edit data</p>
<p>I looked at the latest Oracle 11 client but there doesn't seem to be a database manager in it!</p>
http://stackoverflow.com/questions/1111910/best-way-to-handle-a-typical-pre-condition-exception1Best way to handle a typical pre-condition exception? Matias Nino2009-07-10T20:48:14Z2009-07-13T04:45:56Z
<p>Which of the following ways of handling this precondition is more desirable and what are the greater implications?</p>
<p>1: </p>
<pre><code>If Not Exists(File) Then
ThrowException
Exit
End If
File.Open
...work on file...
</code></pre>
<p>2:</p>
<pre><code>If Exists(File) Then
File.Open
....work on file...
Else
ThrowException
Exit
End
</code></pre>
<p>Note: The File existence check is just an example of a precondition to HANDLE. Clearly, there is a good case for letting File existence checks throw their own exceptions upwards.</p>
http://stackoverflow.com/questions/1077979/how-would-you-code-gmails-labels-text-searchable-checkbox-list-selection-drop0How would you code Gmail's "Labels" text searchable checkbox list selection drop down control in ASP.NET/Ajax/JQuery?Matias Nino2009-07-03T06:21:38Z2009-07-03T06:28:56Z
<p>I imagine having to interact with Gmail is a necessity for most programmers. Gmail's control for associating labels to emails is monumentally effective UI behavior.</p>
<p>For those unfamiliar with the behavior, it's basically a button-initiated pop up panel (drop down UI effect) containing:</p>
<p>1) a text entry box
2) scrollable multi-checkbox list
and
3) a submit button. </p>
<p>...all neatly and tightly stacked on top of each other. This panel allows the user to type into the search box to control the items of the scrollable checkbox list in real time. Once all desired items are selected, the submit button initiates the server action. </p>
<p>I imagine the most challenging aspect would be getting the the text box control to govern which items are in the scrollable checkboxlist without having to hit the server (or ajax at most).</p>
http://stackoverflow.com/questions/1018785/asp-net-shortest-way-to-render-datatable-to-a-string-html2ASP.NET: Shortest way to render DataTable to a string (HTML)?Matias Nino2009-06-19T16:08:34Z2009-06-19T16:27:26Z
<p>What is the shortest way to convert a DataTable into a string (formatted in HTML)? </p>
<p>Programmatically binding to a UI control and rendering to an ASP.NET page is not acceptable. Can't depend on the ASP.NET page lifecycle. </p>
<p>The purpose of this shouldn't matter, but to satisfy curiosity: This is for logging/debugging/dump purposes in algorithms that do a lot of DataTable processing.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/219467/asp-net-repeater-itemdatabound-happening-after-prerender-event2ASP.NET Repeater ItemDataBound happening AFTER PreRender event?Matias Nino2008-10-20T18:53:23Z2009-06-13T03:57:46Z
<p>I have a repeater control on an ASP.NET 2.0 web form. </p>
<p>As I understanding it, all of the page's data-bound controls fire their binding events somewhere in between the Page_Load and the Page_PreRender events. </p>
<p>However, my repeater's ItemDataBound event appears to be happening AFTER the PreRender event. </p>
<p>How is this so and is there any way I can access the page controls AFTER all the ItemDataBound events have fired?</p>
<p>Thanks in advance for any light shed.</p>
<p><strong>Updates:</strong></p>
<p>-The Repeater uses an ObjectDataSource with the DataSourceID declaritively set in the repeater control. </p>
<p>-The DataSource ID or object is not modified at all during the page lifecycle.</p>
http://stackoverflow.com/questions/926534/asp-asp-net-best-way-to-handle-write-permissions0ASP/ASP.NET Best way to handle write permissions?Matias Nino2009-05-29T15:15:45Z2009-05-31T17:35:01Z
<p>Say you have public ASP.NET (and Classic ASP) applications on IIS with a script/page that needs to write or update html files in a specific folder that is located within the web publishing folder tree.</p>
<p>What is the proper way to handle this and exactly how do you do it? (i.e. set directory permissions in IIS or windows explorer)</p>
<p>My main concern is that I want to let the ASP/ASP.NET apps write to a folder, but I don't want regular http users to be able to put files into it directly via HTTP PUT.</p>
http://stackoverflow.com/questions/95174/how-do-you-pronounce-the-following-computer-programming-terms4How do you pronounce the following computer/programming terms:Matias Nino2008-09-18T18:14:27Z2009-05-29T18:12:24Z
<p>wiki</p>
<p>boolean</p>
<p>Dijkstra</p>
<p>Knuth</p>
<p>daemon</p>
<p>yes [nevermind this one]</p>
<p>wav file</p>
<p>gif file</p>
<p>any more common misprouncement clarifications welcome.</p>
http://stackoverflow.com/questions/334729/asp-net-ado-net-handling-many-database-connections-inside-a-net-object1ASP.NET/ADO.NET: Handling many database connections inside a .NET Object?Matias Nino2008-12-02T17:15:08Z2009-05-19T15:23:08Z
<p>Hi!</p>
<p>We have a .NET object that does a lot of reading/writing with the database. Throughout the life cycle of this object (or the asp page that uses it), it may hit the database with a query/update anywhere from 1 to 10 times. </p>
<p>Instead of opening and closing a database connection every time the object needs to hit the database, it simply opens a connection to the database during instantiation and then closes the connection during the object's termination event. Is that a bad practice?</p>
<p>The assumption was that since the object hits the database every time it's instantiated (and usually multiple times), it would be better to just open a connection at the beginning of the object's life and then close it at the end. </p>
<p>The other alternative is to open and close the database connection before and after each query/operation. </p>
<p>What's the best practice here in order to maximize performance? </p>
<p><strong>**update**</strong>
Thanks for the tips guys. Can anyone speak more to the method of opening/closing a connection inside an object's instantiation/termination events and the repercussions of doing so? </p>
http://stackoverflow.com/questions/449663/can-i-host-two-separate-web-servers-on-a-lan-to-the-outside-world-through-1-ip-ad5Can I host two separate web servers on a LAN to the outside world through 1 IP address? Matias Nino2009-01-16T06:21:53Z2009-05-01T07:04:27Z
<p>I am a web programmer with a home web dev operation. I have multiple web servers in my house on a FIOS connection. I have my own domain pointed to my router through dyndns.org's custom domain service.</p>
<p>My ISP gives me ONE static IP address, which at the moment allows me to configure my router to direct outbound web traffic from one server through port 80 and another server through port 8080. This sucks because many companies block port 8080 these days causing some of my corporate clients to not be able to hit my second web server. </p>
<p>Is there any way for me to direct regular old port 80 web traffic to TWO SEPARATE web servers internally on my network using two separate host names? </p>
<p>For instance. I want <code>http://webserver1.mydomain.com</code> to hit one web server on my network, and <code>http://webserver2.mydomain.com</code> to hit another web server and have both sets of traffic served on port 80.</p>
<p>Is this even possible? If not, can I do a hack by programmatically routing traffic from one web server transparently to another?</p>
<p>For the record I run MS Windows Server 2008 IIS 7.0 stack, a D-link DIR-655 router, and use DynDNS for my domain needs. </p>
http://stackoverflow.com/questions/775755/virtualize-the-database-server-or-the-web-server0Virtualize the database server or the web server? Matias Nino2009-04-22T05:01:12Z2009-04-22T06:41:44Z
<p>In a web application architecture with 1 app server (IIS) and 1 database server (MSSQL), if you had to pick one server to virtualize in a VM, which would it be: web or db? </p>
<p>Generally speaking of course. </p>
http://stackoverflow.com/questions/712504/best-practices-for-storing-production-passwords-for-small-groups/712647#7126470Answer by Matias Nino for Best practices for storing production passwords for small groupsMatias Nino2009-04-03T05:27:51Z2009-04-03T05:27:51Z<p>Be realistic. Whether you like it or not, people in small teams are going to write passwords on sticky notes, IM them, or be tempted to email them, especially when they perceive no threat.</p>
<p>One measure I've found useful with small groups is to establish an obfuscation protocol. </p>
<p>For example, all passwords communicated or stored via voicemail, email, IM, or paper will have
1) the order of their characters reversed
2) a random character or word placed in between each password character
3) phonetically pronounced password characters. </p>
<p>For example: </p>
<p>Password: VMaccp@ss1</p>
<p>Obfuscated: one 2 es df es 23 at sd pee fd see dfs see fxz ay df EM sd VEE</p>
<p>The key is to establish some kind of encoding that is virtually impossible for someone to figure out without knowing the protocol, which is easy to remember. </p>
<p>Keep in mind this is for small groups without life-or-death security. Obviously for larger groups or those protecting extremely sensitive financial data stronger more cumbersome measures are appropriate.</p>
http://stackoverflow.com/questions/698366/how-to-avoid-a-database-race-condition-when-manually-incrementing-pk-of-new-row3How to avoid a database race condition when manually incrementing PK of new row.Matias Nino2009-03-30T18:10:26Z2009-03-31T16:31:16Z
<p>Hi!</p>
<p>I have a legacy data table in SQL Server 2005 that has a PK with no identity/autoincrement and no power to implement one. </p>
<p>As a result, I am forced to create new records in ASP.NET manually via the ole "SELECT MAX(id) + 1 FROM table"-before-insert technique.</p>
<p>Obviously this creates a race condition on the ID in the event of simultaneous inserts. </p>
<p>What's the best way to gracefully resolve the event of a race collision? I'm looking for VB.NET or C# code ideas along the lines of detecting a collision and then re-attempting the failed insert by getting yet another max(id) + 1. Can this be done?</p>
<p>Thoughts? Comments? Wisdom? </p>
<p>Thank you!</p>
<p>NOTE: What if I cannot change the database in any way? </p>
http://stackoverflow.com/questions/699198/asp-net-render-a-custom-compositecontrol-to-string0ASP.NET - Render a custom CompositeControl to String? Matias Nino2009-03-30T21:57:15Z2009-03-30T22:18:02Z
<p>I am trying to render a composite control to a string and write it to the page as such:</p>
<pre><code>Dim sb As New StringBuilder
Dim sw As New StringWriter(sb)
Dim hw As New HtmlTextWriter(sw)
Dim CustomCompositeControl as New MyCustomCompositeControl
CustomCompositeControl.RenderControl(hw)
HttpContext.Current.Response.Write(sb.ToString)
</code></pre>
<p>Unfortunately it is merely rendering a empty span tag.</p>
<p>Is it even possible to render CompositeControls into strings as you would, say, a DataGrid? </p>
<p>Without getting into the literal internals of my CompositeControl, is there something I should be making sure of inside the CompositeControl before it can be rendered via RenderControl? </p>
<p>NOTE: I am not overriding the RenderControl in my CompositeControl. Do I need to do that? </p>
<p><strong>UPDATE</strong>
Ok. I sorta figured this out. I have to make sure my CompositeControl's EnsureChildControls method is called before the RenderControl method runs. I'm just not so sure about the best spot to call it internally.</p>
http://stackoverflow.com/questions/695993/what-s-atlas-how-to-find-anything-about-atlas/695996#6959964Answer by Matias Nino for what' s atlas ? how to find anything about atlas ?Matias Nino2009-03-30T04:28:31Z2009-03-30T04:28:31Z<p>Atlas was the codename of the ASP.NET extensions for Ajax when it was in beta. It is now known as ASP.NET Ajax. </p>
http://stackoverflow.com/questions/1526682/postback-intermittently-not-working-with-asp-net-3-5-and-ie/1530201#1530201Comment by Matias Nino on Postback intermittently not working with ASP.NET 3.5 and IE?Matias Nino2009-10-24T06:13:29Z2009-10-24T06:13:29ZSad 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!http://stackoverflow.com/questions/1529812/asp-net-ajax-extensions-1-0-on-server-with-framework-3-5/1529920#1529920Comment by Matias Nino on ASP.NET Ajax Extensions 1.0 on server with framework 3.5?Matias Nino2009-10-07T07:28:26Z2009-10-07T07:28:26ZThanks! That works!http://stackoverflow.com/questions/1526682/postback-intermittently-not-working-with-asp-net-3-5-and-ie/1526771#1526771Comment by Matias Nino on Postback intermittently not working with ASP.NET 3.5 and IE?Matias Nino2009-10-06T18:45:53Z2009-10-06T18:45:53ZThanks. But doesn't ASP.NET always ensure that there are no naming conflicts?http://stackoverflow.com/questions/1469899/whats-the-worst-security-hole-youve-ever-seen/1473947#1473947Comment by Matias Nino on What's the worst security hole you've ever seen?Matias Nino2009-09-25T18:07:46Z2009-09-25T18:07:46ZAye, but with the added twist of the Google Bot hitting the delete links? I think not! :)http://stackoverflow.com/questions/1459886/in-line-visualization-of-content-ageComment by Matias Nino on In-line visualization of content ageMatias Nino2009-09-22T14:57:09Z2009-09-22T14:57:09ZYea. 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?http://stackoverflow.com/questions/1459886/in-line-visualization-of-content-ageComment by Matias Nino on In-line visualization of content ageMatias Nino2009-09-22T14:20:49Z2009-09-22T14:20:49ZSheesh. That's a toughy. Why not just store deltas? http://stackoverflow.com/questions/1459886/in-line-visualization-of-content-ageComment by Matias Nino on In-line visualization of content ageMatias Nino2009-09-22T13:48:28Z2009-09-22T13:48:28ZOr are you tracking the age of multiple revisions that are all put together to form the current page? http://stackoverflow.com/questions/1459886/in-line-visualization-of-content-ageComment by Matias Nino on In-line visualization of content ageMatias Nino2009-09-22T13:46:50Z2009-09-22T13:46:50ZSo basically you want to be able to track the age of different parts of text in a record field? http://stackoverflow.com/questions/1453791/classic-asp-on-iis7-refusing-to-send-errors-to-browser-on-500-internal-server-er/1455041#1455041Comment by Matias Nino on Classic ASP on IIS7: refusing to send errors to browser on 500 Internal Server Error Matias Nino2009-09-21T17:46:57Z2009-09-21T17:46:57ZThat did it! Thank you!!http://stackoverflow.com/questions/1111910/best-way-to-handle-a-typical-pre-condition-exceptionComment by Matias Nino on Best way to handle a typical pre-condition exception? Matias Nino2009-07-13T20:41:06Z2009-07-13T20:41:06ZRight. Good point.http://stackoverflow.com/questions/1111910/best-way-to-handle-a-typical-pre-condition-exceptionComment by Matias Nino on Best way to handle a typical pre-condition exception? Matias Nino2009-07-10T22:01:05Z2009-07-10T22:01:05ZWhen 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.http://stackoverflow.com/questions/1111910/best-way-to-handle-a-typical-pre-condition-exceptionComment by Matias Nino on Best way to handle a typical pre-condition exception? Matias Nino2009-07-10T21:26:29Z2009-07-10T21:26:29ZI 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. http://stackoverflow.com/questions/1111910/best-way-to-handle-a-typical-pre-condition-exceptionComment by Matias Nino on Best way to handle a typical pre-condition exception? Matias Nino2009-07-10T21:04:02Z2009-07-10T21:04:02ZAre 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.http://stackoverflow.com/questions/713611/returning-a-password-to-the-web-user/713664#713664Comment by Matias Nino on Returning a password to the web userMatias Nino2009-04-03T13:50:23Z2009-04-03T13:50:23ZWhat the hell is a "porneL"? I'm intrigued. ;)http://stackoverflow.com/questions/699198/asp-net-render-a-custom-compositecontrol-to-string/699208#699208Comment by Matias Nino on ASP.NET - Render a custom CompositeControl to String? Matias Nino2009-03-30T22:04:24Z2009-03-30T22:04:24ZI'm able to render a bound datagrid straight to the response page without any problems in the same location I'm trying to render this CompositeControl.