<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Drawing with JavaScript</title>
	<atom:link href="http://www.redips.net/javascript/drawing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/javascript/drawing/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Thu, 11 Mar 2010 16:39:25 +0100</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jaydeep</title>
		<link>http://www.redips.net/javascript/drawing/comment-page-1/#comment-1727</link>
		<dc:creator>jaydeep</dc:creator>
		<pubDate>Sat, 23 Jan 2010 18:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=65#comment-1727</guid>
		<description>It&#039;s indeed a very good post...! But I&#039;m looking for something that is more efficient than this. I&#039;m looking for the help about drawing charts and graphs in the browser from the data in the database.</description>
		<content:encoded><![CDATA[<p>It's indeed a very good post...! But I'm looking for something that is more efficient than this. I'm looking for the help about drawing charts and graphs in the browser from the data in the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/drawing/comment-page-1/#comment-185</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Wed, 06 May 2009 18:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=65#comment-185</guid>
		<description>Simon,
this code is independent from any kind of Web platform. And as you said, you can simply put this few JavaScript lines to the HTML page. Just click to the &quot;view plain&quot; and copy source code to your file. Please, don&#039;t forget to create DIV tag with id=&quot;drawing_table&quot; where &lt;em&gt;create_table()&lt;/em&gt; function should generate HTML table tags. If you open HTML source of this post, search for the keyword &quot;drawing_table&quot; and you will see styles and needed HTML code.</description>
		<content:encoded><![CDATA[<p>Simon,<br />
this code is independent from any kind of Web platform. And as you said, you can simply put this few JavaScript lines to the HTML page. Just click to the "view plain" and copy source code to your file. Please, don't forget to create DIV tag with id="drawing_table" where <em>create_table()</em> function should generate HTML table tags. If you open HTML source of this post, search for the keyword "drawing_table" and you will see styles and needed HTML code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.redips.net/javascript/drawing/comment-page-1/#comment-183</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 06 May 2009 04:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=65#comment-183</guid>
		<description>Very good post here, If I may ask how such a script can be used. Do you call it from a PHP script or do you simply put this code in an HTML/PHP script?

I am trying to create something close to a whiteboard, but I am not having any luck in coding it; so some response will be appreciated.</description>
		<content:encoded><![CDATA[<p>Very good post here, If I may ask how such a script can be used. Do you call it from a PHP script or do you simply put this code in an HTML/PHP script?</p>
<p>I am trying to create something close to a whiteboard, but I am not having any luck in coding it; so some response will be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
