03 Jan, 2011

Firefox dropfiles jquery

Articles related to firefox dropfiles jquery

JQuery make dynamic draggable and droppable containers

http://digitalpbk.com/jquery/drag-drop-make-dynamic-draggable-and-droppable-containers JQuery make dynamic draggable and droppable containers The jquery UI javascript has the Draggable and Droppable Interactions inorder to implement a drag drop UI. By default draggable and droppable containers are marked draggable and droppable by jQuery when the page loades, As shown in the code snippet below for the jQuery Drag code and jQuery Drop Code, jQuery Drop Code using jQuery droppable $(".dropTarget").droppable({ drop: function(event, ui) { // Drop Logic ...
Published 2 years, 2 months ago

Firefox 3.5 Embarrassing Error Message

http://digitalpbk.com/firefox/firefox-35-embarassing-error-message Firefox 3.5 Embarrassing Error Message Firefox 3.5 Embarrassing Error Message That was an embarrassing error message :D Firefox Funny Software ...
Published 2 years, 5 months ago

Installing Misc Softwares on FC6

http://digitalpbk.blogspot.com/2007/05/installing-vlc-on-fc6.html Installing Misc Softwares on FC6 VLC PlayerInstalling VideoLanC Player on Fedora Core 6.# rpm -ivh http://rpm.livna.org/livna-release-6.rpm# yum -y install vlcFirst install the Livna repository, Install VLC...Firefox 2.0FC6 comes shipped with Firefox 1.5 by default to install Firefox 2,Download firefox 2.# tar -xzvf /downloadlocation/firefox-2.0.tar.gz -C /usr/lib/# yum install compat-libstdc++-33# $ cd /usr/bin/# rm firefox # rm: remove regular file `firefox'? y# ln -s /usr/lib/firefox/firefox ...
Published 5 years ago

Web2Image - Free Firefox and IE website screenshot capturing tool

http://digitalpbk.com/projects/web2image-html-jpeg-png-bmp-firefox-automate-screenshot Web2Image - Free Firefox and IE website screenshot capturing tool This is an application that takes screenshots of websites. It can take screenshots as rendered by both Internet explorer and Mozilla Firefox, which currently is not supported by any of the softwares out there. This is a software that is an HTML to JPEG, HTML to PNG, HTML to BMP etc and can be automated with input from a file. Currently the development version is out. Since I am busy with many things. I dont have time ...
Published 2 years, 6 months ago

Downloading Photos from Orkut Album

http://digitalpbk.blogspot.com/2008/11/orkut-download-photo-album-copy.html Downloading Photos from Orkut Album Photo Download?Orkut has done a good job in "trying" to prevent downloads from orkut photo albums. They have blocked right clicking. But using Firefox we can still download the photo (ie If you can see the photo, you can download)Drag drop the photo to the URL (Address Bar) and then save the page.(works for both IE and Firefox)-OR-These are the steps for Firefox alone: Browse to the appropriate Photo / AlbumNow select Tools > Page Info ...
Published 3 years, 6 months ago

Optimize Javascript files with Google Closure compiler

http://digitalpbk.com/javascript/optmizie-javascript-files-google-closure-compiler Optimize Javascript files with Google Closure compiler .0 applications uses a lot of javascript usually jQuery library or the YUI (Yahoo User Interface) Library to make RIA (Rich Internet Applications), this can be a very handy tool to improve Performance. The example code shows converting the following script from function hello(name) { alert('Hello, ' + name); } hello('New user'); to function hello(a){alert("Hello, "+a)}hello("New user"); It removes whitespaces, and shortens the variable names. A Few numbers ...
Published 2 years, 6 months ago

Firefox Browser within Browser

http://digitalpbk.blogspot.com/2007/01/firefox-browser-within-browser.html Firefox Browser within Browser Browser within Browser ? This effect is only for Mozilla Firefox. Pastechrome://browser/content/browser.xul into your address bar and press Enter.What? How?All interfaces on firefox are made on XUL's. The browser window you see is browser.xul, accessing that simply displays the browser window again as the content. Quoted from mozilla.org XUL is an XML grammar that provides user interface widgets like buttons, menus, toolbars, trees etc. User actions are bound ...
Published 5 years, 4 months ago

about:config on firefox

http://digitalpbk.blogspot.com/2006/12/aboutconfig-on-firefox.html about:config on firefox This one is for those using Mozilla Firefox, if you are using take a new page or new tab and on the address bar type in about:config. You can do all the tweaking of Firefox from this page. about:configYou can edit the values by double clicking and changing the value on the dialog box or Right Click to Add/Modify etc.Warning!You can mess up firefox if you do editing. So always backup the values before tweaking.Take File > Save Page.Some examples ...
Published 5 years, 5 months ago

Making a Firefox extension

http://digitalpbk.blogspot.com/2007/02/making-firefox-extension.html Making a Firefox extension IntroThis section explains how to basically setup a Firefox extension. Setting up the development EnvironmentBefore jumping into making extensions, we must set up a development environment.Download and install firefox: If you haven't already done so. Download firefox and install. (Link is given on right bottom)Make a folder where you are going to make your Extension. Eg: D:\extension\helloworld\Making the files ...
Published 5 years, 2 months ago

Drag 'n Drop Files from explorer to VB

http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html is the module code:DragDrop.basPrivate Const WM_DROPFILES = &H233;'&H233; is the windows message id for the drop files message.'It is the value of the uMsg parameter in the window procedure call.Private Const GWL_WNDPROC = (-4)'The index parameter to the SetWindowLong function 'that specifies to change a windows message handler procedure.Private Declare Sub DragAcceptFiles Lib "shell32.dll" _(ByVal hwnd As Long, ByVal fAccept As Long)'DragAcceptFiles enables or disables ...
Published 5 years, 5 months ago

Related help topics for firefox dropfiles jquery More keywords like firefox dropfiles jquery
More pages for firefox dropfiles jquery


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Tropical Canopy @ Havelock Tropical Canopy @ Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk