<?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>Sazzad Hossain :: IamShipon1988 &#187; Tutorials</title>
	<atom:link href="http://www.sazzadhossain.org/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sazzadhossain.org</link>
	<description>Designing &#38; Developing</description>
	<lastBuildDate>Fri, 22 Jan 2010 15:27:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Date Function</title>
		<link>http://www.sazzadhossain.org/2009/04/php-date-function/</link>
		<comments>http://www.sazzadhossain.org/2009/04/php-date-function/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 01:18:27 +0000</pubDate>
		<dc:creator>Sazzad Hossain</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://sazzadhossain.org/?p=102</guid>
		<description><![CDATA[Title: PHP Date Function
Author: Sazzad Hossain
Language: PHP
Summary: Many people began sending me pm&#8217;s on how to do certain things in php. Instead of answering all of them, I thought why not create a thread where people can post the basic functions of php. Here I am talking about a very important php function: php date. [...]]]></description>
		<wfw:commentRss>http://www.sazzadhossain.org/2009/04/php-date-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Over Image</title>
		<link>http://www.sazzadhossain.org/2009/04/text-over-image/</link>
		<comments>http://www.sazzadhossain.org/2009/04/text-over-image/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 21:19:38 +0000</pubDate>
		<dc:creator>Sazzad Hossain</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://sazzadhossain.org/?p=78</guid>
		<description><![CDATA[Title: Text Over Image
Author: Sazzad Hossain &#38; 2-Job.
Language: PHP
Demo: http://2-job.com/email/
Summary: In this tutorial, we will learn how to create a script that will place text on an image (kind of like a watermark). In this tutorial, we will be using a form which we will use to submit our text. This technique is often used [...]]]></description>
		<wfw:commentRss>http://www.sazzadhossain.org/2009/04/text-over-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial Survival Guide</title>
		<link>http://www.sazzadhossain.org/2009/03/tutorial-survival-guide/</link>
		<comments>http://www.sazzadhossain.org/2009/03/tutorial-survival-guide/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 21:18:31 +0000</pubDate>
		<dc:creator>Sazzad Hossain</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://sazzadhossain.org/?p=76</guid>
		<description><![CDATA[Guide to Writing Good Tutorials
By: Sazzad Hossain &#38; Shrud Studios
What is a tutorial?
We all know that the computer presents new concepts and skills through interactive text, illustrations, descriptions, questions and problems. Information is sequenced to build on previously learned concepts, and often provides feedback and guidance. So to keep others upto par and help them [...]]]></description>
		<wfw:commentRss>http://www.sazzadhossain.org/2009/03/tutorial-survival-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Counter</title>
		<link>http://www.sazzadhossain.org/2009/01/simple-counter/</link>
		<comments>http://www.sazzadhossain.org/2009/01/simple-counter/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:15:23 +0000</pubDate>
		<dc:creator>Sazzad Hossain</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://sazzadhossain.org/?p=68</guid>
		<description><![CDATA[Title: Counter Script
Skill Level: Intermediate
Author: Sazzad Hossain
Demo: http://jorsek.info/tcounter/
Authors Note: In this tutorial, we will learn how to create a very simplified counter script. Unlike the general counter scripts, here we will also have a general page view counter, unique view counter, total users online and users viewing current page.

Step 1: db.sql
Lets write our database information [...]]]></description>
		<wfw:commentRss>http://www.sazzadhossain.org/2009/01/simple-counter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>qTip Effect</title>
		<link>http://www.sazzadhossain.org/2008/12/qtip-effect/</link>
		<comments>http://www.sazzadhossain.org/2008/12/qtip-effect/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 21:17:25 +0000</pubDate>
		<dc:creator>Sazzad Hossain</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://sazzadhossain.org/?p=72</guid>
		<description><![CDATA[Title: qTip Effect
Language: Javascript, CSS, XHTML
Author: Craig Erskine, Sazzad Hossain
Demo: http://solardreamstudios.com/_img/learn/css/qtip/qTip.html
Authors Note: This effect will allow you to have a very cool hover effect using javascript and css. The javascript is the core file that causes the hover effect while the css file controls the layout of it. The credit goes out mostly to Craig [...]]]></description>
		<wfw:commentRss>http://www.sazzadhossain.org/2008/12/qtip-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Include</title>
		<link>http://www.sazzadhossain.org/2008/07/php-include/</link>
		<comments>http://www.sazzadhossain.org/2008/07/php-include/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 22:57:51 +0000</pubDate>
		<dc:creator>Sazzad Hossain</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[includes]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://sazzadhossain.org/?p=5</guid>
		<description><![CDATA[Title: php Includes
Language: php, XHTML, CSS
Skill Level: Basic
Author: Sazzad Hossain &#38; RIT webDEV club
Demo: http://webdev.netnub.com/template.php
Authors Note: PHP is perhaps one of the simplest language you can earn that can grant you much freedom with your site. In addition, it can also make your life a lot easier. If you are a web-designer you will see [...]]]></description>
		<wfw:commentRss>http://www.sazzadhossain.org/2008/07/php-include/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
