 |
| |
| by: Sk - 2009-03-31 21:12:43 |
|
| | A brief tutorial on the Javascript trick that allows interactive hiding/showing of a given element and its inner content. |
|
| |
|  |
 |
| |
| by: TroPe - 2004-12-20 10:58:37 |
|
| In this article we'll learn about Regular Expressions in Javascript. If you are a web programmer of any sort, you may benefit from using Reg Exp's for your validation and other pattern matching routines.
|
|
| |
|  |
 |
| |
| |
| | Nice example of a clock in javascript, easy enough to implement on any web page. Enjoy. |
|
| |
|  |
 |
| |
| |
| WARNING - Some virus scanners will report that this story, and the code example contains the JS/IEStart.gen.c virus.
See http://vil.mcafee.com/dispVirus.asp?virus_k=99066 for an explanation
In order to let our website visitor always remember where our website is, we can offer them to bookmark our site by using javascript:AddToFavorites function from IE but it obsolete, today we should give them a better offer by offering them to put our website shortcut on their desktop, you can do this by using the following JavaScript.
|
|
| |
|  |
 |
| |
| |
| What is dhtml: Dynamic Hyper Text MarkUp Language
Dhtml is html that changes itself.
You can change the backgroundcolor on a table or change the whole site.
Dhtml is made up of html and javascript/VBscript.
The html consists of the objects that can be modified by the script. |
|
| |
|  |
 |
| |
| |
| I saw someone wanting links/books to learn JavaScript from. Well this sparked my attention to write a tutorial on the subject.
It is very easy to learn especially if you know another language. Here goes starting from the very beginning. I will only do a beginner version and if people want more I will go more in-depth. - eddiek |
|
| |
|  |
 |
| |
| |
| | Pretty weak enryption, and neither elegant or clever but is does the job. (hmm really selling this well aren't I) |
|
| |
|  |
 |
| |
| |
| | The following is the reason why using java-script cryptography is not very secure. I'm going to paste some code and then show you why. OK heres the code.... |
|
| |
|  |
 |
| |
| |
| | I wrote a little game of Tic Tac Toe using Javascript. I don't know if it's even all that original or all that creative, but it's there. I also wrote a really basic (and extremely crappy) AI to play so you aren't always beating up on yourself. |
|
| |
|  |
 |
| |
| |
| | A tribute to those long nights when you want something challenging. This started as a standard "text only" javascript clock in a forum. I was looking at some simplistic clock script that just about anyone could download from anywhere on the web when the idea grabbed ahold of me. I decided it should be possible to create an image-free digital clock using entirely CSS and javascript. Long answer short, it is :) |
|
| |
|  |
 |