<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Creative Planners - Advice on Wedding Planning or Catering Your Next Event</title>
	<atom:link href="http://www.creative-planners.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.creative-planners.com</link>
	<description></description>
	<lastBuildDate>Wed, 15 Feb 2012 16:58:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Can anyone tell me what is wrong with this html code? by Your Shadow</title>
		<link>http://www.creative-planners.com/can-anyone-tell-me-what-is-wrong-with-this-html-code/#comment-2754</link>
		<dc:creator>Your Shadow</dc:creator>
		<pubDate>Wed, 15 Feb 2012 16:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/can-anyone-tell-me-what-is-wrong-with-this-html-code/#comment-2754</guid>
		<description>Too many errors. You are using an HTML 5 document type which has not been released and which few browsers support yet. The break tags do NOT use a slash in it except for when you are using a XHTML doctype. The form method should be &quot;post&quot;. Really don&#039;t recommend using a client side email form as few may like using their own email program or having to click Send on it. Use a server side email form.

You have form and table tags inside of paragraph tags. You have two closing forms which means one is outside the main form action. You have empty  td tags which is a no-no. Use a non-breaking space for those.

Feedback form could be simplified to include a lot more input to be sent at one time.

Why Validate?: http://validator.w3.org/docs/why.html
CSS Validator: http://jigsaw.w3.org/css-validator/
HTML Validator: http://validator.w3.org/#validate_by_uri+with_options 

