JavaScript

10 Simple Image Slider HTML CSS JavaScript Examples

Slider is a very important part of any website or web project. Here are some simple image slider examples that I handpicked from various sites. These are built by different developers using basic HTML, CSS, and JavaScript. Some are manual while others have auto-slide functionality. You can find the source code for each by clicking …

10 Simple Image Slider HTML CSS JavaScript Examples Read More »

FusionGrid – Javascript Data Grid Component to Speed Up App Development

Since its inception in 2002, the developers at FusionCharts have worked hard to secure the computational resources in multi-institutional surroundings for their geographically dispersed users. The current improvements to their grid security have streamlined the administration and usage of various resources. More than just increasing the security, the advances have made security simpler for the …

FusionGrid – Javascript Data Grid Component to Speed Up App Development Read More »

Sencha Announces Release of Ext JS 7.4 at Annual SenchaCon Virtual Conference

Austin, Texas – Apr. 22, 2021  Sencha, a portfolio company of IDERA, Inc., announced the release of 7.4 during its annual virtual developer conference, SenchaCon. Sencha’s Ext JS Web Application Development Platform empowers companies to seamlessly design, develop and test feature-rich, cross-platform web applications. Recent studies indicate that customers using Sencha’s award winning JS Grid …

Sencha Announces Release of Ext JS 7.4 at Annual SenchaCon Virtual Conference Read More »

Solve Error Uncaught ReferenceError: require is not defined in Node.js

While working with Node JS, you might be familiar with the require() and sometimes, it shows error like Uncaught ReferenceError: require is not defined. So why does this happens? Let’s see in today’s post. Before coming to the error, let’s know what is require() used for. What is require? The require function is the builtin function …

Solve Error Uncaught ReferenceError: require is not defined in Node.js Read More »

How to Install Node.js on Windows, Mac or Linux

In this tutorial, I’ll be teaching you how you can install Node.js on windows, mac or linux in under 15 minutes. Node is an open-source runtime environment for javascript. It is a cross-platform environment providing its support for Mac, Windows and Linux. It runs Chrome’s V8 javascript engine, outside the browser, and because of this, …

How to Install Node.js on Windows, Mac or Linux Read More »