0
Set xampp:- Apache Mysql Filezilla Mercury Tomcat as a windows service and get xampp to start automatically on boot up
Set xampp- Apache,Mysql, Filezilla, Mercury and Tomcat as a windows service and get xampp to start automatically on boot up.
For this first we need to install xampp on windows. Refer this LINK ON HOW TO INSTALL XAMPP or we have a set of tutorials...
SSH without password from one server to another in unix aix or linux
There are lot of requirements in the production environment where there is a need to have SSH without password prompt from one server to another under some id’s. But how to do that. Here is the solution and tips on how to approach this...
Encrypt HTML online for your website
This tool will encrypt the HTML code online and give you a encoded output which you can copy paste to your webpage and prevent your website code from copying.
1. Insert your HTML code you want to encrypt.
2. Click ‘Encrypt’ and...
.htaccess some facts and rules
Common command suffixes
At the end of many lines you will see a suffix within square brackets. These instructions modify the main command of that line.[301] = permanent redirect[302] = temporary redirect[NC] = no case (ignore...
Listing the comma seperated data or line using php
This tutorial will show you how to seperate a line that contains comma, semicolon etc and then list it accordingly. Here we are using explode() and also empty(). If there is an empty space between two comma or semicolon then that is automatically...
make_sock: could not bind to address 0.0.0.0:80 windows apache not starting [Solved]
Apache is not starting and throwing error message in my error logs.
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets...
Scrolling title bar in browser using javascript
This is a simple script that demonstrates how to implement a scrolling text in the website title bar using simple javscript.Here is the code, Just copy and paste it inside your html …
<script type='text/javascript'>
//script by...
How to run or Configure Apache to use PHP as CGI
To get Apache to use the PHP CGI for files with the .php extension, you need to tell Apache where to find the php-cgi executable, which is installed to /usr/local/bin/php-cgi by default. You also need to give Apache permission to execute files...
Fatal error: Checking if a package is enabled for an invalid package ’3′ on line 392 in [path]/vb/types.php in [path]/vb/vb.php on line 287
Whenever we click on any online member MY PROFILE linke we get this damn error, how to fix this.Really simple just follow these steps,
On VB 4.0.4, go to member.php file and take a backup of this file if you are really not sure what you are...
Send Email to Multiple Persons using php
You can send email to mutiple persons at one shot using php. When you submit, this file will be sent an email immediately to the target emails from your database.
First create a DB
Database “mail” and table “email_list”...
Cursor:hand css not working with mozilla/firefox
If we add cursor: hand on our CSS then this will not work on mozilla / firefox. It will only work on IE [Internet Explorer].
Why?
The reason is IE supports the keyword hand other browsers does not.
Fix?
To work on all the browsers, simple use...
Submitted Tutorials For The Month Of June
Your browser does not support iframes.
VN:F [1.9.13_1145]please wait...Rating: 10.0/10 (1 vote cast)VN:F [1.9.13_1145]Rating: +1 (from 1 vote)
Disabling right click menu using javascript Enhanced Version
This is an enhanced version of how to disable right click menu from a webpage.
Simple just copy and paste this code
<script LANGUAGE="JavaScript">
var message="Sorry this function is disabled."
function clickIE4(){
if(event.button==2){
alert(message)
return...
