% @LANGUAGE = VBScript%> <% Option Explicit Response.Expires = 0 Response.Buffer = True Sub sendMail() Dim mailSubject,mailBody,inEmail,badMail,inID,x,mailName,eMail inID = Trim(Request.Form("FormID")) inEmail = Trim(Request.Form("Email")) mailSubject = "" mailBody = "" If inStr(inEmail, "@") < 1 OR inStr(inEmail,"@") > Len(inEmail) OR inStr(inEmail,"@") = Len(inEmail) Then badMail = "BAD EMAIL: " If inID = "BOOKING" Then mailName = Trim(Request.Form("FirstName"))&" "&Trim(Request.Form("LastName")) mailSubject = mailSubject & "RADWEB BOOKING: "&Trim(Request.Form("Course")) Else mailName = Trim(Request.Form("FullName")) mailSubject = mailSubject & "RADWEB CONTACT: "&Trim(Request.Form("Course")) End If mailBody = "
"
mailBody = mailBody&"Date: "&Year(Now)&"/"&Month(Now)&"/"&Day(Now)
mailBody = mailBody&" ("&Hour(Now)&":"&Minute(Now)&")
"
mailBody = mailbody&"Subject: "&mailSubject&"
"
For Each x in Request.Form
If x = "SB" OR x = "RB" OR x = "FormID" Then
Else
If x = "Email" Then
mailBody = mailBody&""&x&": "&Trim(Request.Form(x))&"
"
Else
mailBody = mailBody&""&x&": "&Trim(Request.Form(x))&"
"
End If
End If
Next
mailBody = mailBody&"
![]()
|
|
|
Course Overview This workshop provides a step-by-step guide to object oriented analysis and design, with the emphasis on the business aspects. The course is not based on a specific OO methodology, but aspects of the unified modeling language developed by Booch, Rumbaugh and Jacobson are covered. We can either conduct this as a three-day Workshop for people who require a conceptual knowledge of the terminology and techniques involved, or a five-day Workshop with more in-depth analysis and design. We recommend the five-day Workshop, which starts off on day one with a review of current modeling techniques incorporating data flow diagrams and entity relationship diagrams. Almost all OO developments consist of re-engineering a 'traditional' system and a good understanding of these diagramming techniques to model the 'existing' situation would be essential. We use a case study to conduct the re-engineering exercise during the entire week and on the first day we also discuss requirements analysis techniques. The Workshop focuses more on Analysis and Design, than on Technical issues. DOCUMENTATION PROVIDED
HANDS-ON APPROACH
OO CONCEPTS
OO MODELLING TECHNIQUES
OO ANALYSIS AND DESIGN1. SCOPE
2. OO ANALYSIS
3. OO DESIGN
THINKING OO
OO PROJECT MANAGEMENT
|