<?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; ASP</title>
	<atom:link href="http://www.memiso.com/solutions/asp/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>All Definitions and Usages of Arrays in ASP</title>
		<link>http://www.memiso.com/all-definitions-and-usages-of-arrays-in-asp.html</link>
		<comments>http://www.memiso.com/all-definitions-and-usages-of-arrays-in-asp.html#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:59:14 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Dynamic]]></category>
		<category><![CDATA[Fixed]]></category>
		<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=759</guid>
		<description><![CDATA[Arrays are one of the basics of programming. We can create lots of things via arrays like matrices, databases, tables… Let’s make it shorter and start.

Array() Function in ASP
We define our arrays using the Array() function. We can store values with two different ways. We can create the array and put values in array at [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/all-definitions-and-usages-of-arrays-in-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making User-Defined Functions in ASP</title>
		<link>http://www.memiso.com/making-user-defined-functions-in-asp.html</link>
		<comments>http://www.memiso.com/making-user-defined-functions-in-asp.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 06:51:00 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Useful Functions]]></category>
		<category><![CDATA[User-Defined Functions]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=584</guid>
		<description><![CDATA[Functions are generally used to perform same operations, or compute equations. For example, suppose that you need to get an average of some numbers. What do you have to do? Are you going to write the equations all the time? A good programmer has to find the shortest way to do works. So, if we [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/making-user-defined-functions-in-asp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making Uppercase Each Word or First Letter of a Sentence in ASP</title>
		<link>http://www.memiso.com/making-uppercase-each-word-or-first-letter-of-a-sentence-in-asp.html</link>
		<comments>http://www.memiso.com/making-uppercase-each-word-or-first-letter-of-a-sentence-in-asp.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 00:34:38 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[Lowercase]]></category>
		<category><![CDATA[String Operations]]></category>
		<category><![CDATA[Uppercase]]></category>
		<category><![CDATA[Useful Functions]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=562</guid>
		<description><![CDATA[One of the most disturbing problems of webmasters is users which have no idea about typing a sentence. It’s should be so difficult for website owner’s to see, some silly sentences typed incorrectly on their well-designed and good-looking websites. As we all know each word of titles, names and surnames or the first letter of [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/making-uppercase-each-word-or-first-letter-of-a-sentence-in-asp.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Listing Records and ADO Recordset Paging in ASP</title>
		<link>http://www.memiso.com/listing-records-and-ado-recordset-paging-in-asp.html</link>
		<comments>http://www.memiso.com/listing-records-and-ado-recordset-paging-in-asp.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 11:36:19 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[ADO]]></category>
		<category><![CDATA[Listing]]></category>
		<category><![CDATA[Paging]]></category>
		<category><![CDATA[RecordSet]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=420</guid>
		<description><![CDATA[Using databases gives us lots of advantages. Listing and paging our records dynamically is one of them. In our applications, we may need to show so many records to user and in order to make it clear we have to list them well-arranged. However, listing too many database records in one time can be a [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/listing-records-and-ado-recordset-paging-in-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Connections in ASP</title>
		<link>http://www.memiso.com/database-connections-in-asp.html</link>
		<comments>http://www.memiso.com/database-connections-in-asp.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 23:10:06 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[ADODB]]></category>
		<category><![CDATA[Connections]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database Connections]]></category>
		<category><![CDATA[MS Access]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=307</guid>
		<description><![CDATA[
1.1) MSSQL ( Microsoft SQL Server ) Connection in ASP

Sturcture 1.1:
1234&#60;%
Set ConnectionName=Server.CreateObject&#40;&#34;Adodb.Connection&#34;&#41;
ConnectionName.Open &#34;driver={SQL Server};server=MyHost;uid=MyLogin;pwd=MyPassword;database=MyDatabaseName&#34;
%&#62;
You can determine the server, uid, pwd and database variables as you need. 
Example 1.1:
1234&#60;%
Set MyConn=Server.CreateObject&#40;&#34;Adodb.Connection&#34;&#41;
MyConn.Open &#34;driver={SQL Server};server=127.0.0.1;uid=memisologin;pwd=memiso;database=memisodb&#34; 
%&#62;
1.2) MDB ( Microsoft Access Database ) Connection in ASP
Sturcture 1.2:
1234&#60;%
Set ConnectionName=Server.CreateObject&#40;&#34;ADODB.Connection&#34;&#41;
ConnectionName.Open &#34;PROVIDER=MSDASQL; DRIVER={Microsoft Access Driver (*.mdb)};DBQ=&#34; &#38; server.mappath&#40;DatabasePath&#41;
%&#62;
You can determine the DatabasePath variable [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/database-connections-in-asp.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generating Random Number in ASP</title>
		<link>http://www.memiso.com/generating-random-number-in-asp.html</link>
		<comments>http://www.memiso.com/generating-random-number-in-asp.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 01:28:13 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Random Number]]></category>
		<category><![CDATA[Randomization]]></category>
		<category><![CDATA[Randomize]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=146</guid>
		<description><![CDATA[Generating random numbers is very important in programming. We have to use random numbers to show a random record (Image, Saying, Article etc.) on our pages. Also, we can use random numbers for everything that we can imagine. In this article, we will see easiness of generating random numbers with ASP.

Structure 1.0:
1234&#60;%
randomize
response.write int&#40;rnd*MaxNumber&#41;
%&#62;
Formula: 0 ]]></description>
		<wfw:commentRss>http://www.memiso.com/generating-random-number-in-asp.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>
