Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of PP.

PP.

PP. has asked 11 questions and find answers to 42 problems.

Stats

1.2k
EtPoint
407
Vote count
11
questions
42
answers

About

I do not tolerate low level abuse such as:

  • downvoting when regular expression solutions are provided to extract information from HTML and XML
  • American date formats - the most ridiculous format in the world MM-DD-YYYY going from medium units to small units to large units - seriously if you're too patriotic not to be disgusted by this insanity then you're thick as bricks and I have no time for you

PhantomJS Users

If you do something on a web page, such as click, or even enter some data into a form, you MUST ALLOW your page time to process that action. Use the window.setTimeout() function with a callback to then process your page after a few seconds.