14 Aug, 2010

Club penguin sms how does it work

Articles related to club penguin sms how does it work

When September ends ... October starts

http://digitalpbk.blogspot.com/2008/10/when-september-ends-october-starts.html When September ends ... October starts Nothing technical to post this month! My laptop was sick for most of the days and it got its skeleton (motherboard) replaced. (Freely ofcourse)Seems to be working fine. Its a hectic semester! No time to even think what to do next! Universities up in next month.Waiting for something exciting to happen in my digital world!Rest of the stuff is really really analog ;) ...
Published 3 years, 3 months ago

How to Integrate another Website to Google Analytics Tracking and Adsense

http://digitalpbk.com/adsense-analytics/how-integrate-google-analytics-tracking-and-adsense How to Integrate another Website to Google Analytics Tracking and Adsense How to Integrate another Website to Google Analytics Tracking and Adsense This was supposed to be obvious, but I couldnt find easily how to integrate Google Adsense and Analytics to track your Adsense Ad performance on google analytics. Make sure you display ads on your page and the analytics tracking code. Make sure you have linked the adsense and analytics together before doing this. The following is to add one more site to track adsense. And then Getting straight to the answer, put ...
Published 2 years, 2 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, 2 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 1 year, 10 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 1 year, 11 months ago

Sprintf Function in Python

http://digitalpbk.com/python/php-sprintf-function-in-python does formatting. var = '%d %s %d = %d' % (4,'+',5,9) The above code assigns var = "4 + 5 = 9" Install Python for Nokia E63 / E71 compatible symbian phones and code on the move Python rocks :) Python Software ...
Published 1 year, 10 months ago

Combinations to Reach Nth Stair by moving up one step or two step at a time.

http://digitalpbk.com/interview-questions/stairs-one-step-two-step-total-combination Combinations to Reach Nth Stair by moving up one step or two step at a time. None The answer to this can be found out by induction. To reach the Nth Stair, we can reach by jumping one step from the (N - 1)th stair or jumping 2 steps from the (N-2)th chair. If we denote Number of Ways of reach N as F(N) F(N) = F(N-1) + F(N-2). Does that ring any bells ? It is the general form of the Nth term of the Fibonacci sequence. So to reach the Nth stair, the (N+1)th number in the Fibonacci ...
Published 2 years ago

Repair Windows with Linux

http://digitalpbk.blogspot.com/2008/03/repair-windows-linux-invalid-sytem32.html Repair Windows with Linux IntroInvalid System FileCorurpt or missing : C:\WINDOWS\SYSTM32\CONFIG\SYSTEMPut Windows CD Press r blaah!Warning: Do it carefully or you might end up in reinstalling :) Pre RequisitesAny Linux OS, Live CD might work as well.What to do?Boot into the linux OS, and run as root dosfsck -a /dev/sdaXwhere /dev/sdaX is the Drive windows is installed on.This should fix a corrupt file system.(Applicable only for vFAT, NTFS no idea :) Reboot the systemIf it doesn't work ...
Published 3 years, 10 months ago

Flash Player BUG: Permission denied to call method Location.toString

http://digitalpbk.blogspot.com/2009/08/flash-flex-swf-bug-permission-denied-to.html Flash Player BUG: Permission denied to call method Location.toString Permission denied to call method Location.toStringIf you get this wierd error on your error console, it might be because of opening a flash script within a frame from another domain from your domain. This is a flash bug and apparently there is no work around. So just ignore this error. I found out this the hardway after searching for a long time, so if anyone stumbles upon this page, just upgrade your flash player.I found ...
Published 2 years, 5 months 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

Related help topics for club penguin sms how does it work More keywords like club penguin sms how does it work
More pages for club penguin sms how does it work


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Rainbow appearence near Havelock Island Rainbow appearence near Havelock Island in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk