Contents tagged with JavaScript
-
Reviews of two new books from O'Reilly about HTML and JavaScript
I got two new books from O’Reilly about Html 5 and JavaScript (ECMAScript 5):
-
Developing web application with time zones support
When you develop web application you should know that client PCs can be located anywhere on earth. Even if you develop app just for your country users you should remember it (in Russia now we have 9 time zones, before 28 of March we had 11 time zones). On big sites with many members do it very easy – you can place field “time zone” in member profile, in Sharepoint I saw this solution, and many enterprise app do it like this. But if we have simple website with blog publications or website with news and we don’t have member profiles on server, how we can support user’s time zones?