<?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>Website Designers and Webmasters &#187; HTML</title>
	<atom:link href="http://websitedesign.websitesinaflash.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitedesign.websitesinaflash.com</link>
	<description>Website Design, PHP, CSS and Humor</description>
	<lastBuildDate>Thu, 12 Nov 2009 09:18:08 +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>CSS Scroll Box instead of iFrames</title>
		<link>http://websitedesign.websitesinaflash.com/2008/05/css-scroll-box-instead-of-iframes/</link>
		<comments>http://websitedesign.websitesinaflash.com/2008/05/css-scroll-box-instead-of-iframes/#comments</comments>
		<pubDate>Thu, 01 May 2008 20:15:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[css scroll box]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[scrollbar]]></category>
		<category><![CDATA[Scrollbox]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=108</guid>
		<description><![CDATA[You&#8217;ve probably heard &#8220;iframes are horrible with search engines.&#8221; Well, they are.
I recently had a client want me to create scroll boxes for their website so they could fit 1000+ words into a 300&#215;457 pixel scroll box. How can I create this scroll box without the iframe? Well, you are about to find out.
CSS Scroll [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2008/05/css-scroll-box-instead-of-iframes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Finding the Width or Height of an Image</title>
		<link>http://websitedesign.websitesinaflash.com/2007/12/php-finding-the-width-or-height-of-an-image/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/12/php-finding-the-width-or-height-of-an-image/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 20:22:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[dimensions]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[img]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[width]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=98</guid>
		<description><![CDATA[Knowing the width, height, Image type or attributes of an image can be extremely useful.
I&#8217;ve used this once to make a line of images all line up on the bottom. I found out the height of the image and then added a margin to the top of the image to make the bottom of the [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/12/php-finding-the-width-or-height-of-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Paragraph Indent Text</title>
		<link>http://websitedesign.websitesinaflash.com/2007/06/css-paragraph-indent-text/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/06/css-paragraph-indent-text/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 19:25:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=73</guid>
		<description><![CDATA[&#8220;Can you indent the paragraphs?&#8221; This can be a very dreaded request to a web designer who doesn&#8217;t know better. This may mean that you have to go through and add
 &#38;nbsp; &#38;nbsp; &#38;nbsp; 
 to the front of every paragraph&#8230; or if you are a CSS Master, you know about text-indent!
All it takes is [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/06/css-paragraph-indent-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess &#8211; PHP on HTML/HTM Pages</title>
		<link>http://websitedesign.websitesinaflash.com/2007/05/htaccess-php-on-htmlhtm-pages/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/05/htaccess-php-on-htmlhtm-pages/#comments</comments>
		<pubDate>Tue, 29 May 2007 18:18:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htm]]></category>
		<category><![CDATA[Pages]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=72</guid>
		<description><![CDATA[I went into more detail about what the different processes are of adding php to a website programmed with *.html pages in this earlier htaccess post.
Here are a few more .htaccess lines that will enable php on your server. (Different servers require a different line of code.)
AddType application/x-httpd-php .html .htm
AddType x-mapp-php5 .html .htm
AddHandler application/x-php .html [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/05/htaccess-php-on-htmlhtm-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming on Principle</title>
		<link>http://websitedesign.websitesinaflash.com/2007/05/programming-on-principle/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/05/programming-on-principle/#comments</comments>
		<pubDate>Sat, 26 May 2007 05:49:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=71</guid>
		<description><![CDATA[There are many different ways to program websites. There a many different ways to program the exact same website. If you gave the same design to 100 different website developers, you would end up with 100 pages (that probably all looked fairly similar) and 100 completely different HTML code. Is it possible to say if [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/05/programming-on-principle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML &#8211; Premade State Drop Down Menu</title>
		<link>http://websitedesign.websitesinaflash.com/2007/04/html-premade-state-drop-down-menu/</link>
		<comments>http://websitedesign.websitesinaflash.com/2007/04/html-premade-state-drop-down-menu/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 06:10:00 +0000</pubDate>
		<dc:creator>Ashton Sanders</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Options]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[State Select]]></category>

		<guid isPermaLink="false">http://webmaster.websitesinaflash.com/?p=36</guid>
		<description><![CDATA[I came up with a great idea (which a lot of people have already thought of =]) to put all the html/php code that I create through my web adventures somewhere so people can grab them. So this will be my first post with content of that nature.
Here is the HTML Code for a State [...]]]></description>
		<wfw:commentRss>http://websitedesign.websitesinaflash.com/2007/04/html-premade-state-drop-down-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
