Click here to Skip to main content
15,895,084 members
Home / Discussions / Web Development
   

Web Development

 
Questionadd webusercontrol Pin
reza toorani29-Aug-05 9:29
reza toorani29-Aug-05 9:29 
AnswerRe: add webusercontrol Pin
Christian Graus29-Aug-05 14:34
protectorChristian Graus29-Aug-05 14:34 
GeneralRe: add webusercontrol Pin
reza toorani30-Aug-05 17:08
reza toorani30-Aug-05 17:08 
Questioncreate table using javascript Pin
Anita Mistry29-Aug-05 1:48
Anita Mistry29-Aug-05 1:48 
AnswerRe: create table using javascript Pin
Guffa29-Aug-05 4:31
Guffa29-Aug-05 4:31 
QuestionHow to create 'flat' HTML Pin
MartijnF29-Aug-05 1:47
MartijnF29-Aug-05 1:47 
QuestionRSS Pin
Jeeva Mary Varghese29-Aug-05 1:23
Jeeva Mary Varghese29-Aug-05 1:23 
AnswerRe: RSS Pin
Dario Solera29-Aug-05 9:14
Dario Solera29-Aug-05 9:14 
In my website I have one RSS feed. I create it automatically when the content changes, using ASP.NET (but it can be written using PHP, JSP and so on).

Basically you have to learn the XML schema, used inside a RSS feed (a feed is simply a XML file). Try to open a feed with your text editor (for example one CodeProject feed!). The XML schema is self-explanatory.

After you created the XML data as a simple string, save it to a file onto the webserver.
You can also create a page that creates the feed's content on-the-fly at each request.

To tell your visitors that the page they're browsing contains a feed, put this tag inside the HEAD section:

Note that the feed's name (not the title) should be .xml for more compatibility, or at least .rss .

The fact you are trying to create a feed in a LAN environment makes no differences if you create it programmatically via-code.

There are 2 mainly used versions of the RSS specs, you can search specific infos in the Internet.

That's all...

Smile | :)



[ITA] Tozzi ha ragione: Gaia si sta liberando di noi.
[ENG] Tozzi is right: Gaia is obliterating us.
GeneralRe: RSS Pin
Jeeva Mary Varghese30-Aug-05 2:51
Jeeva Mary Varghese30-Aug-05 2:51 
GeneralRe: RSS Pin
Dario Solera30-Aug-05 3:13
Dario Solera30-Aug-05 3:13 
QuestionInternet explorer centering problem Pin
Attean28-Aug-05 23:52
Attean28-Aug-05 23:52 
QuestionRe: Internet explorer centering problem Pin
Guffa29-Aug-05 4:33
Guffa29-Aug-05 4:33 
QuestionScreen Resolution Pin
shamsa28-Aug-05 23:28
shamsa28-Aug-05 23:28 
AnswerRe: Screen Resolution Pin
Sarvesvara (BVKS) Dasa29-Aug-05 14:24
Sarvesvara (BVKS) Dasa29-Aug-05 14:24 
Questionusing css to built web site Pin
anj198327-Aug-05 20:21
anj198327-Aug-05 20:21 
AnswerRe: using css to built web site Pin
Guffa27-Aug-05 21:54
Guffa27-Aug-05 21:54 
GeneralRe: using css to built web site Pin
#realJSOP1-Sep-05 0:21
mve#realJSOP1-Sep-05 0:21 
GeneralRe: using css to built web site Pin
Guffa1-Sep-05 6:35
Guffa1-Sep-05 6:35 
AnswerRe: using css to built web site Pin
Yulianto.29-Aug-05 0:35
Yulianto.29-Aug-05 0:35 
AnswerRe: using css to built web site Pin
Vecta29-Aug-05 21:06
Vecta29-Aug-05 21:06 
Questionopen html file with vbscript Pin
delnaz27-Aug-05 20:07
delnaz27-Aug-05 20:07 
QuestionProblem with ie6 Pin
Attean27-Aug-05 18:14
Attean27-Aug-05 18:14 
QuestionI want Close It. Pin
LEE_3451527-Aug-05 4:39
LEE_3451527-Aug-05 4:39 
AnswerRe: I want Close It. Pin
Guffa27-Aug-05 5:30
Guffa27-Aug-05 5:30 
QuestionJavascript Pin
wpcolleen26-Aug-05 5:24
wpcolleen26-Aug-05 5:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.