Apache and MySql services are not running after XAMPP directory relocation

Applies to: Windows Operating Systems
This is common error when you relocate the XAMPP directory, your Apache and MySql services becomes stop. After refreshing the XAMPP through the setup_xampp.bat file, the problem does not solve. Continue reading “Apache and MySql services are not running after XAMPP directory relocation”

How to increase the font-size of the content in bbpress forums

In this article we will discuss that how to change the font-size and color for the content in the bbpress forums. I have seen several quizzes about to change the font size and color in the bbpress forums, I’ll try to help you through this article. Continue reading “How to increase the font-size of the content in bbpress forums”

Prevent your email-address from the spam bots in WordPress without any plugin

From the last several days I have lot of spam mails on the contact-us email address. After investigating, I have found several reasons: one of them is that I have place the email address on the contact page that was accessible by everyone include the spam bots also. Many Spam bots can find very easily your email address format using the several regular expression. So you need to protect your email address from the spam bots. If you have a wordpress site than you can use the antispambot() function to encrypt the email address.The function will encode the characters in your address to their HTML character entity. Continue reading “Prevent your email-address from the spam bots in WordPress without any plugin”

How to See the stored cookies in your Chrome browser

From the last several days I am studying the Google chrome white papers for the managing HTML5 off-line local storage. In the documentation I have discovered some interesting things for my self that may be very useful for the developers such as to see the details of cookies or when you are trying to save the data on the local storage. Continue reading “How to See the stored cookies in your Chrome browser”