by Franky Branckaute on December 18th, 2009
With the upcoming WordPress 2.9 release and the new version of the WordPress.com stats plugin for self-hosted blogs the choice shorturl generator to use has become easier for most users.
The wp.me shorturls domain was introduced earlier this year for WordPress.com hosted blogs. As of Release Candidate 1 for WordPress 2.9 the URL shortener is now also available for your self-hosted blogs.
As soon as you have entered a title for a new entry the Get Shortlink button will become visible and give you a WP.me URL for your entry.

There are no stats available for the shorturl itself, but it will be a surprise if this option will not be implemented in the future.
Categories: WordPress News, WordPress Plugins
Tags: plugins, Shorturl, Statistics, WordPress 2.9
by Franky Branckaute on December 4th, 2009
Site speed is a big issue for Google and consequently the search giant has updated and improved the Google Analytics tracking tag for faster loading times. The new tag has multiple advantages:
- Faster tracking code load times for your web pages due to improved browser execution
- Enhanced data collection and accuracy
- Elimination of tracking errors from dependencies when the JavaScript hasn’t fully loaded
With loading times rumoured to be one of the determining factors in search results in 2010 it is highly recommended to update your analytics tracking code
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
The new tag is immediately available to all Analytics users and further explained at Google Code. The structure of the new code can be found here. There is no doubt that most Google Analytics plugins for blogging platforms will be updated over the next days.
Categories: Blog Statistics
Tags: Analytics, google analytics, Statistics