Click here to Skip to main content
15,860,972 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to deploy SharePoint website or webapplication? Pin
salon28-Jan-09 21:49
salon28-Jan-09 21:49 
AnswerRe: How to deploy SharePoint website or webapplication? Pin
led mike29-Jan-09 5:04
led mike29-Jan-09 5:04 
GeneralRe: How to deploy SharePoint website or webapplication? Pin
salon29-Jan-09 17:51
salon29-Jan-09 17:51 
QuestionAjax Pin
Karthick_gc28-Jan-09 21:42
Karthick_gc28-Jan-09 21:42 
GeneralRe: Ajax Pin
Shog929-Jan-09 7:22
sitebuilderShog929-Jan-09 7:22 
AnswerRe: Ajax Pin
Ranjit Viswakumar29-Jan-09 14:16
Ranjit Viswakumar29-Jan-09 14:16 
QuestionHave a loading animation while server-side is working Pin
livez28-Jan-09 20:02
livez28-Jan-09 20:02 
AnswerRe: Have a loading animation while server-side is working Pin
Shog929-Jan-09 7:30
sitebuilderShog929-Jan-09 7:30 
The easiest way to do this is to start sending the server response immediately - just the start of a document with progress indicator - and not finish the response until your task is complete. The downside of this technique is two-fold: you're limited in how long you can keep a connection open, and you're keeping a connection open the entire time; if you expect more than a handful of simultaneous users, this will kill your server.

More efficient techniques can make use of AJAX, META-refresh, or script-driven postback. CP has a number of articles on the subject[^].


----
You're right.
These facts that you've laid out totally contradict the wild ramblings that I pulled off the back of cornflakes packets.

GeneralRe: Have a loading animation while server-side is working Pin
livez30-Jan-09 0:21
livez30-Jan-09 0:21 
QuestionCursor can not move through all the characters within textbox after textbox.select() Pin
AshishTijare28-Jan-09 18:21
AshishTijare28-Jan-09 18:21 
AnswerRe: Cursor can not move through all the characters within textbox after textbox.select() Pin
Shog929-Jan-09 7:33
sitebuilderShog929-Jan-09 7:33 
Questionhow can I assign two different actions to a single .asp form?- Pin
cobyxm28-Jan-09 9:30
cobyxm28-Jan-09 9:30 
AnswerRe: how can I assign two different actions to a single .asp form?- Pin
led mike28-Jan-09 10:03
led mike28-Jan-09 10:03 
GeneralRe: how can I assign two different actions to a single .asp form?- Pin
cobyxm28-Jan-09 10:10
cobyxm28-Jan-09 10:10 
GeneralRe: how can I assign two different actions to a single .asp form?- Pin
Jörgen Andersson28-Jan-09 10:51
professionalJörgen Andersson28-Jan-09 10:51 
Questionerror '80020009' Pin
Ekjon28-Jan-09 6:57
Ekjon28-Jan-09 6:57 
AnswerRe: error '80020009' Pin
Dave Kreskowiak28-Jan-09 7:26
mveDave Kreskowiak28-Jan-09 7:26 
GeneralRe: error '80020009' Pin
Ekjon28-Jan-09 8:39
Ekjon28-Jan-09 8:39 
Generalletmegooglethatforyou Pin
led mike28-Jan-09 9:20
led mike28-Jan-09 9:20 
GeneralRe: letmegooglethatforyou Pin
Ekjon28-Jan-09 9:54
Ekjon28-Jan-09 9:54 
GeneralRe: letmegooglethatforyou Pin
Dave Kreskowiak28-Jan-09 16:24
mveDave Kreskowiak28-Jan-09 16:24 
GeneralRe: letmegooglethatforyou Pin
led mike29-Jan-09 5:00
led mike29-Jan-09 5:00 
QuestionShutterfly Pin
kevin baraza27-Jan-09 21:42
kevin baraza27-Jan-09 21:42 
NewsInternet Explorer 8 Release Candidate Is Out Pin
brucedkyle27-Jan-09 10:02
brucedkyle27-Jan-09 10:02 
Questionvideomail Pin
dadashri27-Jan-09 5:48
dadashri27-Jan-09 5:48 

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.