Entries in the ‘Web’ Category:
filed in Development, PHP, Uncategorized, Web, Web Services on Nov.26, 2010
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: error, PHP, soap, web service, webserice, wsdl, xml
filed in Development, Links, PHP, Web on Oct.28, 2009
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: explained, explore, functions, harudoc, linkedin, manual, PHP, random, script, wikipedia
filed in Resources, Web on Aug.17, 2009
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: google, linkedin, Web