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

Ajax

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 »

Star Rater – jQuery Plugin

May 7th, 2008 | Posted in Ajax, Articles | Comments Off
jQuery Helper for Komodo Media CSS Star Rater (Redux).

MooMonth – JS Calendar

May 7th, 2008 | Posted in Ajax, Articles | Comments Off
MooMonth is a full calendar application written in javascript.

Drag Drop Tree – EXTJs

May 7th, 2008 | Posted in Ajax, Articles | Comments Off
This example shows basic drag and drop node moving in a tree.

ExtJS Password meter

May 7th, 2008 | Posted in Ajax, Articles | Comments Off
Password strength meter extension class for the extjs library.

Prototype.js Extensions

May 7th, 2008 | Posted in Ajax, Articles | Comments Off
View an extensive library of useful prototype based extensions.

Yellow fade Technique

May 7th, 2008 | Posted in Ajax, Articles | Comments Off
Automatically add the yellow-fade technique to your pages without any inline JavaScript.