About the author

Steven HarmanSteven Harman is a passionate developer who believes that writing great software isn't just a job, its a craft.

ASP.NET MVP

For recent posts and more about me, scroll to the bottom.

Subscribe

  • Subscribe to my feed. via RSS
  • Subscribe via email via email

News

devLINK Technical Conference

Jobs

Badges

  • Subtext Project
  • Support Subtext
  • HiddenNetwork.com Banner

My 15 Most Popular Posts, via Ayende

Recently Ayende posted a simple SQL script for calculating the most popular posts in your Subtext blog. Being of the curious nature, I couldn't help but run the query against my own blog...

The Results:

  1. iPod Shuffle - What I Learned My First Day.
  2. .Text's MetaWeblog API - Edit Post Error...
  3. Hotfix KB928388 - Revised Daylight Savings Time
  4. subText Reaches 1,000 Downloads - and Counting!
  5. Debugging a .NET WebApp in VS.NET
  6. Gaim - MSN Crashes
  7. Using MbUnit with COM+ 1.5 transactions... a big Gotcha!
  8. CVS - Keeping your branch(es) in sync...
  9. Notepad++ : The best little editor money can't buy!
  10. [How-To] Save Your Visual Studio 2003 Settings.
  11. Mapping Drives via Remote Desktop
  12. w.bloggar v4.00 is released!
  13. Recently Discovered GMail Vulnerability... FIXED!
  14. WinXP - Zune Theme
  15. The 'ATLAS' Framework - Callback Handler JavaScript Bug

One of the cool things about this particular query is that it is weighted to help normalize the data a bit. See Ayende's post for more details. I'm not sure that I would have guessed some of those posts would have made my Top 15, but the numbers don't lie.

It's funny because some of those posts are from way back in the beginning when I was just cutting my teeth on .NET and blogging, and still had no idea where this blog would go... if anywhere.

Why not bake this into Subtext?

As I was looking through this and some of the other blog stats queries Ayende has posted as of late, I got to thinking... why not just bake this right into Subtext? Maybe add a new page in the Admin UI and a new Skin control?

But then I realized... we have a new plugin framework coming down the pipe for Subtext v2.0! So maybe some ambitious developer out there will take it upon him/herself to build these great queries into a shiny new plugin. Any takers? :)

Tags:

What others are saying.

# re: My 15 Most Popular Posts, via Ayende
Gravatar Simone
Mar 13, 2007
I'll probably run that scripts on my blog, even if my blog only have 59 posts, and having the "popular posts" control I know exactly my top 10 posts.
Anyway, can you write some idea on how to allow the admin extensibility via plugins? :)
At the moment I'm just focusing on the frontend extensibility...
# re: My 15 Most Popular Posts, via Ayende
Gravatar Haacked
Mar 13, 2007
I've actually talked to Jon Galloway about doing this, since he's both a reporting maestro AND has experience with some open source graphing tools.

We'll definitely bake this in.
# re: My 15 Most Popular Posts, via Ayende
Gravatar David
Mar 14, 2007
I have modified "my" version of Subtext with a control just like that. Check out my site and you'll see "Most popular posts in last XXX" days there.

I though about posting to developer mailing list if you guys would like me to submit it, but never actually did it. :)
Comments have been closed on this topic.