13 Aug, 2010

Free t9 dictionary code

Articles related to free t9 dictionary code

Protect yourselves from phishing

http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html mailed, So...+ It would not contain your name+ It would not contain any personal info about you that was provided to the legitimate organization.+ It would not have a valid source. If your email client can display advanced headers, please go through the headers if you suspect of a phishing scam.+ It may contain grammatical as well as spelling mistakes.Now even if it contains your name and free from mistakes still you cannot rule out the phishing scenario.Take a part of the phishing message and do ...
Published 5 years, 4 months ago

About "HOSTS" File

http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html .localhostOops I screwed up ... Restore the backup file if u have already done soORCopy the sample HOSTS given above and save it.Still confused? Have more queries?If you are having more doubts, please feel free to leave a comment .... ...
Published 5 years, 6 months ago

0x80070002-A problem is preventing Windows from accurately checking the license for this computer

http://digitalpbk.blogspot.com/2008/04/0x80070002-problem-is-preventing.html 0x80070002-A problem is preventing Windows from accurately checking the license for this computer A problem is preventing Windows from accurately checking the license for this computer.Error Code: 0x80070002When Windows XP boots up, after the Welcome Screen a message comes that shows the above message, and it does not allow you to login.Solution!Boot into SafemodePress F8 While booting just after the BIOS screen or during the OS Selection menu.Then do the following in the command promt ...
Published 4 years ago

Remove Flash Tracking on AddThis module on Drupal 5

http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5 tracking can be disabled. In drupal 5 the tracking can be disabled by adding the following line of code to addthis.module addthis_disable_flash = true; to the function _addthis_create_button so that the function is as shown below function _addthis_create_button($node=NULL, $teaser = FALSE) { global $addthis_counter; $addthis_counter++; if ($addthis_counter == 1) { drupal_add_css((drupal_get_path('module', 'addthis') .'/addthis.css')); drupal_add_js(sprintf(' ...
Published 2 years, 6 months ago

Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty

http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty Net::MySQL is a simple MySQL perl Client to connect to MySQL servers. But Net::MySQL hangs if your result set is having just one row. Sample Net::MySQL code #!/usr/bin/perl use Net::MySQL; $mysql = Net::MySQL->new( hostname => 'localhost', database => 'db', user => 'user', password => 'password', ); $gid = 1; $mysql->query('SELECT * FROM table ...
Published 2 years, 1 month ago

8086 Assembly Language Program to find the factorial upto 255!

http://digitalpbk.blogspot.com/2008/11/masm-assembly-factorial-program-big.html ,offset msg mov ah,09h int 21h pop dx pop axendmassume cs:code,ds:datacode segmentstart: mov ax,data mov ds,ax lea si,b1 mov BYTE PTR [si],01h puts msg geti mov dl,alloo: push dx bignum_mul b1 pop dx dec dl jnz loo puts fac bignum_put b1 mov ah,4ch int 21hcode endsend startThe Simple Factorial code upto 8!geti macro local exit,get xor bx,bx mov dx,bx mov cx,00ahget: push bx ;Read character mov ah,01h int 21h xor ah,ah pop bx ;If enter stop cmp al,0dh jz exit sub al,30h ;Multply By 10 push ax mov ax ...
Published 3 years, 6 months ago

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html Register the class (RegisterClassEx)Create Window (CreateWindowEx)Display Window (ShowWindow)Get the message loop running(while(GetMessage(...)))The contents in italics is the functions used for doing the specified actions. Check them out in the code.the Window ProcedureThe window Procedure is the link between your program and windows. It is the window procedure that windows calls to send messages to your application.That's all for nowstay tuned. ...
Published 4 years, 8 months ago

Setting up Apache-PHP on windows.

http://digitalpbk.blogspot.com/2006/12/setting-up-apache-php-on-windows.html the "php.ini-recommended" file from C:\apache2\php\ to C:\apache2\Rename it to "php.ini".Add 2 lines to the end of the file httpd.conf: LoadModule php5_module C:/apache2/php/php5apache2.dll AddType application/x-httpd-php .phpTest the php installation by making a php file. test.php<?phpphpinfo();?>Access the test.php (http://localhost/test.php) from your browser. If you see the source code, installation has failed.If you see the php info file . PHP installation was successful.Test the apache server ...
Published 5 years, 4 months ago

Special characters for orkut

http://digitalpbk.blogspot.com/2006/12/special-characters-for-orkut.html text in fancy just press Copy, and then paste wherever you want. Those having info about other OS please leave a comment ...Method 2You can enter special characters by :Hold Down ALTType a number on the numeric keypad (1-255)Release ALTNow you will see a character appearing, enter different codes for different characters.This was for windows, know about other OS? lemme know ...Method 3Just browse through profiles and you will find many characters, copy and paste. ;)Here are some characters for you ...
Published 5 years, 4 months ago

Network Traffic Calculator using VC++ 6 on XP

http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html = WSAIoctl(s,0x98000001,&lnInpBufr;,sizeof(long),&lnOutBufr;,sizeof(long),&retd;,NULL,NULL); if(err) { if(s>0)closesocket(s); return INVALID_SOCKET; } err = WSAAsyncSelect(s,hwnd,0x401,FD_READ); if(err) { if(s>0)closesocket(s); return INVALID_SOCKET; } return s;}Dont know what to do with the code?Take VC++ 6,File > New, In Projects tab, new Win32 Application, give a name also like "trafficcalc",Choose empty project.Next File > New, In Files tab, take C++ source file, give filename "main.cpp"repeat the step for filename "winsocks.cpp"Copy ...
Published 5 years, 5 months ago

Related help topics for free t9 dictionary code More keywords like free t9 dictionary code
More pages for free t9 dictionary code


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Elephant Beach at Havelock Island Elephant Beach at Havelock Island in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk