- [PHP, AJAX, MySQL] Simple AJAX chat in PHP
As the title says, in this post I show a script in PHP, using Javascript and MySQL, to generate a very simple web chat, without using any JAVA/Flash applet.
in Public bookmarks with ajax php tutorials
- Accessing JSON Web Services with the Google Web Toolkit
The main difficulty when trying to talk to some web service on another server is getting past your web browser’s Same-Origin Policy. This basically says that you may only make calls to the same domain as the page you are on.
in Public bookmarks with ajax tutorials
- AIM Express
JSJaC is a JavaScript Jabber Client Library that was built "to ease implementation of web based jabber clients. For communication with a jabber server it needs to support either HTTP Polling or HTTP Binding."
in Public bookmarks with ajax tutorials by 3 users
- AJAX and PHP, getting data on the fly
I find quite often that people tend to shy away from Ajax, because they feel it would be too hard to implement in to their site. This is usually not the case. This week will be the first of several tutorials that are intended to help give an understanding
in Public bookmarks with ajax php tutorials
- Ajax Tutorials
Amazing list of useful ajax tutorials and scripts with a detailed descriptions.
in Public bookmarks with ajax tutorials by 3 users
- Ajax username availability checking
For absolutely no reason whatsoever, I decided to create a simple example of AJAX, based on the framework I layed out in an earlier post.
in Public bookmarks with ajax tutorials
- ASP.NET Ajax Chat Application
The application includes a class to handle the xml file by some methods to create the xml or load it, to save info, modify it, or remove it. The public methods of this class are:
in Public bookmarks with ajax chat tutorials
- Auto CSS Grid Builder - A YUI Tool
CSS Grid Builder is a web tool which can create standards-compliant grid layouts with a few clicks. Outputs are generated with the powerful Yahoo! UI Library: Grids CSS which offers pre-built templates & page layout combinations.
in Public bookmarks with ajax tutorials
- Digg-like Ajax Voting
After seven hours of work, the askeet application has advanced well. The home page displays a list of questions, the detail of a question shows its answers, users have a profile page, and thematic lists are available from every page in the sidebar.
in Public bookmarks with ajax tutorials by 2 users
- Fun with SVG and CSS Animations
Torrey Rice took Safari 3.1 and the new CSS Animations feature, and mashed it up with SVG to create a fisheye demo.
in Public bookmarks with ajax css tutorials
- Handling concurrent AJAX requests
With JavaScript you can have more than one AJAX request processing at a single time. In order to insure the proper post processing of code it is recommended that you use JavaScript Closures.
in Public bookmarks with ajax tutorials
- How To Make AJAX Read Between The Lines
Your site may contain a wealth of technical terms. The user while viewing it may have to wonder about their meaning. What can be done to provide site visitors with instant answers to the questions they have?
in Public bookmarks with ajax tutorials
- HTTP Form POST Request using AJAX and Servlet
In Java World Servlets are popularly used for Model View Controller(MVC) Design Pattern. This article will guide you on writing AJAX based application that will post data to Servlet and will fetching the computed data from the Servlet.
in Public bookmarks with ajax http tutorials
- Implementing IDIsposable Interface In JavaScript
Are you so happy to already know what memory leaks can do with a browser? Did you learn how to subscribe to document's events to release resources you used in javascript class?
in Public bookmarks with ajax javascript tutorials
- Including plugins and JavaScripts
All JavaScriptMVC functionality comes in the form of a plugin. We'll include the Controller plugin, which organizes your event handlers.
in Public bookmarks with ajax javascript tutorials
- JSON tutorials
This tutorial will walk you through the steps to create an JSON AJAX driven website.
in Public bookmarks with ajax json tutorials by 3 users
- Make all your tables sortable
While the web design community gradually moves away from using tables to lay out the structure of a page, tables really do have a vital use, their original use; they're for laying out tabular data.
in Public bookmarks with ajax tutorials
- Making DIV a Link - Javascript Vs CSS
Few days ago, I was looking for the best way to make a DIV into a link when I came across this website: Almost Effortless!. The author showed how to make a div a link with a little bit of Javascript (see article).
in Public bookmarks with ajax css javascript tutorials
- MessengerFX
Web-based version of MSN Messenger. The advantage is that you can continue to use MSN Messenger at work or college (where IM messengers might be blocked), but since Meebo already supports four IM clients (including MSN), it makes you wonder why you'd use Messenger FX instead
in Public bookmarks with ajax tutorials
- MooTools Zebra Tables Class
Tabular data can oftentimes be boring, but it doesn't need to look that way! With a small MooTools class, I can make tabular data extremely easy to read by implementing "zebra" tables — tables with alternating row background colors.
in Public bookmarks with ajax tutorials
Next »
tutorials from all users