http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html
, the 3 get requests must not be sent to the server together. Leave a time delay of about 100ms between each of the GET requests.You can accomplish this in
javascript by the following this template: function fn(index){ var links=new Array("Link 1 for cool/trusty/sexy/fan", "etc fill in"); var i= new Image(); i.src = links[index]; if(index != Count) { window.setTimeout("fn("+(index+1)+")",100); } else window.location = "Somewhere"; //Redirect ...
Published 5 years ago
http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email
Django SocialAuth Fix Google Email Open id attribute exchange
Django Social auth is a package that enables login to your django website with Facebook, Google, Yahoo and Twitter. Allowing authentication from 3rd party websites which supports open authentication helps users easy to register to your website without filling too much details. Easier signup makes more registrations and helps you cover your django
web hosting charges :D . The package is managed at github here, but it does not have ...
Published 1 year, 9 months ago
http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html
the response...#if($res->is_success){ $contents = $res->content; $contents =~ m/(.*)/i; #regexp to find the title if($1 =~ m/Site Meter/) { print "Wrong User name!\nAborting\n"; exit 0; # # If the
web page title contains the words "Site Meter", # it means the username was invalid and got redirected to # index. # } print "$1\n","="x length $1,"\n";## Print the title and draw an underline...# $contents =~ s/ //g; #Strip ` ` $contents =~ s ...
Published 4 years, 9 months ago
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 4 years, 11 months ago
http://digitalpbk.com/google-analytics/how-to-access-google-analytics-realtime
gives live:
Vistors Count
Pageview per second / per minute
Top Referrer URLs
Top Searched Keywords
Top Locations
Top Active Pages
Thank you Google
Google
Analytics
Web ...
Published 3 months ago
http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html
in the specified dimensions.titleBar="false" hides the title bar (The one on top with the Close, Maximize, And Minimize buttons).scriptFile represents our
javascript file which handles the programming part of the skin.onload and onresize are events which are triggered when the window is loaded or resized respectively. Please note that the onresize event is not called in case the skin is not resizable.backgroundColor="none" specifies that the skin is transparent in areas where nothing ...
Published 5 years, 2 months ago
http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html
An Introduction to PHP
PHP ?PHP stands for Hypertext Preprocessor. Well what is it ? In the world wide
web we are familiar with the HTML page. The HTML page is static and does not change. What if we want a page that has some parts common and other parts different according to the browser or user that is visiting the site? Say for an example, a user's profile page. It is wasteful and time consuming to make each user a separate HTML page. Here is where Server side scripting comes in. Thus we ...
Published 4 years, 9 months ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
Protect yourselves from phishing
Phishing? Haven't heard that...Phishing is very similar to fishing. In fishing, we put a bait and wait for the fish to catch it. In Phishing, a fraudsters acting as a genuine bank employee or
web admin, sents you an email (the bait) asking for confidential and personal data, that could potentially harm you (Its not nice to see your savings balance to drop to ZERO, right?)Fraudsters are getting smarter and equipping with techniques that almost fool you. So ...
Published 5 years, 1 month ago
http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5
));
}
PHP
Drupal
Web ...
Published 2 years, 3 months ago
http://digitalpbk.com/perl/script-fetch-pnr-status-reservation-train-indian-railways
Perl Script to Fetch PNR Status reservation on train from Indian Railways
The code below is a perl script that fetches the PNR status from the indianrail.gov.in website and displays it on the command line.
Warning: No one is authorised to make any type of commercial usage like putting
web advertisements or SMS service and Reproducing/Transmitting/Storing in its database, any content of www.indianrail.gov.in website, without prior written permission from Indian Railways. Violators ...
Published 2 years ago