Feeds:
Posts
Comments

Posts Tagged ‘Javascript’

In this post, I will give a quick tutorial on one of my favorite jQuery mods called AutoComplete.  I typically use a modded AutoComplete.  You find examples of this script on both links, and I highly recommend checking them out for more advanced work, but they both sort of throw a ton of code at [...]

Read Full Post »

Crouching Tiger, Hidden Div

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 »