Click here to Skip to main content
15,900,461 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Session Import from IE to Firefox Pin
Gerben Jongerius21-Apr-11 19:35
Gerben Jongerius21-Apr-11 19:35 
Questionwhy soap serializaiton take much time Pin
Eric Vonjacson18-Apr-11 0:36
Eric Vonjacson18-Apr-11 0:36 
QuestionHow to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
TClarke14-Apr-11 3:19
TClarke14-Apr-11 3:19 
AnswerWorked it out myself Pin
TClarke14-Apr-11 5:24
TClarke14-Apr-11 5:24 
AnswerRe: How to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
Prasanta_Prince19-Apr-11 23:40
Prasanta_Prince19-Apr-11 23:40 
AnswerRe: How to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
Peter_in_278020-Apr-11 14:38
professionalPeter_in_278020-Apr-11 14:38 
Answername server settings - Solved [modified] Pin
Andy_L_J13-Apr-11 22:52
Andy_L_J13-Apr-11 22:52 
QuestionNested Row Grouping in Matrix Layout in SQL reporting services 2005 Pin
Jyothsna Vedam12-Apr-11 18:06
Jyothsna Vedam12-Apr-11 18:06 
AnswerCrosspost Pin
thatraja12-Apr-11 18:55
professionalthatraja12-Apr-11 18:55 
QuestionZoom or Text Size? Pin
Gregory Gadow7-Apr-11 10:39
Gregory Gadow7-Apr-11 10:39 
QuestionUpload video files to IIS server and see them in silverlight MediaElement? Pin
Yanshof7-Apr-11 3:58
Yanshof7-Apr-11 3:58 
AnswerRe: Upload video files to IIS server and see them in silverlight MediaElement? Pin
wolfbinary20-Apr-11 3:57
wolfbinary20-Apr-11 3:57 
QuestionPage Background - Making it Static Pin
Richard Andrew x646-Apr-11 14:24
professionalRichard Andrew x646-Apr-11 14:24 
AnswerRe: Page Background - Making it Static Pin
Luc Pattyn6-Apr-11 16:36
sitebuilderLuc Pattyn6-Apr-11 16:36 
AnswerRe: Page Background - Making it Static Pin
User 17164926-Apr-11 22:08
professionalUser 17164926-Apr-11 22:08 
GeneralRe: Page Background - Making it Static Pin
Richard Andrew x646-Apr-11 23:10
professionalRichard Andrew x646-Apr-11 23:10 
QuestionJavaScript and local computation. Pin
swjam5-Apr-11 0:01
swjam5-Apr-11 0:01 
AnswerRe: JavaScript and local computation. Pin
enhzflep5-Apr-11 16:23
enhzflep5-Apr-11 16:23 
AnswerRe: JavaScript and local computation. Pin
Jörgen Andersson5-Apr-11 20:08
professionalJörgen Andersson5-Apr-11 20:08 
QuestionPassing arguments to popup page Pin
CodingLover30-Mar-11 8:45
CodingLover30-Mar-11 8:45 
AnswerRe: Passing arguments to popup page Pin
Shahriar Iqbal Chowdhury/Galib4-Apr-11 4:02
professionalShahriar Iqbal Chowdhury/Galib4-Apr-11 4:02 
GeneralRe: Passing arguments to popup page Pin
Monjurul Habib4-Apr-11 11:51
professionalMonjurul Habib4-Apr-11 11:51 
GeneralRe: Passing arguments to popup page Pin
Prasanta_Prince19-Apr-11 23:45
Prasanta_Prince19-Apr-11 23:45 
QuestionDisadvantages of HTML injection? Pin
lvq68430-Mar-11 2:19
lvq68430-Mar-11 2:19 
AnswerRe: Disadvantages of HTML injection? Pin
Manfred Rudolf Bihy30-Mar-11 3:14
professionalManfred Rudolf Bihy30-Mar-11 3:14 
lvq684 wrote:
script on a web page that calls a web service, gets html code returned

Actually that is the only part I don't agree with. The webservice should indeed not return HTML but rather raw (JSON) data. Encapsulate the javascript that generates the HTML (from your data) into sparate classes, that way you keep your webservices uncontaminated from GUI/UI stuff.
The code for the HTML generation can be reused and maintained separately.

My two cents.

Cheers,

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.