Resources are really useful when you want to globalize your app to distribute it to the whole world ! It also can be useful when you need to store a label used on a lot…

WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.176' for table 'wp_options']INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1685782485.1232469081878662109375', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Resources are really useful when you want to globalize your app to distribute it to the whole world ! It also can be useful when you need to store a label used on a lot…
WinJS comes with several controls out of the box : Listview, FlipView, SemanticZoom, DatePicker, Flyout, etc… Although they are really powerful and useful, they do not cover all needs and it’s time for us (the…
The listview can be considered as the most powerful control of the WinJS UI controls. It works very well in ‘touch mode’ and the user experience is just great ! When it comes to use…
In Metro apps, the Metro design is everywhere and that’s pretty cool ! When you start an application, you want and need it to be compliant with this theme and one main part of it…
Did you use the WinJS navigation framework ? If not, you should really take a look at it because it’s can be really useful and powerful ! Today I needed to cancel the navigation from…