One of the features I loved with using jQuery is the event handlers and its implementation. For me it is clear-cut and easy to learn when you put It in action. 1. bind() The code below registers the element with an ID of ‘selector’ to handle the event ‘click’. We usually call this as ‘listen’. [...]
Well its been a long time. I should punish myself for not writing something that could be in any way helpful to other individuals with enthusiasm on web development particularly web programming. All my write ups are all based on my experiences as i encounter specific problems or if i notice a redundancy in my [...]
One dilemma I encounter when making AJAX based modules is when a fragment of JavaScript code makes a request and it seems like it is taking forever (the gif images progress bar is still there doing its job) and not displaying a response at all. Second dilemma is the response is written on the container [...]
XMLHttpRequest is the heart of all rich and interactive AJAX based application. However some restriction apply when making request to the server. Cross-domain ajax calls to another domain is not possible due to security issues. But i came up with an idea to utilize server side request to defeat the imposed restrictions on cross domain [...]
A few years ago i was very excited about this new technique to get content from another page without refreshing the browser. It is called AJAX. With AJAX (Asynchronous Javascript and XML), you can present data to your audience without interfering the behavior of the current page. It was the feeling that i discovered something [...]
Blogsite that talks about web Programming experiences,techniques and ideas for ASP,PHP,ASP.NET,Javascript and a little bit of JAVA and Mobile Development.