Category Archives: urlborg

urlBorg: why build yet another URL shortening service?

So, urlBorg has been rewritten in Python and is now hosted on Google AppEngine (make a note, the new address is urlborg.com). But why build “yet another URL shortening service”, when it’s so easy to build one? Any web developer … read more

a suggestion for efficient and scalable counters in Datastore

As I’ve mentioned before, I’m trying to migrate urlBorg to Google AppEngine. urlBorg needs to count many things, like clicks on a short URL, etc, so I really need a scalable and efficient way to implement counters. This is not … read more

AppEngine Datastore limitations

I’ve been trying to decide if moving urlBorg to Google App Engine is a good idea. The pros are obvious: scalability. There are many features I’ve wanted to implement for urlBorg but never did because I’m afraid that if it … read more

urlborg.xml (video)

On the urlborg.xml front, a lot has been going on during the last days. A new interface, documentation, etc. Check out urlBorg developers blog for more.

urlBorg developers blog, prologue theme and twitter

I set up a separate blog, blog.urlborg.com where I will post news about urlBorg. I chose the Prologue wordpress theme that resembles twitter a lot in look and feel. I also installed Twitter Tools and set it up to update … read more

checking your web server logs for urlB.org links

If you are a site owner, you probably like knowing how your content is used, even if this is just an incoming link. One of the nice features of urlB.org is that you can easily tell which urls of your … read more

urlBorg as OS X system-wide service

Download

using urlB.org API from PHP

If you are interested to use the urlB.org API from within PHP, here is a simple wrapper. First download urlborg.php (and, of course, make sure you have your API key). Now, creating short URLs and getting info about them is … read more

urlB.org updates (API, etc)

urlB.org updates for 2008-02-01: API calls “create”, “info” will return target url mime type and size urlkeys are unique for each url (and API key). If you are using the web interface, this means that next time someone submits the … read more

urlB.org: subsrcibe to search results

urlB.org’s search is a great tool for site owners that want to keep an eye on shortcuts going to their site. Now, you can subscribe to search results (RSS feed)!