December 2007
S M T W T F S
    Feb »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Change login link to logout link.

There are times when you have to change the login link in your webpage to a logout link when a user successfully logged in.

Here is a simple way to do it in PHP

Suppose your menu is

Link 1
Login
Link 2

the corresponding HTML code will look like

<a href=’somepage.php’>Link 1</a>
<a href=’login.php’>Login</a>
<a href=’some_other_link.php’>Link 2</a>

After successful login most probably you will [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Twitter
  • DZone
  • Linkter
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • co.mments
  • Facebook
  • LinkedIn
  • Live
  • MySpace
  • Tumblr

Add custom picture and other details in System Properties tab

This article applies only to Windows operating systems.
If you dont know how to take System Properties tab, do this, Right click the My Computer icon on the desktop, select Properties. By default the General tab will be shown. This is the System Properties.

System Properties can also be accessed from the Control Panel.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Twitter
  • DZone
  • Linkter
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • co.mments
  • Facebook
  • LinkedIn
  • Live
  • MySpace
  • Tumblr

Automatically login to Windows 2000 using a username and password

This artilce explains how to automatically log on to a windows account using a username and password.

This is useful when the installation of your program requires restart of computer inbetween like the installation of Visual Studio.
So after the restart [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Twitter
  • DZone
  • Linkter
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • co.mments
  • Facebook
  • LinkedIn
  • Live
  • MySpace
  • Tumblr

How to enable or disable Image Toolbar in Internet Explorer

Image Toolbar is a small toolbar shown in Intetnet Explorer above an image when the mouse moves over the image. The purpose of the Image Toolbar is to save the image, print the image, [...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Twitter
  • DZone
  • Linkter
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • co.mments
  • Facebook
  • LinkedIn
  • Live
  • MySpace
  • Tumblr

Implementing CAPTCHA using PHP

How to implement a CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) using PHP

Implementing CAPTCHA using PHP

Steps involved in this tutorial:

Create a background image, the more messier the more better.
[...]

Share and Enjoy:
  • Digg
  • del.icio.us
  • Twitter
  • DZone
  • Linkter
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • co.mments
  • Facebook
  • LinkedIn
  • Live
  • MySpace
  • Tumblr