85 Results for:AJAX

  • Sort by: 

PUT vs POST: What's the difference?

By Cameron McKenzie 21 Aug 2023

What's the difference between PUT and POST methods? Here we compare POST versus PUT in terms of idempotence, URL usage, payloads and their use in RESTful APIs. Read More

Web 2.0 vs. Web 3.0 vs. Web 1.0: What's the difference?

By Sean Michael Kerner 13 Feb 2023

It's important to know what might happen in the evolution from Web 2.0 to Web 3.0. Learn their differences and how the original web laid the groundwork for the internet's future. Read More

JSF Tutorial: Completing the Ajax based Facelets application

By Cameron McKenzie 31 Aug 2014

If you're using JSF, you're probably using Facelets, and if you're creating modern web based applications, you'll likely want to use Ajax based request-response cycles. Here we conclude our tutorial on JavaServer ... Read More

Integrating Ajax into your Facelets pages: Death to JSF's request-response cycle

By Cameron McKenzie 20 Jul 2014

If you're doing Facelets development, this might be the most important tutorial you will ever read. It will explain to you how to throw out that annoying request-response cycle, and explain how to integrate Ajax ... Read More

Create an HTML5 and PHP file upload form for Apache example

By Cameron McKenzie 24 Dec 2021

It's easier than ever for a developer to upload a file with PHP and HTML5 to an Apache web server. This example shows how to create an HTML and PHP file upload component that will work in any ... Read More

Advanced JSF Tutorial: The single page interface (SPI) with Facelets, Ajax and HTML5

By Cameron McKenzie 07 Sep 2014

Some say it's impossible, but if you really understand the technology, you will realize that creating a single page interface (SPI) with JSF, Facelets, Ajax and HTML really isn't all that hard. In fact, JavaServer ... Read More

Noon is not 12am. Midnight is not 12pm. Code appropriately.

By Cameron McKenzie 14 Feb 2022

The terms 12am and 12pm make no logical sense. Neither one is noon or midnight. Remove the 12am vernacular from your applications. Users will thank you. Read More

Ajax threats worry researchers

By Bill Brenner 03 Aug 2006

Black Hat: While it makes smooth Web applications like Google Maps possible, the rush to adopt Ajax may fuel haphazard development and a feeding frenzy among hackers. Read More

An Apache Commons FileUpload example and the HttpClient

By Cameron McKenzie 18 Nov 2020

In this article you will have a look at the capabilities of the HttpClient component and also some hands-on examples. Read More

Ajax CRUD with Struts2 and Tibco GI

01 Apr 2007

In this article you will learn how to create a new Ajax RIA front end to an existing Apache Struts2 .jsp application using TIBCO General Interface (GI), an open source Ajax toolkit with a MVC architecture similar ... Read More