03 Jan, 2011

Jquery drag drop functionality

Articles related to jquery drag drop functionality

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 1 year, 10 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, 1 month 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, 2 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, 2 months ago

Showing similar content nodes on Drupal

http://digitalpbk.com/2009/12/showing-similar-content-nodes-drupal Showing similar content nodes on Drupal To show similar content nodes on drupal you have to install the similar module. After installing the similar module goto admin/build/block Drag the Similar Entries module OR If you want to integrate the similar content to the node body, call the similar_content theme function. print theme('similar_content', $node); on node.tpl.php Using the variables available withing node.tpl.php you can choose whether to display the similar content ...
Published 2 years, 2 months ago

Linux style command line for Windows, Drag to Select, Right click to paste

http://digitalpbk.com/windows/linux-style-command-line-quick-edit-right-click-paste Linux style command line for Windows, Drag to Select, Right click to paste Linux style command line for Windows, Drag to Select, Right click to paste Ever wondered if you could want more out of the windows command line ? Usually on windows command line in order to select a piece of text, you have to right click the command line title and select mark and then mark the piece of text selected and press enter. And to paste we have to right click on the title and in the Edit menu select paste, which is a painful way of doing it. On linux on the other hand, command line ...
Published 1 year, 11 months ago

Sony Vaio Battery Care utility Download

http://digitalpbk.com/software/sony-vaio-battery-care-utility-download Sony Vaio Battery Care utility Download Sony Vaio Battery Care Function utility is a sony vaio utility which helps improve battery performance by limiting maximum capacity to 80% of the full capacity. Read more about Sony Vaio Battery care function in How to Enable Battery care function on Sony Vaio to improve Battery life. Free download the utility attached with this post. It works with only Sony Vaio. Sony Vaio Software ...
Published 1 year, 9 months ago

Resync iPod to new iTunes Library without Erasing or loosing your music

http://digitalpbk.blogspot.com/2009/06/ipod-resynch-itunes-apple-library-copy.html . Your iTunes library would be empty so it is okay to resynch.Now unhide the folder you copied over to your drive by right clicking and selecting the properties menu item, and untick the hidden attribute.Start iTunesDrag that folder to your iPod to resync it.TADA, your iPod is resynced with a new iTunes Library ...
Published 2 years, 8 months ago

Free Light weight Social media sharing javascript for Facebook, Twitter, Stumble Upon, Digg and Reddit

http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r page load slow as well as bring in unintentional 3rd party javascript code ( or flash tracker ) which runs on your blog. So it is always safe to use your own script or scripts which you can read understand and verify it just does what it is suppose to do. :) Javascript Object for Social Media Sharing var share = { fb:function(title,url) { this.share('http://www.facebook.com/sharer.php?u=##URL##&t=##TITLE##',title,url); }, tw:function ...
Published 1 year, 10 months ago

SQL Injection: Tutorial Part 1

http://digitalpbk.blogspot.com/2009/06/hacking-sql-injection-tutorial.html hands over you the control.The method demonstrated here is just the teaser, you can do much more sinister things with SQL injection like dropping tables (which is not a good thing)to be continued...In case you find a website with such a vulnerability, please inform the webmaster of the condition and refer this page (in case they are ignorant). Be ethicalHappy Browsing... ...
Published 2 years, 7 months ago

Related help topics for jquery drag drop functionality More keywords like jquery drag drop functionality
More pages for jquery drag drop functionality


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Butterfly at Barefoot @ Havelock Butterfly at Barefoot @ Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk