<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042510" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042510</link>
    <description></description>
    <language>en</language>
          <item>
    <title>@Decibel.places: Yes, I do</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/complex-progress-bar-requirements-can-anyone-help#comment-1236288</link>
    <description> &lt;p&gt;@Decibel.places: Yes, I do agree with you and I would like to gladly take your help in this regard. But, the only constraint that I have is the time.  I, being a Java guy, am not that comfortable with JavaScript.&lt;/p&gt;
&lt;p&gt;Even if I start learning it in bits and pieces now, it would do me no good for this project. So, I had at last with no way to look had asked for the code.&lt;/p&gt;
&lt;p&gt;Thanks for replying.&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Dec 2008 07:29:41 +0000</pubDate>
 <dc:creator>teamnirvana</dc:creator>
 <guid isPermaLink="false">comment 1236288 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>teamnirvana wrote:
Hi can</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/complex-progress-bar-requirements-can-anyone-help#comment-1236262</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;teamnirvana&lt;/em&gt; wrote:&lt;/div&gt;Hi &lt;strong&gt;can you provide me with code&lt;/strong&gt; for this requirement.&lt;/p&gt;
&lt;p&gt;That would be a great help for me.&lt;/p&gt;
&lt;p&gt;Yeah, &lt;strong&gt;as an academic project&lt;/strong&gt;, this feature has to work on html,css and javascript.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Since this is an academic project, asking someone else to provide you with the code for it is ... unethical at best, probably cheating.&lt;/p&gt;
&lt;p&gt;I have no problem holding your hand, giving advice, pointing you to tools/resurces that will assist you.&lt;/p&gt;
&lt;p&gt;I am not going to complete your academic project for you, in the long run that is for your own good &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ll give you a tip - Google is the developer&#039;s best friend - maybe you could try one of &lt;a href=&quot;http://letmegooglethatforyou.com/?q=dhtml+progress+bar&quot;&gt;these results...&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Dec 2008 14:14:18 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236262 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi can you provide me with</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/complex-progress-bar-requirements-can-anyone-help#comment-1236252</link>
    <description> &lt;p&gt;Hi can you provide me with code for this requirement.&lt;/p&gt;
&lt;p&gt;That would be a great help for me.&lt;/p&gt;
&lt;p&gt;Yeah, as an academic project, this feature has to work on html,css and javascript.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Dec 2008 10:47:02 +0000</pubDate>
 <dc:creator>teamnirvana</dc:creator>
 <guid isPermaLink="false">comment 1236252 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>another approach could be</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/complex-progress-bar-requirements-can-anyone-help#comment-1236230</link>
    <description> &lt;blockquote&gt;&lt;p&gt;another approach could be using the Google Charts API which returns a PNG image as output, but that may not be within the assignment&#039;s requirements&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Being an academic project, I think the OP is limited to HTML/CSS/Javascript.  Otherwise, the Google Charts API or even GD functions would be a better option IMO.&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Dec 2008 17:43:18 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1236230 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>using DHTML, one of the key</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/complex-progress-bar-requirements-can-anyone-help#comment-1236226</link>
    <description> &lt;p&gt;using DHTML, one of the key points to remember is to assign uniqiue CSS ids to each element (div or span), so they can be individually manipulated using document.getElementById&lt;/p&gt;
&lt;p&gt;then you would need some scaling code to process the input values into values usable for the graph (some validation of input would not hurt)&lt;/p&gt;
&lt;p&gt;another approach could be using the &lt;a href=&quot;http://code.google.com/apis/chart/&quot;&gt;Google Charts API&lt;/a&gt; which returns a PNG image as output, but that may not be within the assignment&#039;s requirements&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Dec 2008 16:22:02 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1236226 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Well, the first step would</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/complex-progress-bar-requirements-can-anyone-help#comment-1236222</link>
    <description> &lt;p&gt;Well, the first step would be to replicate that picture the best you can with HTML &amp;amp; CSS before we attempt to manipulate it with JavaScript.&lt;/p&gt;
&lt;p&gt;I would warp the bar in a &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt;, and then have smaller ones inside that and have the background color set to the colors you see in the progress bar.  Then adjust their widths as necessary based on the dates.&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Dec 2008 15:08:26 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1236222 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for the reply.
PHP is</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/complex-progress-bar-requirements-can-anyone-help#comment-1236214</link>
    <description> &lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;PHP is not required. The functionality is when dates are provided in the text boxes and the submit is clicked, these dates become respective parameters like Product purchase date, manufacturer&#039;s expiry date and certificate effective date and certificate expiry date. Today&#039;s date, retrieved on the fly.&lt;/p&gt;
&lt;p&gt;Basic HTML,CSS and JavaScript is enough for help.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
 </description>
     <pubDate>Tue, 16 Dec 2008 10:44:32 +0000</pubDate>
 <dc:creator>teamnirvana</dc:creator>
 <guid isPermaLink="false">comment 1236214 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Welcome to the forums,</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/complex-progress-bar-requirements-can-anyone-help#comment-1236180</link>
    <description> &lt;p&gt;Welcome to the forums, teamnirvana. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Are there any certain techniques that you have to use?  For example, does this have to be done in HTML &amp;amp; CSS, PHP&#039;s GD library, or something else?&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Dec 2008 15:03:02 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1236180 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
