<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Programming</title>
		<link>http://bolo.heavenforum.com/programming-f19/-t1.htm</link>
		<description>Are you a programmer? or learning programming? HTML,CSS,DIV,PHP,ASP,JAVA,JAVASCRIPT,PERL,PYTHON,RUBY ON RAILS, and any other programming language you want..</description>
		<lastBuildDate>Fri, 06 Feb 2009 09:36:10 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Programming</title>
			<url>http://i35.servimg.com/u/f35/12/85/47/53/bolo_l10.jpg</url>
			<link>http://bolo.heavenforum.com/programming-f19/-t1.htm</link>
		</image>
		<item>
			<title>Learning HTML</title>
			<link>http://bolo.heavenforum.com/programming-f19/learning-html-t34.htm</link>
			<dc:creator>Main Aur Tum</dc:creator>
			<description><![CDATA[<strong><font color="darkred">here you can ask questions and learn html anything you like so come with ur question and code below <img src="http://illiweb.com/fa/i/smiles/icon_smile.gif" alt="Smile" longdesc="2" /> </strong></font>]]></description>
			<category>Programming</category>
			<pubDate>Fri, 06 Feb 2009 09:36:10 GMT</pubDate>
			<comments>http://bolo.heavenforum.com/programming-f19/learning-html-t34.htm#36</comments>
			<guid>http://bolo.heavenforum.com/programming-f19/learning-html-t34.htm</guid>
		</item>
		<item>
			<title>changing themes with javascript</title>
			<link>http://bolo.heavenforum.com/programming-f19/changing-themes-with-javascript-t33.htm</link>
			<dc:creator>Main Aur Tum</dc:creator>
			<description><![CDATA[<a href="http://www.thesitewizard.com/javascripts/change-style-sheets.shtml" target="_blank">http://www.thesitewizard.com/javascripts/change-style-sheets.shtml</a>]]></description>
			<category>Programming</category>
			<pubDate>Mon, 08 Dec 2008 05:46:17 GMT</pubDate>
			<comments>http://bolo.heavenforum.com/programming-f19/changing-themes-with-javascript-t33.htm#35</comments>
			<guid>http://bolo.heavenforum.com/programming-f19/changing-themes-with-javascript-t33.htm</guid>
		</item>
		<item>
			<title>Php Select query and $_SESSION</title>
			<link>http://bolo.heavenforum.com/programming-f19/php-select-query-and-_session-t29.htm</link>
			<dc:creator>Main Aur Tum</dc:creator>
			<description>http://www.webmasterworld.com/forum88/11940.htm





http://forums.digitalpoint.com/showthread.php?t=662520 





https://fisheye.toolserver.org/rdiff/ACC?csid=1277&amp;u&amp;N  </description>
			<category>Programming</category>
			<pubDate>Mon, 29 Sep 2008 07:46:11 GMT</pubDate>
			<comments>http://bolo.heavenforum.com/programming-f19/php-select-query-and-_session-t29.htm#31</comments>
			<guid>http://bolo.heavenforum.com/programming-f19/php-select-query-and-_session-t29.htm</guid>
		</item>
		<item>
			<title>PHP Code for Random Password</title>
			<link>http://bolo.heavenforum.com/programming-f19/php-code-for-random-password-t15.htm</link>
			<dc:creator>hira</dc:creator>
			<description>Google &quot;PHP Random Password Generation.&quot; You'll get lots of useful results



Here is a one possibility:









//list of possible password characters 

&#36;chars = &quot;abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX  YZ0123456789!@#&#36;%^*_-+=?|:&quot;; 



//length of the password to be generated 

&#36;length = 8; 



//generate the password 

for(&#36;i = 0; &#36;i&lt;&#36;length; &#36;i++) { 

    &#36;Rand = rand(0, strlen(&#36;chars)-1); 

    &#36;pwd  ...</description>
			<category>Programming</category>
			<pubDate>Sun, 07 Sep 2008 14:26:50 GMT</pubDate>
			<comments>http://bolo.heavenforum.com/programming-f19/php-code-for-random-password-t15.htm#15</comments>
			<guid>http://bolo.heavenforum.com/programming-f19/php-code-for-random-password-t15.htm</guid>
		</item>
		<item>
			<title>XHTML Common Errors</title>
			<link>http://bolo.heavenforum.com/programming-f19/xhtml-common-errors-t13.htm</link>
			<dc:creator>Main Aur Tum</dc:creator>
			<description>Common errors



Some of the most common errors in the usage of XHTML are:

Failing to realize that documents won’t be treated as XHTML unless they are served with an appropriate XML MIME type

Not closing empty elements (elements without closing tags in HTML4) 

Incorrect: &lt;br&gt;

Correct: &lt;br /&gt;

Note that any of these are acceptable in XHTML: &lt;br&gt;&lt;/br&gt;, &lt;br/&gt; and &lt;br /&gt;. Older HTML-only browsers interpreting it as HTML will generally accept &lt;br&gt;  ...</description>
			<category>Programming</category>
			<pubDate>Sun, 07 Sep 2008 13:54:53 GMT</pubDate>
			<comments>http://bolo.heavenforum.com/programming-f19/xhtml-common-errors-t13.htm#13</comments>
			<guid>http://bolo.heavenforum.com/programming-f19/xhtml-common-errors-t13.htm</guid>
		</item>
	</channel>
</rss>