We are using DNN (asp.net based) on our site. one of the features are a page where our users can write an article and then request to get it posted on the site. when a moderator has reviewed the article it is posted on the site. We have some requirements to the minimum and maximum number of words in the article, a title and x number of words summery, body text, category and tags.
This is obviously time consuming process but we need...
Search Result
Collapse
4 results in 0.0042 seconds.
Keywords
Members
Tags
-
automatically moderating feeds from blogs
-
Ajax ticker news feed
I have a newsfeed which is made up of a js ticker that uses a php grab to convert an rss feed and show it in a html page but I have an error ....
MyElement.getEl imentsByTagName (naming)[0].firstChild is null
If I click ok it goes away and the ticker works fine.
Can anyone help me correct the error?... -
I can't get rid of wierd characters in my RSS feed
Hi,
I've created a utf8 encoded RSS feed which presents news data drawn from a database. I've set all aspects of my database to utf8 and also saved the text which i have put into the database as utf8 by pasting it into notepad and saving as utf8. So everything should be encoded in utf8 when the RSS feed is presented to the browser, however I am still getting the wierd question mark characters for pound signs :(
Here is... -
Correct way to format strings for entry into RSS Feed
Hi,
I've been trying to create a class which will format text copy and pasted from a word document into an XML / XHTML compliant string complete with paragraphs to then be inserted into a database and in turn an RSS feed.
I'm 90% there, but I would like to know whether what i have done is correct or the best way to do it.
Here is my class:
Code:<cfcomponent> <cffunction name="CustomParagraphFormatXMLSafe"