<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Developer Barn</title>
		<link>http://www.developerbarn.com/</link>
		<description>Developer Barn is an ASP, ASP.NET, PHP, Javascript, SQL and MySQL and Programming Help Forum. Get ASP, ASP.NET, PHP and JavaScript help and sample code.</description>
		<language>en</language>
		<lastBuildDate>Sun, 05 Feb 2012 14:17:14 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.developerbarn.com/images/misc/rss.png</url>
			<title>Developer Barn</title>
			<link>http://www.developerbarn.com/</link>
		</image>
		<item>
			<title>Email Form problem</title>
			<link>http://www.developerbarn.com/html-css-help/3304-email-form-problem.html</link>
			<pubDate>Sat, 04 Feb 2012 13:37:28 GMT</pubDate>
			<description><![CDATA[I'm using formmail to send a simple input form by email.  Our server doesn't support it so we're using formmail.com to process the email. 
 
The form...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm using formmail to send a simple input form by email.  Our server doesn't support it so we're using formmail.com to process the email.<br />
<br />
The form has 5 inputs: name, email, phone, estimate checkbox, comments along with a hidden subject input.  The problem is that the return email adds the phone number to the subject - subject, phone#<br />
<br />
Here is the code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;TR&nbsp;  &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; width=130&nbsp; &gt;&lt;DIV align=left&gt;&lt;DIV class=black14 align=left&gt;Name:&amp;nbsp;&lt;/DIV&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; noWrap width=183&nbsp; &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;realname&quot; size=29&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TR&nbsp;  &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp;  &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DIV class=black14 align=left&gt;Email Address:&amp;nbsp;&lt;/DIV&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; noWrap&nbsp; &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;email&quot; size=29&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TR&nbsp;  &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; height=26&nbsp; &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DIV class=black14 align=left&gt;:&amp;nbsp;&lt;/DIV&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; noWrap&nbsp; &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;INPUT type=checkbox size=29 name=&quot;Request_Quote&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;nbsp;&lt;STRONG&gt;Request a Quote&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TR&nbsp;  &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; height=26&nbsp; &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DIV class=black14 align=left&gt;Telephone Number:&amp;nbsp;&lt;/DIV&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; noWrap&nbsp; &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;phone&quot; size=29&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TR&nbsp;  &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; vAlign=top height=26&nbsp; &gt;&lt;DIV&nbsp;  align=left&gt;Comments:&lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; noWrap&nbsp; &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;textarea rows=&quot;10&quot; cols=&quot;22&quot; name=&quot;comments&quot;&gt;&lt;/TEXTAREA&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TR&nbsp;  &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp;  &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DIV class=black14 align=left&gt;&amp;nbsp;&lt;/DIV&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD&nbsp;  &gt;&lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TR&nbsp;  &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp;  &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DIV align=left&gt;&amp;nbsp;&lt;/DIV&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp; noWrap&nbsp; &gt;&lt;DIV align=left&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TR&nbsp;  &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD class=black14&nbsp;  &gt;&amp;nbsp;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;TD&nbsp; noWrap&nbsp; &gt;&lt;DIV align=left&gt;&lt;SPAN class=white12&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;submit&quot; value=&quot;Send&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;INPUT type=reset value=Reset name=RESET&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TR&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/TBODY&gt;&lt;/TABLE&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/FORM&gt;</code><hr />
</div> Any hel would be greatly appreciated,<br />
Thanks,<br />
JimT:rolleyes:<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
;<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/html-css-help/"><![CDATA[HTML & CSS Help]]></category>
			<dc:creator>jimt</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/html-css-help/3304-email-form-problem.html</guid>
		</item>
		<item>
			<title>Error with the script !</title>
			<link>http://www.developerbarn.com/windows-scripting/3303-error-script.html</link>
			<pubDate>Sat, 04 Feb 2012 07:20:24 GMT</pubDate>
			<description>Hello Frens,  
 
I have written a small script to move the files from two directories to one main directory. It should record all the activities in a...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello Frens, <br />
<br />
I have written a small script to move the files from two directories to one main directory. It should record all the activities in a log file like files have been moved successfully from directory b to directory A and total number of files moved along with timestamp but its not working. Can you please review and help? Appreciate your help. Also tell me if we can automate this to run everyday at particular time (between 10pm - 11pm)<br />
<br />
echo &quot;files moving at &quot;%date%-%time%&quot; &gt;&gt; c:\OutputFile.log<br />
move &quot;C:\A\*.*&quot; &quot;C:\Test&quot; &gt;&gt; C:\OutputFile.log<br />
move &quot;C:\B\*.*&quot; &quot;C:\Test&quot; &gt;&gt; C:\OutputFile.log<br />
echo &quot;files moved at &quot;%date%-%time%&quot; &gt;&gt; c:\outputfile.log<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/windows-scripting/">Windows Scripting</category>
			<dc:creator>simplyeshu</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/windows-scripting/3303-error-script.html</guid>
		</item>
		<item>
			<title>Reading XML Node List</title>
			<link>http://www.developerbarn.com/net-development/3302-reading-xml-node-list.html</link>
			<pubDate>Thu, 02 Feb 2012 13:41:01 GMT</pubDate>
			<description><![CDATA[I'm connecting to a webservice to retrieve an XML list, but I can't seem to work out how to read all the nodes. This is what I'm getting back:- 
...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm connecting to a webservice to retrieve an XML list, but I can't seem to work out how to read all the nodes. This is what I'm getting back:-<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;<br />
&lt;Result&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;PriceBands&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;PriceBand&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;Name&gt;Price Band Name&lt;/Name&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;ProductType&gt;Allocated Prod Type&lt;/ProductType&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Name&gt;GB&lt;/Name&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Price&gt;90&lt;/Price&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Currency&gt;GBP&lt;/Currency&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Name&gt;US&lt;/Name&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Price&gt;135&lt;/Price&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Currency&gt;USD&lt;/Currency&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Name&gt;JP&lt;/Name&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Price&gt;27500&lt;/Price&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Currency&gt;JPY&lt;/Currency&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Name&gt;HK&lt;/Name&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Price&gt;135&lt;/Price&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Currency&gt;HKD&lt;/Currency&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Name&gt;CN&lt;/Name&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Price&gt;135&lt;/Price&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Currency&gt;USD&lt;/Currency&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/Country&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/PriceBand&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;/PriceBands&gt;<br />
&lt;/Result&gt;</code><hr />
</div> I need to read all the elements inside each PriceBand node.<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">XmlNode result = responseXML.SelectSingleNode(&quot;/Result/PriceBands&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; foreach(XmlNode node in result.ChildNodes)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <font color="red">this.ltlResponse.Text += node.SelectSingleNode(&quot;/Name&quot;).InnerText;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; XmlNodeList countryList = node.SelectNodes(&quot;PriceBand/Country&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; foreach (XmlNode countryNode in countryList)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.ltlResponse.Text += countryNode.OuterXml.ToString() + &quot;&lt;br /&gt;&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> So, I presume it's not able to retrieve this node. How do I read a node of a childnode?<br />
<br />
Any ideas?<br />
But I get an object reference error on the line in red<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.NET Development</category>
			<dc:creator>richyrich</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/3302-reading-xml-node-list.html</guid>
		</item>
		<item>
			<title>Repeater</title>
			<link>http://www.developerbarn.com/net-development/3301-repeater.html</link>
			<pubDate>Wed, 01 Feb 2012 21:41:04 GMT</pubDate>
			<description><![CDATA[Hi I've setup a repeater on my page it works great the only problem is it's repeating at the top of the page instead of in the <tr> section it's in a...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hi I've setup a repeater on my page it works great the only problem is it's repeating at the top of the page instead of in the &lt;tr&gt; section it's in a table. I tried adding the valign but no success.<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:Repeater ID=&quot;RepeatListing&quot; runat=&quot;server&quot; OnItemDataBound=&quot;Item_DataBound&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ItemTemplate&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr valign=&quot;bottom&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;td valign=&quot;bottom&quot;&gt;</code><hr />
</div> <!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.NET Development</category>
			<dc:creator>Emily P</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/3301-repeater.html</guid>
		</item>
		<item>
			<title>checking if a checkbox is checked then doing some stuff</title>
			<link>http://www.developerbarn.com/javascript-programming/3298-checking-if-checkbox-checked-then-doing-some-stuff.html</link>
			<pubDate>Wed, 01 Feb 2012 16:01:10 GMT</pubDate>
			<description>I want to check if a checkbox is checked, i have this code: 
 
 
Code: 
--------- 
$($checkbox).each( //this will check if there is a checkbox in the...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I want to check if a checkbox is checked, i have this code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">$($checkbox).each( //this will check if there is a checkbox in the form thats checked.<br />
&nbsp; &nbsp; function() { <br />
&nbsp; &nbsp; &nbsp;  alert($checkbox);<br />
&nbsp; &nbsp; &nbsp;  checkboxFound = 1<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; } <br />
&nbsp; &nbsp; );</code><hr />
</div> I want to then pass the result true in the form of checkboxFound = 1 where i want to use this variable else where in my code.<br />
<br />
When i debug the checkbox it says its holding a value of :<br />
<br />
<b>&quot;Input 849&quot;</b><br />
<br />
Later in my code i have the following:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">if (totals &gt; 1 &amp;&amp; $textarea &gt; &quot;&quot; &amp;&amp; checkboxFound &gt; 0)&nbsp; //if the total is more than 0 and theres text in the box do the following<br />
&nbsp; &nbsp; <br />
{.....<br />
.........</code><hr />
</div> any ideas because it should pass the if statement and then toggle my form... <br />
<br />
But its not working....<br />
<br />
:(<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/javascript-programming/">JavaScript Programming</category>
			<dc:creator>PD24</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/javascript-programming/3298-checking-if-checkbox-checked-then-doing-some-stuff.html</guid>
		</item>
		<item>
			<title>Firefox 10 Released</title>
			<link>http://www.developerbarn.com/web-browsers/3297-firefox-10-released.html</link>
			<pubDate>Wed, 01 Feb 2012 14:30:11 GMT</pubDate>
			<description>Seems like just yesterday we were all on Firefox 5. It feels a little bit faster and some of the more serious jQuery bugs that were introduced in...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Seems like just yesterday we were all on Firefox 5. It feels a little bit faster and some of the more serious jQuery bugs that were introduced in version 9 appear to be fixed.<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/web-browsers/">Web Browsers</category>
			<dc:creator>jmurrayhead</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/web-browsers/3297-firefox-10-released.html</guid>
		</item>
		<item>
			<title>T-SQL EXPORT to CSV file</title>
			<link>http://www.developerbarn.com/microsoft-sql-server/3296-t-sql-export-csv-file.html</link>
			<pubDate>Tue, 31 Jan 2012 17:59:16 GMT</pubDate>
			<description><![CDATA[I have the following code that works very nicely 
 
 
Code: 
--------- 
BULK INSERT #TempTable 
       FROM 'd:\CSVFile.csv' 
       WITH 
         (...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have the following code that works very nicely<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">BULK INSERT #TempTable<br />
&nbsp; &nbsp; &nbsp;  FROM 'd:\CSVFile.csv'<br />
&nbsp; &nbsp; &nbsp;  WITH<br />
&nbsp; &nbsp; &nbsp; &nbsp;  (<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FIELDTERMINATOR = '|',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ROWTERMINATOR = '\n'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; )</code><hr />
</div> I now need to reverse the process - export to a csv file with pipe delimiters. How can it be done with T-SQL?<br />
<br />
(Note: for some reason, when this is displayed here, the FIELDTERMINATOR ends up looking like a slash. It isn't a slash; it's a pipe.)<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/microsoft-sql-server/">Microsoft SQL Server</category>
			<dc:creator>grnzbra</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/microsoft-sql-server/3296-t-sql-export-csv-file.html</guid>
		</item>
		<item>
			<title>Passing parameters in asp.net</title>
			<link>http://www.developerbarn.com/net-development/3295-passing-parameters-asp-net.html</link>
			<pubDate>Mon, 30 Jan 2012 16:36:25 GMT</pubDate>
			<description>Hello I am still trying 5to convert my old asp pages to asp.net. I am stumbling upon the transfer of a parameter to the next page. 
 
In the first...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello I am still trying 5to convert my old asp pages to asp.net. I am stumbling upon the transfer of a parameter to the next page.<br />
<br />
In the first page I have href=&quot;FrmRentersAccessSearchApartments.aspx?City=F  lamborough&quot;  /&gt;<br />
<br />
And in the FrmRenterAccessSearchApartments page I would like something like the following, I was hoping someone could help me see if I need to do this in the C# or the ASP? Not quite sure where to go from here?<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> area = HttpContext.Current.Request.QueryString[&quot;City&quot;];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (String.Compare(area,&quot; &quot;) == 0)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  area =<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &quot;Ancaster' OR 'Dundas' OR 'Flamborough' OR 'Glanbrook' OR 'Grimsby' OR 'Hamilton Central' OR 'Hamilton Downtown' OR 'Hamilton East End' OR 'Hamilton East Mountain' OR 'Hamilton North End' OR 'Hamilton West' OR 'Hamilton West Mountain' OR 'Stoney Creek - Lower' OR 'Stoney Creek - Mountain' OR 'Waterdown&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  }</code><hr />
</div> Thanks Emily<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.NET Development</category>
			<dc:creator>Emily P</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/3295-passing-parameters-asp-net.html</guid>
		</item>
		<item>
			<title>select from xml field</title>
			<link>http://www.developerbarn.com/mysql/3294-select-xml-field.html</link>
			<pubDate>Sat, 28 Jan 2012 11:23:29 GMT</pubDate>
			<description><![CDATA[i have mysql xml field like this 
 
Code: 
--------- 
<?xml version="1.0" encoding="UTF-8"?> 
<record 
   ...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->i have mysql xml field like this<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
&lt;record<br />
&nbsp; &nbsp; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;<br />
&nbsp;<br />
&nbsp; &nbsp; xmlns=&quot;http://www.loc.gov/MARC21/slim&quot;&gt;<br />
&nbsp;<br />
&nbsp; &lt;leader&gt;00764nas &lt;/leader&gt;<br />
&nbsp; &lt;controlfield tag=&quot;221&quot;&gt;011258&lt;/controlfield&gt;<br />
&nbsp;<br />
&nbsp; &lt;datafield tag=&quot;578&quot; ind1=&quot; &quot; ind2=&quot; &quot;&gt;<br />
&nbsp; &nbsp; &lt;subfield code=&quot;a&quot;&gt;jan&lt;/subfield&gt;<br />
&nbsp; &lt;/datafield&gt;<br />
&nbsp; &lt;datafield tag=&quot;356&quot; ind1=&quot; &quot; ind2=&quot; &quot;&gt;<br />
&nbsp; &nbsp; &lt;subfield code=&quot;a&quot;&gt;samy&lt;/subfield&gt;<br />
&nbsp; &nbsp; &lt;subfield code=&quot;c&quot;&gt;&lt;/subfield&gt;<br />
&nbsp; &lt;/datafield&gt;<br />
&nbsp; &lt;datafield tag=&quot;333&quot; ind1=&quot; &quot; ind2=&quot; &quot;&gt;<br />
&nbsp; &nbsp; &lt;subfield code=&quot;d&quot;&gt;ali&lt;/subfield&gt;<br />
&nbsp; &nbsp; &lt;subfield code=&quot;p&quot;&gt;22&lt;/subfield&gt;<br />
&nbsp; &lt;/datafield&gt;<br />
&nbsp; &lt;datafield tag=&quot;222&quot; ind1=&quot; &quot; ind2=&quot; &quot;&gt;<br />
&nbsp; &nbsp; &lt;subfield code=&quot;c&quot;&gt;&lt;/subfield&gt;<br />
&nbsp; &nbsp; &lt;subfield code=&quot;d&quot;&gt;1984&lt;/subfield&gt;<br />
&nbsp; &lt;/datafield&gt;<br />
&nbsp;<br />
&lt;/record&gt;</code><hr />
</div> I want query to retrieve data from it like(Jan , samy)<br />
i tried to use ExtractValue but my version not supported it<br />
is there another way to select from this field?<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/mysql/">MySQL</category>
			<dc:creator>altarek</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/mysql/3294-select-xml-field.html</guid>
		</item>
		<item>
			<title>T-SQL ENABLE TRIGGER problem</title>
			<link>http://www.developerbarn.com/microsoft-sql-server/3293-enable-trigger-problem.html</link>
			<pubDate>Fri, 27 Jan 2012 19:12:55 GMT</pubDate>
			<description>I have a stored procedure that enters records into a table that has an INSERT trigger, which I do not want to be enabled while my stored procedure is...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have a stored procedure that enters records into a table that has an INSERT trigger, which I do not want to be enabled while my stored procedure is running. By inserting a DISABLE TRIGGER  statement at the beginning of the stored procedure, I can prevent the trigger from firing. However, when I try to add and ENABLE trigger command at the end of the procedure and then try to run the ALTER PROCEDURE script to make the ENABLE TRIGGER statment part of the procedure, I get an error telling me that there is a syntax error by the word TABLE. <br />
<br />
However, if I try to run the ENABLE TRIGGER statement by itself, it runs fine. I copied and pasted the statement straight from Microsoft HELP and then copied the trigger name and table name from object explorer to the appropriate places in the ENABLE TRIGGER.<br />
<br />
What might be causing this behavior in SQL Server 2005?<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/microsoft-sql-server/">Microsoft SQL Server</category>
			<dc:creator>grnzbra</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/microsoft-sql-server/3293-enable-trigger-problem.html</guid>
		</item>
		<item>
			<title>New General Hardware Forum</title>
			<link>http://www.developerbarn.com/announcements/3292-new-general-hardware-forum.html</link>
			<pubDate>Fri, 27 Jan 2012 19:07:19 GMT</pubDate>
			<description>So, we have specific hardware-related forums, but not a catch-all for everything else. Well, now we do. Check out the new General Hardware forum...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->So, we have specific hardware-related forums, but not a catch-all for everything else. Well, now we do. Check out the new General Hardware forum which can be used for...general hardware topics, such as building a new PC and so on and so forth.<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/announcements/">Announcements</category>
			<dc:creator>jmurrayhead</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/announcements/3292-new-general-hardware-forum.html</guid>
		</item>
		<item>
			<title>show hide DOM jquery dilema?</title>
			<link>http://www.developerbarn.com/javascript-programming/3291-show-hide-dom-jquery-dilema.html</link>
			<pubDate>Fri, 27 Jan 2012 17:11:36 GMT</pubDate>
			<description><![CDATA[I have the following code which hides the customised price from the page: 
 
 
Code: 
--------- 
$(document).ready(function() { 
    $("div.testing...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have the following code which hides the customised price from the page:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">$(document).ready(function() {<br />
&nbsp; &nbsp; $(&quot;div.testing div b:contains('Customised Price:')&quot;).css(&quot;visibility&quot;, &quot;hidden&quot;);<br />
&nbsp; &nbsp; });</code><hr />
</div> Then i have this code which opperates the show hide:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">$(document).ready(function() {<br />
&nbsp; &nbsp; $('.customise-showhide-button').click(function () {<br />
&nbsp; &nbsp; $('div#KitFormOptions').slideToggle();<br />
&nbsp; &nbsp; $('div#KitFormOptions').scrollView();<br />
&nbsp; &nbsp; $(&quot;div.testing div b:contains('Customised Price:')&quot;).css(&quot;visibility&quot;, &quot;visible&quot;);<br />
<br />
});<br />
});</code><hr />
</div> If you want the product without customisations you just enter a quantity and add to cart. You must not see the customised price - this works well.<br />
<br />
When the user clicks the showhide button the customisations form will scroll down. The problem is  the DOM has fully loaded and i cannot inject and more jquery. So this line does not work:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">$(&quot;div.testing div b:contains('Customised Price:')&quot;).css(&quot;visibility&quot;, &quot;visible&quot;);</code><hr />
</div> What could i do?<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/javascript-programming/">JavaScript Programming</category>
			<dc:creator>PD24</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/javascript-programming/3291-show-hide-dom-jquery-dilema.html</guid>
		</item>
		<item>
			<title>Spreadsheet upload import facility</title>
			<link>http://www.developerbarn.com/net-development/3289-spreadsheet-upload-import-facility.html</link>
			<pubDate>Fri, 27 Jan 2012 10:49:39 GMT</pubDate>
			<description>I have built a website for a client but due to politics of XYZ i find out they are not computer literate enough to understand how to use a CMS / Rich...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I have built a website for a client but due to politics of XYZ i find out they are not computer literate enough to understand how to use a CMS / Rich Text Editor / DNN module for product info / images.<br />
<br />
They have a huge spreadsheet of specifications. I was planning on building an upload facility which will pass the spreadsheet into the system so that my application will then read columns category, product type, voltage, watts, MWatts, KwATTS etc etc<br />
<br />
The idea is to upload the spreadsheet and then import the data to SQL Server. Then the site should display the data based on this. If they wish to ammend the site, eg delete products from the Car or Home section then they just delete the row from the spreadsheet and re-upload.<br />
<br />
<br />
Problem is how would I upload the images for each product? <br />
<br />
-Could i add a row to the spreadsheet and call it image number? then get them to do a batch upload of images. The application will then read the unique IDs from the images. Eg, XPC123.jpg (XPC) being the category.<br />
<br />
I then will style the pages and create links for the categories and product pages.<br />
<br />
Thoughts please? Does this sound like a good idea?<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.NET Development</category>
			<dc:creator>PD24</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/3289-spreadsheet-upload-import-facility.html</guid>
		</item>
		<item>
			<title>Problem linking subreport data</title>
			<link>http://www.developerbarn.com/crystal-reports-help/3288-problem-linking-subreport-data.html</link>
			<pubDate>Thu, 26 Jan 2012 21:54:25 GMT</pubDate>
			<description><![CDATA[I'm having a problem linking a subreport date range. 
 
I have a report that displays data from the cash table - the date range is provided by 2...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm having a problem linking a subreport date range.<br />
<br />
I have a report that displays data from the cash table - the date range is provided by 2 parameters - startdate &amp; enddate (transdate is between startdate and enddate)- the subreport displays data from the sales table using the same range -when I link the subreport (salesdate) and run the report I get 4 parameter requests - 2 startdate &amp; 2 enddate.  The subreport is being run in a report footer if that helps - I can do it for a single day OK or using a date function like last 7 days but not for a date range<br />
<br />
I'm sure its something simple so if anyone can PLEASE point me in the right direction :confused:<br />
<br />
Thanks in advance for any help,<br />
JimT<br />
<br />
not a complete noobie but just enough knowledge to really mess things up!<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/crystal-reports-help/">Crystal Reports Help</category>
			<dc:creator>jimt</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/crystal-reports-help/3288-problem-linking-subreport-data.html</guid>
		</item>
		<item>
			<title>Tab Strip</title>
			<link>http://www.developerbarn.com/net-development/3286-tab-strip.html</link>
			<pubDate>Wed, 25 Jan 2012 19:42:46 GMT</pubDate>
			<description><![CDATA[Can someone help me with the tabstrip code not sure if I've imported the correct namespaces for this?  
 
 
Code: 
--------- 
<%@ Page language="c#"...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Can someone help me with the tabstrip code not sure if I've imported the correct namespaces for this? <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;%@ Page language=&quot;c#&quot; CodeFile=&quot;FrmApproval.aspx.cs&quot; AutoEventWireup=&quot;false&quot; Inherits=&quot;HousingConnect.WebFormFrmApproval&quot; %&gt;<br />
&lt;%@ Import Namespace=&quot;Microsoft.Web.UI.WebControls&quot; %&gt;<br />
&lt;%@ Register TagPrefix=&quot;ie&quot; Namespace=&quot;Microsoft.Web.UI.WebControls&quot; Assembly=&quot;Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; %&gt;<br />
<br />
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &gt;<br />
<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; &gt;<br />
<br />
&nbsp; &lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;title&gt;FrmApproval&lt;/title&gt;<br />
<br />
&nbsp; &lt;/head&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;body&nbsp; bgcolor=&quot;#F2F3F8&quot;&nbsp; topmargin=&quot;0&quot; leftmargin=&quot;0&quot; rightmargin=&quot;0&quot; &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;form id=&quot;Form_FrmApproval&quot; method=&quot;post&quot; runat=&quot;server&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;%-- &lt;asp:Label id=&quot;Label24&quot; style=&quot;Z-INDEX:202;text-align: center; LEFT:-149px; POSITION:absolute; TOP:379px;COLOR:#000000;FONT-SIZE:14pt&quot; runat=&quot;server&quot; Width=&quot;650px&quot; Font-Names=&quot;Microsoft Sans Serif&quot;&gt;Hamilton Housing Help Centre&lt;/asp:Label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mytab:TABSTRIP id=&quot;tsHoriz&quot; style=&quot;FONT-WEIGHT: bold;WIDTH: 684px&quot; runat=&quot;server&quot; TargetID=&quot;mpHoriz&quot; SepDefaultStyle=&quot;border-bottom:solid 1px #000000;&quot; TabSelectedStyle=&quot;border:solid 1px black;border-bottom:none;background:white;padding-left:5px;padding-right:5px;&quot; TabHoverStyle=&quot;color:red&quot; TabDefaultStyle=&quot;border:solid 1px black;background:#dddddd;padding-left:5px;padding-right:5px;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/mytab:TABSTRIP&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ie:MULTIPAGE id=&quot;mpHoriz&quot; style=&quot;BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: medium none; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #000000 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #000000 1px solid; HEIGHT: 0px;WIDTH: 684px&quot; runat=&quot;server&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ie:MULTIPAGE&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:Label id=&quot;Label0&quot; style=&quot;Z-INDEX:204; LEFT:30px; POSITION:absolute; TOP:30px;COLOR:#000000;FONT-SIZE:24pt&quot; runat=&quot;server&quot; Width=&quot;251px&quot; Font-Names=&quot;Calibri&quot;&gt;APPROVAL&lt;/asp:Label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:Image id=&quot;Auto_Logo0&quot; style=&quot;Z-INDEX:205;LEFT:-164px;POSITION:absolute;TOP:28px&quot; runat=&quot;server&quot; Height=&quot;66px&quot; Width=&quot;193px&quot; ImageUrl=&quot;.\Auto_Logo0.bmp&quot;&gt;&lt;/asp:Image&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:Label id=&quot;Label24&quot; style=&quot;Z-INDEX:206;text-align: center; LEFT:-149px; POSITION:absolute; TOP:459px;COLOR:#000000;FONT-SIZE:14pt&quot; runat=&quot;server&quot; Width=&quot;650px&quot; Font-Names=&quot;Microsoft Sans Serif&quot;&gt;Hamilton Housing Help Centre&lt;/asp:Label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --%&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ie:TABSTRIP id=&quot;tsHoriz&quot; style=&quot;FONT-WEIGHT: bold;WIDTH: 684px&quot; runat=&quot;server&quot; TargetID=&quot;mpHoriz&quot; SepDefaultStyle=&quot;border-bottom:solid 1px #000000;&quot; TabSelectedStyle=&quot;border:solid 1px black;border-bottom:none;background:white;padding-left:5px;padding-right:5px;&quot; TabHoverStyle=&quot;color:red&quot; TabDefaultStyle=&quot;border:solid 1px black;background:#dddddd;padding-left:5px;padding-right:5px;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ie:TABSTRIP&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ie:MULTIPAGE id=&quot;mpHoriz&quot; style=&quot;BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: medium none; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #000000 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #000000 1px solid; HEIGHT: 0px;WIDTH: 684px&quot; runat=&quot;server&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ie:PAGEVIEW&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;asp:Button id=&quot;ApproveLandlords&quot; style=&quot;Z-INDEX:209; LEFT:-5px;POSITION:absolute; TOP:182px&quot; runat=&quot;server&quot; Height=&quot;27px&quot; Width=&quot;291px&quot;&nbsp;  Font-Size=&quot;8&quot; Text=&quot;Approve New Landlords&quot;&gt;&lt;/asp:Button&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ie:PAGEVIEW&gt;</code><hr />
</div> <!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.developerbarn.com/net-development/">.NET Development</category>
			<dc:creator>Emily P</dc:creator>
			<guid isPermaLink="true">http://www.developerbarn.com/net-development/3286-tab-strip.html</guid>
		</item>
	</channel>
</rss>

