<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Request.QueryString MM_valUsername=CStr(Request.Form("-username-")) If MM_valUsername <> "" Then MM_fldUserAuthorization="" MM_redirectLoginSuccess="clients/login.asp" MM_redirectLoginFailed="clients/fail.asp" MM_flag="ADODB.Recordset" set MM_rsUser = Server.CreateObject(MM_flag) MM_rsUser.ActiveConnection = MM_JD_MediaDesign_STRING MM_rsUser.Source = "SELECT username, password" If MM_fldUserAuthorization <> "" Then MM_rsUser.Source = MM_rsUser.Source & "," & MM_fldUserAuthorization MM_rsUser.Source = MM_rsUser.Source & " FROM users WHERE username='" & Replace(MM_valUsername,"'","''") &"' AND password='" & Replace(Request.Form("password"),"'","''") & "'" MM_rsUser.CursorType = 0 MM_rsUser.CursorLocation = 2 MM_rsUser.LockType = 3 MM_rsUser.Open If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then ' username and password match - this is a valid user Session("MM_Username") = MM_valUsername If (MM_fldUserAuthorization <> "") Then Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value) Else Session("MM_UserAuthorization") = "" End If if CStr(Request.QueryString("accessdenied")) <> "" And false Then MM_redirectLoginSuccess = Request.QueryString("accessdenied") End If MM_rsUser.Close Response.Redirect(MM_redirectLoginSuccess) End If MM_rsUser.Close Response.Redirect(MM_redirectLoginFailed) End If %> Web Design, Internet Marketing, Flash Interactive Design
Home JD Media Design HomeCompany ProfileOur ServicesView Our PortfolioContact Us
 
   

WHO WE ARE AND
WHAT WE DO

Company Overview

Mission Statement

Our Step by Step Process



Free Online Website Consultation

 

"Company Profile: The Process"
 

OUR 5 STEP PROCESS

Foundation: Initial meeting with the client takes place to discuss marketing needs and the main goals of the website. Available resources are gathered such as company brochures, photos in either digital or print format, and anything that may aid in the initial design of the website. A rough guide for the project is created during this step.

Layout:
We then create a layout for the home page of the website from the initial notes. The layout is presented and changes are discussed. By the end of this stage button and section names and the overall design (look and feel) of the website should be accurately determined.

Coding:
The final layout is used to convert the website into HTML. Basically, all the images, text, buttons, etc. get coded into HTML, the computer language your browser uses to display websites. Often the most time-consuming, this stage must happen to create a functional website. By the end of this stage, you will have a working BETA, or test version, of your website.

Edit:
Text is modified, images are replaced, stuff is moved around; the site is now in final editing. By the end of this stage the website is 95% complete and ready to be published.

Publish:
The forms are hooked up to the server, email addresses are installed, your website is hosted and it is revealed to the public!

© 2002-2006 JD Media Design All Rights Reserved.    Tel: 604.839.5360      Email: info@jdmediadesign.com
Home