| This site is hosted on a 700 MHz web server that I set up at my house. |
Applications |
||
| VB.Net | 4DaWeb - A little utility I created to convert VB .Net and SQL code to an HTML format that would retain color coding. |
|
Web Stuff |
||
| ASP.Net | The cropping control I have designed was created as a windows control using VB .Net. However, Internet Explorer 5.1 or better, running on a system with the .Net Framework 2.0 or better, can view this Windows Control through a web page hosted on a Windows Server. | |
| JAVA | The cropping control ported to JAVA. Not all the same features, but available to more browsers. | |
| PHP |
My site here is primarily PHP so that I can have some exposure to this language. Here is a sample of the PHP code used to display the server info found to the right: <ul> <?php $softwares = split(" ", $_SERVER['SERVER_SOFTWARE']); foreach ($softwares as $software) { echo '<li><strong>'.$software.'</strong></li>'; } ?> </ul> |
This site runs:
|
| Cold Fusion | I've recently begun playing with Cold Fusion on my web server. Here is what I've done so far. | |
SQL Stuff |
||
| MS SQL | Some the the SQL stored procedures I've had to create are pretty extensive. This sample is one that allows for the pricing of a shopping cart. This was unique as various products could offer different types of discounts based on quantities of specific products, or quantities of total products. Also, a single product could have more than one price code that needed to be charged. | |
| mySQL - PHP | I'm finally getting around to creating php that talks to mySQL, a demo database I created (based loosely on samples from a book.) | |
| mySQL - c# - Mono | This sample uses c#, or Mono, to display data from the same mySQL demo database. So, we have Microsoft ASP .Net running on Linux, calling a mySQL database!!! Wow, never thought I'd see the day! |
|
| mySQL - Cold Fusion | This sample uses Cold Fusion to display data from the same mySQL demo database. | |
Technical Content |
||
| Articles | I've written various articles to help others with questions I have had. After doing research I thought I could re-word things in a way that would help people better. | |