Links

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 
// 0 Comments

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 
// 0 Comments

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 
// 0 Comments

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 
// 0 Comments

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 
// 0 Comments

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 
// 0 Comments

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 
// 0 Comments

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 
// 0 Comments

markItUp! Universal markup editor

markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.

 

 http://markitup.jaysalvat.com/home/

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

jQuery Visualize Plugin: Accessible Charts & Graphs from Table Elements using HTML 5 Canvas

http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas

Accessible data visualization in HTML has always been tricky to achieve, particularly because elements such as images allow only the most basic features for providing textual information to non-visual users. A while back, we wrote an article describing a technique we came up with to use JavaScript to scrape data from an HTML table and generate charts using the HTML 5 Canvas element. The technique is particularly useful because the data for the visualization already exists in the page in structured tabular format, making it accessible to people who browse the web with a screen reader or other assistive technology.

Filed under  //   canvas   graph   javascript   jquery   plugin   ui   web  
Posted July 31, 2009 by email 
// 0 Comments