14 July, 2008

Blogger is behaving strangely these days!

Yeah, I just wanted to add some more content to my other blog, and I clicked on the add html/javascript link in my blogger accounts' "Add new page content". Blogger came up with a "ERROR 404 Page cannot be found". The main cause of this problem is that blogger uses redirection to take you to different pages. 404 occurs on web pages that do not exist on servers. Yet, if you try after a minute or two, it will show up with the content. How can a page, non existant 2 minutes ago appear all of a sudden? Thats because, the server to which it redirected is probably under heavy load, because of bloggers like you and me, clicking the same link. There is no other solution other than waiting for sometime and clicking the link again.

Please correct the errors on this form.  
   

Your request could not be processed. Please try again.

This is another one of those errors that I keep getting these days. If you're getting this error too,I recommend you do the following :

> Turn off any download accelerators and stop ALL downloads

>Do not load other sites when saving

Google runs on AJAX (Asynchronous JavaScript and XML) and so does Blogger. It doesnt need to refresh the whole page. Doing so would take up bandwidh, and is reliable, but AJAX involves making a "non-interrupting" call to the server. Thus, only a single fragment of a message needs to be sent to the server. If the call to the server times out, the message will not reach it, and thus the message. That was why I recommended having enough bandwidth availableto let that "small fragment of a message" through.

0 comments:

Post a Comment