WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.194' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714998078.4364991188049316406250', '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":916,"date":"2012-01-08T15:54:59","date_gmt":"2012-01-08T14:54:59","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=916"},"modified":"2012-01-09T14:43:57","modified_gmt":"2012-01-09T13:43:57","slug":"wp7-quick-tip-how-to-set-32-bits-per-pixel-for-your-app","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2012\/01\/08\/wp7-quick-tip-how-to-set-32-bits-per-pixel-for-your-app\/","title":{"rendered":"[WP7] Quick tip : how to set 32 bits per pixel for your app."},"content":{"rendered":"

\"\"<\/a>Something new which came with Mango is the ability for the developers to set the number of bits per pixel our app use.<\/p>\n

By doing this, your app will have shiny graphics! This increase the color depth and then the gradient are rendered really more smoothly. As expert would say, there is no more banding in your image !
\n
\nI have found a really great example picture on
this web forum<\/a> to show this :
\n\"\"<\/p>\n

Forcing your app to use 32 bits per pix is extremly simple to perform trough the WMAppManifest.xml file.
\n<\/strong><\/p>\n

All you have to do is to set the value to 32 using the BitsPerPixel attribute on the App XML element.
\n<\/strong>Here is an exemple of it in my
ConsoTracker WP7 app<\/a> :
\n[xml]
\n<App xmlns="" BitsPerPixel="32" ProductID="{…}" Title="ConsoTracker"
\n RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal"
\n Author="Jonathan ANTOINE" Description="Track your usage"
\n Publisher="ConsoTracker">
\n…
\n<\/App>
\n[\/xml]<\/p>\n

You can find all the possible attributes of the App element on this page : http:\/\/msdn.microsoft.com\/en-us\/library\/ff769509(v=vs.92).aspx<\/a><\/p>\n

Don’t forget to read Peter post on the subject too : http:\/\/www.pchenry.com\/Home\/tabid\/36\/EntryId\/456\/Battle-of-the-Bands-with-WP7-and-Image-Banding.aspx<\/a>.<\/p>\n

Thank you Adrien<\/a> for showing me this tip !
\n<\/strong>
\nHave fun !<\/p>\n","protected":false},"excerpt":{"rendered":"

Something new which came with Mango is the ability for the developers to set the number of bits per pixel our app use. By doing this, your app will have shiny graphics! This increase the…<\/p>\n","protected":false},"author":3,"featured_media":921,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[7],"tags":[],"_links":{"self":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/916"}],"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=916"}],"version-history":[{"count":18,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/916\/revisions"}],"predecessor-version":[{"id":935,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/posts\/916\/revisions\/935"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media\/921"}],"wp:attachment":[{"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/media?parent=916"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/categories?post=916"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.jonathanantoine.com\/wp-json\/wp\/v2\/tags?post=916"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}