32 private links
Browse for a Blogger export file press 'Convert' to translate that file into a Wordpress WXR export file suitable for importing into a Wordpress blog.
This is my fourth tutorial covering features of the Google Maps API v3. This time I will show you how to use the street view service. I have built an app for this tutorial, an interactive visit of Paris. You’ll be able to visit certain locations, walk through Paris or take virtual tours.
There’s a lot to get excited about in mobile application development today. With increasingly sophisticated hardware, tablet PCs and a variety of software platforms (Symbian OS, iOS, WebOS, Windows Phone 7…), the landscape for mobile developers is full of opportunities — and a little complex as well.
So much choice can be overwhelming when you just want to get started building mobile applications. Which platform should you choose? What programming language should you learn? What kit do you need for your planned project? In this tutorial, you’ll learn how to start writing applications for Android, the open-source mobile operating system popularized by Google.
As we all know, Microsoft’s Bing is the new kid on the search engine block. However, with high profile ad campaigns, a deal to power the rejuvenated Yahoo! search and some recent bad publicity for Google, Bing now finds itself powering nearly 30% of the search market share[1] (if you consider Yahoo! search). Not bad considering it was launched just a little over a year ago.
Since Bing’s launch in June 2009, SEO experts all around the world have been testing away and pouring over the new algorithm in an effort to understand how it works, what the ranking factors are, and what carries most weight.
As Bing continues to gain search engine market share, it becomes even more important to find out how Bing works.
Whether you’re a site owner wanting to fare better on Bing, or a web developer or web designer working with the marketing team of a project — this quick guide will get you up to speed on things you should know for optimizing your sites for Bing.
There’s a lot to get excited about in mobile application development today. With increasingly sophisticated hardware, tablet PCs and a variety of software platforms (Symbian OS, iOS, WebOS, Windows Phone 7…), the landscape for mobile developers is full of opportunities — and a little complex as well.
So much choice can be overwhelming when you just want to get started building mobile applications. Which platform should you choose? What programming language should you learn? What kit do you need for your planned project? In this tutorial, you’ll learn how to start writing applications for Android, the open-source mobile operating system popularized by Google.
This is my third tutorial on the Google Maps API v3. I’m going to show you how to use some other google maps features by building an interactive travel map. Everyone will be able to add new locations on the map and view the locations added by others. We will also be using MySQL databases to store the values of different locations so let’s get started.
What google maps features you’ll learn?
* Adding a map to your site
* Adding controls for the map and settings the options for the controls
* Responding to events
* Adding markers, settings options for markers and dynamically changing marker settings
* Geocoding a location
* Creating tabbed infowindows (using jquery, jquery ui and some sample code from google code)
Each and every person who owns a website will likely have some sort of Analytics script installed to monitor traffic. And it is probably Google Analytics.
Don’t get me wrong, Google Analytics is an Awesome packages and gives you tons of data about your visitors but just sometimes you need something different (or you don’t like Google and want to host your data elsewhere :) ).
Whatever your reason, you need look no further.
Let’s be honest…WordPress’ search functionality isn’t great. Let’s be more honest…no search functionality is better than Google’s. Luckily for us, Google provides an awesome method by which we can use their search for our own site: the Google AJAX Search API. Let me show you how to implement this awesome API within your own website!
PFAf (PHP for Android framework) jest pierwszym (i na pewno nie ostatnim) frameworkiem ułatwiającym pracę wszystkim tym, którzy chcieliby pisać aplikacje w PHP na telefony z Androidem. Framework znajduje się w bardzo wczesniej fazie, mimo to działa zaskakująco dobrze.
GAPI is now at version 1.3 - This version contains fixes for the handling of very large metric values represented in scientific notation. Thanks to austinrehab for raising this issue.
Development is complete on the Google Analytics filter control. You can now filter your results using a simple GAPI filter string, for example:
$filter = 'country == United States && browser == Firefox || browser == Chrome';
You can create simple query strings that represent the logic Google Analytics requires, but it is abstracted enough to be more readable and easier to work with.