Friday, June 26, 2009

Adds

Updates:
  • Letter on put some chat on your page by using this code..
  • Looking or some stuff ajax and javascript here
  • Implement pdf in page using FDPF
  • Porting your PHP functions to JavaScript with this script
  • Ajax Push Engine - Real Time Data Streaming (APE)
code snipset:

var doc = new jsPDF();
doc.text(20, 20, 'Hello world!');
doc.text(20, 30, 'This is client-side Javascript, pumping out a PDF.');
doc.addPage();
doc.text(20, 20, 'Do you like that?');

// Output as Data URI
doc.output('datauri');

0 comments:

Post a Comment