Today we are making an Apple-like "Retina effect" with the help of jQuery & CSS (and a bit of CSS3), similar to the effect they've used on their site to promote the new version of their iPhone.
This tutorial will teach you how to create an image cropping plugin from scratch using jQuery.
In this tutorial we’ll take things further and wrap up our plug-in: we’ll define more custom option, add callbacks, make the selection draggable and resizable, build a preview pane and a size hint and write some server-side code to crop the image.
Uploading files asnychronously can be a pain at the best of times, but when coupled with CodeIgniter, it can be a particularly frustrating experience. I finally found a way that not only works consistently, but keeps to the MVC pattern. Read on to find out how!
In this lesson, we will create a CodeIgniter library that allows us to generate data grids automatically for managing any database table. I’ll explain each step required to create this class; so you’ll likely learn some new OOP techniques/concepts in the process!
A quick tip by jeffrey way that will teach you how to avoid making common beginners mistakes in jQuery.