Archive for July, 2005
Friday, July 29th, 2005
My relational database experience is primarily in SQL Server, and when developing applications using PL/SQL stored procedures in Oracle I keep wanting to be able to write errors to the equivalent of the Application Log of the Windows Event Log. Until recently, I have just been publishing errors to a table I set up in [...]
Posted in Database, Oracle, PL/SQL | No Comments »
Thursday, July 28th, 2005
I don’t know why I found it so hard to find a straight answer to the following question: How do you copy all the objects of a given schema to a new schema in the same Oracle database? Or, more simply, how do you make a copy of a schema in an Oracle database? The [...]
Posted in Database, Oracle | No Comments »
Wednesday, July 27th, 2005
Two methods for sharing session variables between ASP and ASP.Net pages.
Posted in .Net, ASP (Classic), ASP.Net, Web | No Comments »
Wednesday, July 27th, 2005
A la A List Apart, I have been updating my presentation layer coding techniques to be compliant with modern XHTML and CSS standards. While I can certainly appreciate that adhering to these standards results in cleaner code that is easier to maintain, I have found that where element posisitioning is concerned I end up mired [...]
Posted in Best Practices, CSS, Web | No Comments »
Wednesday, July 27th, 2005
I am currently writing my ASP.Net pages in VB.Net since my client comes from the ASP/VBScript tradition and the VB syntax is more familiar to them. It hasn’t taken long for me to miss the terse syntax of C#, especially since I have mild tendonitus and typing all those End X is killing me. Properties [...]
Posted in .Net, ASP.Net, Best Practices | No Comments »
Tuesday, July 26th, 2005
Step by step instructions for 3 different methods for backing up your Word Press database (or any other MySQL database for that matter).
Posted in Best Practices, Blogging, MySQL, WordPress | No Comments »
Thursday, July 7th, 2005
This article gives step by step instructions for setting up Microsoft Indexing Service and a simple ASP.Net page to search your site.
Posted in ASP.Net, Web | No Comments »
Tuesday, July 5th, 2005
The Perfect 404 describes how to let your users know in a friendly way that they’ve found a broken link on your site and includes some good tips on what to do and what not to do when crafting your custom 404 page. Another useful resource is this list of all HTTP error codes and [...]
Posted in Best Practices, Web | No Comments »