javascript
-
JavaScript
JavaScript String substring() Example
Greetings readers, in this tutorial, we will show how to use the JavaScript scripting language and the JavaScript string subString()…
Read More » -
JavaScript
JavaScript Array map() Example
Greetings readers, in this tutorial, we will show how to use the JavaScript scripting language and the JavaScript Array map()…
Read More » -
Web Dev
How to create a Server-less Google Drive client using only HTML and JavaScript
A few days ago, I had to work on a project of this kind and the information and documentation available…
Read More » -
Angular.js
Optimizing Angular Application Using Template Cache
In one of my projects we were experiencing lot of server calls for the HTML files which we optimized it…
Read More » -
React.js
ReactJS Getting Started Example
In this article we will start our adventures in React. We will cover the set up of our local development…
Read More » -
Angular.js
AngularJS Autocomplete Example
For years, Autocomplete is a common UX pattern. In this basic example, developers will learn what AngularJS is and how…
Read More » -
Angular.js
AngularJS with SQL Example
Hello readers, in this basic example, developers will learn what AngularJS is and how to make a simple angular application…
Read More » -
Web Dev
How to enable/disable an element using jQuery and JavaScript? Example
Sometimes we need to enable and disable input elements e.g. text box, radio buttons or checkbox, how can we do…
Read More » -
PHP
AJAX PHP Tutorial
AJAX is a technology that allows to establish asynchronous communication between the client and the server. That is, to allow…
Read More »