WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.130' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714314533.2031168937683105468750', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372
{"id":1365,"date":"2013-04-05T11:17:34","date_gmt":"2013-04-05T09:17:34","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=1365"},"modified":"2013-04-05T11:19:04","modified_gmt":"2013-04-05T09:19:04","slug":"win8-xaml-app-how-to-debug-the-javascript-in-a-webview","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2013\/04\/05\/win8-xaml-app-how-to-debug-the-javascript-in-a-webview\/","title":{"rendered":"Win8 XAML App : how to debug the javascript in a WebView !"},"content":{"rendered":"

\"VSSAvedMyDay\"When you build a Windows 8 Xaml app you sometimes need to put a WebView in it and run some custom Javascript in the loaded html page. I recommend you to read this MSDN blog post<\/a> about this control.<\/p>\n

It can be hard to debug the injected Javascript when you are used to the great debugging experience of VS2012 and loose it.
\n<\/strong>
\nIn fact, there is one little, simple, really easy thing to do which will save you a lot of time…
\n<\/p>\n

The first thing I tried to do was to create a “fake” HTML element and dump my message into the DOM. That was not the best possible experience because I was loosing the “debugging” experience (pause, display values, etc.) but I was able to have some information at least.<\/p>\n

Then an idea struck my mind : why not changing the debugger type as I do when I debug C++\/CX apps<\/a> ? That was the solution!<\/p>\n

To have the same user experience than the one in WinJS apps or classic web app, you just have to set the debugger type to “script” in your app project.<\/strong>
\n\"DebugJavascript\"<\/p>\n

Even the Dom Explorer is available to find out elements in your page.<\/strong><\/p>\n

I knew that Visual Studio was a really great IDE but I think that this kind of feature is just awesome and enable us to have the best possible productivity.<\/p>\n","protected":false},"excerpt":{"rendered":"

When you build a Windows 8 Xaml app you sometimes need to put a WebView in it and run some custom Javascript in the loaded html page. I recommend you to read this MSDN blog…<\/p>\n","protected":false},"author":3,"featured_media":1372,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[35,5],"tags":[],"_links":{"self":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1365"}],"collection":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/comments?post=1365"}],"version-history":[{"count":13,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1365\/revisions"}],"predecessor-version":[{"id":1380,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1365\/revisions\/1380"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media\/1372"}],"wp:attachment":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media?parent=1365"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/categories?post=1365"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/tags?post=1365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}