WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.74' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714399455.1246991157531738281250', '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":1321,"date":"2013-03-25T14:11:26","date_gmt":"2013-03-25T13:11:26","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=1321"},"modified":"2013-03-25T14:11:26","modified_gmt":"2013-03-25T13:11:26","slug":"win8-the-cached-file-updater-contract-or-how-to-make-more-useful-the-file-save-picker-contract","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2013\/03\/25\/win8-the-cached-file-updater-contract-or-how-to-make-more-useful-the-file-save-picker-contract\/","title":{"rendered":"[Win8] The cached file updater contract or how to make more useful the File Save Picker contract"},"content":{"rendered":"

\"cachedFileUpdaterContract\"As you can read on MSDN<\/a>, there is in fact a lot of contracts available for a Windows 8 app. <\/p>\n

Today, I want to describe one which is very useful for the Dropbox client I work on (8 Files In A Box)<\/a> : The Cached File Updater contract. <\/strong><\/p>\n

As you will see, it can be really useful with the FileSavePicker contract.<\/p>\n

<\/p>\n

First of all :
\nThe code of this blog post is
available here<\/a>.<\/p>\n

What is it ?<\/h2>\n

The Cached File Updater contracts simply declare that your app is responsible for the management of one or many of its files.<\/strong> This is really useful for ‘file management apps’.<\/p>\n

You can usethe “CachedFileUpdater” to do some really interesting things :<\/p>\n