14 Aug, 2010

Scrape using fopen cookies

Articles related to scrape using fopen cookies

Show Desktop missing?

http://digitalpbk.blogspot.com/2007/12/show-desktop-missing.html Show Desktop missing? Show DesktopAfter opening hundreds of windows and you want to desperately do something with your desktop, you have to go on minimizing all the windows. This is where the Show Desktop is used. For those who have not seen it, it is there in the quick launch section of the Task Bar.And for the more unlucky guys who have not enabled the quick launch, a google search would be more than enough to know more. And for the lucky guys like me, who occassionally find it interesting ...
Published 4 years, 5 months ago

cPanel Mail Forwarder

http://digitalpbk.blogspot.com/2007/07/perl-email-forwarder.html cPanel Mail Forwarder ForwarderThis handly little program forwardes all emails coming to a certain specified email address and forwards to a forwarding list.Setting up the email capturinge-Mail can be captured using a PERL script. The contents of the email must be pipped in. The capturing an passing of the email can be done through cPanel.Click MailClick ForwardersAdd ForwarderIn the text box to the right side, you can provide an email address or a path to your PERL program that can process ...
Published 4 years, 10 months ago

Examples of Mirroring Character at work:

http://digitalpbk.blogspot.com/2006/12/examples-of-mirroring-character-at-work.html Examples of Mirroring Character at work: Check out http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html if you haven't already done so.... On Google.com (Search results) On reddit.comOn digg.comOn metafilter.comOn my pageYou got an example ? Leave the url as a comment ....Caution!This trick can potentially be used for phishing! So please always look at the Address Bar for the URL of the page and verify it is the right site you want to visit! Please warn everyone you ...
Published 5 years, 5 months ago

Make WWW::Mechanize do not exit on GET Errors

http://digitalpbk.com/perl/wwwmechanize-error-geting-premature-do-not-exit-resume Make WWW::Mechanize do not exit on GET Errors When using PERL and WWW::Mechanize, your script can stop if there is some error in GETing a URL (such as 404 Not Found, 403 Permission Denied). Instead of resuming, the script terminates. If you want the script to continue resuming, you have to pass autocheck => 0 in the Mechanize class constructor as shown below my $mech = WWW::Mechanize->new(autocheck => 0); This makes sure that the mechanize library does not check for errors ...
Published 2 years, 2 months ago

Correct Colors displayed on Laptop / LCD Screen on Windows 7

http://digitalpbk.com/howto/laptop-color-correction-gray-gamma-reddish-windows-7 Correct Colors displayed on Laptop / LCD Screen on Windows 7 Correct Colors displayed on Laptop / LCD Screen on Windows 7 Laptop and LCD Monitors are poor in reproducing the actual colors compared to conventional Cathode Ray Tube (CRT) Monitors. If not properly caliberated, the colours displayed can vary drastically. If you are using a laptop or LCD monitor, see the coloured box below.   The above box is a very light gray color. If your gamma or colour is not caliberated correctly the box can appear reddish, bluish or greenish. If your ...
Published 2 years, 2 months ago

Which is better - Intel core 2 duo or dual core?

http://digitalpbk.com/intel-core/intel-core-2-duo-vs-dual-core-which-better Which is better - Intel core 2 duo or dual core? family. In short, compared with Intel Dual Core, Intel Core 2 Duo is better. But Dual Core is used commonly to overclock to achieve better performance the cheaper way. :) See more elaborate details below: Feature Core 2 Duo Dual Core Conclusion Architecture Core 2 Duo architecture tons Use create two cores on a single chip or in other words, there are two chips in one package. The first dual-core Intel technology. It uses a less sophisticated but basically ...
Published 1 year, 9 months ago

Measure 4 litre of water using a 3 litre jar and a 5 litre jar

http://digitalpbk.com/interview-questions/measure-4-litre-water-using-3-litre-jar-and-5-litre-jar Measure 4 litre of water using a 3 litre jar and a 5 litre jar None Solution 1 Fill the 3 liter jar and pour it into the 5 liter jar. Do it again, Now in the 3 liter jar you will be left with one litre. Throw away the 5 liter jar water. Pour the one litre it into 5 litre Fill the 3 liter jar and pour it into the 5 liter jar. Now the 5 liter jar has 4 liters Solution 2 Fill the 5 litre jar and pour it into the 3 litre jar Now you have 2 litres in the 5 litre jar Pour the 2 litres ...
Published 1 year, 7 months ago

How to burn ISO files on Windows 7

http://digitalpbk.com/how-to/burn-iso-on-windows-7 How to burn ISO files on Windows 7 How to burn ISO files on Windows 7 How to burn ISO files on Windows 7 using Windows burner software Windows 7 has built in support to burn ISO images onto DVD and CD. That means you dont have to install any other software like Roxio or Nero to burn your images. And in few clicks you can burn your ISO ! Steps to burn ISO files Right click the ISO file and choose burn disc Image If you have other CD/DVD writing software, you might have to do Right Click > Open With > Windows ...
Published 6 months, 1 week ago

Timezone: PHP, Shell and Crontab

http://digitalpbk.blogspot.com/2009/05/crontab-server-timezone-php-date.html Timezone: PHP, Shell and Crontab Programming in different timezones can be a headache if not taken care off initially. Codes written to work in one time zone can go wrong when ported to a server that runs on another Timezone. There a few things to take care off when you change from server to server.PHPBy default PHP uses the Timezone that is set in the server or php.ini configuration files. Inorder to make a robust php code that can work in any server environment, it is always a good practice ...
Published 2 years, 11 months ago

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html PERL Code to change Google talk status Code : stat.plThe following code changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules installed.#!/usr/bin/perl #usage : perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years, 3 months ago

Related help topics for scrape using fopen cookies More keywords like scrape using fopen cookies
More pages for scrape using fopen cookies


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