background preloader

Web Services

Facebook Twitter

API's

The Google Geocoding API - Google Maps API Web Services. The Google Maps Geocoding API is a service that provides geocoding and reverse geocoding of addresses.

The Google Geocoding API - Google Maps API Web Services

Geocoding is the process of converting addresses (like a street address) into geographic coordinates (like latitude and longitude), which you can use to place markers on a map, or position the map. Reverse geocoding is the process of converting geographic coordinates into a human-readable address. You can also use the Google Maps Geocoding API to find the address for a given place ID. Sample request and response You access the Google Maps Geocoding API through an HTTP interface. Geocoding request and response (latitude/longitude lookup) The following example requests the latitude and longitude of "1600 Amphitheatre Parkway, Mountain View, CA", and specifies that the output must be in JSON format. You can test this by entering the URL into your web browser (be sure to replace ‘YOUR_API_KEY’ with your actual API key).

Below is a sample geocoding response, in JSON: ... ], "status" : "OK"} Quotas.

Monitoring

New: Bing Sitemap Plugin Helps Webmasters Create XML Sitemap Files. Bing announced, on its Bing Webmaster Blog, a new feature that helps webmasters create two types of XML Sitemaps.

New: Bing Sitemap Plugin Helps Webmasters Create XML Sitemap Files

Bing created a server-side application that works on both IIS and Apache servers that helps you create a comprehensive Sitemap and, also, a recently updated Sitemap. The binaries can be downloaded at the Microsoft download site. How do the two Sitemap files differ? The first is a comprehensive Sitemap of all URLs seen in server traffic, and the second is a Sitemap dedicated to store URLs that have changed recently. Duane Forrester explained: Having both comprehensive and delta Sitemaps provides you with significant benefits, as you will always have a full, up-to-date list of all URLs on your website that search engines can use for deep crawl, as well as a concise Sitemap of URLs that were modified recently, which search engine crawlers can prioritize. Related Topics: Channel: SEO | Microsoft: Bing SEO | Microsoft: Bing Webmaster Tools. Website Monitoring.

Cookie Stuff

Auditors. Domains. The web performance & security company. URL Shorteners. Hosting. 10 Excellent Wordpress Plugins to Improve Wordpress Performance. WordPress is one of the best blogging software available right now.

10 Excellent Wordpress Plugins to Improve Wordpress Performance

The reason being the availability of infinite number of plugins which can be used to perform different tasks like integrating social buttons, improving SEO and much more. But as the traffic on the blog increases, the loading time increases as well because it takes to load all the scripts and plugins. You can also enjoy our wordpress articles as well : SEO WordPress plugins, WordPress Ads Banners Plugins, useful wordpress plugins, wordpress facebook plugins.

However, there are certain plugins available which can tackle this problem as well. Today, we have gathered a list of 10 excellent WordPress plugins which can improve the loading time of your blog. 1. Advertisement 2. If you don’t want to use W3 Total cache, you can give Wp Super cache a try. 3. This plugin integrates the Minify engine into your WordPress blog. 4. 5. With JS and CSS Optimizer, webmasters can improve the loading time of their websites. Making a Living With WordPress. With WordPress powering 8% of the websites in the world, the demand for WordPress related services is increasing exponentially.

Making a Living With WordPress

Not every WordPress website is owned by a developer. After the users get familiar with basic WordPress usage, they would need more specialized services to enhance the way their website looks or to add new features. If you offer your clients WordPress based websites or are involved in any WordPress based development, then this article is just for you. Most WordPress site owners have got their website made by others, or have managed to somehow set it up themselves by reading few articles or using one click installation provided by most hosting companies.

Once these users start understanding how they could leverage the website, they would need additional services to make their website better and more functional. These things would be like a custom theme, plugin or just some basic theme modification work. Theme Design Plugin or App Theme Development.

Speed

WordPress Hosting: Apache or Nginx? This is a guest post written Austin W.

WordPress Hosting: Apache or Nginx?

Gunter, the Brand Ambassador of WP Engine’s Managed WordPress Hosting Platform. WordPress’s development has been intertwined with Apache since the beginning. WordPress was built to be served on Apache. Recently Nginx has risen to prominence to serve traffic from 11.4% of all known traffic. Automattic moved WordPress.com over to Nginx, and managed WordPress hosts like WP Engine, and ZippyKid have adopted the technology as well. First off, Nginx and Apache are not equal, but what makes them different? CK10 Problem Nginx was developed, in part, to solve the C10k problem, or optimizing web server software to handle a large number of clients at the same time.

Concurrent Connections Nginx is designed to handle thousands of concurrent connections with low CPU usage. Additionally, Apache is limited by how many threads it has CPU to run, and Apache processes are costly. Static Assets Nginx is the king of serving statics. Proxy Caching 3rd Party Modules.