Monthly Archives: March 2012

CSS Selector to XPath conversion

While playing with a parser experiment that fully supports the CSS selectors syntax and the discovery of the Selectors API I started to think about the transformation from CSS selectors to XPath. Sure I’m not the only one, so I … Continue reading

Posted in Developing, PHP Development, Pressed | Tagged , , , , , , , | 1 Comment

PHPStorm: WI-10191 PHPStorm commits w/o asking first when sharing repository on Github

Posted on by hakre | 1 Comment

PHPStorm: WI-10189 Help topic “reference.toolwindows.event.log” not found

Posted on by hakre | Leave a comment

PHPStorm: WI-10186 Add Intention flip key and value (foreach $key => $value to $value => $key)

Posted on by hakre | Leave a comment

CSS character escape sequences, more on the CSS3 selector syntax (STTS 3 Profile Specification) at W3C.

Posted on by hakre | Leave a comment

htmlspecialchars() improvements in PHP 5.4; the PHP default_charset is here. Input has left untouched so far, first assumable is output encoding will lead to input encoding. But can’t resolve the general dilemma of unknown input encoding for your webapp. See … Continue reading

Posted on by hakre | Leave a comment

XML_Query2XML

XML_Query2XML – Turn SQL into XML, PDO support. XML_Query2XML allows you to transform the records retrieved with one or more SQL SELECT queries into XML data. Very simple to highly complex transformations are supported. Is was written with performance in … Continue reading

Posted in Linked, Pressed, Tools | Tagged , , , | Leave a comment