<?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; symfony</title>
	<atom:link href="http://mistonline.in/wp/tutorials/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistonline.in/wp</link>
	<description>The One Stop Reference For Web Developers</description>
	<lastBuildDate>Tue, 24 Jan 2012 13:59:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</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>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>
		<item>
		<title>Fix the problem in getting 500 Internal Server Error In Localhost Due To .htaccess</title>
		<link>http://mistonline.in/wp/fix-the-problem-in-getting-500-internal-server-error-in-locahost-due-to-htaccess/</link>
		<comments>http://mistonline.in/wp/fix-the-problem-in-getting-500-internal-server-error-in-locahost-due-to-htaccess/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 06:15:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/fix-the-problem-in-getting-500-internal-server-error-in-locahost-due-to-htaccess/</guid>
		<description><![CDATA[Hi guys here is a simple tip to fix a usual issue that arises on our localhost test servers when .htaccess is added.Its very simple just do the steps that i specify below. Check your apache httpd.config file first Open the httpd.conf, dont forget to take a backup of this file before editing it. Find [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/fix-the-problem-in-getting-500-internal-server-error-in-locahost-due-to-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Connection And Pagination In PHP Using Symfony Framework</title>
		<link>http://mistonline.in/wp/database-connection-and-pagination-in-php-using-symfony-framework/</link>
		<comments>http://mistonline.in/wp/database-connection-and-pagination-in-php-using-symfony-framework/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 16:18:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=18</guid>
		<description><![CDATA[After creating the project then the application and at last the module we want using symfony framework.Go to the module folder(HERE MY MODULE NAME IS PLAYLIST) we will have the action.class.php and indexSuccess.php First Take The Action.class.php file in dreamweaver or any editor you want and add the following codes HERE PLAYLIST IS THE NAME [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/database-connection-and-pagination-in-php-using-symfony-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Method and Array Manipulation In Symfony</title>
		<link>http://mistonline.in/wp/get-method-and-array-manipulation-in-symfony/</link>
		<comments>http://mistonline.in/wp/get-method-and-array-manipulation-in-symfony/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 18:35:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=14</guid>
		<description><![CDATA[Below is the action.class.php code for the success page named playlistSuccess.php, here i am getting the values of mob0,mob1 etc., to mob7 from the address bar of browser that is we are using the get method.The browser address bar contains something like this http://localhost/frontend_dev.php/playlist/playlist?mob0=8761&#038;mob1=8763&#038;mob2=8764&#038;mob3=8765&#038;mob4=8773&#038;mob5=8774&#038;=8775&#038;mob7=8901 From the code below i am getting all the values from [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/get-method-and-array-manipulation-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

