<?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>MEMISO &#187; Loops</title>
	<atom:link href="http://www.memiso.com/tag/loops/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memiso.com</link>
	<description>Little Solutions For Big Problems</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:19:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Loops</title>
		<link>http://www.memiso.com/php-loops.html</link>
		<comments>http://www.memiso.com/php-loops.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 21:34:24 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Looping]]></category>
		<category><![CDATA[Loops]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=230</guid>
		<description><![CDATA[We are going to talk about all looping statements in PHP. We have four looping methods.

I. While loop
II. Do … While loop
III. For loop
IV. Foreach loop
Most of PHP statements are similar to C statements. So, a programmer who knows C, can learn PHP easily.
I. While Loop
While statement loops the operations while specified conditions are true. [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/php-loops.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Loops</title>
		<link>http://www.memiso.com/javascript-loops.html</link>
		<comments>http://www.memiso.com/javascript-loops.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 23:16:36 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Looping]]></category>
		<category><![CDATA[Loops]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=180</guid>
		<description><![CDATA[There are three methods for making a loop with JavaScript. There is a list of all loop structures in JavaScript:

I. While loop
II. Do … While loop
III. For loop

I. While Loop
This statement can be very useful if you don’t have or don&#8217;t know number of repetitions because it loops the operations while specified conditions are true.

Structure [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/javascript-loops.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C Looping</title>
		<link>http://www.memiso.com/c-looping.html</link>
		<comments>http://www.memiso.com/c-looping.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 18:41:03 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Looping]]></category>
		<category><![CDATA[Loops]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=147</guid>
		<description><![CDATA[There are three methods for making a loop with C. There is a list of all loop structures in C:
I. While loop
II. Do … While loop
III. For loop

I. While Loop
This statement can be very useful if you don’t have or don&#8217;t know number of repetitions because it loops the operations while specified conditions are true.

Structure [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/c-looping.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP Loops</title>
		<link>http://www.memiso.com/asp-loops.html</link>
		<comments>http://www.memiso.com/asp-loops.html#comments</comments>
		<pubDate>Mon, 07 Sep 2009 15:53:40 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Looping]]></category>
		<category><![CDATA[Loops]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=7</guid>
		<description><![CDATA[We are going to talk about doing loops with ASP. There are many different methods to make a loop with ASP and we should choose the best way. There is a list of all looping statements in asp:

I. Do ... Loop Statement
II. While ... Wend Statement
III. For ... Next Statement
IV. For Each ... Next Statement
<br/><br/>
<h3>I. Do ... Loop Statement</h3>
<hr style="width: 100%; height: 1px; color:#666;" size="0" />
This statement can be very useful if you don’t have or don't know number of repetitions because it loops the operations <i>until</i> or <i>while</i> specified conditions are true.
<br/>
<h4>1.1 ) Do While Conditions Are True</h4>
The While keyword repeats operations <b>while</b> conditions are <b>true</b>. We make our operations by using the while keyword <strong>after do</strong> or <strong>after loop</strong> statements. Every <i>do</i> statement <b>have to be closed</b> with <i>loop</i> statement.]]></description>
		<wfw:commentRss>http://www.memiso.com/asp-loops.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
