In today’s lesson we will be learning how to decrease loading time on web applications with a number of videos. Usually the way things work is that a page, along [...]
For those of you looking for a way to display a gallery of photos but still give the option to show more in depth images, I have just the thing [...]
Welcome to the home of the one and only JavaScript Guru. I will from here on our take you under my wing in the art of JavaScript. For the lesson [...]
Knowing how to manipulate strings can become one of the most helpful tools in your bag of tricks in the wonderland known as JavaScript. One of the Methods we can [...]
I hate to proof read my work. Now Imagine finding that you have built a site with very pertinent information, let’s say a biography , and you just so happen [...]
For those of you that may not know how to or find a reason to use jQuery to put a new spin on their work, here is a perfect example, [...]
A Brief Introduction When dealing with sets of information in a program, it helps to be able to iterate over each piece of a set one by one, and perform [...]
I hate skimming large documents looking for certain keywords or lines of text. Now imagine your boss gives you an assignment to you must find a particular line or word [...]
We aren’t perfect (although some programmers will claim otherwise); therefore we need a way to catch the errors we make when we are writing our programs. JavaScript comes with a [...]
Boxes of joy As annoying as they may be, JavaScript popup boxes are a good way to alert users to some relevant information, confirm a user’s decision, or collect some [...]