Just recently I have had to finally bite the bullet and learn some proper Javascript. Not just making text in input boxes disappear when the user clicks on them, I’m talking PROPER stuff like making boxes appear and disappear inside already existing content.
Read More...Posts in the "Javascript" Category
-
-
Hey all, I think I’m now comfortable enough to start writing about the basics of JavaScript. Though I will assume you know how to add JavaScript to a HTML page.
Read More...
So here we are, the most handy thing of all: how to get a reference to an HTML element by the ID number.
document.getElementById(’myElement’);
This will find the [...] -
Hey all, Sorry if this article is a bit late, i’ve been doing some major work and was too tired to write anything
Read More...
I’ve actually started to learn the Internet beast Javascript, and i think its about time i shared some knowledge I’ve gathered from problems i had when starting out.






