Archive | JavaScript

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

24 February 2009 ~ 8 Comments

7 jQuery Plugins to Really Enhance Users Experience

Hi fellow reader of the Shiny Blog, today I am tired of seeing this blog posts schema : ” YOU WOULD LITERALY DIE FOR”.  We have an expression for this in France : “On dit qu’il y a à boire et à manger là dedans”. This approximately means that you will actually have to [...]

Continue Reading

23 February 2009 ~ 6 Comments

Essential Web-Based tools for JavaScript Developers

Here is a list of extremely handy online tools that you can’t live without as a JavaScript developper. I found myself using them extensively over the last years while pesting about lack of clue about them before. Maybe you know a part or all the tools presented here, but if a single reader find a [...]

Continue Reading

20 February 2009 ~ 2 Comments

6 Image Manipulation Plugins for jQuery You Should Know About

Hi, In the past few months, I bookmarked some interesting jQuery plugins or usages to deal with image manipulation, editing or effects. Today I’m sharing this list with you.
1. jQZoom Evolution
JQZoom is a javascript image magnifier built at the top of the popular jQuery javascript framework.jQzoom is a great and a really easy to use [...]

Continue Reading