-
Archives
- January 2013
- August 2011
- January 2011
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- January 2010
- December 2009
- October 2009
- August 2009
- February 2009
- November 2008
- October 2008
- June 2008
- May 2008
- February 2008
- December 2007
- September 2007
- July 2007
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
-
Meta
Category Archives: Programming
The power of streams
A while ago at work, a customer asked that we add an export of a specific table in his database to his website. It wasn’t a difficult export, just get every row in the database and output it in a … Continue reading
Posted in PHP
Comments Off on The power of streams
PHP’s SoapServer and generating WSDL files
Since PHP5, doing stuff with Soap became way easier. SoapServer and SoapClient where added, giving pretty much everybody the ability to create a simple SOAP provider and consumer. But, as always, there is a but. And the ‘but’ in this … Continue reading
Life Changes
A bunch of things changed in my life recently. Some big changes, other small. The first of these, is the half year internship at GeoTax I started on september first. At GeoTax, they develop software to help municipalities execute a … Continue reading
Posted in Computing, My life, Programming
4 Comments
Tricking browsers that are storing passwords
For a system that I’m working on that I plan to, at some point, release as open source product, I am going to implement a system so that, to get the specific pages, you need to enter your password even … Continue reading
Posted in PHP, Programming, The Internet
4 Comments