Posts Tagged ‘Ajax’
Easy CreatE Bar Charts With MooTools And jQuery
Thursday, March 4, 2010 5:16 No CommentsIvan Lazarevic is sharing 2 different plugins for creating bar charts with jQuery & MooTools: jqBarGraph (for jQuery) mooBarGraph (for MooTools) Both plugins can create simple or stacked bar charts & data to be displayed is loaded with an array. jqBarGraph has support for animated loading of the charts however mooBarGraph offers more features like: [...]
Open source, flexible & feature-rich Advanced Multiple File Uploader – Plupload
Tuesday, February 9, 2010 3:12 No CommentsPlupload is a very flexible, feature-rich & open source file uploaded that enables you to upload files using: HTML5 Gears Silverlight Flash BrowserPlus normal forms It can be used via the JavaScript API or the ready-to-go jQuery plugin. Plupload has great features like image resizing, displaying upload progress, drag’n drop, multiple file uploads, unique filename [...]
Free Ajax Upload Script Competible With PHP, .NET Or Coldfusion
Friday, November 20, 2009 8:28 No CommentsAJAX Upload is a free script for easily impelementing Ajaxed upload interfaces. It comes with ready-to-use server-side code for PHP, ASP.NET & Coldfusion. The script doesn’t require any JS library to run & compatible with any of them (the example code uses jQuery). As the upload function is fired with JavaScript, it is possible to [...]
Free tool for diagnosing & preventing Ajax performance issues. IE Ajax Performance Analysis, dynaTrace AJAX
Thursday, November 19, 2009 14:18 No CommentsdynaTrace AJAX Edition is a free tool for diagnosing & preventing Ajax performance issues. The tool runs on IE & measures the performance of your AJAX application as real users are feeling it. It traces & analyzes AJAX calls through their entire round trip (DOM event, JavaScript, HTTP request, avaScript callback) and displays network traffic, [...]
Free Open Source Ajaxed MySQL Table Editor, easy to create admin pages.
Friday, September 18, 2009 16:07 1 CommentMysql Ajax Table Editor is an open source web application for easily editing MySQL tables & creating admin pages almost instantly. Besides the standard “add, edit, copy, delete, view” functionality, records can be paged, searched & exported to CSV. It is possible to JOINÂ multiple tables to generate a custom view (+ apply any other functions [...]
Fun With Canvas: Create a jQuery Graph Plugin for your web.
Sunday, September 13, 2009 5:36 No CommentsIn this two-part article, we will start from the beginning by implementing the logic of the plugin as a standalone script, refactoring it into a plugin and then finally adding all the additional eye candy on top of the plugin code. In this first part, we are going to deal solely with implementing the core [...]

