03 Jan, 2011

New folder exe removal tool

Articles related to new folder exe removal tool

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

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 4 years, 11 months ago

Installing Google Go on Linux Ubuntu

http://digitalpbk.com/google-go/installing-google-go-linux-ubuntu ://go.googlecode.com/hg/ $GOROOT cd $GOROOT/src ./all.bash Installing Google Go in Steps The following packages are required for installing Google Go : bison, make, gcc, libc6-dev, ed, mercurial. To install run the command sudo apt-get install bison make gcc libc6-dev ed mercurial Edit the .bashrc file to set up the environment variables, .bashrc file resides in your home folder (/home/username/). Add the following lines if you are using ubuntu x86 (or unsure) export GOROOT=$HOME/go export GOARCH=386 export GOOS ...
Published 2 years, 2 months ago

CHDK for Canon SX120 IS Camera ( Canon Hack Development Kit )

http://digitalpbk.com/hardware/canon-sx120-chdk-camera-canon-hack-development-kit , anyway thanks to someone for the CHDK partial port. To install CHDK Make the card FAT 16 ( Copy the contents in CHDK folder to your Memory Card. Make the card bootable using Card Tricks Insert the card into camera and press Play button to boot into CHDK For detailed information about CHDK Installation see CHDK Wiki :) Canon SX120 Hardware ...
Published 1 year, 11 months ago

Remove Flash Tracking on AddThis module on Drupal 5

http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5 Remove Flash Tracking on AddThis module on Drupal 5 If you use AddThis module on drupal, you might have noticed that a 1px by 1px flash object is created which sets tracking cookies on your pages. This is transparent to the user most time and you will see it only under generated source view. The flash button is added dynamically by the addThis module on the top of the page. This sometimes can be annoying since a white bar can appear at the top of the page due to this. In drupal 6, the flash ...
Published 2 years, 3 months ago

Google Wave Review & Dev Preview

http://digitalpbk.blogspot.com/2009/08/google-wave-review-preview-dev.html Google Wave Review & Dev Preview Google Wave?Google wave is a new product from Google, it is like but much more than a collaborative chat with bots helping you and adding interactive data within conversations. It is a developer preview that I got so its kind of slow. The chats are realtime, which means you will have to think really hard before you type it :D . You can add maps, videos, images, or even other websites or anything within a conversation to make it live. Each ...
Published 2 years, 6 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, 1 month ago

How to make more fans on orkut?

http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html src="http://images3.orkut.com/img/ok_0.gif" width="15" height="15">Note the first argument 'FRUS0012345678/US00987654321'. This argument denotes unique code to each user on orkut. Your code is denoted by 'US0012345678' and your friends code is 'US00987654321'. The next argument is used to denote the function.0 is used for the fan function1 is used for the trusty karma2 is used for the cooool karma3 is used for the sexy karmaThe next argument denotes the new value of the karma and the last ...
Published 5 years, 2 months ago

Sony Vaio Windows XP Drivers for CW Series (VPCCW26FG)

http://digitalpbk.com/hardware/sony-vaio-windows-xp-drivers-vpccw26fg Sony Vaio Windows XP Drivers for CW Series (VPCCW26FG) Sony Vaio Windows XP Drivers for CW Series (VPCCW26FG) Sony Vaio CW Series (VPCCW26FG) comes preloaded with Windows 7 by default. The new series has a new Intel i5 Processor4GB RAMNVidia Graphics with CUDA technology and 512MB Dedicated Graphics memory. For anyone who is interested in installing Windows XP, the drivers for Sony Vaio CW VPCCW26FG are given below : Sony Vaio Drivers for Windows XP The drivers you need to install are SATA Driver 262 KB Chipset Driver 2.3 MB ...
Published 1 year, 11 months ago

My First useful PERL program

http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html My First useful PERL program #!/usr/bin/perl -w$username = $ARGV[0];$username = "s28arunpbk" if(!$username); ## Get the username from the first command line argument# If null assign my user id.#use LWP;use LWP::UserAgent;## Initialize objects#$ua = LWP::UserAgent->new;$ua->agent("Checkmap/1.0");my $req=HTTP::Request->new(GET => "http://sitemeter.com/?a=stats&s;=$username&r;=0");my $res = $ua->request($req);## Send a request and grab ...
Published 4 years, 9 months ago

Related help topics for new folder exe removal tool More keywords like new folder exe removal tool
More pages for new folder exe removal tool


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Tender Coconut water anyone ? Tender Coconut water anyone ? in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk