Click here to Skip to main content
15,881,803 members
Home / Discussions / Web Development
   

Web Development

 
General[Message Deleted] Pin
Bizit30-Sep-09 5:16
Bizit30-Sep-09 5:16 
GeneralRe: Javascript,JSp and AJAX Pin
Richard MacCutchan30-Sep-09 5:46
mveRichard MacCutchan30-Sep-09 5:46 
General[Message Deleted] Pin
Bizit1-Oct-09 1:25
Bizit1-Oct-09 1:25 
GeneralRe: Javascript,JSp and AJAX Pin
Richard MacCutchan1-Oct-09 2:53
mveRichard MacCutchan1-Oct-09 2:53 
GeneralRe: Javascript,JSp and AJAX [modified] Pin
Bizit1-Oct-09 4:54
Bizit1-Oct-09 4:54 
GeneralRe: Javascript,JSp and AJAX Pin
Richard MacCutchan1-Oct-09 5:35
mveRichard MacCutchan1-Oct-09 5:35 
QuestionPost a Comment with JavaScript Pin
wartotojas29-Sep-09 10:08
wartotojas29-Sep-09 10:08 
AnswerRe: Post a Comment with JavaScript Pin
Joe Simes29-Sep-09 10:23
Joe Simes29-Sep-09 10:23 
wartotojas wrote:
automaticaly update source code of HTML


It would be highly unlikely that you would find something that would do this. most sites that allow commenting on articles are database driven. The articles would live in a article table and the related comments would live in a comments table. These two tables would be joined by a common id number (meaning you would put the article id in the comments table).

You could use JavaScript to add the comments to the database and also to push the comment dynamically to the document (to a DIV or a SPAN). AJAX is good for this type of thing (kinda like Facebook and it's commenting system).
QuestionHTML Email CC and Autoreply Help Required Pin
Dalek Dave28-Sep-09 7:26
professionalDalek Dave28-Sep-09 7:26 
AnswerRe: HTML Email CC and Autoreply Help Required Pin
Christian Graus28-Sep-09 11:16
protectorChristian Graus28-Sep-09 11:16 
GeneralRe: HTML Email CC and Autoreply Help Required Pin
Dalek Dave28-Sep-09 11:39
professionalDalek Dave28-Sep-09 11:39 
GeneralRe: HTML Email CC and Autoreply Help Required Pin
Christian Graus28-Sep-09 16:20
protectorChristian Graus28-Sep-09 16:20 
GeneralRe: HTML Email CC and Autoreply Help Required Pin
Dalek Dave28-Sep-09 20:44
professionalDalek Dave28-Sep-09 20:44 
GeneralRe: HTML Email CC and Autoreply Help Required Pin
Christian Graus28-Sep-09 21:28
protectorChristian Graus28-Sep-09 21:28 
GeneralRe: HTML Email CC and Autoreply Help Required Pin
User 171649228-Sep-09 21:30
professionalUser 171649228-Sep-09 21:30 
GeneralRe: HTML Email CC and Autoreply Help Required Pin
Dalek Dave28-Sep-09 22:50
professionalDalek Dave28-Sep-09 22:50 
GeneralRe: HTML Email CC and Autoreply Help Required Pin
Christian Graus28-Sep-09 23:02
protectorChristian Graus28-Sep-09 23:02 
GeneralRe: HTML Email CC and Autoreply Help Required Pin
Dalek Dave28-Sep-09 23:13
professionalDalek Dave28-Sep-09 23:13 
Questionconnection string for webserver Pin
sheemap28-Sep-09 5:25
sheemap28-Sep-09 5:25 
AnswerRe: connection string for webserver Pin
Abhishek Sur28-Sep-09 10:19
professionalAbhishek Sur28-Sep-09 10:19 
QuestionForum coding Pin
sangeeta200928-Sep-09 4:47
sangeeta200928-Sep-09 4:47 
AnswerRe: Forum coding Pin
Richard MacCutchan28-Sep-09 5:53
mveRichard MacCutchan28-Sep-09 5:53 
AnswerRe: Forum coding Pin
Marc Firth28-Sep-09 5:55
Marc Firth28-Sep-09 5:55 
QuestionLink not working Pin
sito4227-Sep-09 19:08
sito4227-Sep-09 19:08 
AnswerRe: Link not working Pin
Marc Firth27-Sep-09 22:34
Marc Firth27-Sep-09 22:34 

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.