View Single Post
  #11  
Old 04-17-2007, 09:39 PM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
Algorithm is simple (in "metacode"):

max_tag = base for all calculations is the most common tag;

weight = round(count_of_tested_tag/max_tag, with_precision_to_one_digit_after_comma);

tags10 = if(weight == 1.0)
tags09 = if(weight == 0.9)
tags08 = if(weight == 0.8)
....
tags01 = if(weight == 0.1)
tags00 = if(weight == 0.0)

Now I found we (or I should say I) forgot about tags00 in CSS definition :/
__________________
photoblog | portfolio | addons | Donate
Reply With Quote