Scripting Languages

Learn more about the scripting languages like JavaScript, VBScript and TypeScript. You can find code samples, programming tips and get expert help.



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

Top JavaScript Frameworks that are trending in 2019!

The popularity of JavaScript Frameworks are increasing and more developers are relying on JavaScript Frameworks for their projects. This article will discuss the top JavaScript Frameworks that are trending in 2019

Various JavaScript Libraries and Frameworks

I have been going through a lot of different JavaScript Library and found out that there are many many tools available to make your work easier and cheap to maintain the code avoid maintainability, Performance increase and problem solution techniques. I Have tried accumulating lot of libraries in one place for everyone's reference

Install new version of TypeScript

In this article we are going to focus on how to install a new version of TypeScript using tsc -v command if there is already an older version of typescript installed on your computer due to Visual Studio installation.

Integrating TypeScript with Sublime Text2

In this article we are going to focus on how to integrate the TypeScript with Sublime Text 2. For the basic introduction to TypeScript, TypeScript is a Super script of JavaScript and it is strictly typed language.

Step by Step AngularJS series - Part-2

This AngularJS article is a part of Step by Step AngularJS series. In these days, JavaScript framework are on the top. I was trying to dig my head into AngularJS an awesome JavaScript framework.

Step by Step AngularJS series - Part-I

This is a first part of Step-by-Step AngularJS series. In this series, we will discuss and learn AngularJS as per our ease. In this series we will start with very basics and gradually go with few complex code/examples.

OnBeforeUnload event in jquery

In this article I'm trying to explain how to work around onbeforeunload event in scripting functions. Recently I'm facing one issue while taking user logs against each page for each and every user. Log in time I take it from Page_Load event but log out time it's somewhat difficult to take it for me. Initially I did this while redirect time, but that is not suggestible. So, I found solution by searching in Google and the solution is Onbeforeunload event in jquery.

Draggable in jquery.

In this article I'm trying to explain why do we are using jquery and how to simplify the scripts using jquery plugins and how to implement dragging option using simple jquery script. i.e. Allow elements to be moved by using mouse.

Angular js A Google Framework

In this article we will be laerning about what is Angular. Why Angular is better than other framework is the best practice in industry. we will also go through the following History Why AngularJS Overview Sample Demo Applications AngularJS vs KnockOut

Datepicker in .net using JQuery

In this article I'm trying to explain how to work with Date Picker using Jquery. Here, we just call one method to achieve our goal. All of us know that Jquery is low design and browser compatability. So, using this we can achieve our goal with simple steps.

Accordion using Jquery

In this article I'm trying to explain how to work with accordion pane using Jquery with simple and easy way. We all of them know that using Jquery we can achieve our goal with simplest code. Here, I'm trying to explain the accordion with simple code part.

Resizable Gridview using JQuery

In this article I'm trying to explain how to Resize GridView control using JQuery in ASP.net. Using one simple line of code we can achieve this. This article will help you for freshers those who are new to JQuery.

Drag-gable Gridview using JQuery

In this article I'm trying to explain how to drag and drop gridview control using JQuery in ASP.net. Using one simple line of code we can achieve this. This article will help you for freshers those who are new to JQuery.

Introduction to KnockOut.Js

Knockout is a JavaScript library which helps in the creation of rich web UIs. There are many emerging JavaScript libraries off late like angular, backbone etc. I would take an opportunity to explain the concept and topic my way.

Scroll text in Status Bar

In this article I explain about how to show scrolling text in the status bar of the internet Explorer.

Number to word conversion in javascript

In this article, I will explain how to Convert Number to word in javascript.We will convert numbers into their wordy counterparts, in other words: to make ‘123’ read like `one hundred and twenty three`. Only numeric characters are considered in the calculation. All other characters, and that includes the dot and the comma, are ignored.

Mask Control for Asp.net Web Page Using Javascript

Today i want to discuss how to prepare or Loading a Mask in Asp.net for Whole Web Page for a certain time interval.So that the User can not able to edit the Web page on that specific set of time Interval i.e.when the Page is in still Processing.

CheckBox SelectAll / DeSelectAll using Javascript...?

In this artical i'm trying to explain CheckBox SelectAll and DeSelectAll. In my page header itself i have a CheckBox Control once i click on that header checkbox all checkboxes in DataRow need to checked. Again i click on Header Checkbox need to deselect all checkboxes.

Submit Your Article