Links

jsPlumb: jQuery plugin for visually connecting HTML elements

jsPlumb is a jQuery plugin for visually connecting HTML elements on a web page.

It uses a HTML5 canvas element when supported and Google's ExplorerCanvas script to support older browsers.

The styles, shapes of the wires and "the position of the connection" can be customized easily.

http://morrisonpitt.com/jsPlumb/html/demo.html

Filed under  //   javascript   jquery   pipe  
Posted March 22, 2010 by email 

Plupload: Advanced Multiple File Uploader


Plupload v1.0

Allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.

http://www.plupload.com/

Filed under  //   javascript   jquery   ui   upload   web  
Posted February 4, 2010 by email 

Easy CSS Framework (based on JQuery)

Easy is a CSS/HTML/JavaScript framework started as a personal project and then grew into something more. The idea behind it is to reduce the amount of time spent on setting up the basic master HTML template by reusing the same coding techniques.


Main features include:

Rock-solid base HTML structure and predefined basic CSS styles for both screen and print.

Built-in set of interactive functions, no need for a single line of JavaScript.

Library of HTML content blocks that can be easily used and reused.

Basic file organization and possibility of expanding the library with your own code.

License: Creative Commons Attribution 3.0 Unported license

http://easyframework.com/

Filed under  //   css   javascript   jquery   ui   web  
Posted December 8, 2009 by email 

jQuery plugin for mobile web development on the iPhone, Android, ...

jQTouch is a jQuery plugin with native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1, and Pre.

  • Easy to install. Get up and running in a few minutes.
  • Entirely customizable with selector options
  • Theme support, including default Apple and jQTouch custom themes
  • Callback functions throughout, including swipe and orientation change detection
  • Page history management and CSS3 page transitions, including 3d flip
  • Easily allow apps to run in fullscreen mode with custom icons and startup screens
  • The power of jQuery to build AJAX applications

http://www.jqtouch.com/

http://code.google.com/p/jqtouch/

Filed under  //   javascript   jquery   ui   web  
Posted September 1, 2009 by email 

20 jQuery Plugins and Tutorials to Enhance Forms

In this post we have a selection of jQuery plugins and tutorials for enhancing and aiding in the development of the dreaded form area. There are the always important validation plugins, plugins that will give the form added functionality (stretching text-areas, auto-tabbing...) and also plugins that will help you to style the form exactly as you need...and more.

 http://speckyboy.com/2009/08/26/20-jquery-plugins-and-tutorials-to-enhance-forms/

 

 

Filed under  //   javascript   jquery   ui   web  
Posted August 26, 2009 by email 

SuperLoad jQuery Plugin

This plugin adds the ability to update multiple elements with a single Ajax response.

Homepage
http://plugins.jquery.com/project/superload

Repository
http://github.com/sergiopereira/SuperLoad/tree/master

Blog post
http://devlicio.us/blogs/sergio_pereira/archive/2009/08/21/jquery-superload.aspx

Filed under  //   ajax   javascript   jquery   plugin   ui   web  
Posted August 24, 2009 by email 

Data Encryption With JavaScript: jCryption

http://www.jcryption.org/

http://www.webresourcesdepot.com/data-encryption-with-javascript-jcryption/

Normally, when a data is submitted, it is sent in plain text if no SSL is used.

jCryption is a jQuery plugin for encrypting POST/GET data submitted by forms.

It uses public-key algorithm of RSA for the encryption & has a PHP file for handling the decryption of data.

JavaScript Encyrption

Some features of jCryption:

    * encryption up to 2048 bit
    * AjaxSubmit supported
    * doesn’t block the browser on calculations

Filed under  //   javascript   jquery  
Posted August 10, 2009 by email 

iPhone-style Checkboxes with jqeury

Ever wanted those flash iPhone on/off toggle switches on your webpage? Love jQuery? Well then I've got something special for you. iphone-style-checkboxes implements the iPhone toggles as replacements for standard HTML checkboxes. Simply run the script and your site will be updated with these specialized controls. Best of all, the underlying checkbox is not touched and backend system will never know the difference. The change is purely visual.

http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html

   
Click here to download:
iPhone-style_Checkboxes_with_j.zip (13 KB)

Filed under  //   javascript   jquery   ui   web  
Posted August 6, 2009 by email 

Farbtastic: jQuery color picker plug-in

Farbtastic is a jQuery plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element's value when a color is selected.

http://acko.net/dev/farbtastic

Filed under  //   javascript   jquery   ui   web  
Posted August 5, 2009 by email