XAMPP provides an ideal local development environment, XAMPP is a simple and lightweight solution that allows you to create a ideal local development environment. Continue reading “Installing XAMPP on Local Windows machine and fixing Port error”
Category: Tech blogs
How to display thumbnail and title of the posts by particular tag name in WordPress
If you want to display the thumbnail with the title of the posts by specific tag name, you can use the following code snippet. Continue reading “How to display thumbnail and title of the posts by particular tag name in WordPress”
Add ads script after first post of the topic in bbpress forum
If you want to display google Ads after first post on every topic, you can use ‘bbp_show_lead_topic’ function. The ‘bbp_show_lead_topic’ function is an alternate layout style where topics appear as ‘lead’ posts. Continue reading “Add ads script after first post of the topic in bbpress forum”
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”
The Flow chart of do while loop with variables
do while loop is a control flow statement used in most programming languages. In most languages it is used as: Continue reading “The Flow chart of do while loop with variables”
The funny Error – Keyboard not found. Press F1 to RESUME
Some time user faces an error like ‘Keyboard not found. Press F1 to RESUME’ on their computers. It seems very funny but it exists in the BIOS based computers. Your windows 7 may also include this. Continue reading “The funny Error – Keyboard not found. Press F1 to RESUME”
Creating the EmployeeDb sample SQL database
The following download files provides scripts for creating the EmployeeDb sample databases for use with SQL Server. The Scripts have created from the Microsoft SQL Server Management Studio. The EmployeeDb is using in the various examples, tutorials and projects on the Authorcode. Continue reading “Creating the EmployeeDb sample SQL database”
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”