Tutorial: jQuery Sliding
I’ve had several people ask me how I made the sliding effect on my portfolio. It’s done using a Javascript library called jQuery, a framework that generally has made life web development a whole lot easier. It’s a lot easier to learn than Javascript is, and also lets you get away with much fewer lines of code than you otherwise would.
Thorough documentation for jQuery can be found at the website, jquery.com. However, I’m going to be covering some of the basics here. :) You should have an elementary understanding of HTML and CSS, though, and possibly also of general programming language structure. If not, you’re probably going to be really confused. Read the rest of this entry »
10 comments