NOTE: Please update your browser. We recommend using IE 7 or FireFox 3.

Jquery

Create Powerful Mobile Apps with HTML, CSS and jQuery

September 8th, 2009 | Posted in Jquery, News | No Comments
Tags: , , ,

jQTouch is a jQuery plugin for mobile web development on forward-thinking devices. You can create powerful mobile apps with just HTML, CSS, and jQuery. It supports native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1, and Pre.

jQTouch requires one basic theme to make page transitions work which is very small. One could use just the core CSS file to build a completely custom UI. Themes are additional CSS files which provide native-looking styles, mostly centered around the iPhone OS. Themes included are: Apple, jQT and Vanilla.

Autoresizing Smart Columns with jQuery

June 12th, 2009 | Posted in Ajax, Articles, Jquery | 1 Comment
Tags: , ,

Currently, there are two commonly used techniques on displaying columns, the fixed columns and the liquid columns. With fixed columns, there will be certain viewport resolutions, where it leaves excess white space where a column was just not able to squeeze in. The downside of liquid columns is that we are restricted to having a fixed number of columns per row.

SohTanaka has thought of a solution: Smart Columns with CSS & jQuery would be able to benefit the situations is to take the good of both scenarios and mash it into one. Allow as many fixed columns to line up across the viewport. Take excess white space and evenly distribute them to each of the columns to complete the full row. This way the columns will always fit perfectly.

And also, It keeps a default fixed width as the base, so that the columns are reasonably within the intended columns sizes while maintaining enough flexibility to accommodate for the expandable viewport.

fixedsample

Requirements: jQuery Framework
Demo: http://www.sohtanaka.com/web-design/examples/smart-columns/
License: License Free

Jquery image upload and crop for PHP

November 21st, 2008 | Posted in Ajax, Articles, Jquery, PHP | 35 Comments
Tags: , , ,

Finally we had some time to create a full jquery image upload and crop script for php. This latest script is based on the first few versions of PHP & jQuery image upload and crop.

System Requirements

As before you will need the following:

Read more »

PHP & jQuery image upload and crop v1.2

September 6th, 2008 | Posted in Ajax, Articles, Jquery, PHP | 65 Comments
Tags: , , , , ,

PHP & jQuery image upload and crop v1.1

Update

Due to popular demand, further updates have been made to this script, to allow upload of JPG, GIFs and PNG images! Same great functionality now even more useful.

Please note the old script is still available at PHP & jQuery image upload and crop.
Read more »

PHP & jQuery image upload and crop

May 15th, 2008 | Posted in Ajax, Articles, Jquery, PHP | 122 Comments
Tags: , , , , ,

NOTE: This script has been updated please see the following link PHP & jQuery image upload and crop v1.2 AND the new fully jquery’d version of it Jquery image upload and crop for PHP. Both new scripts handle JPG, GIF and PNG upload and crop!

We needed a PHP and jQuery image upload and crop tool and came up with the following. Hope it helps!

Before you start, ensure you have the following:

Read more »

jQuery – Select all check box

May 3rd, 2008 | Posted in Ajax, Articles, Jquery | No Comments
Tags: , , ,

Firstly download a copy of jquery library from http://jquery.com/

Open up your text editor and include the jquery library as shown below:


	

In the head of the document add the following script:


Read more »