WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.81' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1715213510.4662969112396240234375', '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":1,"date":"2011-08-03T23:18:29","date_gmt":"2011-08-03T23:18:29","guid":{"rendered":"http:\/\/lexique-du-net.com\/WordPress\/\/?p=1"},"modified":"2011-08-05T14:52:05","modified_gmt":"2011-08-05T13:52:05","slug":"livetileisolatedstoragemango","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2011\/08\/03\/livetileisolatedstoragemango\/","title":{"rendered":"MANGO live tile: use a picture in the IsolatedStorage as a background for your tile"},"content":{"rendered":"

One on the nice feature coming\u00a0with WP7’s mango is “live tiles”<\/a>\u00a0\"\"<\/a>. You can create tiles directly from your application and update them from a background agent.<\/p>\n

Here is the sample which creates a “secondary tile” for your application:<\/p>\n

[code language=”csharp”]\/\/This is a .Net class named StandardTileData
\nvar theTile= new StandardTileData
\n {
\n Title = "Secondary Tile", \/\/The title
\n BackgroundImage = new Uri("FrontImage.jpg", UriKind.Relative),
\n Count = 12, \/\/Notification number
\n BackTitle = "Back’s page title", \/\/The title of the back page
\n BackContent = "A text is nice here",
\n BackBackgroundImage = new Uri("backImage.jpg", UriKind.Relative)
\n };<\/p>\n

\/\/ Add the live tile to the Home screen (will exit the app)
\nShellTile.Create(new Uri("\/MainPage.xaml", UriKind.Relative), theTile);[\/code]<\/p>\n

Now, you may want to generate a screenshot of your application (using WriteableBitmap) and use it as the tile background. This is possible !<\/p>\n

To do so, you have to store the picture in a folder named “Shared\/ShellContent” otherwise you will have an NotSupportedException throwned.<\/p>\n

The URI to use will then look like this one : “isostore:\/Shared\/ShellContent\/background.png”. You can read\u00a0this MSDN page<\/a>\u00a0\"\"<\/a>\u00a0for more information.<\/p>\n

It takes me some time and\u00a0Wilfried<\/a>\u00a0\"\"<\/a>\u00a0\u00a0to figure this out, I hope this post will save you the search !<\/p>\n","protected":false},"excerpt":{"rendered":"

One on the nice feature coming\u00a0with WP7’s mango is “live tiles”\u00a0. You can create tiles directly from your application and update them from a background agent. Here is the sample which creates a “secondary tile”…<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"quote","meta":[],"categories":[7],"tags":[9,8],"_links":{"self":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1"}],"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=1"}],"version-history":[{"count":9,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1\/revisions"}],"predecessor-version":[{"id":42,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1\/revisions\/42"}],"wp:attachment":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media?parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/categories?post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/tags?post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}