| Mobile | RSS

Xampp Apache Busy

Posted by ramanean on January 31st, 2010 | No Comments | Posted in Uncategorized


Problem:

Sometimes when you try to stop Xampp or apache using Xampp control panel you will get a message stating that “Apache is busy” like this

To overcome this and stop Xampp in windows follow the below steps provided in the solution

Solution:

Step…

Read More

Xampp Apache admin

Posted by ramanean on January 31st, 2010 | No Comments | Posted in Servers


To access the admin panel of Xampp

Just go to this link:

http://localhost/xampp/

This link will open the admin page of the xampp

For the admin,you no need username or password

Read More

Excel Hotkey for borders

Posted by ramanean on January 30th, 2010 | No Comments | Posted in Microsoft


These hotkeys can be used in Microsoft Excel to apply and remove the borders

To apply borders :   Ctrl + Shift + 7

To remove borders :   Ctrl+Shift+Underline

Read More

Hotkey for Bookmark

Posted by ramanean on January 30th, 2010 | No Comments | Posted in General


The below  hotkeys can be use for Bookmarking in different applications

Browsers

Internet Explorer  :  CTRL +D

Firefox  : CTRL+D

Safari  : CTRL+D

Windows: ALT+A

Read More

Hotkey for Cut

Posted by ramanean on January 28th, 2010 | No Comments | Posted in General, Internet, Uncategorized


Hotkey  to cut the  content or cut the files fom a single location/single document and move it to other document or file

Hotkey for cut :CTRL+C in all windows  bersions

Read More

Cannot load MySQL extension;Please check Php configuration

Posted by ramanean on January 26th, 2010 | No Comments | Posted in Internet


Error:

Cannot load MySQL extension;Please check Php configuration

Solution:

If you get error this means either your Php server is not working or you have more than one Php installation
In my case I had xampp at localhost and I also had separate Php…

Read More

Space between characters using CSS

Posted by ramanean on January 24th, 2010 | No Comments | Posted in Coding


To leave space between characters use the following code

h1 {letter-spacing:2px}

This can be used for any div class and if the spacing is in positive then there would be more space between characters whereas if it’s negative there would be less…

Read More

Installing Python MySQLDb module for Python 2.6

Posted by ramanean on January 24th, 2010 | No Comments | Posted in Coding


Follow the below steps to install MySQL module for Python 2.6

Pre-requisites
1.Python 2.5 version should be installed

Steps:
1.Download  MySQL DB Module for Python 2.6 from technicalboard

2.Double click on the downloaded file to install it it C:\Python26\

Verification

3.Now go to cmd and python folder (C:\Python25)

4.Enter Python.exe…

Read More

Installing Python MySQLDb for Python2.5

Posted by ramanean on January 24th, 2010 | 1 Comment | Posted in Coding


Follow the below steps to install MySQL module for Python 2.5

Pre-requisites
1.Python 2.5 version should be installed

Steps:
1.Download  MySQL DB Module for Python 2.5 from sourceforge

2.Double click on the downloaded file to install it it C:\Python25\

Verification

3.Now go to cmd and python folder (C:\Python25)

4.Enter Python.exe…

Read More

Executing Php scripts from Command prompt

Posted by ramanean on January 24th, 2010 | No Comments | Posted in Coding


To execute Php scripts from command line follow the below steps

Steps:

    1.Go to the folder in command prompt where Php is installed
    E.g C:\Php

    2.Then execute below command

    Php.exe test1.php

    Note:Test1.php is a script placed in C:\Php folder

    3.To execute a script placed in subfolder…

Read More