Re: [nyphp-talk] HTML to PDF converter

2008-02-27 Thread David Krings
LK wrote: Hello, Does anyone know of an "industrial strength" HTML to PDF converter that can be launched from PHP script? I've tried some open source libraries like html2php ( http://sourceforge.net/projects/html2fpdf ), dompdf ( http://www.digitaljunkies.ca/dompdf/ ), HTML_ToPDF ( http://w

Re: [nyphp-talk] Charsets are still driving me nuts

2008-02-27 Thread Cliff Hirsch
b 26, 2008, at 5:46 PM, Cliff Hirsch wrote: I have been validating textareas using ctype_print >> > Are you using utf-8 encoding? What do you need to validate/sanitize with the > textareas? That the input is using the correct character set? Need to strip > html from it? I've had pretty good l

Re: [nyphp-talk] Frameworks... CodeIgnite and Symfony

2008-02-27 Thread Donald J Organ IV
All this talk about frameworks and no one has mentioned the framework made by a NY local(Ken Downs)Andromeda There have been some great updates in this framework lately. Check it out  http://www.andromeda-project.org Adrian Noland wrote: Paul M. Jones has a presentation with some benc

Re: [nyphp-talk] Frameworks... CodeIgnite and Symfony

2008-02-27 Thread Adrian Noland
Paul M. Jones has a presentation with some benchmarks on it. Download slides here: http://paul-m-jones.com/?p=266#comments On 2/27/08, Vel Pillai <[EMAIL PROTECTED]> wrote: > > With personal experiencem I can CodeIgniter is a light weight and fast. > Scaling really comes to writing good code and

Re: [nyphp-talk] HTML to PDF converter

2008-02-27 Thread Austin Smith
I've used Open Office with unoconv -- http://dag.wieers.com/home-made/unoconv/ Our PHP scripts which needed access to the routine just backticked the command, like `python unoconv document.html -o pdf` though that command may be a bit off. Very, very nice output, and it would accept nearly any doc

[nyphp-talk] HTML to PDF converter

2008-02-27 Thread LK
Hello, Does anyone know of an "industrial strength" HTML to PDF converter that can be launched from PHP script? I've tried some open source libraries like html2php ( http://sourceforge.net/projects/html2fpdf ), dompdf ( http://www.digitaljunkies.ca/dompdf/ ), HTML_ToPDF ( http://www.rustypart

Re: [nyphp-talk] Charsets are still driving me nuts

2008-02-27 Thread Rob Marscher
On Feb 26, 2008, at 5:46 PM, Cliff Hirsch wrote: I have been validating textareas using ctype_print; however, I am starting to get user errors. It’s amazing how many people cut and paste from MS Word. So what appears to be simple text and a reasonably valid string actually contains stuff tha

Re: [nyphp-talk] Frameworks... CodeIgnite and Symfony

2008-02-27 Thread Vel Pillai
With personal experiencem I can CodeIgniter is a light weight and fast. Scaling really comes to writing good code and knowing your enemy, bottlenecks. Bloated and inefficiently written sql queries seem to be the number one problem of site performance. -Vel On Wed, Feb 27, 2008 at 8:49 AM, Attila

Re: [nyphp-talk] Frameworks... CodeIgnite and Symfony

2008-02-27 Thread Attila, Ferencz-Csibi
Hi, yes - symphony is used as base framework for del.icio.us site. A. On Wed, Feb 27, 2008 at 2:45 PM, Cliff Hirsch <[EMAIL PROTECTED]> wrote: > On 2/26/08 11:17 PM, "Bill P." <[EMAIL PROTECTED]> wrote: > > I am looking at CodeIgnite and Symfony. > I also want to know if sites using either of

Re: [nyphp-talk] Frameworks... CodeIgnite and Symfony

2008-02-27 Thread Cliff Hirsch
On 2/26/08 11:17 PM, "Bill P." <[EMAIL PROTECTED]> wrote: > I am looking at CodeIgnite and Symfony. > I also want to know if sites using either of these will be able to handle > heavy load and traffic? > > Thanks. > Bill > Look for feedback from Nate of Cake fame. He really likes Symphony ‹ not!