Quote from: RickJ on Fri 25/09/2009 09:49:53There are web APIs that allow you to send faxes via the interwebz but they tend to be expensive. On the plus side they are very easy to implement.
Programatically Sending Fax
How to generate and send a fax from a webserver or the server upon which the webserver is running? Is it necessary that I have a phone line/modem connection to send the fax?
QuoteCanvas might be a good thought but do any cellphones fully support HTML5 yet?.. mine doesnt even support flash.
Signature Capture
I imagine there would be a web form with a signature box. A click in the box could bring up a signature window or just send focus to the webform's field where the users's pen strokes would be recorded in a png or svg file. How would you suggest that this be done? I found an example of a sketch program that uses HTML5 and Canvas; is this the way to go? Will I need to deploy an exe on the cell phone to make this happen or can I do it all on the server side?
QuoteIm not sure really what you mean by tools... AJAX is just javascript calling a PHP script really. In all the cases i've used AJAX its just been a matter of using a script to call a PHP script to retrieve from/write to a database.
GWT and GWT Designer
Is there anyone using AJAX and if so what tools are you using? I am thinking about using the Google Web Toolkit and GWT Designer which is a third party IDE; any opinions?
All i used is notepad :p
Quote
HTML5-Canvas or other
This is a bit unrelated to the above project but is it possible to make a web page (thinking AJAX) that would allow a visitor to compose an image by selecting multiple Alpha-PNGs and overlaying them the same way Photoshoppers use layers to build up an image. Once completed then I would like to create a single PNG from the composite. How would one go about implementing a thing like this?
I would simply compose the image server side and provide a download link to the composed image.. instead of using client side script.
So you would have a system whereby the user can upload all their pngs. Then the server runs an image manipulation script (with GDlib probably) and returns a link to the composed image.
Quote
Comentary
Any commentary, opinions, or questions are welcome. I am interested mostly in what technology or tools would be needed and what conceptual approach would be best or easiest to implement. Additional detail is also welcome of course. I know we have some experts lurking about so I thought I'd ask for some advice. Thanks.
Sounds fun (im not an expert.. just a hobbyist)