Entries in the ‘Web’ Category:

SOAP-ERROR: Parsing WSDL

If you’re writing or consuming webservices with PHP SOAP, it’s possible you run into the SOAP-ERROR: Parsing WSDL problem once. The complete error string is: SOAP-ERROR: Parsing WSDL: Couldn’t load from ‘http://host/service?wsdl’ : <specific error> If you copy and paste the url (including the ?wsdl parameter) in the browser and you see the WSDL file, [...]

Tags: , , , , , ,

Leave a Comment

Random PHP function explained

A few weeks ago, Jamie Bicknell notified me he read my article about the Random PHP function. Because I didn’t publish any code, he wrote a 3 line implementation of how he would fetch the functions for the randomness. I promised him I would publish the code that weekend, and here we are, a few [...]

Tags: , , , , , , , , ,

Leave a Comment

Stuff to read from Google

Google has some really nice stuff to read, written in an easy to read way, about all sorts of things. It’s a lot about front-end things, but as a back-end developer I’m responsible to build pages & sites with an infrastructure which leverages these things. The things I found recently: Web Performance Best Practices In [...]

Tags: , ,

Leave a Comment