<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Ajax/Javascript: 8 Ways to Create Graphics on the Fly</title>
	<atom:link href="http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/feed" rel="self" type="application/rss+xml" />
	<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly</link>
	<description>Mahemoff's Podcast/Blog - Web, Programming, Usability from the Author of 'Ajax Design Patterns' (AjaxPatterns.org)</description>
	<lastBuildDate>Mon, 15 Mar 2010 08:42:17 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: samb</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-452448</link>
		<dc:creator>samb</dc:creator>
		<pubDate>Wed, 30 Sep 2009 07:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-452448</guid>
		<description>&lt;p&gt;http://jsdraw2d.jsfiction.com is another javascript graphics library which draws with divs. It can even draw curves with tension parameter and beziers. 
Moreover it provides options to set origin, co-ordinate type and scale for the drawing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://jsdraw2d.jsfiction.com" rel="nofollow">http://jsdraw2d.jsfiction.com</a> is another javascript graphics library which draws with divs. It can even draw curves with tension parameter and beziers.<br />
Moreover it provides options to set origin, co-ordinate type and scale for the drawing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax/Javascript: 8 Ways to Create Graphics on the Fly &#187; Agile Techno Solutions ., JSC</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-449495</link>
		<dc:creator>Ajax/Javascript: 8 Ways to Create Graphics on the Fly &#187; Agile Techno Solutions ., JSC</dc:creator>
		<pubDate>Thu, 03 Sep 2009 14:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-449495</guid>
		<description>&lt;p&gt;[...] etc), so it scales better than a plain bitmap. Here&#8217;s an SVG circle (adapted from W3CSchools: PLAIN TEXT [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] etc), so it scales better than a plain bitmap. Here&#8217;s an SVG circle (adapted from W3CSchools: PLAIN TEXT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boris</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-324890</link>
		<dc:creator>boris</dc:creator>
		<pubDate>Wed, 03 Sep 2008 07:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-324890</guid>
		<description>&lt;p&gt;Best VML / ajax performance .&lt;/p&gt;

&lt;p&gt;Here is the first browser game, that use VML and Ajax to achive real time interactivity
of multiple players and astonishing special effects with large number of true transparency layers.&lt;/p&gt;

&lt;p&gt;game play movie on the main page.
www.glory-online.com
try it.&lt;/p&gt;

&lt;p&gt;game run on 3 servers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Best VML / ajax performance .</p>
<p>Here is the first browser game, that use VML and Ajax to achive real time interactivity<br />
of multiple players and astonishing special effects with large number of true transparency layers.</p>
<p>game play movie on the main page.<br />
<a href="http://www.glory-online.com" rel="nofollow">http://www.glory-online.com</a><br />
try it.</p>
<p>game run on 3 servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software As She&#8217;s Developed &#187; Blog Archive &#187; Announcing Bitjuice: Ajax Bitmap API</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-201513</link>
		<dc:creator>Software As She&#8217;s Developed &#187; Blog Archive &#187; Announcing Bitjuice: Ajax Bitmap API</dc:creator>
		<pubDate>Sat, 23 Feb 2008 19:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-201513</guid>
		<description>&lt;p&gt;[...] library I made to do bitmap/raster graphics in the browser. The aim is to make it easy to write &#8220;Ajax graphics&#8221; - graphics you can update real-time in the browser. And at the same time, maintain compatibility [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] library I made to do bitmap/raster graphics in the browser. The aim is to make it easy to write &#8220;Ajax graphics&#8221; &#8211; graphics you can update real-time in the browser. And at the same time, maintain compatibility [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Preston</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-87717</link>
		<dc:creator>Joe Preston</dc:creator>
		<pubDate>Fri, 27 Jul 2007 18:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-87717</guid>
		<description>&lt;p&gt;Does anyone have any information regarding defining flash graphics from an external xml file.  For instance, I want to define, background colors, stroke color, positions, font colors, font type, padding.  Basically almost everything that CSS can do, except through XML using Flash?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Does anyone have any information regarding defining flash graphics from an external xml file.  For instance, I want to define, background colors, stroke color, positions, font colors, font type, padding.  Basically almost everything that CSS can do, except through XML using Flash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanno&#8217;s Coding Log &#187; Blog Archive &#187; Dynamic Graphics in AJAX applications</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-82348</link>
		<dc:creator>Hanno&#8217;s Coding Log &#187; Blog Archive &#187; Dynamic Graphics in AJAX applications</dc:creator>
		<pubDate>Wed, 11 Jul 2007 16:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-82348</guid>
		<description>&lt;p&gt;[...] Michael Mahemoff, author of Ajax Design Patterns, has a nice overview of solutions for dynamic graphics on AJAX enabled web pages. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Michael Mahemoff, author of Ajax Design Patterns, has a nice overview of solutions for dynamic graphics on AJAX enabled web pages. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgym</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-68285</link>
		<dc:creator>dgym</dc:creator>
		<pubDate>Wed, 30 May 2007 11:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-68285</guid>
		<description>&lt;p&gt;As a small variation on #6, create a table of single pixel divs. The table can be built up in Javascript, storing references to the pixels&#039; style in a 2D array along the way, then the pixels can be changed by setting the background:&lt;/p&gt;

