Archive for the ‘Jquery’ Category

Review: PHP jQuery Cookbook

Packt Publishing recently (December 2010) published a very useful book called the “PHP jQuery Cookbook” by Vijay Joshi.

Over 60 simple but highly effective recipes to create interactive web applications…

Read more …

JQuery / PHP Upload and Crop – Feature Request Page

Hi all!

It has been a long while since we updated these upload and crop scripts and I think it’s time we get some features down and released in the next version. So please leave your feature requests in the comments below and we will do our best to include as many of them as possible in the next release(s).

These requests can be from ability to save to database to renaming images on upload etc. If we can get a good collection going perhaps we can release the plugin in a number of flavours (so to speak) that would cater to most solutions.

Look forward to seeing what you guys have in mind!

Create Powerful Mobile Apps with HTML, CSS and jQuery

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

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

Update

We are looking for new features to be added to this plugin, please leave your requests in the comments on the following page : JQuery / PHP Upload and Crop – Feature Request

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

PHP & jQuery image upload and crop v1.1

Update

We are looking for new features to be added to this plugin, please leave your requests in the comments on the following page : JQuery / PHP Upload and Crop – Feature Request

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

Update

We are looking for new features to be added to this plugin, please leave your requests in the comments on the following page : JQuery / PHP Upload and Crop – Feature Request

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:

  • PHP 4 or Higher (It has been tested on Version 5)
  • Safe mode must be off! – A number of users have reported issues when safe mode is on.
  • PHP GD Library
  • jQuery ver 1.2.3 or Higher
  • Image Area Select plugin by Michal Wojciechowski

Read more …