AJAX Discussion

Showing Page : 1 of 14   Next >
AJAX Articles : 140

Basics of Model View Controller (MVC)

By admin  in AJAX Framework


10
Users read
Developers are always working hard to provide the best applications online and offline. The user expectations changed over the years and they all want to have easy access to information without compromising the aesthetic beauty of the website. Today’s users do not just get their information from anywhere. They only look for information from trusted websites or a website that looks good enough to be trusted. That is where Ajax comes in. This web development technique has ushered
  Read Article  

Google’s AxsJax for Ajax Applications

By admin  in AJAX Tools


42
Users read
Accessibility on a live web browser is one of the main features of an Ajax based application especially when they are made in the light of Web 2.0 functionality. As the flagship web technique for Web 2.0 Ajax provides smarter access options for developers as secured access to applications will be executed with little bandwidth and better experience for users. However, Ajax accessibility is not universal. Screen readers will always be struggling to read the Ajax based application beca
  Read Article  

Avoiding Programming Pitfalls in Ajax

By admin  in AJAX Tips


50
Users read
Developing Ajax is always a form of art. A highly intricate programming technique, a well formed Ajax based application could amaze millions of users without a single glitch. The thrust of Web 2.0 and RIA has elevated Ajax as the next development language to be learned. At the same time, Ajax is also a science. Although it has the freedom to reach other to other languages, it has parameters of development. The options are still almost unlimited as developers come up with revolutionary ideas f
  Read Article  

Enabling CAPTCHA using Ajax

By admin  in AJAX Tips


62
Users read
CAPTHCA or Completely Automated Public Turing test to tell Computers and Humans Apart is one of the security measures in a website that prevents bots from accessing websites and downloading files automatically and constantly. Bots that automatically download files are bane to our server and traffic as it could extract everything that we have and preventing human users to access files faster. With the help of CAPTCHA, bots will be prevented from reading the website and accessing the informatio
  Read Article  

Appcelerator RIA Framework

By admin  in AJAX Framework


50
Users read
Simplifying things while completing the transaction of each function really fast is always the developers dream application. For business setting this is even more important as the transactions both online and offline have to be processed fast and in real time. But it is not all about speed. Developers have to build an application that is user friendly to reduce time for training. Ajax, hands down could easily enhance the aesthetic look of the website. On the other hand, it is up to
  Read Article  

Translating PHP into Ajax with Symfony

By admin  in AJAX Tools


75
Users read
Even though Ajax has been around for a couple of years, developers are still struggling manually coding Ajax. It is quite difficult to admit this but Ajax is one of the development languages for the web and application that is really hard to learn. Most of the developers who are proficient in a language find it hard to move over to JavaScript. Fortunately, frameworks have been developed for various developers who wanted to continue with their preferred languages while ending up with a
  Read Article  

Dark Side of UpdatePanel on Web Navigation

By admin  in AJAX Tips


90
Users read
You might have seen the latest version of Yahoo Mail and thought that their idea of building a web navigation tool for e-mail looks pretty neat. So neat that the idea could be applied in your website. The navigation tool will be on the left side and everything will be loaded on the other side of the panel. For this, you need ASP.Net for Ajax to build this type of web application. The UpdatePanel function ASP.Net for Ajax provides the robust support for easy web navigation tool. Howev
  Read Article  

Optimizing the Server Side of Ajax

By admin  in AJAX Tips


79
Users read
The server side of Ajax is often overlooked since there is virtually nothing going on there except that it streams information to the client side. Much of the action in the development of an Ajax based application is in the client side and unfortunately, the server side is often ignored because it is just there – streaming information to the client. But when you reconsider the function of the server-side, you will realize the server has a very big role when the application is a
  Read Article  

Some DOM Tricks to Your Website

By admin  in AJAX Tips


86
Users read
DOM is a very important part of most online Ajax based applications. In summary, DOM has the ability to control the HTML and XML behaviors in a website. Through nodes, developers would have the ability to transmit different types of information to the client side faster. Before we present the tips on DOM, let us go back a little bit at two popular functions related to Ajax development: the insertBefore and appendChild.  These commands are made to control the nodes and childNodes
  Read Article  

How can Ajax get you into trouble with Google

By admin  in AJAX Tips


115
Users read
We love to improve our website using Ajax. An Ajax based website looks great while providing above and beyond interactivity for the users. However, you might get your website into trouble with the majority of search engines especially Google. They might update their web crawlers to efficiently read an Ajax based website but until today, the texts that you write in JavaScript will never be read by Google. Even with beautiful designs and a promise of better interactivity, a website tha
  Read Article