Tagged Questions

4
votes
10answers
194 views

How to automatically excerpt user generated content?

I run a website that allows users to write blog-post, I would really like to summarize the written content and use it to fill the <meta name="description".../>-tag for example. What methods can …
0
votes
2answers
74 views

Version Comparision of User Generated and Modified Content

I'm working on a project constructing an online collaboration tool. Looking at Wikipedia, I noticed that user-generated itterations of a page can easily be compared to each other; the comparison …
0
votes
3answers
96 views

Divs vs Tables for a user generated blog site. [closed]

Exact duplicate of http://stackoverflow.com/questions/30251/tables-instead-of-divs http://stackoverflow.com/questions/135826/for-tabular-data-what-renders-faster-css-or-table …
3
votes
3answers
124 views

What is the best way to organize user generated content in a social network?

I'm searching for the best way to automatically organize all user generated content in a social network. I'm building a site in ruby based upon lovdbyless' framework. the site is a place for men to …