Pierre Spring

688
Reputation
98 views

Registered User

Name Pierre Spring
Member for 1 year
Seen Nov 27 at 8:34
Website
Location CH
Age 30
swiss web developer working at liip.ch ... specialized in php, xslt and javascript with a strong affinity towards free open source software ...
Nov
18
awarded  Popular Question
Nov
16
awarded  Popular Question
Nov
7
answered debugging php on mac?
Nov
7
answered Mac OS X 10.5 Apache and Subversion upgrade alternatives
Nov
2
answered Access an Array Returned by a Function
Oct
24
awarded  Popular Question
Oct
20
accepted ZIP Files get corrupted by IE
Oct
13
revised ZIP Files get corrupted by IE
edited tags
Oct
13
answered ZIP Files get corrupted by IE
Oct
13
comment ZIP Files get corrupted by IE
sorry for not mentioning the fact that we work on a lamp stack ;) the zip file is generated by php and then sent out by php itself.
Oct
13
comment ZIP Files get corrupted by IE
i did not add this header by myself. this is a header set by apache.
Oct
13
asked ZIP Files get corrupted by IE
Sep
18
comment MySQL: Union of a Left Join with a Right Join
this kind of returns 4 columns, right?
Sep
17
asked MySQL: Typecasting NULL to 0
Sep
17
comment MySQL: Union of a Left Join with a Right Join
quite clever indeed!
Sep
17
comment MySQL: Union of a Left Join with a Right Join
here are the tables, if you want to try it: CREATE TABLE IF NOT EXISTS t1 ( id int(11) NOT NULL, column_1 int(11) NOT NULL ); INSERT INTO t1 (id, column_1) VALUES (1, 1), (2, 2); CREATE TABLE IF NOT EXISTS t2 ( id int(11) NOT NULL, column_2 int(11) NOT NULL ); INSERT INTO t2 (id, column_2) VALUES (2, 2), (3, 3);
Sep
17
asked MySQL: Union of a Left Join with a Right Join
Sep
4
awarded  Notable Question
Aug
28
comment SOAP request with attribute
i understand your liking of REST over SOAP. yet this answer really does not help at all. it does not help to tell people, not to use a technology, when they try to solve a problem in that particular technology. plus, what you write is simlpy wrong: SOAP does support attributes. c.f. w3.org/TR/2000/…
Aug
28
awarded  Critic
Aug
25
comment SOAP request with attribute
@Anthony: i unfortunately do not control the SOAP server and have no influence over the service definition ;( else, of course, i could just make the attribute an element.
Aug
25
revised SOAP request with attribute
edited body
Aug
25
asked SOAP request with attribute
Aug
17
awarded  Yearling
Aug
14
answered PHP SOAP client that understands multi-part messages?
Aug
7
revised using a html entity in xslt (e.g.  )
nbsp are evaluated in code, but amp not. this is a work around
Aug
7
revised using a html entity in xslt (e.g.  )
trying to display an nbsp
Jun
17
answered If I call a flash function at the same time as a href link will flash function always be executed?
Jun
17
answered DB Design: when should you make a superclass of common attributes?
Jun
5
comment when is eval evil in php?
even though this did not answer the question per se, this is a very good answer to the question: what would be the best way to parse an enum() … thank you ;)
Jun
4
revised when is eval evil in php?
deleted 23 characters in body
Jun
4
asked when is eval evil in php?