Bachelor of Science in Business: Computer Information Systems David Nelson: Systems Analyst, Programmer, Web Designer
Introduction View my resume View my portfolio View my contact info

My Portfolio

 
 

Portfolio: Code

Programs | Code | Websites | Reports | Degrees

SQL Server: Create Database
-- Description: This SQL script creates a database programmatically.
-- Skills Used: SQL

SQL Server: Stored Procedure
-- Description: This SQL script demonstrates the use of stored procedures.
-- Skills Used: SQL

SQL Server: Trigger
-- Description: This SQL script demonstrates the use of triggers.
-- Skills Used: SQL


SQL Query:
-- Description: This SQL script...
-- Skills Used: SQL

SQL Query:
-- Description: This SQL script...
-- Skills Used: SQL

SQL Query:
-- Description: This SQL script...
-- Skills Used: SQL


ASP: Format Recordset Date/Time Field
-- Description: This Vbscript sub-routine formats a recordset date/time field value like: Sunday 1st May 2004, 7:23 PM.
-- Skills Used: ASP and VBScript

ASP: Change Password
-- Description: This is a self-submitting form that will allow a user to update a password that is stored in a database.
-- Skills Used: ASP, SQL, HTML, and VBScript

ASP: Maintenance Include
-- Description: This is an include file that can be added to all pages to display a message when the site is down for maintenance.
-- Skills Used: ASP and VBScript

ASP: No Cache Include
-- Description: This is an include file that can be added to all pages to prevent page cacheing.
-- Skills Used: ASP and VBScript

ASP Program
-- Description: This ASP program verifies the username and password who logged in.
-- Skills Used: ASP, SQL, HTML, and VBScript

ASP Program
-- Description: This ASP program modifies a product after it has been retrieved from the database.
-- Skills Used: ASP, SQL, HTML, and VBScript

ASP Program
-- Description: This ASP program will delete a product after it has been retrieved from the database.
-- Skills Used: ASP, SQL, HTML, and VBScript


JavaScript: Function MoveNext
-- Description: This function allows navigation through a form without tabbing.
-- Skills Used: JavaScript and HTML

JavaScript: Function ScreenRes
-- Description: This function writes out screen resolution & color depth.
-- Skills Used: JavaScript

JavaScript: Confirmation MsgBox
-- Description: This 1 line script uses a confirmation MsgBox when a button is clicked. Useful in cases of deleting data from a database.
-- Skills Used: JavaScript, HTML, and Vbscript