<?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; Mehmatrix</title>
	<atom:link href="http://www.memiso.com/author/admin/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>Using Optional Argument with User Defined Functions in PHP</title>
		<link>http://www.memiso.com/using-optional-argument-with-user-defined-functions-in-php.html</link>
		<comments>http://www.memiso.com/using-optional-argument-with-user-defined-functions-in-php.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:18:11 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Optional Arguments]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[User-Defined Functions]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=936</guid>
		<description><![CDATA[Hi everybody. After a long time, I am here again with my new articles. I thought it can be good to start with a little clue for PHP coders. 
Usage of PHP functions is so easy and practical. However, usually we need to write our own functions while we are making our applications.

1.1) User Defined [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/using-optional-argument-with-user-defined-functions-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking Database Connections and Getting Errors in PHP</title>
		<link>http://www.memiso.com/checking-database-connections-and-getting-errors-in-php.html</link>
		<comments>http://www.memiso.com/checking-database-connections-and-getting-errors-in-php.html#comments</comments>
		<pubDate>Wed, 25 Nov 2009 17:53:50 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Connection Errors]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database Connections]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Exceptions]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=910</guid>
		<description><![CDATA[We have talked about how to make database connections in PHP before. However, I realized that I have forgotten something which is so important. If you read that article or you are interested in PHP, you may know that we use odbc_connect() or mysql_connect() (or etc.) functions to connect some databases. These functions try to [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/checking-database-connections-and-getting-errors-in-php.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reading and Modifying PDF Files Using PHP</title>
		<link>http://www.memiso.com/reading-and-modifying-pdf-files-using-php.html</link>
		<comments>http://www.memiso.com/reading-and-modifying-pdf-files-using-php.html#comments</comments>
		<pubDate>Mon, 16 Nov 2009 01:24:53 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Adobe PDF]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Packages]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=815</guid>
		<description><![CDATA[Today, we are going to talk about getting content of PDF documents. In addition, PDF is a document format of Adobe Acrobat developed by Adobe and abridgment of Portable Document Format. After giving this unnecessary information, let&#8217;s learn how to read PDF documents using PHP.

To open and read PDF documents via PHP, we need to [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/reading-and-modifying-pdf-files-using-php.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using DOCTYPE and Changing Style of Scrollbar with CSS</title>
		<link>http://www.memiso.com/using-doctype-and-changing-style-of-scrollbar-with-css.html</link>
		<comments>http://www.memiso.com/using-doctype-and-changing-style-of-scrollbar-with-css.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 22:23:42 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Coloring]]></category>
		<category><![CDATA[Doctype]]></category>
		<category><![CDATA[Scrollbar]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=807</guid>
		<description><![CDATA[If you used DOCTYPE in your pages, you may be in trouble with changing scrollbar color and style. Web developers usually define scrollbar properties in body tag in CSS. However, if you used DOCTYPE this is not going to work. All you need to do, defining scrollbar style in HTML tag in CSS file, and… [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/using-doctype-and-changing-style-of-scrollbar-with-css.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shadow Effects to DIV, IMAGE etc. with CSS</title>
		<link>http://www.memiso.com/shadow-effects-to-div-image-etc-with-css.html</link>
		<comments>http://www.memiso.com/shadow-effects-to-div-image-etc-with-css.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 00:32:41 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS background]]></category>
		<category><![CDATA[CSS Effect]]></category>
		<category><![CDATA[Effect]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[Shadow]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=790</guid>
		<description><![CDATA[We may need to use shadows behind objects in some cases on our web sites; but browsers don&#8217;t support all shadow codes. It is possible to see the same page with different appearances via different browsers. So, we found a little solution for that.

PNG files are going to be used for giving shadow effect to [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/shadow-effects-to-div-image-etc-with-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uppercasing First Letters of Words, Sentences or Lines in Java</title>
		<link>http://www.memiso.com/uppercasing-first-letters-of-words-sentences-or-lines-in-java.html</link>
		<comments>http://www.memiso.com/uppercasing-first-letters-of-words-sentences-or-lines-in-java.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:15:28 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Functions]]></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=772</guid>
		<description><![CDATA[Hi again! Today, I&#8217;m going to give you a JAVA function that uppercases first letters of each word, sentence or line. This function is also very similar with the function which was given at this article: Making uppercase the first letters of words, sentences and lines in ASP. To understand the algorithm, take a look [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/uppercasing-first-letters-of-words-sentences-or-lines-in-java.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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 Uppercase First Letters of Words, Sentences or Lines in JavaScript</title>
		<link>http://www.memiso.com/making-uppercase-first-letters-of-words-sentences-or-lines-in-javascript.html</link>
		<comments>http://www.memiso.com/making-uppercase-first-letters-of-words-sentences-or-lines-in-javascript.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 04:53:45 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[String Operations]]></category>
		<category><![CDATA[Uppercase]]></category>
		<category><![CDATA[Useful Functions]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=719</guid>
		<description><![CDATA[We have talked about making uppercase the first letters of words, sentences and lines in ASP before. Now, we will make the same application in JavaScript.

Let’s look at the UppercaseTheFirstLetter() function.
Function 1.0: UpperFunction.js
1234567891011121314151617181920function UppercaseTheFirstLetter&#40;string,option&#41;&#123;
var splitby,parts,i,uppercased;
if&#40;option==0&#41;&#123;splitby=&#34; &#34;;&#125;
else if&#40;option==1&#41;&#123;splitby=&#34;.&#34;;&#125;
else if&#40;option==2&#41;&#123;splitby=&#34;&#60;BR&#62;&#34;;&#125;

string=string.replace&#40;/^\s+/, ''&#41;.replace&#40;/\s+$/, ''&#41;; 
//we removed unnecessary spaces at the beginning and ending of string. 
parts = string.split&#40;splitby&#41;;

for&#40;i=0;i&#60;parts.length;i++&#41;&#123;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/making-uppercase-first-letters-of-words-sentences-or-lines-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usages and Definitions of All Operators in C</title>
		<link>http://www.memiso.com/usages-and-definitions-of-all-operators-in-c.html</link>
		<comments>http://www.memiso.com/usages-and-definitions-of-all-operators-in-c.html#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:37:42 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[C Operators]]></category>
		<category><![CDATA[Operators]]></category>
		<category><![CDATA[Statements]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=600</guid>
		<description><![CDATA[There is a list of all operators in C. 

Assignment Operator
Arithmetic Operators
Cast Operator
Increment and Decrement Operators
Abbreviated Assignment Operators
Relational Operators
Logical Operators



Precedence of Operators


I. Assignment Operator
Equal sign (=) is used as assignment operator in C and it must be read as &#8220;is assigned the value of&#8221;.
1a = b;
That means: a is assigned value of b. There is [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/usages-and-definitions-of-all-operators-in-c.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>Navigator Object in JavaScript</title>
		<link>http://www.memiso.com/all-properties-and-methods-of-navigator-object-in-javascript.html</link>
		<comments>http://www.memiso.com/all-properties-and-methods-of-navigator-object-in-javascript.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:58:12 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Navigator]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=435</guid>
		<description><![CDATA[We need to know how to use properties and methods of Navigator object in JavaScript to make powerful applications. Navigator object gives us to get browser information of client. There is a list of all properties and methods in  Javascript.

I. All Common Navigator Properties in JavaScript



Property


Description




appCodeName&#160;:


The code name of the browser(ie: Mozilla)




appName&#160;:


The name of [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/all-properties-and-methods-of-navigator-object-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</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 PHP</title>
		<link>http://www.memiso.com/database-connections-in-php.html</link>
		<comments>http://www.memiso.com/database-connections-in-php.html#comments</comments>
		<pubDate>Fri, 02 Oct 2009 00:07:36 +0000</pubDate>
		<dc:creator>Mehmatrix</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database Connections]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[MDB]]></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=339</guid>
		<description><![CDATA[
1.1) MYSQL Connection in PHP
We can use mysql_connect and mysql_select_db functions to create our connections. For closing the connections there is mysql_close function. These are basic functions of managing connections in PHP. There are also a lot of classes made by developers for free.

Sturcture 1.0:
12345&#60;?php
$ConnectionName = mysql_connect&#40;'MyHost', 'MyLogin', 'MyPassword'&#41;;
$DatabaseConnection = mysql_select_db&#40;'MyDatabaseName', $ConnectionName&#41;;
mysql_close&#40;$ConnectionName&#41;;
?&#62;

You can determine the [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/database-connections-in-php.html/feed</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>
