WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.57' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714799602.6009879112243652343750', '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":1278,"date":"2013-01-29T00:06:14","date_gmt":"2013-01-28T23:06:14","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=1278"},"modified":"2013-01-29T00:06:14","modified_gmt":"2013-01-28T23:06:14","slug":"winrt-do-no-display-the-logo-of-your-app-on-notifications","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2013\/01\/29\/winrt-do-no-display-the-logo-of-your-app-on-notifications\/","title":{"rendered":"WinRT : do no display the logo of your app on notifications"},"content":{"rendered":"

\"noLogo\"Live tiles and notifications are a key part of a Windows 8 nice app.
\nToday I struggled with this feature : I (just) wanted to hide the logo of the app on my notifications.<\/p>\n

The solution is really easy …
\n<\/p>\n

As pointed out on MSDN<\/a>, you only have to set the branding attribute of the “binding” elements to ‘none’.<\/p>\n

Here is an example :<\/p>\n

[csharp]\/\/LOGO
\nvar xml = "<tile><visual>"
\n + "<binding branding=’none’ template=’TileWideImage’>" +
\n "<image id=’1′ src=’ms-appx:\/\/\/Assets\/WideLogo.png’ alt=’8FilesInABox’\/>" +
\n "<\/binding> "
\n + " <binding branding=’none’ template=’TileSquareImage’>" +
\n "<image id=’1′ src=’ms-appx:\/\/\/Assets\/Logo.png’ alt=’8FilesInABox’\/>" +
\n "<\/binding>"
\n + "<\/visual><\/tile>";[\/csharp]<\/p>\n

Why did I need this in the first place ?<\/strong> Just to be able to alternate the logo of my app with one notification. I hate no to be able to find my app because there is only notifications displayed and not its logo.<\/p>\n

Other options <\/strong>
\nYou can also use the ‘name’ value to force the name of the app to be displayed instead of the logo.<\/p>\n

You can now see this live in this beautiful Dropbox client for Windows 8 : 8FilesInABox<\/a> !<\/p>\n","protected":false},"excerpt":{"rendered":"

Live tiles and notifications are a key part of a Windows 8 nice app. Today I struggled with this feature : I (just) wanted to hide the logo of the app on my notifications. The…<\/p>\n","protected":false},"author":3,"featured_media":1285,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[28,35,5],"tags":[],"_links":{"self":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1278"}],"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=1278"}],"version-history":[{"count":9,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1278\/revisions"}],"predecessor-version":[{"id":1288,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/1278\/revisions\/1288"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media\/1285"}],"wp:attachment":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media?parent=1278"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/categories?post=1278"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/tags?post=1278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}