13 Aug, 2010

How to block drag drop images on page firefox

Articles related to how to block drag drop images on page firefox

Removing index.php From URL in CodeIgniter

http://digitalpbk.com/code-ignitor/removing-indexphp-url # Code Igniter Htaccess Rules RewriteEngine on # Rewrite URLs of the form 'x' to the form 'index.php/x'. RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*)$ index.php/$1 [L,QSA] We also have to configure the config.php "index_page" key so that it is blank. /* |-------------------------------------------------------------------------- | Index File |-------------------------------------------------------------------------- | | Typically ...
Published 2 years, 2 months ago

Extracting embedded Album art in mp3

http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html , still scared? wait for the C++ source code)ManualThis command line application extracts embedded album art that is stored on mp3's. To run command line apps, RUN cmd OR take the command prompt, move to the directory where the exe is located and ...Usage : getid3v2 filenameExample : D:\ID3V2>getid3pics songs\tere.mp3Searching for Album art on songs\tere.mp3 ... Embedded Album art found Extracting ... Enter a filename for Art[1] (No need extension): 1Image Type : jpgExtracted to 1.jpg ...
Published 5 years, 4 months ago

Apache 2.2.6 Getting 403 Forbidden on all pages

http://digitalpbk.blogspot.com/2007/12/apache-403-forbidden-virutal-host.html Apache 2.2.6 Getting 403 Forbidden on all pages IntroThis is the issue about getting 403 Forbidden Error on all pages when you are working on localhost. I have used Virtual Host to simulate multiple sites on my computer. So I get 403 Forbidden on all pages. I tried for many solutions couldn't find anything much relevant. After sometime tweaking here is the solution or rather the problem I found....The error forbidden arises due to Directory Path, eg C:/www/># many things here ...
Published 4 years, 5 months ago

Google Search for Pro's

http://digitalpbk.blogspot.com/2007/03/google-search-for-pros.html of the search query you have mentioned. Eg define:wifi[info:] Info provides information about a given web page. Eg: info:digitalpbk.blogspot.com[related:]. This keyword will produce search results related to the query specified.[link:] This keyword links all pages that links to your specified site.[cache:] This keyword lists pages that inside the google cache. ...
Published 5 years, 2 months ago

Remove old kernels in Ubuntu

http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html ... DoneBuilding dependency tree Reading state information... DoneNote, selecting linux-headers-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting linux-image-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting linux-image-2.6.27-9-server for regex '2.6.27-9-*'Note, selecting linux-headers-2.6.27-9 for regex '2.6.27-9-*'Note, selecting linux-headers-lbm-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting linux-headers-2.6.27-9-server for regex ...
Published 3 years, 6 months ago

Network Traffic Calculator using VC++ 6 on XP

http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html ; } case WM_PAINT: hdc=BeginPaint(hwnd,&ps;); strcpy(bfr ,"Data S/R: "); itoa(total.mb,num,10); strcat(bfr,num); strcat(bfr,"."); itoa(total.kb,num,10); strcat(bfr,num); strcat(bfr,"."); itoa(total.bytes,num,10); strcat(bfr,num); l=strlen(bfr); SetWindowText(txtW,bfr); EndPaint(hwnd,&ps;); return 0; case WM_DESTROY: WSAAsyncSelect(gSokt,hwnd,0x401,0); closesocket(gSokt); if(WSAIsBlocking())WSACancelBlockingCall(); WSACleanup(); PostQuitMessage(0 ...
Published 5 years, 5 months ago

Perl script to remove a directory and contents recursively

http://digitalpbk.com/perl/perl-script-remove-directory-and-contents-recursively Perl script to remove a directory and contents recursively This is the script for sandeep when he asked me how to delete a directory in perl. rmdir function only removes empty directories. So we need to remove the contents of the directory before removing the directory. So if the directory contains more directories / folders we would have to recursively delete all the directories under the directory. Well so here is the code just to do that. #!/usr/bin/perl deldir("test"); ...
Published 2 years, 5 months ago

Statistics for your website, the way you want...

http://digitalpbk.blogspot.com/2009/09/statistics-for-your-website-way-you.html Statistics for your website, the way you want... Hey matesHead over to stats.kitiyo.com and sign up to get a cool statistics graph for your blog or website. You might need this invitation code : iwantitbadlyScroll down to see my statistics. This is still in beta stage, so let me know of feature suggestions or anything you would like to add. :)I have added most features that you would find in any ordinary stats site, like popular pages, referers search keywords etc.Lots of features yet to come ...
Published 2 years, 7 months ago

Compare Canon Powershot SX120IS vs Canon SX130IS (New)

http://digitalpbk.com/canon-sx-series/compare-canon-sx120is-vs-canon-sx130is-new Compare Canon Powershot SX120IS vs Canon SX130IS (New) Total Pixels Approx. 12.1 Million pixels Approx 10.0 Million pixels Effective ISO Auto, ISO 80 / 100 / 200 / 400 / 800 / 1600 Auto, ISO 80/ 100/ 200/ 400/ 800/ 1600 Max. Resolution (still images) Large: 4000 x 3000, Widescreen: 4000 x 2248 Large:3648x2736; Widescreen:3648x2048 JPEG Compression Mode (Still Image) Not Applicable Not Applicable Optical Zoom / Digital Zoom Still images / Movies ...
Published 1 year, 7 months ago

Cygwin: Clear screen command, How to clear the screen ?

http://digitalpbk.com/cygwin/how-clear-screen-cls-command-not-found Cygwin: Clear screen command, How to clear the screen ? Some one may be wondering where is the clear command on cygwin. If we type either cls or clear we would be shown bash: clear: command not found. So there are many fancy ways to clear the command line prompt, but the one I liked the best is Ctrl + L Simple, just press Control + L on the keyboard and your command line prompt cleans up. :) Cygwin Software ...
Published 2 years, 1 month ago

Related help topics for how to block drag drop images on page firefox More keywords like how to block drag drop images on page firefox
More pages for how to block drag drop images on page firefox


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