Posts by Diego - Plune • 86 points
3 posts
-
2
votes2
answers1527
viewsA: ZF: Problem generating PDF (with mPDF) from text (html) created with WYSIWYNG (elrte plugin)
Transforming HTML into PDF is not always so simple as it is necessary to render the content and then convert it. Solutions that attempt to convert HTML to PDF based on style or simplistic…
-
1
votes4
answers6797
viewsA: Creating a JS bot
The browser will NOT allow this due to the sandbox - it is a security restriction of any browser. Use the http://phantomjs.org to be able to manipulate native pages is an alternative.…
javascriptanswered Diego - Plune 86 -
3
votes2
answers4212
viewsA: PHP/Mysql site integration with Phonegap App
You first need to choose a local database in Phonegap, where Mysql is not available. Maybe Sqllite... Then via AJAX make a request for a server-side configured Webservice (where Mysql is) to bring…