Thursday, April 25, 2013

Login Page for Phpmyadmin


Create Login Page for Phpmyadmin - xampp

It is very easy to create login page for Phpmyadmin at xampp. We have to find the file named config.inc.php at root\xampp\phpMyAdmin\config.inc.php.

$cfg['Servers'][$i]['auth_type'] = 'config';

you just need to replace with the line  $cfg['Servers'][$i]['auth_type'] = 'cookie';

Now you will get login page for Phpmyadmin (mysql)

Wednesday, April 24, 2013

Software security

Software vulnerabilities

Common types of software flaws that lead to vulnerabilities include:

Some set of coding guidelines have been developed and a large number of static code analysers has been used to verify that the code follows the guidelines.

See also


Friday, March 01, 2013

Tool tip

HTML:

1. <a href="domain.com" title="Free DHTML and JavaScripts">
     Wonderful Collections</a> 

2. <input type="text" size=25 title="Enter your email address here">

3. <div title="JavaScript Kit">JavaScript Kit</div>


JQuery :
http://jquerytools.org/demos/tooltip/index.html

http://jqueryui.com/tooltip/