drdmkt.com is a URL shortening service created for the Word of Mouth application for android devices. Eventually I'll be setting up a pretty and professional home page, but at the moment, there is no real reason to visit this home page (since URLs are created from the android app itself). Benefits of drdmkt.com links: Every link at drdmkt.com points directly to a specific android application. When that link is clicked on from a PC or device that does not run android, the link will point to the Android Market web page for the app in question (formerly pointed to cyrket.com). But when the link is clicked on from an Android phone/device, it will open up the actual Android Market to the specified app. How it works: It's incredibly simple... When a link is created from the Word of Mouth app, the package and application names are saved to the drdmkt database along with an id (bigint) and a create date (this is the ONLY info I save, I'm not even counting clicks). The 2nd half of the url is just the id converted to a base-36 number. When the link is clicked on, a simple UserAgent check is performed. If the user agent contains the word 'android', then the user is redirected to market://details?id=(package name). Otherwise the user is redirected to http://market.android.com/details?id=(package name). If a link to the same application is "created" again, then the original url is fetched and returned. This means that no two drdmkt.com links should ever point to the same app.