-
-
Curl HTTP 417 – Expectation Failed
-
I was nocking up a client script to drag down a news-feed and post it to a Wordpress blog; the script ran fine, no posts appeared and no errors occurred… irritating.
So I figured I'd share this pain in the arse issue fix to the "HTTP/1.1 417 Expectation Failed Error"
-
-
-
Magento Commerce – Layered Navigation Cache Error – Part Badger Part Duck
-
PHP-CLI Edition
* Auto Product Count
* Auto On Completion Destroy Temp Files
* Various Optimizations*NEW* PHP Web Browser Edition
* Three files;
* Wrapper (which you run from your browser)
* Two IFRAMES: The main functional script and a counter to show its not fallen asleep
-
-
-
Saving user content to XML aka How to Remove Invalid Characters in UTF-8
-
Error Contains None UTF-8 Content… Bleh
When encoding use content to XML there are often issues that occur… 99.9% of the time stemming from users copy-pasting from MSWord in to text boxes and all the odd characters being carried through. PHP will play dumb and happily save this, then winge like a b’tch about displaying it.
-
