<?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>iBlog random &#187; make a website</title>
	<atom:link href="http://blog.zurka.us/tag/make-a-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zurka.us</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 28 May 2013 20:28:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
		<item>
		<title>Let&#039;s Make A Website Together</title>
		<link>http://blog.zurka.us/lets-make-a-website-together/</link>
		<comments>http://blog.zurka.us/lets-make-a-website-together/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 11:55:01 +0000</pubDate>
		<dc:creator>nasal</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[make a website]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.zurka.us/?p=790</guid>
		<description><![CDATA[I thought about a nice and simple project.. I will write a step by step tutorial on how to create a simple website. Why? Because I&#8217;m bored and don&#8217;t know what to do in my free time. I will show you how to design a simple layout with CSS and how to use PHP and [&#8230;]]]></description>
				<content:encoded><![CDATA[<div style="padding-top:15px;padding-right:0px;padding-bottom:0px;padding-left:0px;;" class="linksalpha_widget">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=iBlog+random&link=http%3A%2F%2Fblog.zurka.us%2Flets-make-a-website-together%2F&title=Let%26amp%3B%23039%3Bs+Make+A+Website+Together&desc=I+thought+about+a+nice+and+simple+project..+I+will+write+a+step+by+step+tutorial+on+how+to+create+a+simple+website.+Why%3F+Because+I%27m+bored+and+don%27t+know+what+to+do+in+my+free+time.+I+will+show+you+how+to+design+a+simple+layout+with+CSS+and+how+to+use+PHP+and+a+MySQL+database+to+make+a+simple&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div><p>I thought about a nice and simple project.. I will write a step by step tutorial on how to create a simple website. Why? Because I&#8217;m bored and don&#8217;t know what to do in my free time.</p>
<p>I will show you how to design a simple layout with <strong>CSS</strong> and how to use <strong>PHP</strong> and a <strong>MySQL</strong> database to make a simple website with news, users and comments.</p>
<p>I will do this in different posts, so be sure to subscribe to my <a href="http://feeds.feedburner.com/nasal">RSS feed</a> or check back often. Posts will be coming daily I guess.. And we will start with a simple design.</p>
<p>I am going to show you the code and explain it step by step so you will understand it clearly (I hope). I will also provide you with examples of course. All you need is a web server with php and mysql installed on it.. You can set this up on your machine using software like <a href="http://www.apachefriends.org/en/xampp.html">xampp</a> (apache, php, mysql and more in one pack, install and your done) or find a <a href="http://www.webhostingsearch.com/">web hosting service</a> that will give you the space. I would suggest you <strong>Globat</strong> since they offer a very cheap and stable service. You will pay about $8 per month for their hosting. As for the domain, you can buy one on Go Daddy (domains for a low price) or sign up for a free account on <a href="http://freedns.afraid.org/">afraid.org</a> and get yourself a free subdomain.</p>
<p><em>Edit: I forgot to tell you how I will structure it.. well, no one read the post so it&#8217;s no problem <img src='http://blog.zurka.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</em></p>
<p>1. <strong>This post is the introduction</strong> <-- we are here<br />
2. <a href="http://blog.zurka.us/creation-of-a-website-part-1/">Designing a simple interface in HTML and CSS</a><br />
3. <a href="http://blog.zurka.us/use-php-to-display-page-content-lmawt-part-2/">Use PHP to display page content</a><br />
4. Setting up the database and connecting the site with it<br />
5. We will add the register, login and logout features<br />
6. We will add the add news, delete news and edit news features<br />
7. Commenting the news<br />
8. Adding features that you suggest (but if I guess right there won&#8217;t be many of them).</p>
<p>Hope you will enjoy this project. I will try to make it interesting <img src='http://blog.zurka.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS. Ideas are more than welcome. Feel free to add a comment if you have any!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zurka.us/lets-make-a-website-together/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
