<?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>CodingForums.com</title>
		<link>http://www.codingforums.com/</link>
		<description>Web coding and development forums. Get help on JavaScript, PHP, CGI, CSS, XML, and more.</description>
		<language>en</language>
		<lastBuildDate>Sun, 19 May 2013 01:38:46 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.codingforums.com/images/misc/rss.jpg</url>
			<title>CodingForums.com</title>
			<link>http://www.codingforums.com/</link>
		</image>
		<item>
			<title><![CDATA[Using mod_proxy: Relative URL's broken]]></title>
			<link>http://www.codingforums.com/showthread.php?t=295578&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 00:14:53 GMT</pubDate>
			<description><![CDATA[Hi, 
I am using mod_proxy (ProxyPass directive) to load a page from port xxxx. But the relative URL in the page served do not load.  
 
For example, I am using  
 
ProxyPass /foo/ <a href="http://localhost:xxxx/" target="_blank">http://localhost:xxxx/</a> 
 
The above loads the page at...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am using mod_proxy (ProxyPass directive) to load a page from port xxxx. But the relative URL in the page served do not load. <br />
<br />
For example, I am using <br />
<br />
ProxyPass /foo/ <a href="http://localhost:xxxx/" target="_blank">http://localhost:xxxx/</a><br />
<br />
The above loads the page at localhost:xxxx but the internal href links and images are broken. <br />
<br />
Please help.</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=69">Apache configuration</category>
			<dc:creator>codingrox</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295578</guid>
		</item>
		<item>
			<title>helpppppp woocomerce problem</title>
			<link>http://www.codingforums.com/showthread.php?t=295576&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 23:33:05 GMT</pubDate>
			<description>hi , im having a  problem with *woocomerce* and the  *pricing table* ,my problem is i cant make the pricing table work properly with woocomerce  
so when the user pick the product from the pricing table it will be redirected directly to the shopping cart with the product that he choose on it not to...</description>
			<content:encoded><![CDATA[<div><font size="3">hi , im having a  problem with <b>woocomerce</b> and the  <b>pricing table</b> ,my problem is i cant make the pricing table work properly with woocomerce <br />
so when the user pick the product from the pricing table it will be redirected directly to the shopping cart with the product that he choose on it not to the product page . im using woocomerce 2.0.10 and seem that nobody now how to make this work . i will be very thankful if you show me how to make this work . thank you in advance :)</font></div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=6">PHP</category>
			<dc:creator>medlife</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295576</guid>
		</item>
		<item>
			<title>Is university needed?</title>
			<link>http://www.codingforums.com/showthread.php?t=295575&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 23:29:50 GMT</pubDate>
			<description>I am 17 and am looking in to whether i should go to university next year. I was wondering if anyone had any advice. I am looking to go in to gave development would it be better for me to go to uni or to get a team together and start making games and building up my port folio.</description>
			<content:encoded><![CDATA[<div>I am 17 and am looking in to whether i should go to university next year. I was wondering if anyone had any advice. I am looking to go in to gave development would it be better for me to go to uni or to get a team together and start making games and building up my port folio.</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=42">Career, job, and business ideas or advice</category>
			<dc:creator>adamf12345</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295575</guid>
		</item>
		<item>
			<title>depth-first search of a graph</title>
			<link>http://www.codingforums.com/showthread.php?t=295574&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 23:03:24 GMT</pubDate>
			<description>Hi!!! I need some help... 
The exercise is: 
You have to implement a data structure to represent graphs,directed or undirected,that tries to avoid the wasted space in the representation of a graph with adjacency matrix and the difficulty of searching the edges with adjacency list representation....</description>
			<content:encoded><![CDATA[<div>Hi!!! I need some help...<br />
The exercise is:<br />
You have to implement a data structure to represent graphs,directed or undirected,that tries to avoid the wasted space in the representation of a graph with adjacency matrix and the difficulty of searching the edges with adjacency list representation.<br />
We consider that the vertices are numbered from 1 to nverts and the exit degree of each vertex is at most MAXDEG. If deg[i] is the exit degree of the vertex i then the neighbors of the vertex i can be saved at the matrix edge[i][j], 1&lt;=j&lt;=deg[i].<br />
Write a program that reads the datas from a file: if the graph is directed or undirected(1 or 0), the number of vertices (nverts),the number of edges (nedges) and the first and the last vertex of each edge.<br />
Write the function dfs that, with argument the data structure that you implemented before for the representation of a graph, prints the edges by the depth-first search of a graph.<br />
 <br />
What I've done so far is: I wrote a program that reads these information from a file, calculates the exit degree of each vertex and creates the matrix edge[i][j].<br />
 <br />
What data structure do I have to implement???</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=21">Computer Programming</category>
			<dc:creator>mathmari</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295574</guid>
		</item>
		<item>
			<title>Check my Html/css website</title>
			<link>http://www.codingforums.com/showthread.php?t=295570&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 20:00:55 GMT</pubDate>
			<description><![CDATA[I know im posting in an inappropriate section, cuz nobody would see it in review section.. 
 
 
so please review it, ive been learning css for couple of months now 
 
 
<a href="https://dl.dropboxusercontent.com/u/28490184/Html%20css%202/index.html"...]]></description>
			<content:encoded><![CDATA[<div>I know im posting in an inappropriate section, cuz nobody would see it in review section..<br />
<br />
<br />
so please review it, ive been learning css for couple of months now<br />
<br />
<br />
<a href="https://dl.dropboxusercontent.com/u/28490184/Html%20css%202/index.html" target="_blank">https://dl.dropboxusercontent.com/u/...202/index.html</a><br />
<br />
<br />
<br />
i took the idea from a free template available on internet and decided to make it from scratch</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=13"><![CDATA[HTML & CSS]]></category>
			<dc:creator>h123er2</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295570</guid>
		</item>
		<item>
			<title>Drop Down Wont show in CSS</title>
			<link>http://www.codingforums.com/showthread.php?t=295567&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 18:54:49 GMT</pubDate>
			<description><![CDATA[Doing this in chrome, it will not drop down. It hides, but  
 
PHP: 
--------- 
nav ul li:hover > ul 
--------- 
will not work in ie, firefox, or chrome, and nothing showing up wrong on firebug except that its hidden. 
I've also tried: 
 
PHP:]]></description>
			<content:encoded><![CDATA[<div>Doing this in chrome, it will not drop down. It hides, but <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">nav&nbsp;ul&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">ul&nbsp;<br /></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>will not work in ie, firefox, or chrome, and nothing showing up wrong on firebug except that its hidden.<br />
I've also tried:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">nav&nbsp;ul&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">ul<br />nav&nbsp;ul&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;ul<br />nav&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">ul<br />nav&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;ul<br />nav&nbsp;ul&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">ul&nbsp;li&nbsp;</span><span style="color: #007700">(</span><span style="color: #0000BB">with&nbsp;the&nbsp;original&nbsp;one</span><span style="color: #007700">)&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>and none have worked. I dont want to leave nav out obviously in case I actually use an unordered list somewhere else....trying to remember where all those are makes me forget and mess up dumb things.<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">/*&nbsp;main&nbsp;nav&nbsp;decoration&nbsp;*/<br /></span><span style="color: #0000BB">nav&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">clear</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">float</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">40px&nbsp;30</span><span style="color: #007700">%;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">-</span><span style="color: #0000BB">align</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">center</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">auto</span><span style="color: #007700">;<br />}<br /></span><span style="color: #FF8000">/*&nbsp;hide&nbsp;submenus&nbsp;*/<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;ul&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">display</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">none</span><span style="color: #007700">;<br />}<br /></span><span style="color: #FF8000">/*&nbsp;show&nbsp;submenus&nbsp;*/<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">ul&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">display</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">block</span><span style="color: #007700">;<br />}<br /></span><span style="color: #FF8000">/*&nbsp;main&nbsp;bar&nbsp;decoration&nbsp;*/<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">display</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">inline</span><span style="color: #007700">-</span><span style="color: #0000BB">table</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">float</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;list-</span><span style="color: #0000BB">style</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">none</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">relative</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">nav&nbsp;ul</span><span style="color: #007700">:</span><span style="color: #0000BB">after&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">content</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">""</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">clear</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">both</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">display</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">block</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;li&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">float</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1px</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">/*&nbsp;nothing&nbsp;needed&nbsp;so&nbsp;far&nbsp;*/<br /></span><span style="color: #007700">}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;li</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;a&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">gray</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">-</span><span style="color: #0000BB">shadow</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">4px&nbsp;3px&nbsp;4px&nbsp;</span><span style="color: #FF8000">#ffffff;<br /></span><span style="color: #007700">}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;li&nbsp;a&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">display</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">block</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">white</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">5px&nbsp;10px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">-</span><span style="color: #0000BB">decoration</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">none</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">-</span><span style="color: #0000BB">shadow</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">4px&nbsp;3px&nbsp;4px&nbsp;</span><span style="color: #FF8000">#000000;<br /></span><span style="color: #007700">}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;ul&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">0px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">absolute</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">100</span><span style="color: #007700">%;<br />}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;ul&nbsp;li&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">border</span><span style="color: #007700">-</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1px&nbsp;solid&nbsp;</span><span style="color: #FF8000">#6b727c;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">border</span><span style="color: #007700">-</span><span style="color: #0000BB">bottom</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">1px&nbsp;solid&nbsp;</span><span style="color: #FF8000">#575f6a;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">float</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">none</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">relative</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;ul&nbsp;li&nbsp;a&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">white</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">15px&nbsp;40px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">-</span><span style="color: #0000BB">decoration</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">none</span><span style="color: #007700">;<br />}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;ul&nbsp;li&nbsp;a</span><span style="color: #007700">:</span><span style="color: #0000BB">hover&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">gray</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">-</span><span style="color: #0000BB">shadow</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">4px&nbsp;3px&nbsp;4px&nbsp;</span><span style="color: #FF8000">#ffffff;<br /></span><span style="color: #007700">}<br /></span><span style="color: #0000BB">nav&nbsp;ul&nbsp;ul&nbsp;ul&nbsp;</span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">absolute</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">100</span><span style="color: #007700">%;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">0px</span><span style="color: #007700">;<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div></div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=13"><![CDATA[HTML & CSS]]></category>
			<dc:creator>gkjr1</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295567</guid>
		</item>
		<item>
			<title>Re-loading a div including JavaScripts located within it...</title>
			<link>http://www.codingforums.com/showthread.php?t=295566&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 18:14:22 GMT</pubDate>
			<description><![CDATA[Hi, 
I am wanting to use the Met Office weather widget on a web page, but it doesn't provide any easily accessible facility for users to change the location of the forecast. I have been working on a way of to allowing users to choose from locations in a drop-down box that will then change the...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am wanting to use the Met Office weather widget on a web page, but it doesn't provide any easily accessible facility for users to change the location of the forecast. I have been working on a way of to allowing users to choose from locations in a drop-down box that will then change the location in the weather widget.<br />
<br />
The weather widget is initiated by two bits of JavaScript<b></b>:<br />
<br />
&lt;code&gt;<br />
&lt;script type=&quot;text/javascript&quot; moWWidgetParams=&quot;moAllowUserLocation:true~moBackgroundColour:white~moColourS cheme:white~moDays:5~moDomain:<a href="http://www.metoffice.gov.uk~moFSSI:351649~moListStyle" target="_blank">www.metoffice.gov.uk~moFSSI:351649~moListStyle</a> :vertical~moMapDisplay:none~moShowFeelsLike:true~moShowUV:true~moShowWind:tr ue~moSpecificHeight:350~moSpecificWidth:250~moSpeedUnits:M~moStartupLanguage :en~moTemperatureUnits:C~moTextColour:black~moGridParams:weather,temperature ,wind,pop~&quot;; &lt;/script&gt;<br />
&lt;/code&gt;<br />
and<br />
&lt;code&gt;<br />
    &lt;script type=&quot;text/javascript&quot; src=&quot;http://www.metoffice.gov.uk/public/pws/components/yoursite/loader.js&quot;&gt; &lt;/script&gt; <br />
&lt;/code&gt;<br />
These are positioned in the html within a div with id 'weatherWidget'.<br />
<br />
I have then added a &lt;select&gt; drop-down for users to select the location of their choice - the values of each option corresponds to the location code required by the first bit of JavaScript, above - '~moFSSI:351649'. When a user selects a location from the drop-down, the location code is saved into a JavaScript variable using an onchange on the &lt;select&gt;. In the Met Office JavaScript I have replaced the location code with the variable -<br />
<br />
    '~moFSSI:351649' <br />
<br />
becomes<br />
<br />
    '~moFSSI:&quot;+weatherLocation+&quot;' . <br />
<br />
<br />
What I therefore need to do once the variable had been set is to refresh/reload the div that contains the weather widget, &lt;div id=&quot;weatherWidget&quot;&gt;. I have initially tried to do this with:<br />
<br />
&lt;code&gt;<br />
    $('#weatherWidget').load('/ #weatherWidget', function() { alert('Load was performed.'); }); <br />
&lt;/code&gt;<br />
But of course, because I have specified the div id to reload, the JavaScripts do not re-load when the div reloads. I have tried a range of things to get the scripts working - using .getScript, adding 'script' after '#weatherWidget' in the .load brackets, but to no avail.<br />
<br />
Can anyone suggest how I can get the weather widget to re-load please? I am now at a loss!<br />
I set up an example page with the widget at <a href="http://www.admin.webstu.co.uk/weather-test.html" target="_blank">http://www.admin.webstu.co.uk/weather-test.html</a>.<br />
<br />
Many thanks,<br />
Stu</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=2">JavaScript programming</category>
			<dc:creator>stuartw</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295566</guid>
		</item>
		<item>
			<title>Fighting jQuery form validation again</title>
			<link>http://www.codingforums.com/showthread.php?t=295564&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 18:02:35 GMT</pubDate>
			<description><![CDATA[Can Someone tell me what is wrong with this validation with jQuery? 
 
 
Code: 
--------- 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html> 
  <head> 
  <title>Negócios Angola</title> 
  <base href="http://root.com/divdev/">]]></description>
			<content:encoded><![CDATA[<div>Can Someone tell me what is wrong with this validation with jQuery?<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;<br />
&lt;html&gt;<br />
&nbsp; &lt;head&gt;<br />
&nbsp; &lt;title&gt;Negócios Angola&lt;/title&gt;<br />
&nbsp; &lt;base href=&quot;http://root.com/divdev/&quot;&gt;<br />
&nbsp; &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=Western (ISO-8895-1)&quot; /&gt;<br />
&nbsp; &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/backend.css&quot;&gt;<br />
<br />
&nbsp; &lt;script src=&quot;//code.jquery.com/jquery-1.9.1.js&quot;&gt;&lt;/script&gt;<br />
&nbsp; &lt;script src=&quot;//ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js&quot;&gt;&lt;/script&gt;<br />
<br />
&nbsp; &lt;script&gt;<br />
&nbsp; // When the browser is ready...<br />
&nbsp; $(function() {<br />
&nbsp; <br />
&nbsp; &nbsp; // Setup form validation on the #addcat element<br />
&nbsp; &nbsp; $(&quot;#addcat&quot;).validate({<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; // Specify the validation rules<br />
&nbsp; &nbsp; &nbsp; &nbsp; rules: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; categories: &quot;required&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newcat: &quot;required&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catdesc: &quot;required&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; // Specify the validation error messages<br />
&nbsp; &nbsp; &nbsp; &nbsp; messages: {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; categories: &quot;Tem que seleccionar a categoria parente&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; newcat: &quot;Introduza nova categoria&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; catdesc: &quot;Descreva a categoria&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; },<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; submitHandler: function(form) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; form.submit();<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; });<br />
<br />
&nbsp; &lt;/script&gt;<br />
&nbsp; &lt;/head&gt;<br />
&nbsp; &lt;body&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;div class=&quot;searchspace&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;div class = &quot;search&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;form class = &quot;searchform&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input class = &quot;searchfield&quot; type = &quot;text&quot; value = &quot;Procurar...&quot; onfocus = &quot;if (this.value == 'Procurar...') {this.value = '';}&quot; onblur=&quot;if (this.value == '') {this.value = 'Procurar...';}&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input class = &quot;searchbutton&quot; type = &quot;button&quot; value = &quot;GO&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/form&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;div class=&quot;infospace&quot;&gt;<br />
INFO LINE&nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;div class=&quot;leftspace&quot;&gt;<br />
&lt;div class = &quot;menu&quot;&gt;<br />
&nbsp; &lt;ul class=&quot;sexypanels&quot;&gt;<br />
&nbsp; &lt;li&gt;&lt;a href=&quot;admin/addcat.php&quot;&gt;» Adicionar Categorias&lt;/a&gt;&lt;/li&gt;<br />
&lt;!--<br />
&nbsp; &lt;li&gt;&lt;a href=&quot;http://www.dynamicdrive.com/style/&quot; &gt;» CSS Examples&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &lt;li&gt;&lt;a href=&quot;http://www.javascriptkit.com/jsref/&quot;&gt;» JavaScript Reference&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &lt;li&gt;&lt;a href=&quot;http://www.javascriptkit.com/domref/&quot;&gt;» DOM Reference&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &lt;li&gt;&lt;a href=&quot;http://www.cssdrive.com&quot;&gt;» CSS Drive&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &lt;li class=&quot;lastitem&quot;&gt;&lt;a href=&quot;http://www.codingforums.com/&quot;&gt;» Coding Forums&lt;/a&gt;&lt;/li&gt;<br />
--&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &lt;/ul&gt;<br />
&lt;/div&gt;&nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;div class=&quot;middlespace&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;div class = &quot;addcatheader&quot;&gt;<br />
&nbsp; &nbsp; Adicionar novas Categorias&nbsp; &lt;/div&gt;<br />
&nbsp; &lt;div class = &quot;addcat&quot;&gt;<br />
&nbsp; &nbsp; &lt;form id = &quot;addcat&quot; method=&quot;post&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;table width = &quot;100%&quot; border = &quot;0&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width = &quot;40%&quot; align = &quot;right&quot; valign = &quot;top&quot;&gt;&lt;label for=&quot;categories&quot;&gt;Categoria Parente:&lt;/label&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width = &quot;60%&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select id = &quot;categories&quot; name = &quot;cat_parent&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value = 0&gt;Topo&lt;/option&gt;&lt;option value = 2&gt;&amp;nbsp;&amp;nbsp;|___Tecnologias da Informação&lt;/option&gt;&lt;option value = 3&gt;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;|___Informática&lt;/option&gt;&lt;option value = 5&gt;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;|___Venda de Computadores &lt;/option&gt;&lt;option value = 6&gt;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;|___Consumiveis&lt;/option&gt;&lt;option value = 4&gt;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;|___Infrastructuras&lt;/option&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td colspan = &quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align = &quot;right&quot; valign = &quot;top&quot;&gt;&lt;label for=&quot;newcat&quot;&gt;Nome da Categoria:&lt;/label&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;input id = &quot;newcat&quot; type =&quot;text&quot; name = &quot;cat_name&quot;&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td colspan = &quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align = &quot;right&quot; valign = &quot;top&quot;&gt;&lt;label for=&quot;catdesc&quot;&gt;Descrição da Categoria:&lt;/label&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;textarea id = &quot;catdesc&quot; name = &quot;cat_desc&quot;&gt;&lt;/textarea&gt;&lt;/td&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td colspan = &quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td colspan = &quot;2&quot; align = &quot;center&quot;&gt;&lt;button id = &quot;submit&quot; type = &quot;submit&quot;&gt;Adicionar&lt;/button&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&nbsp; &nbsp; &lt;/form&gt;<br />
&nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;div class=&quot;footer&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div class = &quot;footerdiv&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Negócios Angola - &amp;copy; 2012 &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=href=&quot;mailto:admin@negiciosangola.com&quot; style = &quot;text-decoration: none; color: #ffffff&quot;;&gt;Contactar o Webmaster&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div>It is not validating the form. Can some one help me please??<br />
<br />
Thank You</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=62">JavaScript frameworks</category>
			<dc:creator>reisve</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295564</guid>
		</item>
		<item>
			<title><![CDATA[How to Copy & Insert Records?]]></title>
			<link>http://www.codingforums.com/showthread.php?t=295560&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 17:12:07 GMT</pubDate>
			<description><![CDATA[I have a Junction Table that looks like this... 
 
Code: 
--------- 
SECTION		DIMENSION		SUBSECTION	ARTICLE 
--------	----------		-----------	-------- 
Finance		Seasonal		Tax Season	Save Your Taxes for a CPA 
"		"			"		Filing Dates to Remmeber 
"		"			"		What is EFTPS 
---------]]></description>
			<content:encoded><![CDATA[<div>I have a Junction Table that looks like this...<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">SECTION&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DIMENSION&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SUBSECTION&nbsp; &nbsp; &nbsp; &nbsp; ARTICLE<br />
--------&nbsp; &nbsp; &nbsp; &nbsp; ----------&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -----------&nbsp; &nbsp; &nbsp; &nbsp; --------<br />
Finance&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Seasonal&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tax Season&nbsp; &nbsp; &nbsp; &nbsp; Save Your Taxes for a CPA<br />
&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Filing Dates to Remmeber<br />
&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; What is EFTPS</code><hr />
</div><br />
Let's say it is February, and I decide that I want the above Articles to also appear under the &quot;Featured - Finance&quot; dimension.<br />
<br />
So I would want my Junction Table to change to something like this...<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">SECTION&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DIMENSION&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SUBSECTION&nbsp; &nbsp; &nbsp; &nbsp; ARTICLE<br />
--------&nbsp; &nbsp; &nbsp; &nbsp; ----------&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -----------&nbsp; &nbsp; &nbsp; &nbsp; --------<br />
Finance&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Seasonal&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tax Season&nbsp; &nbsp; &nbsp; &nbsp; Save Your Taxes for a CPA<br />
&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Filing Dates to Remmeber<br />
&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; What is EFTPS<br />
<font color="Red">Finance&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Featured Finance&nbsp; &nbsp; &nbsp; &nbsp; Tax Season&nbsp; &nbsp; &nbsp; &nbsp; Save Your Taxes for a CPA<br />
&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Filing Dates to Remmeber<br />
&quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; What is EFTPS<br />
</font></code><hr />
</div><br />
<b>Using SQL, how can I easily copy the original 4 records, and then INSERT them back into the Junction Table, but change the &quot;Dimension&quot; to &quot;Featured Finance&quot;?</b><br />
<br />
Sincerely,<br />
<br />
<br />
Debbie</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=7">MySQL</category>
			<dc:creator>doubledee</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295560</guid>
		</item>
		<item>
			<title>Logo Not Showing When Uploaded to Web Server</title>
			<link>http://www.codingforums.com/showthread.php?t=295558&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 17:04:36 GMT</pubDate>
			<description><![CDATA[<a href="http://www.earthingbetterhealth.com" target="_blank">www.earthingbetterhealth.com</a> 
I cannot get the logo on this page to show up. It shows up running from my local machine before I upload it to the web server In the page source, it tells me it cannot find the logo.jpg. Anyone know why?...]]></description>
			<content:encoded><![CDATA[<div><a href="http://www.earthingbetterhealth.com" target="_blank">www.earthingbetterhealth.com</a><br />
I cannot get the logo on this page to show up. It shows up running from my local machine before I upload it to the web server In the page source, it tells me it cannot find the logo.jpg. Anyone know why? Is there a minimum size for jpg's?</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=13"><![CDATA[HTML & CSS]]></category>
			<dc:creator>C_J_GO</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295558</guid>
		</item>
		<item>
			<title>packaging and deploying  java application with java db in netbeans</title>
			<link>http://www.codingforums.com/showthread.php?t=295557&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 16:38:37 GMT</pubDate>
			<description>I have developed a java application not a java desktop application with a java DB to interact with it, all in netbeans. Now i want to package it and deploy it for distribution. So i guess the java DB must be in an embedded mode in order to communicate very well with the application. So how do i do...</description>
			<content:encoded><![CDATA[<div>I have developed a java application not a java desktop application with a java DB to interact with it, all in netbeans. Now i want to package it and deploy it for distribution. So i guess the java DB must be in an embedded mode in order to communicate very well with the application. So how do i do this?</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=54">Java and JSP</category>
			<dc:creator>greeninho</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295557</guid>
		</item>
		<item>
			<title>c# xbox kinect problem</title>
			<link>http://www.codingforums.com/showthread.php?t=295556&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 15:35:32 GMT</pubDate>
			<description>Hi guys, 
 
I no literally nothing regarding computer code yet stupidly i have found myself needing to very very quickly. 
 
Im doing a masters in contemporary art working in new media installation with a huge deadline in 9 days. Due to a sponsor dropping out of a project i have had to very quickly...</description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
I no literally nothing regarding computer code yet stupidly i have found myself needing to very very quickly.<br />
<br />
Im doing a masters in contemporary art working in new media installation with a huge deadline in 9 days. Due to a sponsor dropping out of a project i have had to very quickly undertake a secondary project which is completely under developed. A friend of mine suggested contacting this forum as he has found friendly and helpful advice here.<br />
<br />
So here we go:<br />
<br />
I have a tunnel the width and height of a door which is 14 feet long, at the end of the tunnel is a digital timer. The idea is that when a person enters the tunnel the digital timer starts and the sound of ticking begins. As the person walks toward the timer the volume of the ticking increases at the pace of the persons movement. when the person reaches the timer the now very loud ticking stops and the timer resets to zero. the person is logged and can not do it again. If the person re-enters the tunnel the timer remains at zero and no sound commences.<br />
<br />
I have used an xbox kinect as the camera and found source code which handles most of the requirements. It is a prototype security software which measures the limbs of the person and if it doesnt recognise the measurements it starts an alarm, sends a text message and takes photographs and uploads them to picassa.<br />
<br />
I have blindly fumbled my way through and managed to change the sound from an alarm to ticking but everything else eludes me. As i said above I am completely ignorant to coding and have found myself royally in the **** on this project. Any help would be more than appreciated.<br />
<br />
If you've read this far, thanks for your time<br />
<br />
Dean</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=21">Computer Programming</category>
			<dc:creator>deandavid</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295556</guid>
		</item>
		<item>
			<title>stop video autoplay  in iframe</title>
			<link>http://www.codingforums.com/showthread.php?t=295553&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 13:37:59 GMT</pubDate>
			<description><![CDATA[Hey guys I'm Iframing this site <a href="http://www.themusclemaximizer.com" target="_blank">www.themusclemaximizer.com</a> 
 
there is an video autoplay. 
 
How can I stop the video from playing. 
 
The Iframe site isnt mine]]></description>
			<content:encoded><![CDATA[<div>Hey guys I'm Iframing this site <a href="http://www.themusclemaximizer.com" target="_blank">www.themusclemaximizer.com</a><br />
<br />
there is an video autoplay.<br />
<br />
How can I stop the video from playing.<br />
<br />
The Iframe site isnt mine</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=2">JavaScript programming</category>
			<dc:creator>bondigor69</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295553</guid>
		</item>
		<item>
			<title>Medical risk calculator - three inputs</title>
			<link>http://www.codingforums.com/showthread.php?t=295552&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 13:26:44 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I'm trying my hand at jscript for the first time (au fait with html and css). I'd like to build a medical risk calculator to sit in a side block on a drupal site. The html form is done. 
 
Input x is the size of an aneurysm and input will be in text and then parsed into ranges (0-7mm,...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I'm trying my hand at jscript for the first time (au fait with html and css). I'd like to build a medical risk calculator to sit in a side block on a drupal site. The html form is done.<br />
<br />
Input x is the size of an aneurysm and input will be in text and then parsed into ranges (0-7mm, 7-10mm and 10+mm)<br />
Input y is location of aneurysm and consists of three options, a, b &amp; c.<br />
Input z is yes / no radio button<br />
Output (risk) should update each time input is changed (no submit button).<br />
<br />
Each combination of these variables should produce two linked risk values (% in one year and % in five years). The number of potential outputs is thus 3x3x2 = 18 (so it's not really a calculation, more a lookup). I am imagining some sort of 18-faceted list of functions like this:<br />
<br />
If x=1 AND y=1 AND z=1 THEN output Risk combo 1<br />
IF x=2 AND y=1 AND z=1 THEN output Risk combo 2<br />
IF x=3 AND y=1 AND z=1 THEN output Risk combo 3<br />
IF x=1 AND y=2 AND z=1 THEN output Risk combo 4<br />
IF x=2 AND y=2 AND z=1 THEN output Risk combo 5<br />
IF x=3 AND y=2 AND z=1 THEN output Risk combo 6<br />
IF x=1 AND y=3 AND z=1 THEN output Risk combo 7<br />
IF x=2 AND y=3 AND z=1 THEN output Risk combo 8<br />
IF x=3 AND y=3 AND z=1 THEN output Risk combo 9<br />
If x=1 AND y=1 AND z=2 THEN output Risk combo 10<br />
IF x=2 AND y=1 AND z=2 THEN output Risk combo 11<br />
IF x=3 AND y=1 AND z=2 THEN output Risk combo 12<br />
IF x=1 AND y=2 AND z=2 THEN output Risk combo 13<br />
IF x=2 AND y=2 AND z=2 THEN output Risk combo 14<br />
IF x=3 AND y=2 AND z=2 THEN output Risk combo 15<br />
IF x=1 AND y=3 AND z=2 THEN output Risk combo 16<br />
IF x=2 AND y=3 AND z=2 THEN output Risk combo 17<br />
IF x=3 AND y=3 AND z=2 THEN output Risk combo 18<br />
<br />
How should one best go about performing these functions?</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=15">DOM and JSON scripting</category>
			<dc:creator>tim_k</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295552</guid>
		</item>
		<item>
			<title>Jscript for risk calculator</title>
			<link>http://www.codingforums.com/showthread.php?t=295551&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 13:20:08 GMT</pubDate>
			<description><![CDATA[Hi all,  
 
I'm trying my hand at jscript for the first time (au fait with html and css).  I'd like to build a medical risk calculator to sit in a side block on a drupal site.  The html form is done. 
 
Input x is the size of an aneurysm and input will be in text and then parsed into ranges (0-7mm,...]]></description>
			<content:encoded><![CDATA[<div>Hi all, <br />
<br />
I'm trying my hand at jscript for the first time (au fait with html and css).  I'd like to build a medical risk calculator to sit in a side block on a drupal site.  The html form is done.<br />
<br />
Input x is the size of an aneurysm and input will be in text and then parsed into ranges (0-7mm, 7-10mm and 10+mm)<br />
Input y is location of aneurysm and consists of three options, a, b &amp; c.<br />
Input z is yes / no radio button <br />
Output (risk) should update each time input is changed (no submit button).<br />
<br />
Each combination of these variables should produce two linked risk values (% in one year and % in five years).  The number of potential outputs is thus 3x3x2 = 18 (so it's not really a calculation, more a lookup).  I am imagining some sort of 18-faceted list of functions like this:<br />
<br />
If x=1 AND y=1 AND z=1 THEN output Risk combo 1<br />
IF x=2 AND y=1 AND z=1 THEN output Risk combo 2<br />
IF x=3 AND y=1 AND z=1 THEN output Risk combo 3<br />
IF x=1 AND y=2 AND z=1 THEN output Risk combo 4<br />
IF x=2 AND y=2 AND z=1 THEN output Risk combo 5<br />
IF x=3 AND y=2 AND z=1 THEN output Risk combo 6<br />
IF x=1 AND y=3 AND z=1 THEN output Risk combo 7<br />
IF x=2 AND y=3 AND z=1 THEN output Risk combo 8<br />
IF x=3 AND y=3 AND z=1 THEN output Risk combo 9<br />
If x=1 AND y=1 AND z=2 THEN output Risk combo 10<br />
IF x=2 AND y=1 AND z=2 THEN output Risk combo 11<br />
IF x=3 AND y=1 AND z=2 THEN output Risk combo 12<br />
IF x=1 AND y=2 AND z=2 THEN output Risk combo 13<br />
IF x=2 AND y=2 AND z=2 THEN output Risk combo 14<br />
IF x=3 AND y=2 AND z=2 THEN output Risk combo 15<br />
IF x=1 AND y=3 AND z=2 THEN output Risk combo 16<br />
IF x=2 AND y=3 AND z=2 THEN output Risk combo 17<br />
IF x=3 AND y=3 AND z=2 THEN output Risk combo 18<br />
<br />
How should one best go about performing these functions?</div>

]]></content:encoded>
			<category domain="http://www.codingforums.com/forumdisplay.php?f=54">Java and JSP</category>
			<dc:creator>tim_k</dc:creator>
			<guid isPermaLink="true">http://www.codingforums.com/showthread.php?t=295551</guid>
		</item>
	</channel>
</rss>
