JQuery is just awesome! One of the things that I recently did that I got a kick out of was oing an AJAX call to an ASMX webservice. It's pretty straightforward once you know how to do it...
I’ve been working with a client web application over the past few weeks, and have been integrating extensive reporting capabilities into the application.
Some of the most visible and successful information retrieval systems are available through web browsers. Recently Asynchronous JavaScript and XML, or AJAX, significantly improved how users interact with web interfaces.
Being a conservative JSF developer, I’ve been resorting to Ajax4JSF (A4J) for my ajaxified applications. All I need to do is just jack-in A4J into my application and extend from my existing JSF tags. So easy, I don’t need to know the underlying implementation of Ajax.
This sliding hover effect script is an easy method to add some flavor to your navigation. Using the CSS you can easily customize the navigation to fit your “look and feel”. The markup for the script is very simple as below…
For whatever reason, there aren’t many examples on the net of Python code that can be used with the Google AJAX Search API. I’m not really sure why this is and perhaps I’m missing something, but for future reference here’s some sample python code.
Sajax is an open source tool to make programming websites using the Ajax framework — also known as XMLHTTPRequest or remote scripting — as easy as possible. Sajax makes it easy to call PHP, Perl or Python functions from your webpages via JavaScript without performing a browser refresh. The toolkit does 99% of the work for you so you have no excuse to not use it.
This article rounds-up more than 19 Ajax framework, toolkit and tool for Java Developers. You will find in this page the tool name, Description about the tool and the url of the tool.
This article rounds-up more than 23 Ajax framework, toolkit and tool for ASP.NET Developers. You will find in this page the tool name, Description about the tool and the url of the tool.
Web pages that refer to multiple CSS or JavaScript files often suffer from slower page loads, since the browser must request each referenced file individually. Most browsers will only make two simultaneous requests to a single server. The latency involved in opening multiple requests and waiting for them to finish before making new requests can result in a user-visible delay, and that can make your users sad. Minify attempts to fix this problem by combining multiple CSS or JavaScript files into one download. By default, it also removes comments and unnecessary whitespace to decrease the amount of data that must be sent to the browser. Most importantly, it does all of this on the fly and requires only a few simple changes to your existing web pages.
Ajaxlines is a project focused on providing its audience with a database of most of Ajax related articles, resources, tutorials and services from around the world.
Its purpose is to showcase the power of Ajax and to act as a portal to the Ajax development community.