<?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/"
	>

<channel>
	<title>Tutorials, Scripts, Technology and Interview Tips &#187; QUESTIONS</title>
	<atom:link href="http://mistonline.in/wp/tutorials/questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistonline.in/wp</link>
	<description>The One Stop Reference For Web Developers</description>
	<lastBuildDate>Tue, 15 May 2012 15:59:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>.htaccess some facts and rules</title>
		<link>http://mistonline.in/wp/htaccess-some-facts-and-rules/</link>
		<comments>http://mistonline.in/wp/htaccess-some-facts-and-rules/#comments</comments>
		<pubDate>Thu, 19 May 2011 20:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/htaccess-some-facts-and-rules/</guid>
		<description><![CDATA[Common command suffixes At the end of many lines you will see a suffix within square brackets. These instructions modify the main command of that line.[301]    = permanent redirect[302]    = temporary redirect[NC]    = no case (ignore upper / lower case)[L]    = last &#8211; if this direction is met, then quitA redirect should always be a [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/htaccess-some-facts-and-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java interview questions</title>
		<link>http://mistonline.in/wp/java-interview-questions/</link>
		<comments>http://mistonline.in/wp/java-interview-questions/#comments</comments>
		<pubDate>Wed, 11 May 2011 08:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java Interview Questions]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[QUESTIONS]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=15</guid>
		<description><![CDATA[Language Fundamentals How many number of non-public class definitions can a source file have A source file can contain unlimited number of non-public class definitions List primitive data types, there size and there range (min, max) Data Type Bytes bits min max boolean - 1 - - char 2 16 0 2^16-1 byte 1 8 [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/java-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MD5 Function and Unique ID in php</title>
		<link>http://mistonline.in/wp/md5-function-and-unique-id-in-php/</link>
		<comments>http://mistonline.in/wp/md5-function-and-unique-id-in-php/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/md5-function-and-unique-id-in-php/</guid>
		<description><![CDATA[uniqid () function, This function has two parameters we can set. The first is the prefix. This is what will be appended to the beginning of each ID. The second is more_entropy. If this is false or not specified it will return 13 characters, if it is true then 23 characters will be returned.Uniqid (prefix, more_entropy)Sample [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/md5-function-and-unique-id-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript setTimeout() Tricks</title>
		<link>http://mistonline.in/wp/javascript-settimeout-tricks/</link>
		<comments>http://mistonline.in/wp/javascript-settimeout-tricks/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 16:51:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/javascript-settimeout-tricks/</guid>
		<description><![CDATA[Hi here we can see how we can call fucnctions using some timers available in javascript. &#60;script type=&#8221;text/javascript&#8221;&#62; function setToRed() { document.getElementById(&#8220;colourButton&#8221;).style.color = &#8220;#FF0000&#8243;; setTimeout ( &#8220;setToBlack()&#8221;, 2000 ); } function setToBlack() { document.getElementById(&#8220;colourButton&#8221;).style.color = &#8220;#000000&#8243;; setTimeout ( &#8220;setToRed()&#8221;, 2000 ); } &#60;/script&#62; &#60;input type=&#8221;button&#8221; name=&#8221;clickMe&#8221; id=&#8221;colourButton&#8221; value=&#8221;Click me and wait!&#8221; onclick=&#8221;setToRed()&#8221;/&#62; &#160; Incoming search [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/javascript-settimeout-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying or changing images each day</title>
		<link>http://mistonline.in/wp/displaying-or-changing-images-each-day/</link>
		<comments>http://mistonline.in/wp/displaying-or-changing-images-each-day/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 08:17:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/displaying-or-changing-images-each-day/</guid>
		<description><![CDATA[A simple script that demonstrate how to dispay different images day by day on your website from suday to saturday, what you have to do is just copy this script [ Make Sure Of Quotes While Copying As I Always Say] So correct those and paste where you have to display the image on you [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/displaying-or-changing-images-each-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install XAMPP</title>
		<link>http://mistonline.in/wp/how-to-install-xampp/</link>
		<comments>http://mistonline.in/wp/how-to-install-xampp/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 07:54:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[INTERVIEW]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[QUESTIONS]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/how-to-install-xampp/</guid>
		<description><![CDATA[Hello guys due to request from my users i am updating my website with a post that says clearly how to install XAMPP on windows.Here we go,  Go to http://www.apachefriends.org/en/xampp-windows.html#641 or direct link http://www.apachefriends.org/download.php?xampp-win32-1.7.0-installer.exe and Download the xampp software first. Run the installer. If you want, you can choose to install the Apache and MySQL [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/how-to-install-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

