3
votes
3answers
1k views
How to combine requests for multiple javascript files into one http request?
This concept is a new one for me -- I first came across it at the YUI dependency configurator. Basically, ins …
1
vote
3answers
319 views
Which is better for encoding HTML for RSS?
I recently introduced HTML into some RSS feeds that I publish (which up to now only had plain text, no markup), and I was wondering which method is better: use character encoding (such as htmlspeci …
2
votes
What, in your mind, is the best PHP MVC framework?
I've played around with Cake, Symfony, and the Zend Framework, and ZF appealed to me the most. Easy to implement, and the fact that it's backed by Zend at least provides me the illusion of safety I …
0
votes
WordPress XMLRPC: Expat reports error code 5
Expat is the XML parser in PHP. Error code 5 is one of many expat error constants, in this case: XML_ERROR_UNCLOSED_TOKEN. Sounds to me like there's an error in the result returned from the RPC cal …
0
votes
Caching HTML output with PHP
If you're not opposed to frameworks, try using the Zend Frameworks's Zend_Cache. It's pretty …
