20 July 2009 ~ 21 Comments

Multiple file upload using jQuery and Ruby on Rails Tutorial

Multiple file upload using jQuery and Ruby on Rails Tutorial

Outline
Today I’ll share with you how to solve problems relating to uploading multiple files and how to effectively use Ruby on Rails in combination with jQuery Form plugins to allow your users to upload a single file or multiple files without refreshing the page.
Since I don’t have any Windows or MacOS, the command lines shown [...]

Continue Reading

10 March 2009 ~ 7 Comments

Enabling Dynamic Plugin Support for your JavaScript Application

Hi fellow reader,
I recently came through a problem while working on a javascript framework on top of jQuery.  At one point, having one big javascript file containing all the application objects becomes hard to both naviguate and maintain.
From here you want to ease your developement process by splitting your main class in small, specialized, classes [...]

Continue Reading

04 March 2009 ~ 33 Comments

8 Ajax Data Controls and Effects to Work with Tables

8 Ajax Data Controls and Effects to Work with Tables

Hi fellow reader, I browsed various projects that deals with HTML tables and data control. These a neat to achieve spreadsheet like experience for your users in web projects.
1. jqGrid
by Tony Tomov
jqGrid is a plugin fro jQuery, it supports Json, XML and Javascript Array datatypes.
Features :

Basic Search engine
In place data editing
Themes
SubGrids
Integration with jQuery UI [...]

Continue Reading