Login opptions:

Please Login below.

User login

Web Mail Login









Glossary


Used to Provide Help With all those technical terms

j
Javasearch for term
Sun Microsystems created Java to be a network-friendly programming language. Java is quite often used to create large, complex systems that involve several different computers interacting across networks. A good example would be transaction processing systems. Java is also a favorite among programmers for creating programs that run in small electronic devices, such as mobile telephones. Java is commonly use to create programs that can be safely downloaded to your computer via the Internet and immediately run without fear of viruses or other harm to your computer or files. Utilizing small Java programs (called "Applets"), web pages can include many functions such as animations, calculators, and other tricks.
JavaScriptsearch for term
One of the most common programming languages used in web pages is JavaScript. It is used to add features that make the web page more interactive. When JavaScript is included in an HTML file it relies upon the browser to interpret the JavaScript. DHTML (Dynamic Hyper Text Markup Language) is a result of JavaScript combined with Cascading Style Sheets(CSS), and later versions of HTML (4.0 and later).