WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.5' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714306299.4986269474029541015625', '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/feed-rss2-comments.php on line 8
Comments on: #WinJS : how to post a message from an iFrame to your #Win8 app http://www.jonathanantoine.com/2012/12/07/winjs-how-to-post-a-message-from-an-iframe-to-your-win8-app/ Yet another blog about... Tue, 19 Nov 2013 13:34:52 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: Tiagonmas http://www.jonathanantoine.com/2012/12/07/winjs-how-to-post-a-message-from-an-iframe-to-your-win8-app/comment-page-1/#comment-53882 Tue, 19 Nov 2013 13:34:52 +0000 http://www.jonathanantoine.com/?p=1266#comment-53882 The names of the functions need to match on the event listener and the name of the function

window.addEventListener("message", receiveMessage, false);

function receiveMessage(e) {
};

]]>
By: Zeke http://www.jonathanantoine.com/2012/12/07/winjs-how-to-post-a-message-from-an-iframe-to-your-win8-app/comment-page-1/#comment-48883 Tue, 17 Sep 2013 23:31:11 +0000 http://www.jonathanantoine.com/?p=1266#comment-48883 No longer works with 8.1, any ideas?

]]>