Friday, September 13, 2013

HTML5 Multiple File Upload Plugin with progress-bar


This plugin uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere.

html5 upload file 07
                                           Demo  |   Download

Multiple File Upload using HTML5

As a response to a reported bug where Chrome was taking ages to load up a flash multiple-file uploader, I’ve updated KFM to use HTML5′s multiple-file input box where possible.

html5 upload file 06

                                                        Demo   |   Download
                 

Ajax Uploading With HTML5 File api

Prior to HTML5 and its File API, getting media from a user was a somewhat sordid affair.

html5 upload file 09  


Wednesday, September 11, 2013

HTML5 File and Folder Upload Control

 Get started fast with SlickUpload and be ready to scale up to advanced functionality when you need it.

html5 upload file 05
                                                         Demo   Download

HTML5 drag & drop API

Dragging and dropping files from your desktop to a browser is one of the ultimate goals for web application integration.
html5 upload file 08

Tuesday, September 10, 2013

jQuery Upload Multiple Files

jQuery HTML5 File Upload with Bar Progress

Here is how you can implement drag and drop multiple file upload with native JavaScript. No plugins needed. Just plain old new HTML5. Again there is a working demo. You will need FireFox 3.6 to test it. Full source code can be at GitHub.

Demo   Download

html5 file upload 04


















jQuery HTML5 File Upload with Bar Progress

You can drag & drop files from your desktop on this webpage with Google Chrome, Mozilla Firefox and Apple Safari.


html5 file upload  

 

Demo   Download

HTML5 Drag and Drop File Upload


Developing a small web application called Upload Center, that will allow people to upload photos from their computers by dragging and dropping them onto the browser window, possible with the new HTML5 APIs exposed by modern browsers.


html5 file upload 02  

Demo   Download

Saturday, September 7, 2013

SET ESC KEY EVENT IN WEB PAGES

 
<html>
<head>
<title>Untitled Document</title>
<script type="text/javascript" src="jquery.js" /></script>
<script>
$(document).keyup(function(e) {
if (e.keyCode == 27) { document.write("RUN");} // esc
});
</script>
</head>
<body>
Demo File.
</body>
</html>

GKB_Android_Club


Download Android ADT Bundle :
http://developer.android.com/sdk/index.html


Learn Android from textual content : 
http://developer.android.com/develop/index.html

GTU Module 3-Preparation of Patent Search Report

scrollpath master

Download Code :
                 scrollpath master.zip

Tooltip Master

Download Source Code : tooltip master.zip

colorbox-master

Download Code :
                 colorbox-master.zip



Friday, September 6, 2013

facebox-master

Download Code :
                            facebox-master.zip

HTML5-AJAX-File-Uploader

Download Source Code : HTML5-AJAX-File-Uploader.zip

Web Developing - Computer Engineering: 60+ Awesome New WordPress Themes

Web Developing - Computer Engineering: 60+ Awesome New WordPress Themes: 60+ Awesome New WordPress Themes Blog Post In: http://www.webdesignerdepot.com It seems like every time you go looking for a new...