04Nov

Mac Life has a great video displaying some of Apple’s major releases over the years. Awesome video to watch if you’re a big mac fan!Continue Reading

31Oct

Often when writing JQuery code(especially for plugins) there are times when you need to execute the same block of code multiple times. Instead of writing them all out individually and making our code really terrible process wise, we can use functions and function calls to call the same block of code over and over.Continue Reading

29Oct

Welcome to JQuery part 2, using basic animation techniques. You should already have a basic understanding of JQuery and it’s elements to complete this tutorial. If you don’t, please refer to my JQuery Introduction post found here. Now to get started…Continue Reading

28Oct

JQuery is a javascript library that simplifies javascript’s interaction with HTML to speed up javascript coding. Benefits of JQuery – Lightweight Footprint – CSS3 Compliant – Cross-Browser compatibility What you will need – Javascript enabled browser – JQuery Library – An application to code in(Coda, Aptana, or even notepad) Starting out To start out coding Continue Reading