Posts with ajax tag

Modern AJAX Comment system (like on fb)

ajax_comment_like_fb

jQuery Dynamic Poll With Animated Colors

0d3e40950a

Flash website

Adobe Flash (formerly SmartSketch FutureSplash, FutureSplash Animator and Macromedia Flash) is a multimedia platform used to add animation, video, and interactivity to web pages. Flash is frequently used for advertisements, games and flash animations for broadcast. More recently, it has been positioned as a tool for "Rich Internet Applications" ("RIAs"). Flash manipulates vector and raster graphics to provide animation of text, drawings, and still images. It supports bidirectional streaming of audio and video, and it can capture user input via mouse, keyboard, microphone, and camera. Flash contains an object-oriented language called ActionScript and supports automation via the Javascript Flash language (JFSL). Flash content may be displayed on various computer systems and devices, using Adobe Flash Player, which is available free of charge for common web browsers, some mobile phones and a few other electronic devices (using Flash Lite). Some users feel that Flash enriches their web experience, while others find the extensive use of Flash animation, particularly in advertising, intrusive and annoying, giving rise to a cottage industry that specializes in blocking Flash content. Flash has also been criticized for adversely affecting the usability of web pages. (wikipedia)

Simple Web-based chat

finalajaxchatnettutstnet

In this tutorial we will be creating a simple web-based chat application with PHP and jQuery. This sort of utility would be perfect for a live support system for your website.

AJAX based web chat

ajaxchaticon

This tutorial will walk you through the step in order to create an AJAX driven web chat program.  This will be a very simple program, but will be expanded upon in future tutorials. You can view the results of the AJAX Driven Web Chat Tutorial here You can download the Source for the AJAX Driven Web Chat Tutorial here Creating the Chat Tables We are going to create two tables for the chat program, but we will only use one...

What is AJAX?

what_is_ajax

AJAX = Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page. Classic web pages, (which do not use AJAX) must reload the entire page if the content should change. Examples of applications using AJAX: Google Maps,...

Ajax Linked Select boxes

ajaxlinkedsalixgr

Place linked select boxes on to your page that dynamicaly load items from database using Ajax. You can chain as many select boxes as you like. This is the start of a series of little helper classes for saving time re-writing small stuff that occure on a form again and again, like a select box filled with values from a db table and 1 of them is selected. That same file contains and second class used from the linked select...

Max’s AJAX website preloader

preloader1

Max’s AJAX website preloader is a simple AJAX framework which allows you to display an animation during your website is loading. Installation and usage is very easy, only takes some line of copy and paste. An example code and detailed installation instructions are also attached.

Max’s AJAX file uploader

ajaxupload2

Max’s AJAX file uploader is a simple and easy to use script, which allows you to upload files to your webserver without reloading the current page. During the upload an animated progress bar is shown. The server side is written in PHP.