03 Jan, 2011

Error getting mechanize

Articles related to error getting mechanize

Welcome to digitalpbk.com

http://digitalpbk.com/2009/10/other-welcome-digitalpbkcom Welcome to digitalpbk.com Well just to have something to get started. :) This is my experiment with drupal. I got somehow drupal to run, figured out and tinkered it as far as I know. I am a drupal 5 developer, has written a few modules in it, for the company SmartCrowds for which I work for. Drupal 6 is a little bit different. So if you find it a little plain and have ideas to improve, help me out. Just Ignore the above, its pretty old and historically true, But now it runs on Django ...
Published 2 years, 3 months ago

CHM Files Navigation to the webpage was cancelled

http://digitalpbk.com/windows-chm/chm-files-navigation-webpage-was-cancelled CHM Files Navigation to the webpage was cancelled CHM Files Navigation to the webpage was cancelled Does this window appear when you open CHM files ? This happend to me after upgrading to Internet Exporer 7. If you are wondering why you cant read the CHM files, just do the steps below : Steps for solving Navigation to the webpage was cancelled Close the CHM fileOpen it again and you will get the same popup as shown below Uncheck the checkboxAlways ask before opening this file (Highlighted in the image above). Press Open Now ...
Published 2 years, 2 months ago

Solve Write Permission Denied on Files Windows 7

http://digitalpbk.com/windows/solve-write-permission-denied-files-windows-7 Solve Write Permission Denied on Files Windows 7 Solve Write Permission Denied on Files Windows 7 Windows 7 file attributes and earlier versions of windows such as XP or 98 is very different. The difference is notable if you use NTFS file system which has more security features. On Windows 7 if you get "Write Permission Denied" on any file , Right Click > Properties On the security tab, click on edit as highlighted in the screenshot below : On this window, check the Write option and click Apply and Ok Now you ...
Published 1 year, 10 months ago

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html => "neuron");$Con->Send("");$Con->Process();my $iq = $Con->SendAndReceiveWithID("");my ($status,$statuslist,$show) = ("","","");$status = $1 if($iq->GetXML() =~ m/(.*?)/);$statuslist = $1 if($iq->GetXML() =~ m/()/);$show = $1 if($iq->GetXML() =~ m/(.*?)/);my $status = $ARGV[0];#Change ...
Published 3 years ago

Installing Google Go on Linux Ubuntu

http://digitalpbk.com/google-go/installing-google-go-linux-ubuntu Installing Google Go on Linux Ubuntu One command install, Bash script to install Google Go in one Go #!/bin/bash ARCH=386 #CHANGE this setting to amd64 if you are on 64 bit. sudo apt-get install bison make gcc libc6-dev ed mercurial { cat ~/.bashrc; cat ~/temp.bashrc mv ~/.bashrc ~/.bashrc.old mv ~/temp.bashrc ~/.bashrc export GOROOT=$HOME/go export GOARCH=$ARCH export GOOS=linux export GOBIN=$HOME/gobin export PATH=$PATH:$GOBIN mkdir $GOBIN hg clone -r release https ...
Published 2 years, 2 months ago

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html (WNDCLASSEX); wcl.hInstance = hInstance; wcl.lpszClassName = szWinName; wcl.lpfnWndProc = WindowFunc; wcl.style = 0; wcl.hIcon = LoadIcon(NULL, IDI_APPLICATION); wcl.hIconSm = NULL; wcl.hCursor = LoadCursor(NULL, IDC_ARROW); wcl.lpszMenuName = NULL; wcl.cbClsExtra = 0; wcl.cbWndExtra = 0; wcl.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); if(!RegisterClassEx(&wcl;)) return 0; hwnd = CreateWindow(szWinName,"Windows ...
Published 4 years, 4 months ago

An Introduction to PHP

http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html the GET and POST. Similarly the output of a PHP file can be in the form of an HTML file, JPG file, XML file or any format as you wish (Yes!!)The PHP LanguageAs mentioned above, PHP files are ordinary text files with the extension PHP. Suppose you want a dynamic page that shows say todays date. Today's dateTodays date is : //PHP code beginecho date("M d Y H:i:s");//PHP code end?>The tag marks the beginning of the PHP code segment and the ?> marks the ending of the code segment ...
Published 4 years, 9 months ago

Making any Window Transparent on XP

http://digitalpbk.blogspot.com/2007/01/making-any-window-transparent-on-xp.html _EX_LAYERED = &H80000;Const GWL_STYLE = (-16)Const WS_VISIBLE = &H10000000;Const LWA_ALPHA = &H2; Private Declare Function WindowFromPoint Lib "user32" (ByVal xPoint As Long, ByVal yPoint As Long) As LongPrivate Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As LongPrivate Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As IntegerPrivate Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long ...
Published 5 years ago

Protect yourselves from phishing

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

Increasing the karma ratings on Orkut

http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html . The cat=0 in the URL specifies the fan function. cat=1 : stands for trusty rating.cat=2 : stands for cool rating.cat=3 : stands for sexy rating.The next GET parameter val=1 has to be modified as : val = 0: for 0 ratingval = 1: for 1 val = 2: for 2val = 3: for full rating.So our final URL for full trusty rating is : "http://www.orkut.com/setKarma?cat=1&val;=3&gid;=FR[friends id here]/[your id here]"Eg: "http://www.orkut.com/setKarma? ...
Published 5 years ago

Related help topics for error getting mechanize More keywords like error getting mechanize
More pages for error getting mechanize


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