The very first JavaScript application which we are going to create, is Hello World. For this, we need a very simple HTML code. We are going to add our JavaScript code inside body tag. However, we usually place it inside head tag. JavaScript code is always placed inside script tag, which will have a type
As of now, I am using Windows 7 64-Bit. Since we want to work with JavaScript, we do need some code editor. There are various code editors available over internet for the same purpose. However, among all of them, Notepad++ is quite popular and it is extremely easy to use in terms of installation and
JavaScript is scripting language which is interpreted by almost all the browser engines whenever the webpage is loaded. The behavior of JavaScript may differ from browser to browser because some of the older browser engines do not interpret JavaScript accurately and may cause problem while loading a webpage. JavaScript was developed by Brendan Eich at
Recently, I encountered the below given XAMPP apache error while running my XAMPP server. “Error: Apache shutdown unexpectedly” The issue was XAMPP apache blocked port due to which I was getting errors like apache not running or apache shutdown unexpectedly. No doubt, there are plenty of solutions available over internet for this problem. But each
I am giving you a solution from my personal experience. I encountered this error while installing Windows 7 64-Bit to my laptop Acer Aspire E15 E5-571-33YQ. “Windows cannot be installed to this disk. The selected disk is of the GPT partition style.” In my laptop, I had preinstalled Windows 8.1 64-Bit. There was some issue