Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
661 views

Do I need a EULA in my iPhone app?

I'm writing an application for the iPhone that lets users create 3D models which they can then upload to a website so that other people can rate and comment on them. Should I force the user to accept ...
4
votes
4answers
141 views

How should I order these “helpful” scores?

Under the user generated posts on my site, I have an Amazon-like rating system: Was this review helpful to you: Yes | No If there are votes, I display the results above that line like so: 5 ...
3
votes
10answers
316 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 ...
3
votes
3answers
313 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 ...
2
votes
1answer
21 views

Good way to determine max characters to allow in user generated area on a web page

I'm working on a coupon app and it has an area where business owners can enter a short "tag line" for what the coupon is for. For example: 10% off one entree! $5 off 2 for 1 sake before 7PM 15 ...
2
votes
2answers
103 views

What to do with ASCII escape characters in user-generated markup?

I'm using HTML Purifier, a PHP "filter that guards against XSS and ensures standards-compliant output," to sanitize/standardize user-inputted markup. This is an example of the user-inputted markup: ...
2
votes
5answers
201 views

Are there any libraries or components that handle storage and fast retrieval of user-generated content?

Considering the case of having a large and active user base where each user wants to store a profile picture and some additional images or other artifacts, are there any libraries or frameworks that ...
1
vote
2answers
50 views

Make content visible only to author in Drupal

I want to allow members of a Drupal website to upload their own content to the site (something like a blog post or questionnaire), but have it visible only to themselves (hidden from other members ...
1
vote
1answer
51 views

ASP.NET: Page is rendered without change on Post-back even when changed

I have a page which contains the generated content. Page.aspx: <asp:DropDownList ID="cmbUsers" runat="server" AutoPostBack="True" oninit="cmbUsers_Init"> </asp:DropDownList> ...
1
vote
2answers
102 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
1answer
110 views

Assign role or grant permissions for WP user then he collects some points

Lets begin from the start: I want to make a website where users could generate content. It will be based on Wordpress and am using TDO Mini Forms to let users submit content. I have also added ...
0
votes
0answers
67 views

Is there a plugin for user generated notes?

I need to develop a way for a user to take notes on a video they are watching. The notes need to be periodically saved (I would prefer to use a cookie for this instead of a session), they need to be ...
0
votes
1answer
105 views

Facebook and OpenID logins - are they appropriate for web apps dependent on user-generated content?

I'm a person with a non-programming background working on a web application that must store user-generated content and always associate that content with the user who created it. I just had the ...
0
votes
2answers
78 views

Cleaning up user-submitted text to be good and readable?

I have a classifieds website built in PHP+JS, and i'd like to clean and format automatically the text submitted by the users. the users are really unpredictable and they use all uppercase, wrong ...
0
votes
1answer
56 views

What's the best regex for validating a field?

I use a regular expression to on a user-inputted field to make sure that they have entered between 1 and 20 characters. Here's the code: $post_validations = array("title" => ...
0
votes
2answers
161 views

How do you authenticate user generated “apps” for your app?

I'm think something like Facebook apps here. User generated pieces of code that people can write to interact with my app. I understand how an authenticated API works, but this seems a little more ...
0
votes
3answers
1k views

CMS for User-Generated Content?

I'm developing a user-generated content site. Note it's not a blogging system, forum, wiki or any of those shrink wrapped things. It'll have it's own specific forms and content niche, so I'd like ...
0
votes
1answer
58 views

User (MS-Office) generated content - how?

How can I allow users to share Microsoft Office generated content on an ASP.NET site? For example usage, imagine a site similar to Stack Overflow. George, writing a question, uses Word, Excel or ...
0
votes
3answers
131 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 ...