Ron</description>
		<content:encoded><![CDATA[<p>Too many errors. You are using an HTML 5 document type which has not been released and which few browsers support yet. The break tags do NOT use a slash in it except for when you are using a XHTML doctype. The form method should be &#8220;post&#8221;. Really don&#8217;t recommend using a client side email form as few may like using their own email program or having to click Send on it. Use a server side email form.</p>
<p>You have form and table tags inside of paragraph tags. You have two closing forms which means one is outside the main form action. You have empty  td tags which is a no-no. Use a non-breaking space for those.</p>
<p>Feedback form could be simplified to include a lot more input to be sent at one time.</p>
<p>Why Validate?: <a href="http://validator.w3.org/docs/why.html" rel="nofollow">http://validator.w3.org/docs/why.html</a><br />
CSS Validator: <a href="http://jigsaw.w3.org/css-validator/" rel="nofollow">http://jigsaw.w3.org/css-validator/</a><br />
HTML Validator: <a href="http://validator.w3.org/#validate_by_uri+with_options" rel="nofollow">http://validator.w3.org/#validate_by_uri+with_options</a> </p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can anyone tell me what is wrong with this html code? by Mike</title>
		<link>http://www.creative-planners.com/can-anyone-tell-me-what-is-wrong-with-this-html-code/#comment-2753</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 15 Feb 2012 16:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/can-anyone-tell-me-what-is-wrong-with-this-html-code/#comment-2753</guid>
		<description>Use this I fixed your code!


&lt;!doctype html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;title&gt;Feedback Form&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt; 

&lt;b&gt;&lt;center&gt;&lt;h1&gt;Service Request Form&lt;/h1&gt;&lt;/center&gt;&lt;/b&gt;


&lt;b&gt;
&lt;p&gt;
&lt;form&gt;
First name: &lt;input type=&quot;text&quot; name=&quot;firstname&quot; /&gt;&lt;br /&gt;

Last name: &lt;input type=&quot;text&quot; name=&quot;lastname&quot; /&gt;&lt;br /&gt;

Date of Event: &lt;input type=&quot;text&quot; name=&quot;Date&quot; /&gt;&lt;br /&gt;

Phone Number: &lt;input type=&quot;text&quot; name=&quot;Phone&quot; /&gt;&lt;br /&gt;

Email: &lt;input type=&quot;text&quot; name=&quot;Email&quot; /&gt;&lt;br /&gt;

&lt;/form&gt;
&lt;/p&gt;
&lt;/b&gt;

&lt;p&gt;
&lt;form&gt;
&lt;input type=&quot;radio&quot; name=&quot;sex&quot; value=&quot;bride&quot; /&gt; Bride &lt;br /&gt;

&lt;input type=&quot;radio&quot; name=&quot;sex&quot; value=&quot;groom&quot; /&gt; Groom &lt;br /&gt;

&lt;input type=&quot;radio&quot; name=&quot;sex&quot; value=&quot;Planner&quot; /&gt; Planner &lt;br /&gt;

&lt;/form&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;form&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;type&quot; value=&quot;Wedding&quot; /&gt; Planning a Wedding&lt;br /&gt;

&lt;input type=&quot;checkbox&quot; name=&quot;type&quot; value=&quot;reunion&quot; /&gt; Planning a Reunion&lt;br /&gt;

&lt;input type=&quot;checkbox&quot; name=&quot;type&quot; value=&quot;party&quot; /&gt; Planning a Party&lt;br /&gt;

&lt;input type=&quot;checkbox&quot; name=&quot;type&quot; value=&quot;other&quot; /&gt; Other**&lt;br /&gt;

Other**: &lt;input type=&quot;text&quot; name=&quot;Other Type&quot; /&gt;

&lt;/form&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;&lt;form&gt; Service(s) Requested:&lt;b/&gt;
&lt;select name=&quot;Select a Service&quot;&gt;
&lt;option value=&quot;1&quot;&gt; Photography
&lt;option value=&quot;2&quot;&gt; Vidoegraphy
&lt;option value=&quot;3&quot;&gt; Photo/Video
&lt;option value=&quot;4&quot;&gt; Custom Designs
&lt;/select&gt;
&lt;/form&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;form&gt;
&lt;table&gt;

&lt;tr&gt;
&lt;b&gt;&lt;td&gt;Comments:&lt;/td&gt;&lt;b/&gt;
&lt;td&gt;
&lt;textarea rows=&quot;3&quot; cols=&quot;20&quot; name=&quot;comments&quot;&gt;&lt;/textarea&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;/td&gt;
&lt;td&gt;
&lt;input type=&quot;submit&quot; value=&quot;Submit&quot; /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;


&lt;/form&gt;
&lt;/p&gt;



&lt;form action=&quot;mailto:info@troyallenmoore.com&quot; method=&quot;get&quot; enctype=&quot;text/plain&quot;&gt;

&lt;/form&gt;

&lt;p&gt;
&lt;b&gt;
&lt;A HREF=&quot;http://www.gerald_oneal@yahoo.com&quot;… here for Homepage&lt;/A&gt;
&lt;b/&gt;
&lt;/p&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
		<content:encoded><![CDATA[<p>Use this I fixed your code!</p>
<p>< !doctype html><br />
<html><br />
<head><br />
<meta charset="utf-8"></p>
<p></meta></head><br />
<body> </p>
<p><b><center><br />
<h1>Service Request Form</h1>
<p></center></b></p>
<p><b></p>
<p><form>
First name:<br />
<input type="text" name="firstname" /></p>
<p>Last name:<br />
<input type="text" name="lastname" /></p>
<p>Date of Event:<br />
<input type="text" name="Date" /></p>
<p>Phone Number:<br />
<input type="text" name="Phone" /></p>
<p>Email:<br />
<input type="text" name="Email" /></p>
</form>
<p></b></p>
<form>
<input type="radio" name="sex" value="bride" /> Bride </p>
<input type="radio" name="sex" value="groom" /> Groom </p>
<input type="radio" name="sex" value="Planner" /> Planner </p>
</form>
<form>
<input type="checkbox" name="type" value="Wedding" /> Planning a Wedding</p>
<input type="checkbox" name="type" value="reunion" /> Planning a Reunion</p>
<input type="checkbox" name="type" value="party" /> Planning a Party</p>
<input type="checkbox" name="type" value="other" /> Other**</p>
<p>Other**:<br />
<input type="text" name="Other Type" />
</form>
<p>
<b><br />
<form> Service(s) Requested:<b /></p>
<select name="Select a Service">
<option value="1"> Photography<br />
</option>
<option value="2"> Vidoegraphy<br />
</option>
<option value="3"> Photo/Video<br />
</option>
<option value="4"> Custom Designs<br />
</option>
</select>
</form>
<p></b></p>
<form>
<table>
<tr>
<b>
<td>Comments:</td>
<p><b /></p>
<td>
<textarea rows="3" cols="20" name="comments"></textarea>
</td>
<p></b></tr>
<tr>
<td> </td>
<td>
<input type="submit" value="Submit" />
</td>
</tr>
</table>
</form>
<form action="mailto:info@troyallenmoore.com" method="get" enctype="text/plain">
</form>
<p>
<b><br />
<a HREF="http://www.gerald_oneal@yahoo.com"… here for Homepage</A><br />
<b /><br />
</a></b></p>
<p></body><br />
</html></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why not question 9/11, when the USA has a history of staging terrorist attacks to enact it&#8217;s agenda? by Man</title>
		<link>http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2752</link>
		<dc:creator>Man</dc:creator>
		<pubDate>Sat, 11 Feb 2012 20:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2752</guid>
		<description>I think Bush is awful.

But I saw it in person and the only conspiracy exist is with the Muslim hijackers. 

And all the evil Muslims who support these conspiracy websites. Trying to undermind America by getting to the mentally ill and having them spread rumors and lies about the US government.

The KKK, neo-Nazi and the Mafia work the same way.</description>
		<content:encoded><![CDATA[<p>I think Bush is awful.</p>
<p>But I saw it in person and the only conspiracy exist is with the Muslim hijackers. </p>
<p>And all the evil Muslims who support these conspiracy websites. Trying to undermind America by getting to the mentally ill and having them spread rumors and lies about the US government.</p>
<p>The KKK, neo-Nazi and the Mafia work the same way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why not question 9/11, when the USA has a history of staging terrorist attacks to enact it&#8217;s agenda? by playtoofast</title>
		<link>http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2751</link>
		<dc:creator>playtoofast</dc:creator>
		<pubDate>Sat, 11 Feb 2012 19:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2751</guid>
		<description>all this is really nice but you have left out one thing .PEOPLE have to believe it before it becomes the truth .</description>
		<content:encoded><![CDATA[<p>all this is really nice but you have left out one thing .PEOPLE have to believe it before it becomes the truth .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why not question 9/11, when the USA has a history of staging terrorist attacks to enact it&#8217;s agenda? by MAFOKOCHIZHI</title>
		<link>http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2750</link>
		<dc:creator>MAFOKOCHIZHI</dc:creator>
		<pubDate>Sat, 11 Feb 2012 19:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2750</guid>
		<description>there is this growing tradition in the American movie industry where classified information is made available to some companies in order to propagate the deep feelings of the intelligence community. if you have watched a particular film titled &quot;a long kiss good night&quot; you would believe that 9/11 was planned and orchestrated by the CIA to get more funds  for its missions and to remain unquestionable. the second reason for 9/11 was to give the bush&#039;s presidency some relevance, when his administration almost collapsed due its ineptitude. before 9/11 his administration has the lowest rating in a very short period. the poor Arabs were the cheapest available targets as was in the film mentioned earlier.

if not, why attack Iraq for possessing weapons of mass destruction when north Korea posses more threat to the security of united states and its interests abroad. and i hope you haven&#039;t forgot that uncle bush has business ties with bin laden&#039;s family and the same &quot;mass murderer&quot; was given two months lea-off when the attacks commenced on Afghanistan. the most well guarded sites in Iraq are the oil fields. they were also the first to be secured during the invasion. and you may wish to ask who got the most contracts after the 1990 gulf war and why?</description>
		<content:encoded><![CDATA[<p>there is this growing tradition in the American movie industry where classified information is made available to some companies in order to propagate the deep feelings of the intelligence community. if you have watched a particular film titled &#8220;a long kiss good night&#8221; you would believe that 9/11 was planned and orchestrated by the CIA to get more funds  for its missions and to remain unquestionable. the second reason for 9/11 was to give the bush&#8217;s presidency some relevance, when his administration almost collapsed due its ineptitude. before 9/11 his administration has the lowest rating in a very short period. the poor Arabs were the cheapest available targets as was in the film mentioned earlier.</p>
<p>if not, why attack Iraq for possessing weapons of mass destruction when north Korea posses more threat to the security of united states and its interests abroad. and i hope you haven&#8217;t forgot that uncle bush has business ties with bin laden&#8217;s family and the same &#8220;mass murderer&#8221; was given two months lea-off when the attacks commenced on Afghanistan. the most well guarded sites in Iraq are the oil fields. they were also the first to be secured during the invasion. and you may wish to ask who got the most contracts after the 1990 gulf war and why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why not question 9/11, when the USA has a history of staging terrorist attacks to enact it&#8217;s agenda? by Boredstiff</title>
		<link>http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2749</link>
		<dc:creator>Boredstiff</dc:creator>
		<pubDate>Sat, 11 Feb 2012 18:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2749</guid>
		<description>Here come the &quot;Funny Farm People&quot; to take you away</description>
		<content:encoded><![CDATA[<p>Here come the &#8220;Funny Farm People&#8221; to take you away</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why not question 9/11, when the USA has a history of staging terrorist attacks to enact it&#8217;s agenda? by jdmc2596</title>
		<link>http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2748</link>
		<dc:creator>jdmc2596</dc:creator>
		<pubDate>Sat, 11 Feb 2012 18:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2748</guid>
		<description>Because it would go against the liberal-socialist rantings of &quot;Bush is an idiot&quot; wouldn&#039;t it? You can&#039;t have it both ways. Did you ever stop to think about this: Nearly all major events ever happening in the world all have some sort of &#039;conspiracy&#039;? There is no need for truth as fools believe what they want to believe.</description>
		<content:encoded><![CDATA[<p>Because it would go against the liberal-socialist rantings of &#8220;Bush is an idiot&#8221; wouldn&#8217;t it? You can&#8217;t have it both ways. Did you ever stop to think about this: Nearly all major events ever happening in the world all have some sort of &#8216;conspiracy&#8217;? There is no need for truth as fools believe what they want to believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why not question 9/11, when the USA has a history of staging terrorist attacks to enact it&#8217;s agenda? by A Person</title>
		<link>http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2747</link>
		<dc:creator>A Person</dc:creator>
		<pubDate>Sat, 11 Feb 2012 18:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2747</guid>
		<description>Aliens have landed. They are being led by Elvis Presley.</description>
		<content:encoded><![CDATA[<p>Aliens have landed. They are being led by Elvis Presley.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why not question 9/11, when the USA has a history of staging terrorist attacks to enact it&#8217;s agenda? by Jerbear</title>
		<link>http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2746</link>
		<dc:creator>Jerbear</dc:creator>
		<pubDate>Sat, 11 Feb 2012 17:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2746</guid>
		<description>http://www.thebestpageintheuniverse.net/c.cgi?u=911_morons

Read that.</description>
		<content:encoded><![CDATA[<p><a href="http://www.thebestpageintheuniverse.net/c.cgi?u=911_morons" rel="nofollow">http://www.thebestpageintheuniverse.net/c.cgi?u=911_morons</a></p>
<p>Read that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why not question 9/11, when the USA has a history of staging terrorist attacks to enact it&#8217;s agenda? by Black Sabbath</title>
		<link>http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2745</link>
		<dc:creator>Black Sabbath</dc:creator>
		<pubDate>Sat, 11 Feb 2012 16:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.creative-planners.com/why-not-question-911-when-the-usa-has-a-history-of-staging-terrorist-attacks-to-enact-its-agenda/#comment-2745</guid>
		<description>So you are saying that the U.S. would be better off if we never fought WW II?</description>
		<content:encoded><![CDATA[<p>So you are saying that the U.S. would be better off if we never fought WW II?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

