Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | Ajax | Tutorials, Training & Tips

Results 81-100 of 180
Google and Ajax
Introduction In a recent article, reporter and web developer Sean Michael Kerner declared �The AJAX World Belongs to Google�. This article refers to the dominance of Ajax in Google�s web applications and how Google�s continued incorporation of Ajax techniques is bringing Ajax to the mainstream. Ajax is an acronym for �Asynchronous JavaScript and XML. By collaborating the functions of various pre-exist
(0 ratings)
Reviews0
PriceFree
Views1015
Ajax vs Flash
Introduction Adobe�s Flash/Flex and vendor-independent Ajax are both used to design dynamic and interactive web applications. Both allow for interface animation and are platform independent meaning content will appear the same across platforms. There are many similarities and Flash/Flex is often used as a partial substitution for Ajax interface technologies. However, there are significant differences as well. For example, Flash
(0 ratings)
Reviews0
PriceFree
Views966
Ajax Business Applications
Introduction Ajax is a method for building highly efficient and interactive web sites. It stands for Asynchronous JavaScript and XML. Through a combination of technologies, Ajax makes it possible for most of the processing work for web page interaction to take place between the server and the browser, not requiring the user to wait for the entire page to re-load each time a request is processed. Ajax applications offer a layer of communication between
(0 ratings)
Reviews0
PriceFree
Views826
How To Use Remote Scripting With Ajax
How To Use Remote Scripting With Ajax Implementing the Protocol Remote scripting is a technique that permits JavaScript to make a request for data via a server without needing to refresh the web page. This basic definition describes everything you need to know about remote scripting. The other factors which go into creating a streamlined web application will draw on the standard methods of altering the DOM, or Docum
(0 ratings)
Reviews0
PriceFree
Views813
The Capabilities of Ajax
The Capabilities of Ajax The Importance of Ajax on The Java Platform If you have used Flickr or Gmail, you should be well aware of the fact that new web applications are becoming prevalent on the web. Many of these applications are prominently seen in programs like Flickr, and you are probably wandering what makes them distinct from traditional web applications. The primary difference between traditional web application
(0 ratings)
Reviews0
PriceFree
Views847
Errors That Developers Make With Ajax
Errors That Developers Make With Ajax Basic Things That Developers Must Avoid While Ajax has been the subject of hype for its ability to make web applications much more interactive, with power comes responsibility, and Ajax can be dangerous in the hands of developers who do not know how to use it properly. While Ajax has a great deal of potential, it is far from being perfect. There are a number of UI problems
(0 ratings)
Reviews0
PriceFree
Views735
Ajax at a Glance
Ajax at a Glance Introduction Ajax is a system that is comprised of a number of different technologies, and some of these include DOM, HTML, JavaScript, and DHTML. These technologies together are used to create an approach that will allow users to transform static web interfaces into those which are highly interactive. To fully understand the power of Ajax, you must be able to first understand how these various technology
(0 ratings)
Reviews0
PriceFree
Views733
Testing for Security in the Age of Ajax Programming
Ajax programming is one of the most exciting new technologies in recent history. Ajax (Asynchronous Javascript and XML) allows a web page to refresh a small portion of its data from a web server, rather than being forced to reload and redraw the entire page as in traditional web programming. Since they can make frequent, small updates, web applications written with Ajax programming can present user interfaces that are more like desktop applications, which are more natural and intuitive
(0 ratings)
Reviews0
PriceFree
Views719
Explanation of Javascript/AJAX
This in-depth article explains exactly what Javascript and AJAX actually are.
(0 ratings)
Reviews0
PriceFree
Views2554
Fetching additional content when end of page is reached
At times, pagination does not convey any meaning - say when you have a essentially endless list of articles from various RSS feeds. One solution is to load all the articles - that's out of question when there are more than a handful; the web 2.0 way is to load additional content when reader is at the end of content.
(0 ratings)
Reviews0
PriceFree
Views1847
AHAH vs AJAX
One of the best thing about the hype created by AJAX was the reaction of other developers. Of course, there are individuals they are willing to build an alternative for every hype which is usually considered as a rip-off of the original hyped programming. Such programs frequently fail even before it gets started. For example, just look at different web-based office applications since zoho.com made a mark. Though lots of alternatives are available, almost none came even close.
(0 ratings)
Reviews0
PriceFree
Views949
AJAX and the Back Button Problem
If you are starting out in your first Ajax based program, one of the biggest challenges that you have to face is to let your users remember not to hit the back button. Most of the time, Ajax based programs does not like the back button. Unfortunately, Ajax does not have that functionality in bookmarking the previous page so that it could be reloaded anytime. With this development or some call it a disability; it is quite clear that today�s browsers were built without thinking
(0 ratings)
Reviews0
PriceFree
Views1239
JPSpan A Smarter Way of Using PHP in Ajax
Thanks to open-source, One can have practically everything for free in a computer. Although some advises against this because of possible viruses and spywares, you just have to look for a trusted source while sticking to your firewalls and anti-viruses to ensure you have a good program. In my opinion, open-source (free) frameworks are one of the best ways to revolutionize web and applications development. Think about it: there are thousands or even millions of developers in the world and only a handful of them could actually have their hands on licensed frameworks. Without the open-source frameworks, they cannot possibly build better application and would have to stick to very traditional programs. Consumers will also have to wait and pay for things they might not use at all.
(0 ratings)
Reviews0
PriceFree
Views630
Using Compressor to Load Ajax Faster
One of the biggest challenges of any developer is to enable the webpage to all visitors as fast as possible. Unfortunately, our knowledge always precedes our available technology. Although we can create very interactive websites with the ability to watch videos while having to look for information on the webpage itself, it requires advanced technologies that every one cannot afford. Until today, there are still people who rely on dial-up so that they can access the net. Most of today�s websites are optimized for broadband speed but the broadband speed still needs some work so that people can access the website faster. Although Ajax already uses lesser bandwidth, the fact that we can even make it faster opens up so many possibilities in web development and more information for users.
(0 ratings)
Reviews0
PriceFree
Views866
Enhancing JSON Security
More and more Ajax developers are choosing JSON for their data transfer instead of XML. Although XML has been the pillar of Ajax (X is for XML), JSON has become the choice of most developers because it was particularly built for JavaScript. Compared to XML, JSON is lighter and will work faster compared to XML. This lightweight function enables Ajax based websites and applications to run faster. The reason why JSON is very efficient in data transmission is its ability to function in itself. By this function we mean that JSON has the ability to �EXECUTE� without the aid of other functions. XML is only a format which will be used to transmit data and files, but JSON is very effective in terms self execution.
(0 ratings)
Reviews0
PriceFree
Views782
Preventing Improper Authorization in Ajax
In a simple HTML website, developers will always have the luxury of keeping sensitive information to themselves. When you log in to the admin page of the website, the information that you see is solely for those who have proper authorization. Without username and password, hackers will have a really hard time figuring out how to access the information based on what they can extract from the webpage. On the other hand, an Ajax based website does not have the same luxury. When an Ajax
(0 ratings)
Reviews0
PriceFree
Views757
HIJAX - Simplified Ajax
At first glance, Ajax is definitely one of the most complicated web techniques out there. The combination of JavaScript, XML and HTML might be just too much for budding developers, literally requiring months of development for a simple Ajax application. Because of its complication, developers have been backing out from Ajax and looking for some alternatives. Fortunately, alternates have come out. One of them is AHAH wherein an HTML version of Ajax is proposed. AHAH has almost the same output but with simpler coding. Another version called FJAX has been circling around the web as it uses Flash to transfer XML files faster with efficient cross browser capabilities.
(0 ratings)
Reviews0
PriceFree
Views795
FJAX The Flash Based Ajax
AHAX, an HTML version of Ajax provides almost the same functionality however, does not have the really cool features of JavaScript. It goes to use HTML so that it could render XML in the webpage. It is really simple and looked better compared to simple HTML but I think it defeats the purpose of being a great alternate to Ajax since it does not offer the exact RIA that we are looking for in Ajax. Now another alternate to Ajax is steadily getting a buzz. I checked them out and it is pretty impressive when you take a look at their example. Although I have only seen the theoretical side of this programming technique, it looks very promising. FJAX stands for Flash JavaScript and XML and although it replaces the A for Asynchronous, it still offers the same behavior you would expect from an Ajax based website.
(0 ratings)
Reviews0
PriceFree
Views936
NetBiscuits Integrates Flash and Ajax
NetBiscuits is one of the known developers in mobile technology. Based in Germany, this development company has made a mark in mobile development because of their platforms that enable developers build their applications. From downloads to online applications for mobile phones, NetBiscuits were able to integrate commercial use of their applications with service. By injecting advertisements in the users� mobile phones whenever they use their services, NetBiscuits and the developer�s applications have advertisements wherein they could easy earn money through that scheme. Other�s have built an online store using NetBiscuits and have earned considerable success through mobile download stores.
(0 ratings)
Reviews0
PriceFree
Views623
jQuery Reference Guide Review
Among the JavaScript library released, few have been recognized to be as effective as jQuery. This lightweight library has been the subject of different discussions since it was launched in 2006. Basically, jQuery has the ability to flawlessly string together JavaScript together with HTML. Because of its effectiveness, there have different types of lightweight applications and plug-ins launched using jQuery. Ajax based websites that offers simple interface would virtually work together using jQuery�s simple interface. Because of language�s popularity several books have been published to cater to the need of the increasing popularity of the program. Even though the library is relatively young, the response is almost overwhelming. Budding developers looking for information online might end up reading a highly complex article that it almost confuses the developer where to start and where to end.
(0 ratings)
Reviews0
PriceFree
Views930
Results 81-100 of 180