<?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 on: Allow End Users to Add Images to Your Gallery</title>
	<atom:link href="http://brassblogs.com/cms-platforms/wordpress/allow-end-users-to-add-images-to-your-gallery/feed" rel="self" type="application/rss+xml" />
	<link>http://brassblogs.com/cms-platforms/wordpress/allow-end-users-to-add-images-to-your-gallery</link>
	<description>Web Design located in Simsbury (a suburb of Hartford) CT</description>
	<lastBuildDate>Mon, 05 Dec 2011 17:35:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Shelly</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/allow-end-users-to-add-images-to-your-gallery#comment-57</link>
		<dc:creator>Shelly</dc:creator>
		<pubDate>Mon, 30 Mar 2009 12:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=118#comment-57</guid>
		<description>Hi Adam :)

Why do I do that?  I don&#039;t know, in all honesty! Maybe because I&#039;m a little OCD and I like to make things &quot;pretty&quot; and have them line up perfectly?  Honestly, I never really even thought about it.  But that&#039;s an excellent suggestion!

As for the &quot;name/email&quot; thing...I&#039;m not clear on what you&#039;re saying - I apologize.  OH wait!  I see - yes, I missed a tag when showing the code on the site (the browser is parsing it fo&#039; real instead of displaying the code.) If you look at the linked file, it&#039;s definitely there,  but thanks for the tip...it&#039;s fixed now :)</description>
		<content:encoded><![CDATA[<p>Hi Adam <img src='http://brassblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Why do I do that?  I don&#8217;t know, in all honesty! Maybe because I&#8217;m a little OCD and I like to make things &#8220;pretty&#8221; and have them line up perfectly?  Honestly, I never really even thought about it.  But that&#8217;s an excellent suggestion!</p>
<p>As for the &#8220;name/email&#8221; thing&#8230;I&#8217;m not clear on what you&#8217;re saying &#8211; I apologize.  OH wait!  I see &#8211; yes, I missed a tag when showing the code on the site (the browser is parsing it fo&#8217; real instead of displaying the code.) If you look at the linked file, it&#8217;s definitely there,  but thanks for the tip&#8230;it&#8217;s fixed now <img src='http://brassblogs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam S</title>
		<link>http://brassblogs.com/cms-platforms/wordpress/allow-end-users-to-add-images-to-your-gallery#comment-56</link>
		<dc:creator>Adam S</dc:creator>
		<pubDate>Mon, 30 Mar 2009 12:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://brassblogs.com/?p=118#comment-56</guid>
		<description>Shelly, how come you redeclare the PHP variable on each line and then concatenate? You could just have one &quot;$form =&quot; and then each line is appended with a dot.  For example: 

$form = &quot;\n&quot;
          . &quot;Line line here&quot; 
          . &quot;Third line here.&quot;;

It&#039;s good form and will be faster (by milliseconds, but still).  

Also, your mail function has &quot;NAME&quot; as an argument and no email, however, in this case, all you need is an email address as the first argument, not a name.</description>
		<content:encoded><![CDATA[<p>Shelly, how come you redeclare the PHP variable on each line and then concatenate? You could just have one &#8220;$form =&#8221; and then each line is appended with a dot.  For example: </p>
<p>$form = &#8220;\n&#8221;<br />
          . &#8220;Line line here&#8221;<br />
          . &#8220;Third line here.&#8221;;</p>
<p>It&#8217;s good form and will be faster (by milliseconds, but still).  </p>
<p>Also, your mail function has &#8220;NAME&#8221; as an argument and no email, however, in this case, all you need is an email address as the first argument, not a name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

