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

Web Development

 
GeneralRe: href ( a tip for obtaining better answers ) Pin
enhzflep31-Dec-09 3:46
enhzflep31-Dec-09 3:46 
Answerthe 1st (cp.c) Pin
aegis195430-Dec-09 2:34
aegis195430-Dec-09 2:34 
AnswerRe: href Pin
Richard MacCutchan30-Dec-09 3:24
mveRichard MacCutchan30-Dec-09 3:24 
AnswerRe: href Pin
Emilio Garavaglia3-Jan-10 20:12
Emilio Garavaglia3-Jan-10 20:12 
QuestionExporting MySQL data to excel (HTML tags) Pin
Poonam Gandash29-Dec-09 0:04
Poonam Gandash29-Dec-09 0:04 
AnswerRe: Exporting MySQL data to excel (HTML tags) Pin
enhzflep29-Dec-09 2:32
enhzflep29-Dec-09 2:32 
QuestionDynamic forms in a asp.net webapplication in a sharepoint enviroment Pin
Member 414471328-Dec-09 22:09
Member 414471328-Dec-09 22:09 
Questionprogress bar animation (processing.gif) in sync and async mode Pin
Jayapal Chandran28-Dec-09 20:51
Jayapal Chandran28-Dec-09 20:51 
Hi,

I use both sync and async modes.
Before starting any ajax request i display a processing(rotating) gif icon to show that the request is in progress.
when i get the response i will hide the animating gif to show that the process has completed.
this works fine with async and sync mode of ajax in FF but not in IE.

If i use sync mode. that is AJAX.open('GET','path.php',false); in IE the gif file is not visible
because IE is not displaying it. Basically this is also correct because that is the way sync is meant to.
If it is sync mode then no other process will take place until the browser gets the response.
Were as in async mode the request is threaded so other processes are not affected.

But FF displays the animated gif for both the modes of ajax. and IE displays the animated gif only for async request.
If anybody know the reason behind then please post your replies. 'cause i have simplified most of my projects by using sync mode of ajax.
But in IE the progress (processing) animation is not visible so the user will not know what is happening till the browser gets the response.

So, i hope that i have to stick with async mode. in sync mode you can write code in a few lines and it is very easy to have various type of functions which could return bool, array, object etc... since you get the result in the LHS... but that is not the case in async mode... we need to do a lot of gimmick to have a prototype of ajax...

also if i could have references to sites which explains ajax in complete detail then i will update my idea of ajax.

Today's Beautiful Moments are
Tomorrow's Beautiful Memories

Question? firefox bookmarket script to list urls across frames Pin
halsboss24-Dec-09 0:32
halsboss24-Dec-09 0:32 
QuestionJavascript related question Pin
Tina P23-Dec-09 17:18
Tina P23-Dec-09 17:18 
AnswerRe: Javascript related question Pin
R. Giskard Reventlov24-Dec-09 0:06
R. Giskard Reventlov24-Dec-09 0:06 
QuestionMinimizing the traffic Pin
msn9222-Dec-09 9:16
msn9222-Dec-09 9:16 
AnswerRe: Minimizing the traffic Pin
Marc Firth23-Dec-09 2:00
Marc Firth23-Dec-09 2:00 
GeneralRe: Minimizing the traffic Pin
msn9224-Dec-09 16:41
msn9224-Dec-09 16:41 
GeneralRe: Minimizing the traffic Pin
Marc Firth3-Jan-10 21:47
Marc Firth3-Jan-10 21:47 
QuestionCannot create instance in a partial class Pin
TALHAKOSEN22-Dec-09 1:33
TALHAKOSEN22-Dec-09 1:33 
GeneralRe: Cannot create instance in a partial class Pin
Estys22-Dec-09 5:21
Estys22-Dec-09 5:21 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN22-Dec-09 8:54
TALHAKOSEN22-Dec-09 8:54 
GeneralRe: Cannot create instance in a partial class Pin
Estys22-Dec-09 9:52
Estys22-Dec-09 9:52 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN22-Dec-09 20:32
TALHAKOSEN22-Dec-09 20:32 
GeneralRe: Cannot create instance in a partial class Pin
Estys22-Dec-09 23:20
Estys22-Dec-09 23:20 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN22-Dec-09 23:43
TALHAKOSEN22-Dec-09 23:43 
GeneralRe: Cannot create instance in a partial class Pin
Estys23-Dec-09 0:04
Estys23-Dec-09 0:04 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN23-Dec-09 0:34
TALHAKOSEN23-Dec-09 0:34 
GeneralRe: Cannot create instance in a partial class Pin
Estys23-Dec-09 1:45
Estys23-Dec-09 1:45 

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.