Anything Else

Saturday, July 8, 2006

Nicholson's Categories Solution

This fellow dropped by, telling about his solution to blogger's lack of category problem. Smart. Not as integrated as labelr, but definetly much easier to "install". We seem to think alike, dude, you ever visit India, I will buy you a drink. :-)


I have a few suggestions for you:
  • You use transparent images, which means your server will be hit by n+1 times for each page load, where n is the number of categories for that post page, you can change this to 1, by a "post ping", let javascript come, let it come with information about the categories assigned to this page, known by your server, and let the javascript find a discrepency between that and what the current page says, notify the server if there is difference.
  • Use <div class="category">Name of the Category</div> to assign categories to a post instead of <img src="">s, this way they can appear at the bottom of the post, which is more "traditional", and in you javascript find all instances of divs of class category, and convert it to links, which when clicked will do the same thing that you do in the sidebar.

Labels: labelr Tips n Tricks

If you find this post useful, please conside buying me a pizza!

0 Comments

<< Home