Re: [PHP] Canvas examples

2008-06-16 Thread Per Jessen
Richard Heyes wrote: That's very cool, Richard. Well, thanks, but I wouldn't call it very cool. I thought it was pretty cool too - I didn't know about canvas, but your example says a lot, I think. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Canvas examples

2008-06-16 Thread Richard Heyes
I thought it was pretty cool too - I didn't know about canvas, but your example says a lot, I think. But when you compare it to something like this: http://ejohn.org/apps/processing.js/examples/custom/molten.html it looks pretty basic (which it is). Mine is perhaps an intro, whereas this

Re: [PHP] Canvas examples

2008-06-16 Thread Per Jessen
Richard Heyes wrote: I thought it was pretty cool too - I didn't know about canvas, but your example says a lot, I think. But when you compare it to something like this: http://ejohn.org/apps/processing.js/examples/custom/molten.html it looks pretty basic (which it is). Mine is perhaps

Re: [PHP] Canvas examples

2008-06-16 Thread Richard Heyes
I guess the other browser doesn't do much with canvas ? Nope. Eg: canvas id=foo This gets shown on none supporting browsers, but not on supportive browsers. /canvas MSIE just shows the text and doesn't do anything with the canvas. One thing about using a canvas is bandwidth. If it's

Re: [PHP] Canvas examples

2008-06-16 Thread Ray Hauge
Richard Heyes wrote: I guess the other browser doesn't do much with canvas ? Nope. Eg: canvas id=foo This gets shown on none supporting browsers, but not on supportive browsers. /canvas MSIE just shows the text and doesn't do anything with the canvas. One thing about using a canvas

[PHP] Canvas examples

2008-06-15 Thread Richard Heyes
Does anyone have any more examples of the new canvas element they've written? FF only: http://www.phpguru.org/canvas.html -- Richard Heyes Employ me: http://www.phpguru.org/cv ++ | Access SSH with a Windows mapped drive | |

Re: [PHP] Canvas examples

2008-06-15 Thread David Giragosian
On 6/15/08, Richard Heyes [EMAIL PROTECTED] wrote: Does anyone have any more examples of the new canvas element they've written? FF only: http://www.phpguru.org/canvas.html -- That's very cool, Richard. --David.

Re: [PHP] Canvas examples

2008-06-15 Thread Richard Heyes
That's very cool, Richard. Well, thanks, but I wouldn't call it very cool. Now a graphing library that output the results using a canvas, thus negating the need for JPGraph would definitely be nice. Or you could just use JPGraph and get to the pub earlier... :-) -- Richard Heyes

Re: [PHP] Canvas examples

2008-06-15 Thread Ray Hauge
Richard Heyes wrote: Does anyone have any more examples of the new canvas element they've written? FF only: http://www.phpguru.org/canvas.html This is a pretty interesting use of Canvas as well. Thanks for sharing! http://ejohn.org/blog/processingjs/ -- Ray Hauge

Re: [PHP] Canvas examples

2008-06-15 Thread Richard Heyes
This is a pretty interesting use of Canvas as well. Thanks for sharing! http://ejohn.org/blog/processingjs/ This is very nice. -- Richard Heyes Employ me: http://www.phpguru.org/cv ++ | Access SSH with a Windows mapped drive | |