HTML - Tagging
I am sorry if this is the wrong forum, but I did not see another place that this might be appropriate to post.
I am looking at sites that have tagging. Tagging is a series of links that show common search terms that people use on your site. An example site that uses tagging is at http://www.boardtracker.com. Now they have their own software that they wrote that does this. What I am looking for is a 3rd party program that I can use on my website that does the same thing. I have attached 3 pieces of a screenshot that shows what I am referring to on the above site. The first one shows the actual tags. If you click on one of them, it will perform a serch on the site based on that term. The second one just shows the search box and the category pull-down menu. The third one shows a text list of available categories and those link to everything that appears in that category. Ideas? Similar TutorialsOk, I'm not really sure how to explain this... I have a list of objects (ex, pic1.jph, text1,link1,pic2.jpg) I want to sort of tag each one with a "tag" so lets say I tag the two pictures with tag "P" I want to be able to call up all objects with tag "P" in a page. So For Example pic1- TAGS= P,Q,R,S link1- TAGS= A,P,S link2- TAGS= B,S,R pic2-TAGS= P,S, So basically I want to know how to "tag" the objects with a variable and then how to "call them up" in a certain spot on the page. thx in advance |