Posted in Coding, tagged css, Javascript, visiblity on April 22, 2008 | 1 Comment »
In the following post, I will give a very basic example of hiding and showing a div area. The hidden div lets you hide data from the page on its initial load, but display it to the user whenever a certain criteria is met. Practical application of this code ranges from displaying a [...]
Read Full Post »
In what can only be described as awe-inspiring, check out this JavaScript program that is the first level of Super Mario Bros.
Read Full Post »
If you have been paying attention to the net, you’d have noticed that JavaScript has increased in popularity over the past few years. And for good reason, as JavaScript is a very powerful tool that you have at your disposal. In the following example, I will show how you can add and remove [...]
Read Full Post »