Fun With JavaScript and jQuery Loops
Quick review of jQuery loops and traditional JavaScript loops and how to speed you looping up for both for and while JavaScript looping methods.
read moreQuick review of jQuery loops and traditional JavaScript loops and how to speed you looping up for both for and while JavaScript looping methods.
read moreToday I would like to talk a bit about setting up events on DOM using jQuery and how one should try to avoid setting up huge numbers of unnecessary events on a single document.
read moreMy little brother and I have been working on this third-person shooter video game together for well over a year now, come check it out and play for free through your web browser!
read moreI'm starting to better identify a lot of basic form fundamentals being overlooked these days, so I felt this topic was long over due. Today we will break down six seeming basic ideas that all forms in one way or another need to embody to be considered any kind of a success.
read moreA while ago I was asked by a follow co-worker if I think it was possible to build an entire site using only two CSS selectors. So after better defining, then adopting the challenge, I felt it was time to share. With this challenge, you push your thinking in a more minimalistic frame of mind with little impact and/or no learning curve.
read moreSprites are compiled versions of different creative parts of a website that typically has no need for repeating axises. Sprites are recommended to be used when ever possible to help cut down on HTTP requests to the server, and ultimately help speed up the performance of your web site.
read moreThe other day I was in a scramble to create some rotator images, each rotator slide needed to be divided up into diffrent layers. This obviously calls for some PNG images for each layer and because they are of diffrent layers, they each needed to be alpha transparent. Thats when I found this little gem of a tool...
read moreI was recently tasked with replicating a "mousemove()" event on the iPad using the "touchmove()" event. I ran into a few snags and felt it was worthy enough to document my findings. Here I will show you how to properly setup a touchmove() event and even find the touch's page coordinates.
read moreThere has been a few times while writing a few jQuery plugins that I come across conditions that almost does the same thing in both the if and else. I always wondered if their was a way to condense such a condition and help lower my file size, and after a little bit of tweaking I figured it out.
read moreLearn how to use both JavaScript Ajax and PHP GD (graphical library) to perform real-time image typesetting onto a image. We will also cover how to use custom text colors, sizes, rotation and even fonts in our example demo.
read moreI find myself now and then on Google trying to hunt down jQuery and jQuery-UI repository links. Over time, I only felt it was necessary to compile everything into one place for other developers to quickly reference and gather their needed jQuery parts.
read more
I was recently given the opportunity to read over the new book "jQuery Plugin Development Beginners Guide" by Giulio Bai, and I must admit this is a must have guide!