&lt;p&gt;pixelgrid[0][0].backgroundColor = &#039;blue&#039;&lt;/p&gt;

&lt;p&gt;I haven&#039;t seen anyone use this yet. Walter Zorn&#039;s library at http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm could probably be adapted quite easily, and this might be a little quicker for line/curve drawing as the div optimizations can be safely removed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As a small variation on #6, create a table of single pixel divs. The table can be built up in Javascript, storing references to the pixels&#8217; style in a 2D array along the way, then the pixels can be changed by setting the background:</p>
<p>pixelgrid[0][0].backgroundColor = &#8216;blue&#8217;</p>
<p>I haven&#8217;t seen anyone use this yet. Walter Zorn&#8217;s library at <a href="http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm" rel="nofollow">http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm</a> could probably be adapted quite easily, and this might be a little quicker for line/curve drawing as the div optimizations can be safely removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahemoff</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-60770</link>
		<dc:creator>mahemoff</dc:creator>
		<pubDate>Mon, 07 May 2007 11:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-60770</guid>
		<description>&lt;p&gt;Hi Andrew, the path you&#039;re following sounds sensible, though there&#039;s not much more I can say than what&#039;s in the above post.&lt;/p&gt;

&lt;p&gt;Sandy, I&#039;m not sure exactly what you&#039;re after, but it sounds like it might require Flash???&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Andrew, the path you&#8217;re following sounds sensible, though there&#8217;s not much more I can say than what&#8217;s in the above post.</p>
<p>Sandy, I&#8217;m not sure exactly what you&#8217;re after, but it sounds like it might require Flash???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandy</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-59168</link>
		<dc:creator>sandy</dc:creator>
		<pubDate>Wed, 02 May 2007 17:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-59168</guid>
		<description>&lt;p&gt;Interesting post. I&#039;ve been looking for a way to put in an ad link that corresponds to an image. For example, an image of a theme park will have a dropdown ad that links to purchase tickets or for more information. 
A close example of this is britepic, although I am looking for open source scripting that will allow me to put in my own ads with my logo in the corner and not a 3rd party ad. 
Anyone know how to do this??&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Interesting post. I&#8217;ve been looking for a way to put in an ad link that corresponds to an image. For example, an image of a theme park will have a dropdown ad that links to purchase tickets or for more information.<br />
A close example of this is britepic, although I am looking for open source scripting that will allow me to put in my own ads with my logo in the corner and not a 3rd party ad.<br />
Anyone know how to do this??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Katz</title>
		<link>http://softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly/comment-page-1#comment-48412</link>
		<dc:creator>Andrew Katz</dc:creator>
		<pubDate>Sun, 01 Apr 2007 00:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/ajaxjavascript-8-ways-to-create-graphics-on-the-fly#comment-48412</guid>
		<description>&lt;p&gt;I am trying to do something which has not been done as far as I can tell. I have written a computer program which is a complex curved shape generator. A CCSG. I just made that term up as I am writing this.&lt;/p&gt;

&lt;p&gt;I would like to know what technology will do the following:
1. Be generated and held in the browser. No server.
2. Supported by most browsers.
3. Small amount of libraries needed.
4. Does not use up too much computer memory and render in a reasonable amount of time.&lt;/p&gt;

&lt;p&gt;Right now I am going to literally modify the JavaScript Vector Graphics Library by Walter Zorn. Because what I am drawing is essentially an extremely complicated ellipse.
http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm&lt;/p&gt;

&lt;p&gt;I am wondering if dojo (svg) or canvas would be better, or do they all do things in the same way? For example, Zorn stores hundreds of s to render one ellipse. I am doing my development using Firefox. But I plan to test it on IE and Opera.&lt;/p&gt;

&lt;p&gt;I also noticed that there is no visual tool (other than CodeGear) which one can use to design forms for the Web application (drag and drop controls).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am trying to do something which has not been done as far as I can tell. I have written a computer program which is a complex curved shape generator. A CCSG. I just made that term up as I am writing this.</p>
<p>I would like to know what technology will do the following:<br />
1. Be generated and held in the browser. No server.<br />
2. Supported by most browsers.<br />
3. Small amount of libraries needed.<br />
4. Does not use up too much computer memory and render in a reasonable amount of time.</p>
<p>Right now I am going to literally modify the JavaScript Vector Graphics Library by Walter Zorn. Because what I am drawing is essentially an extremely complicated ellipse.<br />
<a href="http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm" rel="nofollow">http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm</a></p>
<p>I am wondering if dojo (svg) or canvas would be better, or do they all do things in the same way? For example, Zorn stores hundreds of s to render one ellipse. I am doing my development using Firefox. But I plan to test it on IE and Opera.</p>
<p>I also noticed that there is no visual tool (other than CodeGear) which one can use to design forms for the Web application (drag and drop controls).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
