Working on nifty web stuff

The other day I finished tweaking m2f (mail two forum) phpBB for Akron Sports Car Club. They have an email list managed by mailman. A large number of the members enjoy the features of the mailing list. But a number of the members prefer a web based forum. So, m2f links the two together. When an email is sent to the list, it automatically gets posted to the forum. Post a message to the forum and it automatically gets sent to the list. Nifty!

I’ve updated the web dev section. It now has the C/C++ code used for MySQL/PostgreSQL to calculate zip code distances. The zip code tool has also been tweaked a bit and you can actually test out the C function versus the SQL approach. Nifty!

I’ve been wondering about the importance of meta tags on this site. How do I do keywords if they’re supposed to be on the site and the site is mostly a blog? Dynamic key word generation to the rescue! Since the blog is template driven, I can actually scope out all the words I’ve used in the stories (and do it dynamically). I then take a count of the words (ignoring the popular English ones) and sort them by the number of times they were found. Then I grab the top 25. To see it in action, do a “view source” on this page. Then look for the keywords metatag. Then go to another blog page (scroll to the bottom to select a page number) and then view its source. The keyword list should be different. Nifty!

I’m thinking of keeping track of my calculus grades online. Haven’t figured out how I’ll organize them though. Hmm. It could be “nifty” though…

Leave a Reply