than for the reply

ok I'll try Google Gears or others
but my needs are not playing with DOM table but rather store tags/
articles in a way that I could count :
1 - total number of articles per tag
2 - number of articles sharing each given pair of tag

so it can be build with 3 tables :

ARTICLE(id_article, title, summarize)
TAGS(id_tag, text)
and a crossing table :
ARTICLES_TAGS(id_article, id_tag)

as it can be easily writing in ordinary SQL

my implementation with be client-side javascript and have to be
simpliest (and simpler than a complete set of DAO / ActiveRecord
classes...)

have you any more idea ?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to