Web Tamarin
  • Home
  • Plugins
    • MK Slider
    • MK Google Directions
    • MK Post and Page Excerpts Widgets
  • HIRE ME!!!
  • DONATE
  • Search
  • Menu Menu

How to Reset WordPress Password

June 22, 2022/in WordPress/by Web Tamarin

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.

Read more
https://www.webtamarin.com/wp-content/uploads/2015/03/wp-logo.png 1024 1024 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2022-06-22 00:00:512022-06-22 17:08:12How to Reset WordPress Password
Internet

How to Change MX Records – Godaddy

August 16, 2015/in Internet/by Web Tamarin

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 […]

Read more
https://www.webtamarin.com/wp-content/uploads/2015/08/www.jpg 232 250 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2015-08-16 19:53:452020-02-13 15:35:52How to Change MX Records – Godaddy

PHP Best Practices That You Must Follow

July 27, 2015/in PHP/by Web Tamarin

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 […]

Read more
https://www.webtamarin.com/wp-content/uploads/2015/07/mysql-php.png 270 500 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2015-07-27 13:40:072020-02-13 12:07:57PHP Best Practices That You Must Follow

Top PHP IDE’s

October 5, 2014/in PHP/by Web Tamarin

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 […]

Read more
https://www.webtamarin.com/wp-content/uploads/2014/10/IDE.png 540 620 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-10-05 13:23:332020-02-13 12:08:02Top PHP IDE’s

How To: Create aliases on WAMP server

September 15, 2014/in Apache, PHP, Wamp/by Web Tamarin

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: […]

Read more
https://www.webtamarin.com/wp-content/uploads/2015/06/apache-aliases-1.png 368 598 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-09-15 17:28:322020-02-13 12:08:03How To: Create aliases on WAMP server

Fix: WordPress Memory Exhausted Error – Increase WordPress Memory Limit

September 3, 2014/in WordPress/by Web Tamarin

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

1
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx

 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 […]

Read more
https://www.webtamarin.com/wp-content/uploads/2014/09/wordpress.png 251 313 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-09-03 11:58:092020-02-13 12:08:03Fix: WordPress Memory Exhausted Error – Increase WordPress Memory Limit

Everything about WordPress Child Themes

September 2, 2014/in Themes, WordPress/by Web Tamarin

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. […]

Read more
https://www.webtamarin.com/wp-content/uploads/2014/09/wordpress.png 251 313 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-09-02 16:55:182020-02-13 12:08:03Everything about WordPress Child Themes

Decoding WordPress wp-config.php

September 1, 2014/in WordPress/by Web Tamarin

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 […]

Read more
https://www.webtamarin.com/wp-content/uploads/2014/09/wordpress.png 251 313 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-09-01 12:34:012020-02-13 12:08:03Decoding WordPress wp-config.php

WAMP does not start

August 14, 2014/in Apache, MySql, PHP, Wamp/by Web Tamarin

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 […]

Read more
https://www.webtamarin.com/wp-content/uploads/2014/09/wamp.jpg 260 500 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-08-14 15:10:212020-02-13 12:08:03WAMP does not start

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

August 6, 2014/in Apache, PHP, Wamp/by Web Tamarin

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 […]

Read more
https://www.webtamarin.com/wp-content/uploads/2014/09/wamp.jpg 260 500 Web Tamarin https://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-08-06 16:28:132020-02-13 12:08:03How To: Fix WAMP MSVCR110.dll Not Found or Missing Errors
Page 1 of 212


Search

Recent Posts

  • How to Reset WordPress Password
  • How to Change MX Records – Godaddy
  • PHP Best Practices That You Must Follow
  • Top PHP IDE’s
  • How To: Create aliases on WAMP server

Categories

Tags

Apache CakePHP Change MX Records CURL DNS Control Fix MX Records MX Records MySQL Parse Parse.com Parse.com Object Parse.com PHP Parse.com REST API Parse CURL Parse Objects Parse PHP Parse REST API PHP PHP Best Practices reset password wordpress Time to Live TTL Wamp Wamp Server wordpress database WordPress Debug Settings WordPress Development WordPress Memory Error WordPress Memory Limit wordpress mysql database WordPress Permalinks wordpress phpmyadmin WordPress Plugin WordPress Plugin Development WordPress Search Engine Friendly URL WordPress Security WordPress SEF URL Wordpress Sidebars WordPress Theme WordPress Theme Development Wordpress Widgets WordPress wp-config.php wp-config.php WP_MEMORY_LIMIT Zend Studio

Hire Me / Donate

Donate

Hire Me / Donate

Donate

Pages

  • Blog
  • MK Google Directions
  • MK Post and Page Excerpts Widgets
  • MK Slider
  • Plugins

Categories

  • Apache
  • Internet
  • MySql
  • Objects
  • Parse
  • PHP
  • Plugins
  • Themes
  • Users
  • Wamp
  • WordPress

Archive

  • June 2022
  • August 2015
  • July 2015
  • October 2014
  • September 2014
  • August 2014
  • July 2014
2018 - Enfold Theme by Kriesi
  • Twitter
  • Facebook
  • LinkedIn
Scroll to top