<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Click The World Of Programming</title>
	<atom:link href="http://ultimatepedia.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ultimatepedia.wordpress.com</link>
	<description>Change Is Here</description>
	<lastBuildDate>Sat, 21 Mar 2009 12:09:40 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ultimatepedia.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/157357f7dfcc15e8483fe41767a1a25b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Click The World Of Programming</title>
		<link>http://ultimatepedia.wordpress.com</link>
	</image>
			<item>
		<title>Tables-Html</title>
		<link>http://ultimatepedia.wordpress.com/2009/03/21/tables-html/</link>
		<comments>http://ultimatepedia.wordpress.com/2009/03/21/tables-html/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 11:18:34 +0000</pubDate>
		<dc:creator>Prabhjot</dc:creator>
				<category><![CDATA[Ultimate Concepts-Html]]></category>
		<category><![CDATA[insert a table in website.]]></category>
		<category><![CDATA[table tag in html]]></category>
		<category><![CDATA[tables in html]]></category>

		<guid isPermaLink="false">http://ultimatepedia.wordpress.com/?p=73</guid>
		<description><![CDATA[Tag Name- &#60;table&#62;
Description- This tag is generally used to insert a table into the web pages. Now as the table consists of rows and columns thus we have two more tags for this reasons-

&#60;tr&#62;- i.e used to insert a new row in the table.
&#60;td&#62;- i.e used to insert new column in the table.

Generally we have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ultimatepedia.wordpress.com&blog=6582973&post=73&subd=ultimatepedia&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ultimatepedia.wordpress.com/2009/03/21/tables-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05d4582c7990adb8cc8b912dbf412994?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Prabhjot</media:title>
		</media:content>

		<media:content url="http://ultimatepedia.files.wordpress.com/2009/03/table1.jpg?w=300" medium="image">
			<media:title type="html">Table</media:title>
		</media:content>
	</item>
		<item>
		<title>Password in a c++ program</title>
		<link>http://ultimatepedia.wordpress.com/2009/03/15/password-in-a-c-program/</link>
		<comments>http://ultimatepedia.wordpress.com/2009/03/15/password-in-a-c-program/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 09:22:05 +0000</pubDate>
		<dc:creator>Prabhjot</dc:creator>
				<category><![CDATA[Ultimate Concepts-C++/C]]></category>
		<category><![CDATA[how to add password in a program?]]></category>
		<category><![CDATA[Password in a c++ program]]></category>
		<category><![CDATA[password in c program]]></category>

		<guid isPermaLink="false">http://ultimatepedia.wordpress.com/?p=70</guid>
		<description><![CDATA[Many of us keep want this ultimate solution, &#8220;that how can we add provide a password facility in a c++ or c program?&#8221;. Yes password facility such that if user enter &#8220;UltimatePedia&#8221; as his password then it should be displayed over the screen something like-&#8221;*************&#8221;. So here i give you the solution of this query [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ultimatepedia.wordpress.com&blog=6582973&post=70&subd=ultimatepedia&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ultimatepedia.wordpress.com/2009/03/15/password-in-a-c-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05d4582c7990adb8cc8b912dbf412994?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Prabhjot</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding an Image-Html</title>
		<link>http://ultimatepedia.wordpress.com/2009/03/12/adding-an-image-html/</link>
		<comments>http://ultimatepedia.wordpress.com/2009/03/12/adding-an-image-html/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 09:11:00 +0000</pubDate>
		<dc:creator>Prabhjot</dc:creator>
				<category><![CDATA[Ultimate Concepts-Html]]></category>
		<category><![CDATA[add an image into your web page]]></category>
		<category><![CDATA[image tag in html]]></category>

		<guid isPermaLink="false">http://ultimatepedia.wordpress.com/?p=68</guid>
		<description><![CDATA[Tag Name- &#60;Image&#62;
Description- It is basically used to add up an image into your web page. It supports many image file extensions like-JPEG(Joint Photographic Experts Group); PNG(Portable Network Graphic); GIF(General Image Format) etc. While the attributes which come along with this tag are as follows:-

Src- i.e path of the image file on your computer.(value=&#8221;c:\\documents and settings\my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ultimatepedia.wordpress.com&blog=6582973&post=68&subd=ultimatepedia&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ultimatepedia.wordpress.com/2009/03/12/adding-an-image-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05d4582c7990adb8cc8b912dbf412994?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Prabhjot</media:title>
		</media:content>
	</item>
		<item>
		<title>Frames-Html</title>
		<link>http://ultimatepedia.wordpress.com/2009/03/10/frames-html/</link>
		<comments>http://ultimatepedia.wordpress.com/2009/03/10/frames-html/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:54:09 +0000</pubDate>
		<dc:creator>Prabhjot</dc:creator>
				<category><![CDATA[Ultimate Concepts-Html]]></category>
		<category><![CDATA[Html tags]]></category>
		<category><![CDATA[frames in html]]></category>
		<category><![CDATA[frameset tag]]></category>

		<guid isPermaLink="false">http://ultimatepedia.wordpress.com/?p=53</guid>
		<description><![CDATA[You might have seen most of the sites completely enriched with the frames. So today i&#8217;m going to discuss the same that how can you enrich your site with the frames. So here i go:-
Tag Name-&#60;frameset&#62;
Descripton-It basically allow us to add up frames into a html enriched web page. The attributes for it are-

Rows- i.e if you want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ultimatepedia.wordpress.com&blog=6582973&post=53&subd=ultimatepedia&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ultimatepedia.wordpress.com/2009/03/10/frames-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05d4582c7990adb8cc8b912dbf412994?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Prabhjot</media:title>
		</media:content>

		<media:content url="http://ultimatepedia.files.wordpress.com/2009/03/rows.jpg" medium="image">
			<media:title type="html">rows</media:title>
		</media:content>

		<media:content url="http://ultimatepedia.files.wordpress.com/2009/03/cols.jpg" medium="image">
			<media:title type="html">cols</media:title>
		</media:content>

		<media:content url="http://ultimatepedia.files.wordpress.com/2009/03/full.jpg" medium="image">
			<media:title type="html">full</media:title>
		</media:content>
	</item>
		<item>
		<title>Order List-Html</title>
		<link>http://ultimatepedia.wordpress.com/2009/03/07/order-list/</link>
		<comments>http://ultimatepedia.wordpress.com/2009/03/07/order-list/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 06:04:45 +0000</pubDate>
		<dc:creator>Prabhjot</dc:creator>
				<category><![CDATA[Ultimate Concepts-Html]]></category>
		<category><![CDATA[html tutorials]]></category>
		<category><![CDATA[learn html]]></category>
		<category><![CDATA[order lists in html]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[tags of html]]></category>
		<category><![CDATA[unorder list in html]]></category>

		<guid isPermaLink="false">http://ultimatepedia.wordpress.com/?p=41</guid>
		<description><![CDATA[Today i&#8217;m going to tell you that how one can put various lists (ordered and unordered) in the Html.
Tag Names- &#60;ol&#62;, &#60;ul&#62;
Description- where the &#8220;ol&#8221;-stands for order lists and &#8220;ul&#8221;-stands for unorder lists.
The attributes which come up with &#60;ol&#62; tag are:-

Type=&#8221;1&#8243;/&#8221;A&#8221; etc. (i.e which pattern you want for the ordered list? and by default it is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ultimatepedia.wordpress.com&blog=6582973&post=41&subd=ultimatepedia&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ultimatepedia.wordpress.com/2009/03/07/order-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/05d4582c7990adb8cc8b912dbf412994?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Prabhjot</media:title>
		</media:content>
	</item>
	</channel>
</rss>