PHP: simplexml_load_file and unable to find the wrapper

8 July 2013 | Category: PHP | Comments (0)

Tried to use method simplexml_load_file, but I’ve got Warning: simplexml_load_file(): Unable to find the wrapper "https" – did you forget to[……]

Read more

Moving jQuery and other script code to the bottom of html code in Worpdress

17 March 2013 | Category: PHP, WordPress | Comments (0)

Why script (eg. JavaScript) needs to be put at the bottom of html code is nicely described in article High Performance Web Sites: Rule 6 – Move Script[……]

Read more

Detect browser cookie third party support using feature detection

10 March 2013 | Category: Browsers, JavaScript, PHP | Comments (4)

So, you want to detect browser cookie third party support.

What is third-party cookies

Basically, third-party cookies are cookies that are set[……]

Read more

Wamp, error PHP Startup: Unable to load dynamic library ‘c:/wamp/bin/php/php5.3.13/ext/php_intl.dll’

26 January 2013 | Category: PHP | Comments (0)

Tried to run internationalization in WAMP using php_intl module, but got error Unable to load dynamic library ‘c:/wamp/bin/php/php5.3.13/ext/php_intl.[……]

Read more