Web Design Companies
A Professional Web Design and Development Company

Edit My Profile
 

Home page

 

 Do it Yourself link

Here is the complete code for the "Today is...." Date Java Script. To use on your web page, copy and paste this code into the html of the body of the document:
<Script Language="JavaScript">
<!-- hide from old browsers

function GetDay(intDay){
var DayArray = new Array("Sunday", "Monday", "Tuesday", "Wednesday",
"Thursday", "Friday", "Saturday")
return DayArray[intDay]
}
function GetMonth(intMonth){
var MonthArray = new Array
("January", "February", "March",
"April", "May", "June",
"July", "August", "September",
"October", "November", "December")
return MonthArray[intMonth]
}
function getDateStrWithDOW(){
var today = new Date()
var year = today.getYear()
if(year<1000) year+=1900
var todayStr = GetDay(today.getDay()) + ", "
todayStr += GetMonth(today.getMonth()) + " " + today.getDate()
todayStr += ", " + year
return todayStr
}
//-->
</Script>

Copy and Paste this code into the html of the document where you want the date to appear:
<Script Language="JavaScript">
<!-- hide from old browsers document.write(getDateStrWithDOW())
//-->
</Script>

For those of you with only a little JavaScript experience please note that spaces and layout of the code does matter and that this script will not work if even one minor change is made. Legal Stuff: We do not warrant this script nor are we responsible for any damage it may do to your computer system. We also do not support this script in any way and will not respond to eMail requests for support.


You may download this script here:
Date Script.zip

214-564-5316
Today is
 

The GOMOKU Game

This is a great example of a Java Applet. This game can be found in many permutations on the web. Not only is it addictive but it can enhance the "stickiness" of your web site. "Stickiness" is a loosely defined term that means 'How does my website attract and keep visitors on it's pages for a longer than average period of time'. This applet is an example of the type of content that may make your customers come back for another visit.
Gomoku is an extended version of Tic-Tac-Toe: Played on an infinite board (use the keys "-" and "+" on your keyboard to change its size). The winner is the first player to get 5 spheres in a row, orthogonally or diagonally. You get to go first, and a red sphere marks your squares. The computer plays the magenta spheres, and is remorseless and unrelenting. Move the mouse with the button pressed in order to rotate the board. It is possible to do courses and to revolve the board. It is possible to examine the rank of the leaders. In the row of choices at the bottom of the game board you may choose to play the computer or a friend. Good luck!
 


How does it work?  

  What you will receive from us.
Fill out the information in the adjoining box. We will begin the process of writing the Javascript, applet or code that you request. The resulting code will be sent to you by eMail and/or CD rom.

  Information we need to begin.

Name:

eMail Address:(required)

URL of web site where you have seen the javascript effect (if known):

Description of effect:

Contact Information:
Phone Number:

Street Address/Suite:

City:

State:

Postal Code:


 


  What Happens Next?
After receiving your information we will contact you personally and begin the process of generating the javascript. We will work closely with you or your technical support personnel to insure that thecode is produced for your site. The cost for the Code Generation is only $65.00 per hour. We will provide you with a firm cost in writing before we begin work. We accept Visa, MasterCharge, and American Express credit cards and we will be happy to make billing and payment arrangements with you when we speak with you. We have included a link on the right-hand column if you wish to find your own code but we have found that our clients are very happy to have us do the work and present them with a finished product saving them literally tens of hours of work and days of frustration. As always, you may contact us for a free consultation, toll free, at
214-564-5316
Home | About | Contact Us | Help | Terms of Service | Privacy Policy | Email Policy
space