<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/89/miscellaneous-.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>Command Line Scripting in PHP</title>
		   <link>http://www.programmerkingdom.com/view/374/command-line-scripting-in-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This article covers how one can write PHP
scripts that exceed the maximum execution time, and thus create scripts
which will send mass emails, backup data, transfer via FTP, and much
more.

Command Line Scripting in PHP

Introduction

PHP is a great language to develop web applications rapidly and
economically. Many of us know this. But what many of us were unaware of
is that PHP can ...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Calculating Age Tutorial</title>
		   <link>http://www.programmerkingdom.com/view/375/calculating-age-tutorial.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this tutorial we'll look at the following:
1. How to create a timestamp from a date 2. How to find difference
between timestamps 3. Account for negative timestamps (dates before
1/1/1970) 4. Calculate someone's age based on a DOB.

Calculating age tutorial
In this tutorial we'll look at the following:
1. How to create a timestamp from a date
2. How to find difference between timestamp...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Changing Content-Types</title>
		   <link>http://www.programmerkingdom.com/view/376/changing-content-types.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this tutorial, I will demonstrate how we can
retrieve the contents of different file types, change the content types
in the header output and output the content as the selected mime type. 

Changing content-types tutorial
In
this tutorial, I will demonstrate how we can retrieve the contents of
different file types, change the content types in the header output and
output the content a...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Practical PHP Coding Standards</title>
		   <link>http://www.programmerkingdom.com/view/377/practical-php-coding-standards.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
The truth is that some practices will pay off
in spades toward making your code coder-friendly. Others are more of a
nice touch. For now, I would like to sketch out the basics and show you
how to make gains quickly with a few practical points.

Practical PHP Coding Standards
I
have been thinking a lot lately about PHP coding standards. I recently
became intimately familiar with the Pear ...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Working With Excel Files 2</title>
		   <link>http://www.programmerkingdom.com/view/378/working-with-excel-files-2.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Here is how to work with Excel files and PHP.
First you will need to understand what CSV means. CSV stands for &quot;Comma
Separated Values.&quot; This tutorial will show you how to work with excel
spreadsheets and PHP. 

Working With Excel Files. (comma Delimited Or Csv)
Here is how to work with Excel files and PHP.
First you will need to understand what CSV means. CSV stands for &quot;C...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Working With Excel Files(Part 1)</title>
		   <link>http://www.programmerkingdom.com/view/379/working-with-excel-files(part-1).html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Here is how to work with Excel files and PHP.
First you will need to understand what tab-delimited means. This
tutorial will show you how to work with excel spreadsheets and PHP.


Working With Excel Files. (tab-delimited)Here is how to work with Excel files and PHP.
First you will need to understand what tab-delimited means. Whenever
you save a file in Excel, it is saved in binary form a...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>AOL IM Check User Online</title>
		   <link>http://www.programmerkingdom.com/view/380/aol-im-check-user-online.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Learn to see see if a user is currently online
on AOL Instant Messenger using PHP. The tutorial uses PHP functions
including sockets, files, and strings.

AOL IM Check User Online

Learn to see see if a user is currently online on AOL Instant Messenger
using PHP. The tutorial uses PHP functions including sockets, files,
and strings.


We're first going to start off by opening a socket...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>AOL AIM Profile Viewer</title>
		   <link>http://www.programmerkingdom.com/view/381/aol-aim-profile-viewer.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you how to make a
script to see who has seen your AOL Instant Messenger profile. First and foremost, for this tutorial, you're going to need a *nix
server running PHP, mySQL, and phpMyAdmin.

AOL AIM Profile Viewer

This tutorial will show you how to make a script to see who has seen
your AOL Instant Messenger profile.&nbsp;


PART I - CREATING THE MYSQL DATABAS...........</span>]]></description>
		   <pubDate>2010-04-15T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Random Quotes</title>
		   <link>http://www.programmerkingdom.com/view/382/random-quotes.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Many people email wondering how the heck we
make the random quotes on the title bar at the main page. Well, we're
finally releasing the secret, and its not as hard as you think. Lets
write the code to pick a random quote using PHP.

Random Quotes

Learn how to make Random Quotes using the power of PHP.


Many people email wondering how the heck we make the random quotes on the title ba...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>HTTP Request Variables</title>
		   <link>http://www.programmerkingdom.com/view/383/http-request-variables.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This chapter describes: What are the predefined
variables that store information from the HTTP request. A sample script
to test request variables. How to promote request variables to stand
alone variables. 


HTTP Request Variables&nbsp;



This article describes:


	What are the predefined variables that store information from the HTTP request.
	
	A sample script to test request ...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
