Programming

Introduction to JavaScript Programming – part 4

Introduction to JavaScript Programming – part 4: Continuing from Introduction to JavaScript Programming – part 3. In previous part we’re discussed about JavaScript Mathematics, JavaScript Assignment Operators and JavaScript Comparison Operators. In this part we are going to discuss about Control Structures Used in JavaScript,JavaScript Logical Operators and JavaScript Bitwise Operators. Control Structures Used in JavaScript if( comparison ) {. . .

Introduction to JavaScript Programming – part 3

Introduction to JavaScript Programming – part 3: Continuing from Introduction to JavaScript Programming – part 2. In previous note we’re discussed about JavaScript Strings and Arrays. In this part we are going to discuss about JavaScript Mathematics, JavaScript Assignment Operators and JavaScript Comparison Operators. JavaScript Mathematics You can perform mathematical calculations with JavaScript using normal mathematical notation as shown below.. . .

Introduction to JavaScript Programming – part 2

Introduction to JavaScript Programming – part 2: Continuing from Introduction to JavaScript Programming – part 1. In previous part I just gave an introduction to JavaScript Programming, and also I explained what is a variable in JavaScript. In this part we are going to discuss about JavaScript Strings and JavaScript Arrays. JavaScript Strings If you need to concatenate two or. . .

Introduction to JavaScript Programming – part 1

JavaScript is the most popular web programming language today. JavaScript can be used on the server to create a dynamic web site or to retrieve information from the user, similar to CGI scripts. JavaScript can also be used on the client browser to provide dynamic content or a dynamic web page without having to access the server. This tutorial is. . .

Twitter style vertical scrolling ticker

Twitter is a famous microblogging and real-time information social network that connects you to the latest information. On twitter‘s home page , there is a one section “Top Tweets” that scrolls through the tweets that, algorithmically selects some of the most favorited tweets from twitter database . In this tutorial I will tell you how to create Twitter style scrolling. . .