Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
110 views

Cleaning and Merging Inline CSS styles

I am trying to clean up user entered HTML code that has a lot of inline CSS especially spans with styles and I'm not sure where to start. Does anyone know of a way to merge the spans and the styling ...
2
votes
2answers
61 views

In a system for moderating offensive user content, how do you decide on a threshold for automatic removal?

I'm writing a forum application and want to automatically moderate offensive posts using a flagging system similar to the one on StackOverflow in which users are given the ability to report ...
-3
votes
2answers
401 views

PHP Calendar - How to make it send an email notification for new events?

I'm using http://phpcodeworks.com/pec/index for a nice User Generated Calendar but it doesn't have the function of sending an email to me when someone posts an event. I'd really like this feature and ...