Blog

/Blog

PAYPAL SANDBOX PAYMENT GATEWAY INTEGRATION

In this tutorial I want to explain how to work with Paypal Sandbox test accounts for payment system development and sending arguments while click buy now button. It’s simple and very easy to integrate in your web projects. Step:1. you need to create a papal sandbox account login into developer.paypal.com and then click signup now [...]

By |June 27th, 2014|Blog, PHP|7 Comments

Display Google Map Using Curl in PHP

Display Google Map Using Curl, this is the preferred way it gives much more control, its also faster then file_get_contents. 1.First Set the url like : $url ="http://maps.google.com/maps/api/geocode/json?address=PUNE+INDIA&sensor=false"; The important part to point out there is the address=PUNE+INDIA the address expects an address also since this is a web URL it cannot have spaces instead [...]

By |June 10th, 2014|Blog, PHP|0 Comments

Add an Admin User to the WordPress Database via MySQL

Step by step guide on how to create an admin user in WordPress Database via MySQL. (Note: You should always make a backup of your database before performing any MySQL edits..) First, you need to login to phpMyAdmin and locate your WordPress database.  Once you are in, we will be making changes to the wp_users [...]

By |May 5th, 2014|Blog, WordPress|0 Comments

Improve Database Security

You don’t have to go far to find out how important database security is. For instance, Target is still reeling from their systems being hacked, exposing the credit card information of many of their customers. It’s the kind of harm that requires a lot of time, money, and resources for damage control, as well as [...]

By |April 4th, 2014|Blog, PHP, WordPress|0 Comments

Why User Need a CDN for Website?

What is a CDN? CDN is short for Content Delivery Network which is a network of servers that deliver cached static content from websites to users based on the geographic location of the user. Pretty confusing eh? Let’s break it down in simpler words. Normally when a user comes to your WordPress blog, they are [...]

By |April 2nd, 2014|Blog, PHP|0 Comments

How to get Website indexed in Google?

From individuals to Start ups to big business organizations, everybody prefers websites as a medium to connect with their customers. But the question is do they reach to the right people? Many surveys believe that most of them may not be very successful in it. They create a website with good content and creative design; [...]

By |March 27th, 2014|Blog, WordPress|1 Comment

Create a Responsive Web Design

Responsive Web Design is a best way to optimize website viewing in different kind of devices such as desktop, tablet, mobile etc. This kind of website get more traffic compare to other websites. Responsive website dynamically reduce website size and increase website loading speed for various devices. Some responsive frameworks give ability to design responsive websites. [...]

By |March 25th, 2014|Blog, WordPress|11 Comments

Increase Database security in WordPress

1.REGULARLY  BACKUP WORDPRESS DATABASE Sometimes accident can happen when we least expert it. If you can have made a careless mistake and your post is gone how can you restore your data in your database? Your database contains all your post,comments and link that you have on your blog so if the database is erased or [...]

By |March 21st, 2014|Blog, PHP, WordPress|1 Comment

How To Promote Your Website Using SEO?

An important part of promoting your website online is tohave it listed by search engines in their search results. The higher positionsin the search engine results you get, the more clicks and traffic you will have for FREE! The key to having good rankings in free searches is the so-called “search engine optimization” (SEO) which [...]

By |March 20th, 2014|Blog, WordPress|3 Comments

Common Causes of the 404 error

The 404 error is very commonly confused with the server not found error. The difference between the two is that the former occurs when a server fails to locate a resource that a client has requested while the latter happens when the destination server cannot be connected. If the 404 error message shows up for a page it [...]

By |March 6th, 2014|Blog, WordPress|1 Comment