<?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>SanaAhmed.com: A live portfolio to share my professional skills with people &#187; Web Coding</title>
	<atom:link href="http://sanaahmed.com/category/tutorials/websites/web-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://sanaahmed.com</link>
	<description>A live portfolio to share my professional skills with people!</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:01:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Web Coding</title>
		<link>http://sanaahmed.com/tutorials/websites/web-coding/web-coding/</link>
		<comments>http://sanaahmed.com/tutorials/websites/web-coding/web-coding/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:04:46 +0000</pubDate>
		<dc:creator>Sana Ahmed</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Coding]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://sanaahmed.com/?p=1067</guid>
		<description><![CDATA[If you’re computer savvy like me and want to know more about how websites are made, check out this free, informative website : http://w3schools.com This is an excellent website that teaches you various kinds of coding from html, css, to sql and more! Plus, after you learn how to do something, the website provides you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsanaahmed.com%2Ftutorials%2Fwebsites%2Fweb-coding%2Fweb-coding%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsanaahmed.com%2Ftutorials%2Fwebsites%2Fweb-coding%2Fweb-coding%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://sanaahmed.com/wp-content/uploads/2010/02/Web-Coding.jpg"><img class="alignleft size-full wp-image-1069" title="Web Coding" src="http://sanaahmed.com/wp-content/uploads/2010/02/Web-Coding.jpg" alt="" width="300" height="225" /></a>If you’re computer savvy like me and want to know more about how websites are made, check out this free, informative website :<br />
<a href="http://w3schools.com/">http://w3schools.com</a><br />
This is an excellent website that teaches you various kinds of coding from html, css, to sql and more! Plus, after you learn how to do something, the website provides you a “practice box” to help you test your skills. It’s like having digital scrap paper to help you practice, practice, practice!</p>
<p>Check out this link for a complete list of web coding tutorials:<br />
<a href="http://w3schools.com/sitemap/sitemap_tutorials.asp">http://w3schools.com/sitemap/sitemap_tutorials.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sanaahmed.com/tutorials/websites/web-coding/web-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrapping text around Google Ads</title>
		<link>http://sanaahmed.com/tutorials/websites/web-coding/wrapping-text-around-google-ads/</link>
		<comments>http://sanaahmed.com/tutorials/websites/web-coding/wrapping-text-around-google-ads/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 02:59:30 +0000</pubDate>
		<dc:creator>Sana Ahmed</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Coding]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://sanaahmed.com/?p=1056</guid>
		<description><![CDATA[For anyone who has a blog and wants to wrap text around the ads they insert into their posts, use the following code: &#60;div style=â€display:block;float:left;margin: 5px 5px 5px 5px;â€&#62; put adsense or chitika code here &#60;/div&#62; Here’s the website where I got the code!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsanaahmed.com%2Ftutorials%2Fwebsites%2Fweb-coding%2Fwrapping-text-around-google-ads%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsanaahmed.com%2Ftutorials%2Fwebsites%2Fweb-coding%2Fwrapping-text-around-google-ads%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://sanaahmed.com/wp-content/uploads/2010/02/pencil-pusher.jpg"><img class="size-full wp-image-1057 alignnone" title="Wrapping texts around Google Adsense" src="http://sanaahmed.com/wp-content/uploads/2010/02/pencil-pusher.jpg" alt="" width="300" height="156" /></a></p>
<p>For anyone who has a blog and wants to wrap text around the ads they insert into their posts, use the following code:<strong></strong></p>
<p>&lt;div style=â€display:block;float:left;margin: 5px 5px 5px 5px;â€&gt;</p>
<p><strong>put adsense or chitika code here</strong></p>
<p>&lt;/div&gt;</p>
<p><a href="http://www.tothepc.com/archives/how-to-wrap-text-around-google-adsense-or-an-image/">Here’s the website where I got the code!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sanaahmed.com/tutorials/websites/web-coding/wrapping-text-around-google-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
