JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

A Brief History of JavaScript

March 22, 2019 by Krishna Srinivasan Leave a Comment

A Capsule Biography (designer_start)[photo of coffee mug next to an open book, with text visible](designer_end) Stephen Hawking’s bestselling book, A Brief History of Time, was followed up many years later by an updated version, A Briefer History of Time. This book was more concise, lavishly illustrated and written with a co-author, presumably to help convey […]

Filed Under: JavaScript

JavaScript Snippets: Back Button

February 8, 2017 by Krishna Srinivasan Leave a Comment

Creating a back button for your pages and projects requires very little plain JavaScript. The code is lightweight (more lightweight than achieving the same effect using jQuery), and easy to add anywhere on a page, in case you want to give your users the option to go back to the previous page without using the […]

Filed Under: JavaScript Tagged With: Back Button, JavaScript Snippets

Using jQuery to Create a Click Counter

January 23, 2017 by Krishna Srinivasan Leave a Comment

Here’s a cool jQuery snippet that you can use to create a click counter. The way it works is that each time an element is clicked, the counter (which starts at 0) goes up by one. The counter can be applied to the clicking of any particular elements or multiple elements, and you can choose whether […]

Filed Under: JavaScript, jQuery Tagged With: Click Counter, jQuery

Getting to Know the Difference Between the let and var Keywords

October 3, 2016 by Krishna Srinivasan Leave a Comment

Essentially, the keywords let and var serve the same purpose as each other in JavaScript, but they are used in different contexts. When used outside of a function block, the var and let keywords are actually exactly the same. It’s when they are used within a function that they differ from each other. The var […]

Filed Under: JavaScript Tagged With: let, var

How to Calculate Averages and Medians of Arrays

September 6, 2016 by Krishna Srinivasan Leave a Comment

Finding the average and the median of an array using JavaScript can be a fairly painless process. If you do it right, it should only take a few lines of code to calculate the correct averages and medians for any given array. The average, which is the sum of all the values divided by the […]

Filed Under: JavaScript Tagged With: Arrays, Average, Medians

JavaScript Libraries to Keep Your Projects On-Trend

August 23, 2016 by Krishna Srinivasan Leave a Comment

Staying on top of modern design trends and learning how to execute them for your websites and projects can be a full-time job…unless you take advantage of these libraries and plugins. The following list of jQuery and JavaScript libraries and plugins will help you integrate some trendy effects (watercolors, video embeds, and fading transitions, to […]

Filed Under: JavaScript, jQuery Tagged With:  Aquarelle, Animsition, Choices.js, Magnific Popup, Slinky, Tabslet, TwentyTwenty, uperEmbed.js

FusionCharts : Beautifying the Column Charts

August 7, 2015 by Mohamed Sanaulla Leave a Comment

In the previous post I stopped at building the column chart using FusionCharts library. In this post I am going to show you how to beautify the chart by changing its appearance namely background, border, canvas background, canvas border and data plot appearance. If you are coming to this post directly then I would recommend […]

Filed Under: JavaScript Tagged With: fusioncharts

Bower – Web Package Manager

June 10, 2014 by Amr Mohammed Leave a Comment

Bower is a package manager for the web. It offers a generic solution to the problem of front-end package management. Using of Bower will eliminate the need of downloading the JavaScript libraries into your project, so all the developer have to do, is to initiate a Bower into their own project and installing the required libraries by using […]

Filed Under: JavaScript Tagged With: Bower, Git, NodeJS Basics, npm

How To Enable JavaScript In Browsers

May 25, 2014 by Manisha Leave a Comment

Following sections will detail about how to enable Javascript in your browser. Enabling JavaScript in Google Chrome On the web browser ,select Customize and control Google Chrome with 3 horizontal lines to the right side of the address bar. Click on Settings and at bottom of the page ,click on Show advanced settings… Click on […]

Filed Under: JavaScript Tagged With: JavaScript Tutorials

JavaScript Elements Placements

April 17, 2014 by Manisha Leave a Comment

Javascript can be written internaly (in the program) or externally. These two are discussed in detail in the following sections. Internal JavaScript Code JavaScript code is written inside the html page. The script code can be written in html page either in <head> , <body> or in both <head> and <body< section. The JavaScript code […]

Filed Under: JavaScript Tagged With: JavaScript Tutorials

  • 1
  • 2
  • 3
  • …
  • 7
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.