Creating a Timer In Javascript

by HSG on Nov 04, 2012 in JavaScript Tutorial

Javascript has a lot of features which are often overlooked by web developers, and one such feature is the ability to have timed events. If you do not understand what that means do not worry because all will be explained in this tutorial.

Timing events allow you to write code which will execute within a set amount of time. As an example, say you wanted to display a clock on your web page. You could use javascripts' built in timing functions to make the time change every second or every minute.

Teaching You Tools to Become Empowered
To build a successful business and career, you must always keep up with changes in the IT Marketplace. AWS, Office 365, LinkedIn, Sales Force, SEO, Social Media are just a few examples of where knowledge is a huge factor for success.
Training with HSG addresses your knowledge gaps and provides you with the requisite tools to outpace the competition.

Of course there are other uses for such functions, but we will stick with a simple timer which creates a dialog box with the words Hi There on it every 3 seconds, that way you can get a feel for how to work with timing.

To get started we are going to need a basic web page. Just create a blank page and add the following code in the script tags:

setInterval(function(){alert("Hi There")},3000);

Once you have copied the code above and saved it in-between the body tags of your web page, go ahead and try to view the page. If you copied the code exactly as it is you will get a popup dialog box every 3 seconds with the words Hi There written on it.

Now the code its self is pretty easy to understand. On line one we use a script tag to tell the browser it is about to execute some javascript and we have a closing script tag at the end of the code block to make sure our code is actually executed. On line two we use javascripts built in function setInterval and if you look closely you will see that it takes two parameters.

The first parameter is an anonymous function which actually creates the dialog box with our string of text. The second parameter is an integer which tells the browser how long it should wait before the code is executed again.

Time in any programming language is measured in milliseconds so as you can see from the code above 3 seconds is written as 3000, likewise if you wanted to make your script wait for 10 seconds you would write it as 10000.

There are a multitude of ways you can use the ability to time events in your code, and the best way to discover them is by experimenting. Do not be afraid to play around with the code and put it to another use.

Javascript got a bad reputation a few years back for other people misusing its ability to create pop-up windows, and most of us avoid websites with unnecessary pop-up's so use the code presented here only if it has a real world use, otherwise you run the risk of people clicking away from your web site and never coming back.

other blog entries

Course Directory [training on all levels]

Upcoming Classes
Gain insight and ideas from students with different perspectives and experiences.

Interesting Reads Take a class with us and receive a book of your choosing for 50% off MSRP.

did you know? HSG is one of the foremost training companies in the United States

Information Technology Training that enables companies to build better applications and expertly manage the software development process.

Our courses focus on two areas: the most current and critical object-oriented and component based tools, technologies and languages; and the fundamentals of effective development methodology. Our programs are designed to deliver technology essentials while improving development staff productivity.

Personalized courses for unique business and technology needs

An experienced trainer and faculty member will identify the client's individual training requirements, then adapt and tailor the course appropriately. Our custom training solutions reduce time, risk and cost while keeping development teams motivated. The Hartmann Software Group's faculty consists of veteran software engineers, some of whom currently teach at several Colorado Universities. Our faculty's wealth of knowledge combined with their continued real world consulting experience enables us to produce more effective training programs to ensure our clients receive the highest quality and most relevant instruction available. Instruction is available at client locations or at various training facilities located in the metropolitan Denver area.

Upcoming Classes

consulting services we do what we know ... write software

Design and Development
Application lifecycle management
We generate use cases, UML documentation, architect the system, create an object model, iteratively develop the system, unit and system test and modularize where necessary. These types of engagements are typically longterm and, almost always, incorporate a variety of software technologies.
If you are in need of expertise but only require the assistance of one or two engineers, the Hartmann Software Group can be of help. Instead of procuring talent by way of a placement agency who is likely to contact us, come to the Hartmann Software Group directly. You may realize some savings.
Mentor
The best way to learn is by doing.

The coaching program integrates our course instruction with hands on software development practices. By employing XP (Extreme Programming) techniques, we teach students as follows:

Configure and integrate the needed development tools

MOntitor each students progress and offer feedback, perspective and alternatives when needed.

Establish an Action plan to yield a set of deliverables in order to guarantee productive learning.

Establish an Commit to a deliverable time line.

Hold each student accountable to a standard that is comparable to that of an engineer/project manager with at least one year's experience in the field.

These coaching cycles typically last 2-4 weeks in duration.

Provide Expertise
Services for your business growth.
With the introduction of smart devices, e-marketplaces, electronic forms, SEO practices, big data, virtual office environments, media streaming and so much more, there is hardly a business whose livelihood is not, in some way, dependent upon the inclusion of such software functionality into its online presence, work environment and product offerings. Such inclusion often presents a complex array of challenges that are far beyond the expertise of the business as it demands an understanding of technological options, modular decomposition, backend systems integration and web services. Most importantly, the business requires IT talent and expertise; this is where the Hartmann Software Group shines. To that end, here is an overview of some of the services that we offer:

Business Rule isolation and integration for large scale systems using Blaze Advisor

Develop Java, .NET, Perl, Python, TCL and C++ related technologies for Web, Telephony, Transactional i.e. financial and a variety of other considerations.

Windows and Unix/Linux System Administration.

Application Server Administration, in particular, Weblogic, Oracle and JBoss.

Desperate application communication by way of Web Services (SOAP & Restful), RMI, EJBs, Sockets, HTTP, FTP and a number of other protocols.

Graphics Rich application development work i.e. fat clients and/or Web Clients to include graphic design

Performance improvement through code rewrites, code interpreter enhancements, inline and native code compilations and system alterations.

Mentoring of IT and Business Teams for quick and guaranteed expertise transfer.

Architect both small and large software development systems to include: Data Dictionaries, UML Diagrams, Software & Systems Selections and more