September 8th, 2009 | Posted in Jquery, News | No Comments
Tags: g1, iphone, Jquery, mobile apps
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.
June 12th, 2009 | Posted in Ajax, Articles, Jquery | 1 Comment
Tags: autoresizing, css, Jquery
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.

Requirements: jQuery Framework
Demo: http://www.sohtanaka.com/web-design/examples/smart-columns/
License: License Free
November 21st, 2008 | Posted in Ajax, Articles, Jquery, PHP | 35 Comments
Tags: image crop, image upload, Jquery, PHP
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 »
September 6th, 2008 | Posted in Ajax, Articles, Jquery, PHP | 65 Comments
Tags: crop, gd, image, Jquery, PHP, upload
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 »
May 15th, 2008 | Posted in Ajax, Articles, Jquery, PHP | 122 Comments
Tags: crop, gd, image, Jquery, PHP, upload
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 »
May 3rd, 2008 | Posted in Ajax, Articles, Jquery | No Comments
Tags: check uncheck, checkbox, Jquery, select all
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 »