Web Tamarin
  • Home
  • Plugins
    • MK Slider
    • MK Google Directions
    • MK Post and Page Excerpts Widgets
  • HIRE ME!!!
  • DONATE
  • Search
  • Menu
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
http://www.webtamarin.com/wp-content/uploads/2015/08/www.jpg 232 250 Web Tamarin http://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
http://www.webtamarin.com/wp-content/uploads/2015/07/mysql-php.png 270 500 Web Tamarin http://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
http://www.webtamarin.com/wp-content/uploads/2014/10/IDE.png 540 620 Web Tamarin http://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
http://www.webtamarin.com/wp-content/uploads/2015/06/apache-aliases-1.png 368 598 Web Tamarin http://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
http://www.webtamarin.com/wp-content/uploads/2014/09/wordpress.png 251 313 Web Tamarin http://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
http://www.webtamarin.com/wp-content/uploads/2014/09/wordpress.png 251 313 Web Tamarin http://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
http://www.webtamarin.com/wp-content/uploads/2014/09/wordpress.png 251 313 Web Tamarin http://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
http://www.webtamarin.com/wp-content/uploads/2014/09/wamp.jpg 260 500 Web Tamarin http://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
http://www.webtamarin.com/wp-content/uploads/2014/09/wamp.jpg 260 500 Web Tamarin http://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

Parse.com Retrieving Objects Using PHP CURL

August 6, 2014/in Objects, Parse /by Web Tamarin

If you have already created and object, you can retrieve its records by sending a GET request to the object URL. For this tutorial I will assume that you already have an Parse.com account. Follow the below mentioned steps to get an Application Id ans REST API key: Sign In to Parse.com Move to Dashobard […]

Read more
http://www.webtamarin.com/wp-content/uploads/2014/09/parse.jpg 250 280 Web Tamarin http://www.webtamarin.com/wp-content/uploads/2015/06/logo11-300x62.png Web Tamarin2014-08-06 15:49:472020-02-13 12:08:03Parse.com Retrieving Objects Using PHP CURL
Page 1 of 212

Search

Recent Posts

  • How to Change MX Records – Godaddy
  • PHP Best Practices That You Must Follow
  • Top PHP IDE’s
  • How To: Create aliases on WAMP server
  • Fix: WordPress Memory Exhausted Error – Increase WordPress Memory Limit

Categories

Tags

Apache Apache Alias Apache Aliases Child Template Child Theme CURL Debugging Develop Plugin Eclipse Fix WordPress Memory Komodo Memory Error MSVCR110.dll MSVCR110.dll error MSVCR110.dll issue Multiple Dynamic Sidebars MySQL Netbeans Parent Theme Parse Parse.com Parse.com Login Parse.com Object Parse.com PHP Parse.com Register Parse.com REST API Parse.com Sign Up Parse CURL Parse Login Parse Objects Parse PHP Parse Register Parse REST API Parse Sign Up Permalinks PHP PHPEdit PHP Editor PHPStorm Plugin Development Rapid Programming on Windows Register Sidebar Search Engine Friendly URL Wamp Wamp Server

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

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