Tagged Questions

6
votes
9answers
2k views

Robust, Mature HTML Parser for PHP

Are there any robust and mature HTML parsers available for PHP? A quick skimming of PEAR didn't turn anything up (lots of classes for generating HTML, not so much for consuming), and Google taught me …
0
votes
2answers
53 views

Making this httpHandler more robust?

I have the following HttpHandler; I'm using it to push updates to the browser (where jQuery and GrowlUI are implemented) without the need for the browser to poll. I think all I've accomplished is …
0
votes
13answers
421 views

Super Robust as chrome c++ and portable - tips - help - comments.

Hi everyone, We are producing a portable code (win+macOs) and we are looking at how to make the code more rubust as it crashes every so often... (overflows or bad initializations usually) :-( I was …