Entries by Web Tamarin

How to Reset WordPress Password

In WordPress we can reset the password in more the one ways. In this article we will explore different ways resetting WordPress password. You can use anyone of then at given time.

How to Change MX Records – Godaddy

A mail exchanger record (MX record) is a type of resource record in the Domain Name System that specifies a mail server responsible for accepting email messages on behalf of a recipient’s domain, and a preference value used to prioritize mail delivery if multiple mail servers are available. In the following example uses sample MX […]

PHP Best Practices That You Must Follow

PHP is the most widely-used language for programming on the web. There are many beginners or even experienced PHP developers who don’t bother to follow the best practices of the language, either unintentionally or intentionally. And it’s really very difficult for anybody to get hold of the best practices overnight. So I am listing some […]

Top PHP IDE’s

There are a number of IDE’s available for PHP development. In this article we’ll discuss about some free/open-source and some paid IDE’s that might help you in selecting the best. A wisely selected IDE will help you increase productivity while developing web applications. What is an IDE? An IDE (integrated development environment) is a software application […]

How To: Create aliases on WAMP server

If you are looking for a quick and easy ways to create server aliases, WAMP server is your answer. What is an Alias? Let us assume that you are using the document root for main site, and you want to direct the server directories outside the document root. For example, you want to map following: […]

Fix: WordPress Memory Exhausted Error – Increase WordPress Memory Limit

Sometime you might have to face an error while activating a new plugin or doing some other stuff. This error might look like:

 The most possible reason for this error is that you have exceeded your default Memory Limit. Since WordPress 2.5 there is a wp-config.php option WP_MEMORY_LIMIT which allows you to change the […]

Everything about WordPress Child Themes

As more and more WordPress users now customize their themes and only few users like the themes in default mode we will learn in this article how to create a Child Theme from a WordPress Theme. Why use a Child Theme? You will save yourself from a lot of headache by creating a child theme. […]

Decoding WordPress wp-config.php

wp-config,php is one of the most important file of a WordPress installation. This file is located in the root of your WordPress file directory and contains your website’s base configuration details, such as database connection information. In this article we will try to understand all the settings that are done in wp-config.php and their usage. Database […]

WAMP does not start

A lot of time you might face a trouble that WAMP will not start. The Wamp icon may be red or yellow prompting that there is some trouble in starting the WAMP properly. Sometime even the icon is green but the WAMP would not run even then. What is WAMP? Wamp is package of services […]

How To: Fix WAMP MSVCR110.dll Not Found or Missing Errors

There are more than one ways to resolve the issue of missing MSVCR110.dll on WAMP  server. The most common error message which occur while installing WAMP is This application failed to start because msvcr110.dll was not found. Re-installing the application may fix this problem. Some of the most common reasons for this error There might […]