Feed on
Posts
Comments

Archive for the ‘Coding’ Category

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 »

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 »