Category: Programming
-
Help With Path Issues
First, here’s a good way to see what you have available in code… <form id=”form1″ runat=”server”> <div> <% For Each key As String In Request.ServerVariables.AllKeys%> <p><%= key %>: <%=Request.ServerVariables(key)%></p> <% Next %> </div> </form> But in general all you need to do is read the following: http://weblogs.asp.net/scottgu/archive/2006/12/19/tip-trick-how-to-run-a-root-site-with-the-local-web-server-using-vs-2005-sp1.aspx
-
App_Code and Namespaces
When working in Asp.net, I discovered something interesting about namespace. Before I explain what that is, a little background… If a page accesses it’s masterpage through the typical this.Master way, then any custom methods you’ve written aren’t accessible as it as typed as a MasterPage, not your class that inherits it (presumably something like _MyMasterPage). […]
-
The Sun Also Rises (on the Technology Coast)
One generation passeth away, and another generation cometh: but the earth abideth for ever. The sun also ariseth, and the sun goeth down, and hasteth to his place where he arose. -Ecclesiastes 1:5-6 Apple released Mac OS X in 1999, using a BSD core and embracing many libraries and utilities of the open source world. […]
-
Simple MasterPages with PHP
How to do a straight forward version of ASP.Net masterpage template in PHP. No framework required.
-
They Get It
Previously, I had beat Sun down for the decision to close source MySQL. There seemed to be some confusion as to whether it was a Sun decision, or a MySQL decision. Regardless of that issue, the decision has been reversed. This is the right decision that will avoid a large erosion of their community.