Javascript

Javascript is a very popular scripting language for the web. One can't think of a web without Javascript now. There are various plugins that were developed to make Javascript programming easier.

Javascript - console.log()

Most of the web pages use Javascript either to validate the data or to implement AJAX functionality. As a web programmer, you would have probably used a Javascript construct alert(). Didn't you....!?J...

Javascript - get HTML drop down label

Normally when you're using drop downs, you can get the selected value through Javascript. Did you need of the selected drop down label previously? Here I'm going to give you a small function with whic...

Include Skype buttons on your webpage

Skype is a very well known online communication tool. Some companies are providing the online chat/call using the Skype software. If you would like to enable Skype call on your web page, follow below ...