Aug29
Right on the heels of my Quantcast posting; I’ve decided to give Quantcast some respect for helping me figure out which of the microblogging services are on the rise. My gut told me Twitter and it looks like my gut was correct.

Initially I thought this chart was showing me the rise in interest in Twitter and the adoption of it by so many new users. However, ff we make this chart relative it even suggests that Pownce and Jaiku are loosing steam / users.

Is there anything wrong with Pownce and Jaiku? Jaiku yes, Pownce not at all. Jaiku was solid before Google acquired them but it has taken forever for Google to re-open Jaiku for the general public. Pownce on the other hand is a solid service and sometimes seems easier to use and more reliable then Twitter. Kevin Rose and gang are no strangers to high-use sites and I believe Pownce will compete better with Twitter over time.
Aug18
Yes, you can track file downloads with Google Analytics. Although it doesn’t automatically give you that capability by just dropping in the Google Analytics Code, here is a simple method to add that tracking ability. For each file that you want Google Analytics to track, you need to create a “virtual page” using the pageTracker function in each file HREF in your site.
Example:
If you site has a PDF called financial-report.pdf and the link is
<a href="/files/financial-report.pdf">Financial Report</a>
That code will need to be rewritten to read.
<a href="/files/financial-report.pdf" onclick="pageTracker._trackPageview('/files/financial-report.pdf');">Financial Report</a>
This works great for a limited number of files, but for sites which have multiple file downloads. You may want to try Brian Clifton’s JS Script.
Aug10
XML sitemaps are a default for Web development at this point, yet I’m amazed about how many sitemaps are done improperly because developers use sitemap generators which either return partial or inaccurate coding. For the longest time we used http://www.xml-sitemaps.com/ and repeatedly ran into formatting issues with Google Webmaster Tools.
After trying a slew of various editors I think we’ve found a winner. XMLEcho isn’t the quickest option in the World but it certainly produces clean and accurate sitemaps. Creating an account is simple and quick, plus the service gives you the option to create sitemaps of unlimited size… best of all, it’s free!
Nice job XMLEcho!
Jul29
I’m a big fan of 37Signals and what they stand for so I know my feature request has a 99.9999% chance of never getting implemented but I’ve got to make these requests for BaseCamp.
REQUEST #1
Apply to All
When creating 10 or more Milestones, please give me the ability to apply my dropdown selection to the other 9 Milestones. For instance, if I’m selecting USER A for who is responsible, why do I have to select that multiple times?
REQUEST #2
JavaScript Calendar
Why is it when I add 1 Milestone I’m given a nice visual calendar to select a date but when I’m adding multiple Milestones I’m given a date drop down for both year, month and date. It seems as though this design choice is making me work too much.
REQUEST #3
Hasn’t Logged in Recently
This use to work really well but it changed a few months back. Now I can’t tell the difference from a user who hasn’t logged in verses a user who has never logged in. Perhaps a simple variation call “has never logged in” might help here.
Otherwise this is a great product, I continue to recommend it to my clients and associates but these few changes sure would be real nice additions. At least in my book.
May20
In their perpetual quest to index the World’s information Google has now started a health record service. Users can add medical conditions, allergies, procedures, test results and drug interactions. Partnerships with Walgreens, CVS and Quest Diagnostics allow users to import current records into Google Health.
Google Health aims to solve an urgent need that dovetails with our overall mission of organizing patient information and making it accessible and useful. Through our health offering, our users will be empowered to collect, store, and manage their own medical records online.
The service was officially announced in February of 2008 and tested via a pilot program with Cleveland Clinic with great success and acceptance. Personally, I’ve never seen my full health record. I have zero clue as to how many, and what people have seen it so far, so the fact that Google is holding this data is perfectly fine with me.