2,647 reputation
11226
bio website ci2.pt
location Portugal
age 27
visits member for 3 years, 2 months
seen 19 mins ago
stats profile views 289

Just a random guy, with random programming knowledge!


4h
comment PHP Tidy removes valid tags
+1 Is this tidy fork ready for production? Have you tried it?
4h
comment PHP Tidy removes valid tags
@AlixAxel humm... Actually, I don't think there is much point in "tydying" your own html. I usually use tidy when consuming a public HTML source from somewhere in the interwebs so that I can parse it more easily.
4h
comment PHP - variabel using substr() cant be extended
Hope that client of yours doesn't know about stackoverflow or he might reconsider =P
4h
comment PHP - variabel using substr() cant be extended
+ is for numbers, "." is for string concatenation
5h
comment PHP Tidy removes valid tags
@AlixAxel html does not support (by definition) xml tags (that is, tags with "custom" names) ALl that redudanct code you refer is to catch all possible combinations, so that mytag gets replaced with menu. For instance, "< menu >" is valid HTML and won't get replaced with your code. Also, you can namespace menu "<namespace:menu>".
1d
awarded  Tenacious
May
15
comment Prevent IIS from changing response when Location header is present
I have the exact same trouble and it's driving me insane!!!
May
14
comment Should Rest API accept POST array or JSON string?
This discussion might help stackoverflow.com/questions/8604717/json-vs-form-post
May
14
answered Should Rest API accept POST array or JSON string?
May
13
revised How do you easily horizontally center a <div> using CSS?
added 65 characters in body
May
13
awarded  Good Answer
May
13
accepted Design a multi file type config loader class with Inversion of Control
May
13
comment PHP Object definitions cached? Trouble deleting methods with reflection
Answering your own question is ok. Referring to youserlf in the third person is... hum... awkward.
May
12
comment Design a multi file type config loader class with Inversion of Control
The symfony config loader is very good, but has a lot of features I don't need and can become slow. I was actually using it but was asked to redesign this part
May
12
comment Design a multi file type config loader class with Inversion of Control
This class is difficult to test because it initializes the instance of the parser locally. Also, If someone wants to add new types of files, the loadfromfile method will have to be overloaded (althougt the only thing needed to change would be the switch case, where he would only had to add a new cse for the specific file type)
May
12
revised Design a multi file type config loader class with Inversion of Control
added 67 characters in body
May
12
asked Design a multi file type config loader class with Inversion of Control
May
12
comment Session variables in session wont persist
no prob mate. Glad I could be of help
May
11
comment How to send two-dimensional array via ajax?
check my answer and this [JSFiddle] jsfiddle.net/tivie/J5nFS/3
May
11
revised How to send two-dimensional array via ajax?
added 11 characters in body