A month or two ago I had an interesting idea involving WordPress permalinks. I realized that is would be very simple to automatically shorten WordPress permalinks for usage on Twitter. With a little .htaccess tweak, you could have something like yourdomain.com/s123 redirect to yourdomain.com?p=123. The default WordPress permalinks always work, and will forward to your preferred permalink. You end up with an easy way to have a short link for each of your posts, and it’s all self-contained within WordPress. No third-party services.
Continue reading →
Yearly Archives: 2009
WordPress: Tweet Shortened URL of Current Page to Twitter
Apr 29, 2009 by Matt | Posted in WordPress No CommentsWhat Automattic Can Do With WP.com
Apr 28Automattic recently acquired WP.com from Yahoo, and now they are wondering what to do with it. (They’re asking for suggestions, too.) Yes it’s true, Automattic is now the proud owner of WP.com, which we acquired from our buddies over at Yahoo! We’ve been using…
Google Analytics API Launched
Apr 27Google has launched an API for Google Analytics. From what I’ve seen so far, it’s a fairly large XML API (with OAuth and basic HTTP authentication support) that allows you to programmatically gain read-only access to virtually any data that the main Google Analytics…
Quotable Books
Apr 26I recently built a fun little application for BookAdvice.net. It is called Quotable Books.
BlogBuzz April 15, 2009
Apr 25Nambu: Social Messaging Streamlined
Apr 24Nambu Networks, the people behind Tr.im and Pic.im, recently released a beta of Nambu OS X, a new desktop Twitter client with an impressive feature set and a native integration with OS X. (I assume that a Windows version will be released eventually, judging…
Google Adds Ranking Data to Referrer String
Apr 23Google has been rolling out changes to the way their referrer strings are structured. They are moving from a simple URL that shows the search query to a more complex one with some extra information that may be valuable. Starting this week, you may…
10 Cool Things We’ll Be Able To Do Once IE6 Is Dead
Apr 22SitePoint is celebrating the fact that Internet Explorer 8 has been added to Windows’ automatic updater. This means that a lot more people will be upgrading. Home users are one of the biggest offenders when it comes to using outmoded browsers, and this should…
TweetStats: When Do You Tweet?
Apr 21TweetStats is a semi-useful and interesting website that pulls information from Twitter via the API and generates graphs of your Twitter usage. Just enter your username and wait a moment or two while some numbers are crunched. You get a bar graph of the…
Add Power to Your PHP With Multi-Tiered Applications
Apr 20Net.Tuts+ recently published an interesting article by Jason Lengstorf. It deals with the separation of PHP code into three tiers, database, processing, and display. (Much like the MVC approach to programming.) It might not be immediately obvious, but separating your applications into a tiered…