<?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; Captain</title>
	<atom:link href="http://www.memiso.com/author/captain/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>Adding scrollbar to div via CSS</title>
		<link>http://www.memiso.com/adding-scrollbar-to-divs-via-css.html</link>
		<comments>http://www.memiso.com/adding-scrollbar-to-divs-via-css.html#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:03:14 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Scrollbar]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=865</guid>
		<description><![CDATA[A few years ago, many web designers didn&#8217;t know this method. I think there are some designers which still doesn&#8217;t know this method. Therefore, i decided to write this short article.
Div elements have width and height properties and we set values of these properties as we want. However, our content can be bigger than the [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/adding-scrollbar-to-divs-via-css.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixed Method for Positioning Elements in CSS</title>
		<link>http://www.memiso.com/fixed-method-for-positioning-elements-in-css.html</link>
		<comments>http://www.memiso.com/fixed-method-for-positioning-elements-in-css.html#comments</comments>
		<pubDate>Mon, 19 Oct 2009 22:36:40 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Doctype]]></category>
		<category><![CDATA[Fixed]]></category>
		<category><![CDATA[Fixed Position]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[Positioning]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=717</guid>
		<description><![CDATA[This article is short but inculding very useful information. A few years ago, we web programmers are used to make these operations via javascript. However, this wasn&#8217;t good method because, computers were not powerful enough. Nowadays, computers are too powerfull and we don&#8217;t need to use javascript anymore! Just one thing is required for us: [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/fixed-method-for-positioning-elements-in-css.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Image Clipping with CSS</title>
		<link>http://www.memiso.com/image-clipping-with-css.html</link>
		<comments>http://www.memiso.com/image-clipping-with-css.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 11:37:04 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Clipping]]></category>
		<category><![CDATA[Cropping]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[Image]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=581</guid>
		<description><![CDATA[We usually add icons to our web pages. There are a lot of different ways for doing this. For example: We can use background image, we can use unique small image files (Usually, this method is used). However, we will use the best method. Namely, Image Cropping Method using CSS.

This method makes faster our web [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/image-clipping-with-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Positioning Background Image Using CSS</title>
		<link>http://www.memiso.com/css-background-image-position.html</link>
		<comments>http://www.memiso.com/css-background-image-position.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 10:26:15 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[background image]]></category>
		<category><![CDATA[CSS background]]></category>
		<category><![CDATA[position]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=498</guid>
		<description><![CDATA[In this article, we are going to answer those questions:

How to set position of background image in css?
How to position background image using css?
Can i set position of background image with css?
Can css position background-image of a div?


Actually, there is a short method to do this. Look at structure 1.0:
Structure 1.0:
1234#&#91;DIVID&#93; &#123;
background-image:url&#40;&#91;image url&#93;&#41;;
background-position:&#91;Horizontal position&#93; &#91;Vertical [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/css-background-image-position.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an Image SlideShow Using Javascript</title>
		<link>http://www.memiso.com/creating-an-image-slideshow-using-javascript.html</link>
		<comments>http://www.memiso.com/creating-an-image-slideshow-using-javascript.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 16:36:50 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Image SlideShow]]></category>
		<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=373</guid>
		<description><![CDATA[In this article, we will create an image slideshow including a lot of effects. We will use HTML and JAVASCRIPT. We have three files (functions.js, slideshow.html and style.css).

Application 1.0 (Creating an Image Slide Show with Javascript)
functions.js:
1234567891011121314151617181920212223242526272829var i=1;
var r=0; //This variable contains the number of loaded images.
var address='images/';
function ChangeImage&#40;&#41;&#123; 
&#160; var ourimage=document.getElementById&#40;&#34;slideImg&#34;&#41;;
&#160; if &#40;document.all &#38;&#38; ourimage.filters&#41;&#123;
&#160; [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/creating-an-image-slideshow-using-javascript.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Generating Random Number in C</title>
		<link>http://www.memiso.com/generating-random-number-in-c.html</link>
		<comments>http://www.memiso.com/generating-random-number-in-c.html#comments</comments>
		<pubDate>Fri, 02 Oct 2009 22:12:45 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[C]]></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=355</guid>
		<description><![CDATA[Generating random numbers is very important in programming. It&#8217;s difficult as much as it&#8217;s important. Actually, there is nothing random. A number, which is choosen according to some criterias (mostly time), is used in some functions, then a random number is given (for us) by those functions&#8230;
Let&#8217;s start.

Structure 1.1: We will need three libraries. (stdio.h,stdlib.h [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/generating-random-number-in-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Random Number in PHP</title>
		<link>http://www.memiso.com/generating-random-number-in-php.html</link>
		<comments>http://www.memiso.com/generating-random-number-in-php.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 00:48:20 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[PHP]]></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=315</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 PHP.

Structure 1.0: This is basic [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/generating-random-number-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Random Number in JavaScript</title>
		<link>http://www.memiso.com/generating-random-number-in-javascript.html</link>
		<comments>http://www.memiso.com/generating-random-number-in-javascript.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 22:39:00 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JS]]></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=216</guid>
		<description><![CDATA[Generating random numbers is very important in Javascript like other programming languages&#8230; JavaScript adds dynamism to our html pages. For example: If you want to add a slideshow that is arranged in order at random to your page, you need to generate a random number. In this article, we will see to generate a random [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/generating-random-number-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
