<?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>WebDeveloper.com</title>
		<link>http://www.webdeveloper.com/forum</link>
		<description>WebDeveloper.com Forums, Where Web Developers and Designers Learn How to Build Web Sites, Program in HTML, Java and JavaScript and More!</description>
		<language>en</language>
		<lastBuildDate>Wed, 16 May 2012 17:05:23 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.webdeveloper.com/forum/images/misc/rss.jpg</url>
			<title>WebDeveloper.com</title>
			<link>http://www.webdeveloper.com/forum</link>
		</image>
		<item>
			<title>Help me to figure out this funny error!</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260662&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 16:50:00 GMT</pubDate>
			<description><![CDATA[2 files: menu.tpl and help.php 
 
menu.tpl has been included in another file, looks like: 
 
Code: 
--------- 
<div ....> 
   include menu.tpl here (pseudo code) 
</div> 
---------]]></description>
			<content:encoded><![CDATA[<div>2 files: menu.tpl and help.php<br />
<br />
menu.tpl has been included in another file, looks like:<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;div ....&gt;<br />
&nbsp;  include menu.tpl here (pseudo code)<br />
&lt;/div&gt;</code><hr />
</div>followings are all code in menu.tpl and help.php<br />
<br />
help.php:<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;?php ?&gt;</code><hr />
</div>menu.tpl:<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"><b>&lt;?php require_once(&quot;help.php&quot;); ?&gt;</b><br />
&lt;div id=&quot;absolute-menu&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div style=&quot;width:200px; height:20px;&quot;&gt;&lt;/div&gt;<br />
&lt;/div&gt;</code><hr />
</div>If I delete first line <b>&lt;?php require_once(&quot;help.php&quot;); ?&gt;</b> in menu.tpl, whole project works fine.<br />
But with the line, project stopped at this point - I saw it by &quot;view source&quot; of firefox.<br />
<br />
Could you analyze reason for this?<br />
I am new to php, I guess <b>&lt;?php require_once(&quot;help.php&quot;); ?&gt;</b> can not be put inside a &lt;div&gt;.<br />
<br />
Any more rules about using php include?<br />
<br />
Thanks.<br />
<br />
.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=16">PHP</category>
			<dc:creator>html20009876</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260662</guid>
		</item>
		<item>
			<title>How to open a link in a new window as before?</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260661&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 16:00:16 GMT</pubDate>
			<description><![CDATA[I have link as <a href="url">Link text</a>. I am trying to open this link in a new window but not only that. When I go back to my page and click on the link again so I want to jump to the same page (if it's still open) and refresh it. 
 
So the first time I click on the link ... a new window  
the...]]></description>
			<content:encoded><![CDATA[<div>I have link as &lt;a href=&quot;url&quot;&gt;Link text&lt;/a&gt;. I am trying to open this link in a new window but not only that. When I go back to my page and click on the link again so I want to jump to the same page (if it's still open) and refresh it.<br />
<br />
So the first time I click on the link ... a new window <br />
the second time I click on the link ... if the previous window is still open ... jump there and refresh.<br />
<br />
Do you have any idea how to address the same window if it is open?<br />
Thanks for any humm...</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=2">HTML</category>
			<dc:creator>emaikia</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260661</guid>
		</item>
		<item>
			<title>Please Help with Java script - Narrow Down Search</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260660&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 15:42:15 GMT</pubDate>
			<description>Hello all, 
 
I am new here so thank you in advance for all of your help. I am trying to figure out how to display data based on the user select. I could have all of the brands with their ingredients show up and as they select the ingredients from multiple check boxes the rows disappear from the...</description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
I am new here so thank you in advance for all of your help. I am trying to figure out how to display data based on the user select. I could have all of the brands with their ingredients show up and as they select the ingredients from multiple check boxes the rows disappear from the list that do not fit the criteria to narrow it down.<br />
<br />
The problem I have is The return is usually either or. (See Below) Does anyone have a starter script I can work with that would accomplish close to what I am trying to do?<br />
<br />
i.e. 	Brand X contains Sugar=Y, Salt=Y, Vinegar=N<br />
	Brand Y contains Sugar=N, Salt=N, Vinegar=N<br />
	Brand Z contains Sugar=Y, Salt=Y, Vinegar=Y<br />
	Brand A contains Sugar=N, Salt=N, Vinegar=Y<br />
<br />
I want to display the brands that contain or not contain only the selected ingredients. I would like to add check boxes for the user to select. It could display all the categories and as the check boxes are selected the brands that contain <br />
<br />
i.e.	If I want to know which brands contain only salt and vinegar ( The option select first to the user would be Does contain (box) or Does Not Contain (box) Y or N Then they would select their ingredients) The <br />
<br />
	??BRAND??= Sugar=N, Salt=Y, Vinegar=Y<br />
	or<br />
	??BRAND??= Salt=Y, Vinegar=Y<br />
<br />
Ideally the return Should only be:<br />
	<br />
	Brand Z contains Sugar=Y, Salt=Y, Vinegar=Y<br />
<br />
Instead of:<br />
<br />
	Brand X contains Sugar=Y, Salt=Y, Vinegar=N<br />
	Brand Z contains Sugar=Y, Salt=Y, Vinegar=Y<br />
	Brand A contains Sugar=N, Salt=N, Vinegar=Y</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=3">JavaScript</category>
			<dc:creator>a6april</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260660</guid>
		</item>
		<item>
			<title>include a php file</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260659&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 15:17:38 GMT</pubDate>
			<description><![CDATA[in test.php 
*<?php require_once("help.php"); ?>* 
 
in help.php 
 
Format 1: 
 
Code: 
--------- 
class Help]]></description>
			<content:encoded><![CDATA[<div>in test.php<br />
<b>&lt;?php require_once(&quot;help.php&quot;); ?&gt;</b><br />
<br />
in help.php<br />
<br />
Format 1:<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">class Help<br />
{<br />
&nbsp; &nbsp; &nbsp; ...<br />
}</code><hr />
</div>Format 2:<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"><b>&lt;?php</b><br />
class Help<br />
{<br />
&nbsp; &nbsp; &nbsp; ...<br />
}<br />
<b>?&gt;</b></code><hr />
</div>Format 2 has <b>&lt;?php ... ?&gt;</b><br />
<br />
Which format is correct?<br />
<br />
Thanks.<br />
<br />
.</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=16">PHP</category>
			<dc:creator>html20009876</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260659</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] CSS dropdown nav - dropdown disappears]]></title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260658&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 13:25:30 GMT</pubDate>
			<description><![CDATA[hey everyone. 
 
i have a pure CSS dropdown nav going here, the problem is when i upload to my test site and mouseover the dropdowns, they disappear randomly, sometimes i can't always get to the bottom and there are only 3 items! BUT when i test it locally it works perfectly. any thoughts on how to...]]></description>
			<content:encoded><![CDATA[<div>hey everyone.<br />
<br />
i have a pure CSS dropdown nav going here, the problem is when i upload to my test site and mouseover the dropdowns, they disappear randomly, sometimes i can't always get to the bottom and there are only 3 items! BUT when i test it locally it works perfectly. any thoughts on how to make it work better/smoother? <br />
<br />
you'll notice the 5 buttons and 5 hover effects, that is because i plan on replacing the colors with images, which brings me to my next question, is there a simple way to keep the nav item active per the page im on? <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;!DOCTYPE html&gt;</span><br />
<span style="color:#000080">&lt;html&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
<span style="color:#000080">&lt;title&gt;</span>Untitled Document<span style="color:#000080">&lt;/title&gt;</span><br />
<span style="color:#800080">&lt;style&gt;</span><br />
body{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#333;margin:0;padding:0;}<br />
img{border:none}<br />
.rc-nav{float:right;width:715px;height:52px;margin:73px 5px 0 0;}<br />
#nav{list-style:none;float:right;width:715px;height:52px;margin:0;padding:0;}<br />
#nav li{float:left;padding:0;}<br />
#nav li:hover{position:relative}<br />
#nav a{overflow:hidden;float:left;width:141px;height:52px;text-decoration:none;}<br />
#nav .btn-home{margin-right:2px;background-color:#4b4b4b;}<br />
#nav .btn-about{margin-right:2px;background-color:#4b4b4b;}<br />
#nav .btn-products{margin-right:2px;background-color:#4b4b4b;}<br />
#nav .btn-hiw{margin-right:2px;background-color:#4b4b4b;}<br />
#nav .btn-contact{margin-right:2px;background-color:#4b4b4b;}<br />
#nav li:hover .btn-home{margin-right:2px;background-color:#8e8e8e;}<br />
#nav li:hover .btn-about{margin-right:2px;background-color:#8e8e8e;}<br />
#nav li:hover .btn-products{margin-right:2px;background-color:#8e8e8e;}<br />
#nav li:hover .btn-hiw{margin-right:2px;background-color:#8e8e8e;}<br />
#nav li:hover .btn-contact{background-color:#8e8e8e;}<br />
#nav .drop{width:141px;position:absolute;top:52px;left:0;display:none}<br />
#nav .drop ul{border-bottom:1px solid #FFF;background-color:#4b4b4b;list-style:none;position:relative;margin:0;padding:0}<br />
#nav .drop li{float:none;border-top:1px solid #FFF;position:static;vertical-align:top;line-height:20px;width:100%;margin:0;padding:0}<br />
#nav .drop li:first-child{background:none;border:none}<br />
#nav .drop li a{color:#FFF;float:none;display:block;height:auto;overflow:hidden;position:relative;z-index:20;padding:0;background-color:#4b4b4b;}<br />
#nav .drop li:hover a,.rc-nav .drop li a:hover{text-decoration:none;background-color:#6a6a6a;}<br />
#nav .drop li a .text{overflow:hidden;border:none;color:#FFF;cursor:pointer;padding:8px 5px 4px 13px;text-align:left;font-family:Verdana, Arial, Helvetica, sans-serif;}<br />
#nav .drop li:hover .text,.rc-nav .drop li a:hover .text{color:#f98a1f}<br />
#nav li:hover .drop,.rc-nav .drop li span{display:block}<br />
<span style="color:#800080">&lt;/style&gt;</span><br />
<span style="color:#000080">&lt;/head&gt;</span><br />
<span style="color:#000080">&lt;body&gt;</span><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;rc-nav&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;ul id=<span style="color:#0000FF">&quot;nav&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span id=<span style="color:#0000FF">&quot;home&quot;</span>&gt;</span><span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;btn-home&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Blah Blah<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span id=<span style="color:#0000FF">&quot;about&quot;</span>&gt;</span><span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;btn-about&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Blah Blah<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!--drop--&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;drop&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul id=<span style="color:#0000FF">&quot;subNav&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;cursor:pointer;&quot;</span> class=<span style="color:#0000FF">&quot;text&quot;</span>&gt;</span>Blah Blah<span style="color:#000080">&lt;/span&gt;</span><span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;cursor:pointer;&quot;</span> class=<span style="color:#0000FF">&quot;text&quot;</span>&gt;</span>Blah Blah<span style="color:#000080">&lt;/span&gt;</span><span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span id=<span style="color:#0000FF">&quot;products&quot;</span>&gt;</span><span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;btn-products&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Blah Blah<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!--drop--&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;drop&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul id=<span style="color:#0000FF">&quot;subNav&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;cursor:pointer;&quot;</span> class=<span style="color:#0000FF">&quot;text&quot;</span>&gt;</span>Blah Blah<span style="color:#000080">&lt;/span&gt;</span><span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span id=<span style="color:#0000FF">&quot;howitworks&quot;</span>&gt;</span><span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;btn-hiw&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Blah Blah<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!--drop--&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;drop&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul id=<span style="color:#0000FF">&quot;subNav&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;cursor:pointer;&quot;</span> class=<span style="color:#0000FF">&quot;text&quot;</span>&gt;</span>Blah Blah<span style="color:#000080">&lt;/span&gt;</span><span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;cursor:pointer;&quot;</span> class=<span style="color:#0000FF">&quot;text&quot;</span>&gt;</span>Blah Blah<span style="color:#000080">&lt;/span&gt;</span><span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;cursor:pointer;&quot;</span> class=<span style="color:#0000FF">&quot;text&quot;</span>&gt;</span>Blah Blah<span style="color:#000080">&lt;/span&gt;</span><span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span id=<span style="color:#0000FF">&quot;contact&quot;</span>&gt;</span><span style="color:#008000">&lt;a class=<span style="color:#0000FF">&quot;btn-contact&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Blah Blah<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
<span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;/ul&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=7">CSS</category>
			<dc:creator>absolutmgd13</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260658</guid>
		</item>
		<item>
			<title>What HTML 5 courses are worth doing?</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260657&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 12:30:38 GMT</pubDate>
			<description><![CDATA[Hi guys, 
 
My company has given me the opportunity to attend any courses I would like in order to improve my skill set. They're keen for me to learn html 5, and while I believe that most of the work should be done through self-teaching/reading, I don't want to turn down any free education/possible...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
My company has given me the opportunity to attend any courses I would like in order to improve my skill set. They're keen for me to learn html 5, and while I believe that most of the work should be done through self-teaching/reading, I don't want to turn down any free education/possible certification.<br />
<br />
The only problem is I'm not sure what's actually worth doing. In the past I've gone for Microsoft certifications since it's been something I've been able to add to my CV but with HTML 5 there is no certifying body (as far as I'm aware) so in this situation I'd like to attend a course where I can learn the most possible.<br />
<br />
The company's keen to steer away from flash and move towards html 5 for our interactives (due to ipads etc) so I'm keen to try and understand how I can use html 5 for this purpose. I've had a look at Adobe Edge and that seems quite interesting but not sure if it's worth pursuing. If anyone can give me an idea of where I can even start looking, then this would be great!<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=2">HTML</category>
			<dc:creator>alimac83</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260657</guid>
		</item>
		<item>
			<title>What is Difference Between Link Juice and PR Juice?</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260656&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 10:58:54 GMT</pubDate>
			<description>What is Difference Between Link Juice and PR Juice?</description>
			<content:encoded><![CDATA[<div>What is Difference Between Link Juice and PR Juice?</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=21">Search Engines</category>
			<dc:creator>merryscanlan</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260656</guid>
		</item>
		<item>
			<title>Control traffic lights with model CPU</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260655&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 10:47:41 GMT</pubDate>
			<description><![CDATA[When I was teaching 25 years ago, I wrote a program in Turbo Pascal to represent an on-screen microprocessor so that students could see their programs working. I am now trying to get these working on the web. 
 
I've now got the CPU working slowly (although not fully tested). I now want the CPU to...]]></description>
			<content:encoded><![CDATA[<div>When I was teaching 25 years ago, I wrote a program in Turbo Pascal to represent an on-screen microprocessor so that students could see their programs working. I am now trying to get these working on the web.<br />
<br />
I've now got the CPU working slowly (although not fully tested). I now want the CPU to control the traffic lights.<br />
<br />
see <a rel="nofollow" href="http://homepage.ntlworld.com/stonebanks/cpuandtraffic3.htm" target="_blank">http://homepage.ntlworld.com/stoneba...ndtraffic3.htm</a><br />
<br />
 I have a parent page cpuandtraffic3.htm which is simply:<br />
<br />
 &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;<br />
<br />
 &lt;html&gt;<br />
 &lt;head&gt;&lt;title&gt;CPU and Traffic Lights&lt;/title&gt;<br />
 &lt;/head&gt;<br />
<br />
 &lt;frameset cols=&quot;50%, 50%&quot;&gt;<br />
 &lt;frame src=&quot;cpu14.svg&quot; align=&quot;top&quot; name=&quot;cpudoc&quot;&gt;<br />
 &lt;frame src=&quot;traffic14.svg&quot; align=&quot;top&quot; name=&quot;trafficdoc&quot;&gt;<br />
 &lt;/frameset&gt;<br />
<br />
 &lt;/html&gt;<br />
<br />
<br />
 My CPU fnlights() code is triggered by onclick on the 'L' button<br />
<br />
 function fnlights() {<br />
 var lite, attr<br />
 goslow=false;<br />
 var traffic = parent.document.getElementById('trafficdoc');<br />
 var doc = traffic.document;<br />
 lite = doc.getElementById(&quot;x1red&quot;);<br />
 attr = lite.getAttribute(&quot;fill&quot;);<br />
 if (attr == &quot;red&quot;) { x1red.setAttribute(&quot;fill&quot;, &quot;black&quot;); }<br />
 else { x1red.setAttribute(&quot;fill&quot;, &quot;red&quot;); }<br />
 }<br />
<br />
 and I am trying to change the colour of the traffic light<br />
 &lt;circle id=&quot;x1red&quot; cx=&quot;175&quot; cy=&quot;200&quot; r=&quot;10&quot; fill=&quot;red&quot;/&gt;<br />
<br />
 Thanks for any advice.<br />
<br />
 Opera reports<br />
<br />
 Event thread: click<br />
 Uncaught exception: TypeError: Cannot convert 'traffic' to object<br />
 Error thrown at line 780, column 0 in fnlights() in file://localhost/C:/Documents%20and%20Settings/Computer/My%20Documents/SVGexamples/cpu14.svg:<br />
 var doc = traffic.document;</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=3">JavaScript</category>
			<dc:creator>David77</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260655</guid>
		</item>
		<item>
			<title>XML With HTML Script</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260654&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 10:39:15 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I hope you can help me. I'm currently developing a tourist website with flash, however on one of my XML's i want to include a trip advisor widget to appear. 
 
<item> 
		<filetype>«![CDATA[txt]]»</filetype> 
		<sheet>«![CDATA[component/xml/home.css]]»</sheet>...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I hope you can help me. I'm currently developing a tourist website with flash, however on one of my XML's i want to include a trip advisor widget to appear.<br />
<br />
&lt;item&gt;<br />
		&lt;filetype&gt;&lt;![CDATA[txt]]&gt;&lt;/filetype&gt;<br />
		&lt;sheet&gt;&lt;![CDATA[component/xml/home.css]]&gt;&lt;/sheet&gt;<br />
		&lt;wtext&gt;&lt;![CDATA[&lt;h1&gt;			xxx Bed and Breakfast&lt;/h1&gt;<br />
&lt;h2&gt;&lt;/h2&gt; <br />
&lt;h2&gt;		<a href="mailto:xxxxxx@hotmail.com">xxxxxx@hotmail.com</a>&lt;/h2&gt;<br />
&lt;h1&gt;&lt;/h1&gt;<br />
<br />
&lt;div id=&quot;TA_rated348&quot; class=&quot;TA_rated&quot;&gt;<br />
&lt;ul id=&quot;dRTeblmOv&quot; class=&quot;TA_links Q92wsm&quot;&gt;<br />
&lt;li id=&quot;7nQ3lRBC&quot; class=&quot;YzJFJ3Ir6LsW&quot;&gt;&lt;a href=http://www.tripadvisor.com.au/xxx.html&gt;xxx&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;script src=&quot;http://www.jscache.com/wejs?wtype=rated&amp;amp;uniq=348&amp;amp;locationId=568007&amp;amp;lang=en_AU&quot;&gt;&lt;/script&gt;<br />
<br />
<br />
<br />
&lt;h2&gt;&lt;/h2&gt;<br />
&lt;p&gt;&lt;/p&gt;<br />
&lt;h2&gt;&lt;/h2&gt;<br />
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;]]&gt;&lt;/wtext&gt;<br />
	&lt;/item&gt;<br />
&lt;/window&gt;<br />
<br />
<br />
I'm new to XML, so your help appreicated. Can you please advise on how to insert these type of widgets into a flashsite or into XML?<br />
<br />
Thank you</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=5">XML</category>
			<dc:creator>HBKLIQ</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260654</guid>
		</item>
		<item>
			<title>Display records in two divs using modulus operator</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260653&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 10:18:56 GMT</pubDate>
			<description>Hi Guys, 
 
How can I display records (eg. 1-10) in two divs or columns. 1-5 in the first div and 6-10 in the second div? 
 
The records are retrived from database. 
 
Your assistance is apprciated. 
 
Thanks</description>
			<content:encoded><![CDATA[<div>Hi Guys,<br />
<br />
How can I display records (eg. 1-10) in two divs or columns. 1-5 in the first div and 6-10 in the second div?<br />
<br />
The records are retrived from database.<br />
<br />
Your assistance is apprciated.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=16">PHP</category>
			<dc:creator>benconnekt</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260653</guid>
		</item>
		<item>
			<title>http method timeout windows server 2008 enterprise edition</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260652&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 08:50:59 GMT</pubDate>
			<description><![CDATA[I'm trying to deal with a connection problem of my hosting service, I found out in this question 
 
http://stackoverflow.com/questions/5800626/asp-net-post-timeout 
 
in my case, i get error using drupal, which uses a netbeans function through glassfish to store data to postgresql. that I get those...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to deal with a connection problem of my hosting service, I found out in this question<br />
<br />
<a rel="nofollow" href="http://stackoverflow.com/questions/5800626/asp-net-post-timeout" target="_blank">http://stackoverflow.com/questions/5...t-post-timeout</a><br />
<br />
in my case, i get error using drupal, which uses a netbeans function through glassfish to store data to postgresql. that I get those error, but i have a problem with that (even if that's very well explained):<br />
<br />
how could i manage what settings i have to change, since my web hosting service told me about IIS, but i've never used that tool, and i haven't found out any tutorial.<br />
<br />
From httpfox i get the same NS_ERROR_NET_RESET, that occurs on the first click to the &quot;save&quot; button, or after a while that i don't view that page. So I even checked with fiddler2, and get this kind of message:<br />
<br />
&quot;ReadResponse() failed: The server did not return a response for this request.&quot;<br />
<br />
so does anybody know what i should actually do to solve this problem?</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=44">Server Management</category>
			<dc:creator>stokks</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260652</guid>
		</item>
		<item>
			<title>Need help in displaying confirm button on the last loop data</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260651&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 08:48:41 GMT</pubDate>
			<description>Hi.. 
 
 
I have while loop inside while loop and I need to add confirm button on the last loop data. 
 
 
here is my code: 
 
 
PHP:</description>
			<content:encoded><![CDATA[<div>Hi..<br />
<br />
<br />
I have while loop inside while loop and I need to add confirm button on the last loop data.<br />
<br />
<br />
here is my code:<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><font color="#000000">
<font color="#0000BB">&lt;?php<br />&nbsp;&nbsp;&nbsp;&nbsp;error_reporting</font><font color="#007700">(</font><font color="#0000BB">0</font><font color="#007700">);<br />&nbsp;&nbsp;</font><font color="#0000BB">date_default_timezone_set</font><font color="#007700">(</font><font color="#DD0000">"Asia/Singapore"</font><font color="#007700">); </font><font color="#FF8000">//set the time zone&nbsp;&nbsp;<br /></font><font color="#0000BB">$con </font><font color="#007700">= </font><font color="#0000BB">mysql_connect</font><font color="#007700">(</font><font color="#DD0000">'localhost'</font><font color="#007700">, </font><font color="#DD0000">'root'</font><font color="#007700">,</font><font color="#DD0000">''</font><font color="#007700">);<br /><br />if (!</font><font color="#0000BB">$con</font><font color="#007700">) {<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">'failed'</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;die();<br />}<br /><br /></font><font color="#0000BB">mysql_select_db</font><font color="#007700">(</font><font color="#DD0000">"mes"</font><font color="#007700">, </font><font color="#0000BB">$con</font><font color="#007700">);<br /></font><font color="#0000BB">$Date_Shelve </font><font color="#007700">=</font><font color="#0000BB">date</font><font color="#007700">(</font><font color="#DD0000">'Y-m-d H:i:s'</font><font color="#007700">);&nbsp;&nbsp;<br /></font><font color="#0000BB">?&gt;<br /></font>&lt;html&gt;<br />&lt;head&gt;<br />&lt;title&gt;Job Order&lt;/title&gt; <br />&lt;link rel="stylesheet" type="text/css" href="kanban.css" /&gt;<br />&lt;style type="text/css"&gt;<br />#SR_date{<br />&nbsp;&nbsp;&nbsp;&nbsp;position: relative;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-family: Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .8em;<br />&nbsp;&nbsp;&nbsp;&nbsp;margin-left: 10px;<br />&nbsp;&nbsp;&nbsp;&nbsp;margin-right: 770px;<br />&nbsp;&nbsp;&nbsp;&nbsp;width: auto;<br />&nbsp;&nbsp;&nbsp;&nbsp;height: auto;<br />&nbsp;&nbsp;&nbsp;&nbsp;float: left;<br />&nbsp;&nbsp;&nbsp;&nbsp;top : 10px;<br />}<br /><br />#disp_btn{<br />&nbsp;&nbsp;&nbsp;&nbsp;position: relative;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-family: Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .8em;<br />&nbsp;&nbsp;&nbsp;&nbsp;margin-left: 10px;<br />&nbsp;&nbsp;&nbsp;&nbsp;top: 10px;<br />}<br /><br /><br />#disp{<br />&nbsp;&nbsp;&nbsp;&nbsp;position: relative;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-family: Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .8em;<br />&nbsp;&nbsp;&nbsp;&nbsp;margin-left: 10px;<br />&nbsp;&nbsp;&nbsp;&nbsp;top: 10px;<br />}<br /><br />table {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;margin: 12px;<br />&nbsp;&nbsp;&nbsp;&nbsp;margin-left: 3px;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-family: Arial, Helvetica, sans-serif;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .7em;<br />&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #DDD;<br />}<br /><br />th {<br />&nbsp;&nbsp;&nbsp;&nbsp;font-family: Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .9em;<br />&nbsp;&nbsp;&nbsp;&nbsp;background: #694;<br />&nbsp;&nbsp;&nbsp;&nbsp;color: #FFF;<br />&nbsp;&nbsp;&nbsp;&nbsp;padding: 2px 6px;<br />&nbsp;&nbsp;&nbsp;&nbsp;border-collapse: separate;<br />&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #000; <br />}&nbsp;&nbsp;&nbsp;&nbsp;<br /><br />td {<br />&nbsp;&nbsp;&nbsp;&nbsp;font-family: Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .7em;<br />&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #DDD;<br />&nbsp;&nbsp;&nbsp;&nbsp;text-align: left;<br />}<br /><br />table.mytable { margin: 12px;<br />&nbsp;&nbsp;&nbsp;&nbsp;margin-left: 3px;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-family: Arial, Helvetica, sans-serif;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .7em;<br />&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #678b3f;<br />} <br />table.mytable th { font-family: Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .7em;<br />&nbsp;&nbsp;&nbsp;&nbsp;background: #694;<br />&nbsp;&nbsp;&nbsp;&nbsp;color: #FFF;<br />&nbsp;&nbsp;&nbsp;&nbsp;padding: 2px 6px;<br />&nbsp;&nbsp;&nbsp;&nbsp;border-collapse: separate;<br />&nbsp;&nbsp;&nbsp;&nbsp;border: 1px solid #000; } <br />table.mytable td { font-family: Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size: .7em;<br />&nbsp;&nbsp;&nbsp;/* border: .1em solid #DDD;*/<br />&nbsp;&nbsp;&nbsp;border:none;<br />&nbsp;&nbsp;&nbsp;&nbsp;text-align: left; }&nbsp;&nbsp;<br /><br />&lt;/style&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;div style="position: fixed;width: 1012px;"&gt;<br />&lt;table&gt;<br />&lt;th style="width:72px;position: fixed;"&gt; JO No.&lt;/th&gt;<br />&lt;th style="width:72px;position: fixed;"&gt; ETD &lt;/th&gt;<br />&lt;th style="width:195px;position: fixed;"&gt; PO No. &lt;/th&gt;<br />&lt;th style="width:108px;position: fixed;"&gt; SKU Code &lt;/th&gt;<br />&lt;th style="width:220px;position: fixed;"&gt; Description &lt;/th&gt;<br />&lt;th style="width:72px;"&gt; Qty Req &lt;/th&gt;<br />&lt;th style="width:55px;"&gt; Lines &lt;/th&gt;<br />&lt;th style="width:80px;"&gt; Status&lt;/th&gt;<br />&lt;/table&gt;<br />&lt;/div&gt;<br />&lt;div style='overflow:auto; height:200px;'&gt;<br />&lt;table class="mytable"&gt;<br /><font color="#0000BB">&lt;?php &nbsp;&nbsp;&nbsp;<br />$sql </font><font color="#007700">= </font><font color="#DD0000">"SELECT jo_number, ETD, PO_No, SKUCode, Description, POQty, Priority, Status, line<br />FROM job_order ORDER BY jo_number, ETD"</font><font color="#007700">;<br /></font><font color="#0000BB">$res_jo </font><font color="#007700">= </font><font color="#0000BB">mysql_query</font><font color="#007700">(</font><font color="#0000BB">$sql</font><font color="#007700">,</font><font color="#0000BB">$con</font><font color="#007700">);<br />while(</font><font color="#0000BB">$row_job </font><font color="#007700">= </font><font color="#0000BB">mysql_fetch_assoc</font><font color="#007700">(</font><font color="#0000BB">$res_jo</font><font color="#007700">)){<br />&nbsp;&nbsp;&nbsp;</font><font color="#FF8000">// echo "&lt;tbody&gt;";<br />&nbsp;&nbsp;&nbsp;&nbsp;</font><font color="#007700">echo </font><font color="#DD0000">"&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type='text' name='JO_No_' id='JO_No_' value='$row_job&#91;jo_number&#93;' style='border:none;width:auto;' size='10' readonly='readonly'&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type='text' name='ETD_' id='ETD_' value='$row_job&#91;ETD&#93;' style='border:none;width:auto;' size='10' readonly='readonly'&gt;&lt;/td&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type='text' name='PO_No_' id='PO_No_' value='$row_job&#91;PO_No&#93;' style='border:none;' size='32' readonly='readonly'&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type='text' name='SKUCode_' id='SKUCode_' value='$row_job&#91;SKUCode&#93;' style='border:none;' size='15' readonly='readonly'&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type='text' name='Description_' id='Description_' value='$row_job&#91;Description&#93;' style='border:none;' size='35' readonly='readonly'&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type='text' name='POReq_' id='POReq_' value='$row_job&#91;POQty&#93;' style='border:none;width:auto;' size='10' readonly='readonly'&gt;&lt;/td&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type='text' name='line' id='line' value='$row_job&#91;line&#93;' style='border:none;width:auto;' size='7' readonly='readonly'&gt;&lt;/td&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input type='text' name='priority_' value='$row_job&#91;Priority&#93;' id='priority_' style='border:none;width:auto;' size='11' readonly='readonly'&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;" </font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br /></font><font color="#0000BB">$sql </font><font color="#007700">= </font><font color="#DD0000">"SELECT pcode, lotcode, qty FROM jo_dump WHERE jo_number = '$row_job&#91;jo_number&#93;' ORDER BY date_entry ASC"</font><font color="#007700">;<br /></font><font color="#0000BB">$res_dump </font><font color="#007700">= </font><font color="#0000BB">mysql_query</font><font color="#007700">(</font><font color="#0000BB">$sql</font><font color="#007700">, </font><font color="#0000BB">$con</font><font color="#007700">);<br /><br />while(</font><font color="#0000BB">$row_dump </font><font color="#007700">= </font><font color="#0000BB">mysql_fetch_assoc</font><font color="#007700">(</font><font color="#0000BB">$res_dump</font><font color="#007700">)){<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;tr&gt;"</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;td&gt;&amp;nbsp;&lt;/td&gt;"</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;td&gt;&amp;nbsp;&lt;/td&gt;"</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;td&gt;&lt;input type='text' name='lotcode' value='$row_dump&#91;lotcode&#93;' style='border:none;width:auto;' size='10' readonly='readonly'&gt;&lt;/td&gt;"</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;td&gt;&lt;input type='text' name='pcode' value='$row_dump&#91;pcode&#93;' style='border:none;width:auto;' size='15' readonly='readonly'&gt;&lt;/td&gt;"</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;td&gt;&amp;nbsp;&lt;/td&gt;"</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;td&gt;&lt;input type='text' name='qty' value='$row_dump&#91;qty&#93;' style='border:none;width:auto;' size='10' readonly='readonly'&gt;&lt;/td&gt;"</font><font color="#007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;echo </font><font color="#DD0000">"&lt;/tr&gt;"</font><font color="#007700">;<br />}&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />}<br /><br />echo </font><font color="#DD0000">"&lt;/table&gt;"</font><font color="#007700">;<br />echo </font><font color="#DD0000">"&lt;/div&gt;"</font><font color="#007700">;<br /></font><font color="#0000BB">?&gt;<br /></font>&lt;/body&gt;<br />&lt;/html&gt;</font>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>and I attach the image of output of this code.<br />
<br />
Thank you</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=16">PHP</category>
			<dc:creator>newphpcoder</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260651</guid>
		</item>
		<item>
			<title>A Difficult Question</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260649&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 07:47:03 GMT</pubDate>
			<description><![CDATA[I was asked a difficult question last night by a person who wants to specialize in an area of the internet, instead of been a 'jack of all trades and master of none' in terms of internet capability and skills. 
 
The questions was - "what area of the whole web design / development do you think it...]]></description>
			<content:encoded><![CDATA[<div>I was asked a difficult question last night by a person who wants to specialize in an area of the internet, instead of been a 'jack of all trades and master of none' in terms of internet capability and skills.<br />
<br />
The questions was - &quot;what area of the whole web design / development do you think it would be best to specialize in... what skill is sought after and what skill would is most valuable from a financial point of view&quot;<br />
<br />
I thought for a few minutes on it and my top 3 responses were:<br />
- iOS Development<br />
- Java Development<br />
- PHP Development<br />
<br />
<b>What would be your top 3 (in order of priority)</b><br />
<br />
Looking forward to seeing people's opinions on this...</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=22">Other</category>
			<dc:creator>oo7ml</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260649</guid>
		</item>
		<item>
			<title>PayPal - Accepting Payments</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260646&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 07:36:13 GMT</pubDate>
			<description>Hi, i have just set up my first eCommerce site and i am wondering what the best way is to set up my PayPal account. 
 
I have built the site using a Wordpress template and i have entered my PayPal id in the Payments section in the Wordpress admin. 
 
I have ran a few test transactions and the money...</description>
			<content:encoded><![CDATA[<div>Hi, i have just set up my first eCommerce site and i am wondering what the best way is to set up my PayPal account.<br />
<br />
I have built the site using a Wordpress template and i have entered my PayPal id in the Payments section in the Wordpress admin.<br />
<br />
I have ran a few test transactions and the money ends up at my PayPal account but i feel like i need to do more :(<br />
<br />
Can someone help me with the following:<br />
<br />
1 - I just set up my PayPal account as a normal account... is there any additional settings that i should set as this PayPal account will only be used to accept payments for my website.<br />
<br />
2 - i find the site very confusing and overloaded with information, where can i control my VAT % etc<br />
<br />
3 - does anyone have an UP TO DATE introduction to the above setup as most of the tutorials online seem out of date<br />
<br />
Thanks in advance for your help...</div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=26">Business Matters</category>
			<dc:creator>oo7ml</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260646</guid>
		</item>
		<item>
			<title>Post a base64 image as an input type file</title>
			<link>http://www.webdeveloper.com/forum/showthread.php?t=260645&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 07:26:00 GMT</pubDate>
			<description><![CDATA[Hi 
I have a nice ltlle problem I hope to fin a sulution in JS and I will be werry thankfull if you guys coud help me out. ( Allso the newborn princess Estelle of Sweden will be pleased. The application I'm working on is for her ) 
 
I have a form that will take an image submitted by the user in a...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
I have a nice ltlle problem I hope to fin a sulution in JS and I will be werry thankfull if you guys coud help me out. ( Allso the newborn princess Estelle of Sweden will be pleased. The application I'm working on is for her )<br />
<br />
I have a form that will take an image submitted by the user in a common way &lt;input type=&quot;file&quot; name=&quot;uploadFile&quot;&gt; an present i on a wp-blog.<br />
<br />
Now I whant the form to take a base64 encoded image crated by javascript and add it to the form insted of an image subbitted by the user. Is the possible to do in javascript<br />
<br />
Here is some example code<br />
<br />
<font face="Courier New">&lt;html &gt;<br />
&lt;head&gt;<br />
<br />
&lt;title&gt;post drawing&lt;/title&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
<br />
<br />
&lt;form  enctype=&quot;multipart/form-data&quot; method=&quot;post&quot; action=&quot;http://wordpress.local/&quot; id=&quot;myform&quot;&gt;<br />
&lt;input type=&quot;text&quot; name=&quot;displayName&quot;&gt;<br />
&lt;textarea name=&quot;freetext&quot;&gt;&lt;/textarea&gt;<br />
&lt;a href=&quot;javascript<b></b>:{}&quot; onclick=&quot;postDrawing(); return false;&quot; &gt;Send&lt;/a&gt;&lt;<br />
&lt;/form&gt;<br />
<br />
<br />
&lt;script&gt;<br />
function postDrawing()<br />
{<br />
	<br />
base64Image_string = &quot;data:image/png;base64,iVBORw0KGgo ... etcetra etcetra ... &quot;;<br />
var myform = document.getElementById('myform');<br />
<br />
/* here i whant to add the image in the var base64Image_string to the form as an input type file (&lt;input type=&quot;file&quot; name=&quot;uploadFile&quot;&gt;) */<br />
<br />
myform.submit();	<br />
<br />
}<br />
<br />
&lt;/script&gt;<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;</font></div>

]]></content:encoded>
			<category domain="http://www.webdeveloper.com/forum/forumdisplay.php?f=3">JavaScript</category>
			<dc:creator>luckyhansson</dc:creator>
			<guid isPermaLink="true">http://www.webdeveloper.com/forum/showthread.php?t=260645</guid>
		</item>
	</channel>
</rss>

