<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/76/chat-.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>JSON AJAX &amp; PHP Web Chat</title>
		   <link>http://www.programmerkingdom.com/view/119/json-ajax-&amp;-php-web-chat.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will walk you through the steps
to create an JSON AJAX driven website.
We will be passing the message
data back as XML, we will be using JSON.



JSON AJAX Web Chat 


This tutorial will walk you through the steps to create an JSON AJAX driven website.


So what is JSON?&nbsp;
JSON stands for JavaScript Object Notation and is basically a
lightweight way of describing...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>A MySQL Driven Chat Script</title>
		   <link>http://www.programmerkingdom.com/view/120/a-mysql-driven-chat-script.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this article, Tim will show you how to
create a quick-n-easy chat script using PHP and a very simple MySQL
database. The script will allow visitors to choose a nickname, enter
text to send to the chatting window, and view messages from other
people.



A MySQL Driven Chat Script In this article, Tim will show you how to create a quick-n-easy chat script using PHP and a very simple MyS...........</span>]]></description>
		   <pubDate>2010-03-24T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>AJAX Chat Tutorial</title>
		   <link>http://www.programmerkingdom.com/view/121/ajax-chat-tutorial.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
AJAX Chat Tutorial&nbsp; is a tutorial that is
a step by step introduction to creating a lightweight chat application
using XML as a storage medium. You can download the current version of
the source code for this application to help you along.


 AJAX Chat Tutorial : Introduction, The Zend Framework

Introduction

Creating a chat application is not a difficult task. Honest!


This ...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Building an AJAX-Based Chat</title>
		   <link>http://www.programmerkingdom.com/view/122/building-an-ajax-based-chat.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
As you may have guessed, in this article I&rsquo;ll
attempt to develop a chat application by using AJAX as the workhorse
for sending out http requests without involving page reloading. 



Building an AJAX-Based Chat: The Barebones Structure Chat
programs are common on the web these days. HTTP-based versions were
often built as Java applets, but today, developers have a wider range
of o...........</span>]]></description>
		   <pubDate>2010-03-24T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Dynamic Graphs with PHP</title>
		   <link>http://www.programmerkingdom.com/view/123/dynamic-graphs-with-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Dynamic Graphs with PHP is a tutorial that will
show you how to use the data recorded on a site, and transform some of
it into some eye pleasing graphs. Great if you need to show them off to
more then yourself. 


Introduction 

Dynamic Graphs with PHP, MySQL and GD


Ok. Your site has recorded the data you want, now you want to display
it in an easy to read format. The first method ...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>AJAX Chat Tutorial :Usability Improvements</title>
		   <link>http://www.programmerkingdom.com/view/124/ajax-chat-tutorial-:usability-improvements.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
AJAX Chat Tutorial Part 7 is part of a series
used to show you how to create a chat application in PHP using the
great features of AJAX. In this section, we can add a few additional
features to polish up our implementation.


Usability Improvements

At this point we have the core functionality of our chat application
completed. However, we can add a few additional features to polish up...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Dynamic Graphs with PHP(part 1)</title>
		   <link>http://www.programmerkingdom.com/view/125/dynamic-graphs-with-php(part-1).html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Dynamic Graphs with PHP is a tutorial that will
show you how to use the data recorded on a site, and transform some of
it into some eye pleasing graphs. Great if you need to show them off to
more then yourself. 


Introduction 

Dynamic Graphs with PHP, MySQL and GD


Ok. Your site has recorded the data you want, now you want to display
it in an easy to read format. The first method ...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Dynamic Graphs with PHP(part 2)</title>
		   <link>http://www.programmerkingdom.com/view/126/dynamic-graphs-with-php(part-2).html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Dynamic Graphs with PHP is a tutorial that will
show you how to use the data recorded on a site, and transform some of
it into some eye pleasing graphs. Great if you need to show them off to
more then yourself.

Note that all the IP addresses in this example were 127.0.0.1, as the
results were generated locally off of my server. Had these been real
votes, the UP addresses would be differe...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>AJAX Chat Tutorial</title>
		   <link>http://www.programmerkingdom.com/view/127/ajax-chat-tutorial.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
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.

Introduction

This tutorial will walk you through the step in order to create an
AJAX driven web chat program.&nbsp; This will be a very simple program, but
will be expanded upon in future tutorials. 

Creat...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Simple Chatroom(part 1)</title>
		   <link>http://www.programmerkingdom.com/view/128/simple-chatroom(part-1).html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Hey there few days ago I was talking with some
girls in msn. ya know that sleek talk and suddenly this idea came to my
head that I should make a jQuery chat. And I did it, Sugar Chat 1.0
this is little complicated version of this tutorial.

Simple Chatroom with PHP &amp; jQuery

First let's make a database and create tables:

[highlight=&quot;sql&quot;]
CREATE TABLE IF NOT EXISTS `auth...........</span>]]></description>
		   <pubDate>2010-03-25T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Basic Flash MX/MySQL Chat</title>
		   <link>http://www.programmerkingdom.com/view/129/basic-flash-mx/mysql-chat.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
 Welcome to my first tutorial regarding Flash MX
  and PHP. We will try to set up a simple Flash chat in order to
  implement it into your web pages without using any socket connection.
  Only simple HTTP requests from Flash to PHP and viceversa will be used. 
Basic Flash MX/MySQL chat

1. Introduction
 Welcome
  to my first tutorial regarding Flash MX and PHP. Here, we will try to
  se...........</span>]]></description>
		   <pubDate>2010-04-25T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Simple Chatroom(part 2)</title>
		   <link>http://www.programmerkingdom.com/view/130/simple-chatroom(part-2).html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This article is about how to make simple chatroom with jQuery. This article continues next steps of tutorial simple chatroom (Part 1)

Simple Chatroom with PHP &amp; jQuery

process.js


Code:


process.js



Code:


//&nbsp;If&nbsp;page&nbsp;is&nbsp;loaded&nbsp;let's&nbsp;load&nbsp;our&nbsp;functions

$(function(){

&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;//&nbs...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
