<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Fewtureweb</title>
	<link>http://www.fewtureweb.com</link>
	<description>Stories and thoughts on Business, Tech, etc</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:54:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Display:inline</title>
		<description><![CDATA[Inline display means instead of being blocks that appear one below the next, these will appear next to each other!










]]></description>
		<link>http://www.fewtureweb.com/displayinline</link>
			</item>
	<item>
		<title>Padding vs. Margin</title>
		<description><![CDATA[Padding is the css element that clears space inside the border
Margin clears space outside the border










]]></description>
		<link>http://www.fewtureweb.com/padding-vs-margin</link>
			</item>
	<item>
		<title>Essentials of $_POST</title>
		<description><![CDATA[When you fill out a form on the internet, especially registration forms, the data you are supplying is sent to the server using one of two methods &#8211; POST or GET. The method used depends on the sensitivity of the data. Most registration forms use the POST method. If they dont, then the site is [...]]]></description>
		<link>http://www.fewtureweb.com/essentials-of-_post</link>
			</item>
	<item>
		<title>What does register_globals do?</title>
		<description><![CDATA[Register globals makes it *really* easy to code in php. It&#8217;s what takes the uri
or posted form data, and turns them into global variables in your script.
So if a url looked like:
http://www.fakename.com/index.php?target=help
and with register-globals on, php will create a variable, $target, which has the
value &#8216;help&#8217; in it. It&#8217;s very useful and friendly but, if you [...]]]></description>
		<link>http://www.fewtureweb.com/what-does-register_globals-do</link>
			</item>
	<item>
		<title>An easy way to remember GET vs. POST</title>
		<description><![CDATA[Get and Post are ways to pass user data on a form. The Get method passes the information via the URL. The Post method passes the information behind the scenes. 
I sometimes get confused between the two. The following technique helps me to remember which one is which.
Get thru URL &#8211; GURL &#8211; GIRL. So [...]]]></description>
		<link>http://www.fewtureweb.com/an-easy-way-to-remember-get-vs-post</link>
			</item>
</channel>
</rss>
