Tag: JavaScript

Html + JavaScript: How to create a multi-language/Localize/Internationalize website in HTML5?

Today one of the best ways to target a large audience on the website is, the website needs to be compatible with multiple languages. Many server-side development languages have a built-in mechanism like CakePHP, ASP.Net and More. But what will be the case if someone has only knowledge of HTML and want to develop a multi-language application? … Continue reading Html + JavaScript: How to create a multi-language/Localize/Internationalize website in HTML5?

MySQL: DateTime; How to? Questions and Answers

In day to day working, Many times I'm used to google for many MySQL date-time related functions/queries. below are some of them and many more will be added to these in future. Please comments, if anyone has a better way for any of the HOW questions? and If anyone has any additional question, ask in … Continue reading MySQL: DateTime; How to? Questions and Answers

JavaScript: Automatically Logout from all Open Tabs When User Logout in One of them

In a web application, When the user opens the application in multiple tabs and then log out from one of them, Current tab refreshed and shows the Login page. But what about other open tabs? Open tabs still showing last opened page, because those tabs don't know if User session terminated or not. In this … Continue reading JavaScript: Automatically Logout from all Open Tabs When User Logout in One of them

JavaScript: Do and Don’t

JavaScript (JS) is simple high-level, the interpreted scripting language of the web applications. In the past last several years, many powerful JavaScript-based libraries, frameworks and some of even server-side JavaScript platforms developed. Currently, there is a huge crowd who is working on JavaScript and search for best practices. So here I just try to summaries … Continue reading JavaScript: Do and Don’t

JavaScript : An invalid form control with name=” is not focusable (Chrome)

Many of us may encounter with this issue and the Chrome browser also not shows any other details where the exact issue. To Resolve this I were Google and found a solution, and feel I have to share details - Reason : Chrome tries to focus on a control which is required but empty during … Continue reading JavaScript : An invalid form control with name=” is not focusable (Chrome)