Read more tutorials

Angular - APP_INITIALIZER usage in Angular

APP_INITIALIZER is run when the application starts to initialize. Angular suspend the app initializaction until all the functions provided by the APP_INITALIZER are run.

Read More

Javascript - includes VS indexOf

includes() and indexOf() used for search item available or not in the array. accept both same parameters. indexOf() returns the position of the first occurrence of a specified value in the string

Read More

Javascript - Combining JavaScript Array

There are several method for combine array

Read More

Angular - Router and Navigation in Angular 4

Router is used to navigate one page to another page in single page application, also passing multiple praameter and multiple query in the URL

Read More

Php - Find current URL path using PHP

The below funciton used to find current URL using php. it s very useful to find http or https and entire file location.

Read More

Php - Find MySQL Query errors and stored in Text file

This is important method to find MySQL query error, hacker trying different way to access our website. we can easily find what they are trying. we can prevent the SQL injection.

Read More

Angular - Change Default port in agular 4

The port 4200 is default for angular 2 and above version project so that we are unable to run more that project in same time. the alternate way run the project in different port each project.

Read More

Angular js - Remove Hashtag(#) from URL in AngularJS

Now i am going to tell how to remove hashtag(#) from the URL. it is very easy to remove hash sign from URL.

Read More

Angular js - Simple Example of Get,Set and Clear Cookie in AngularJS

Angularjs provide the ngCookies, $cookiesStore module for this task so that include the angular-cookies.js file first before injecting ngCookies module into the application.

Read More

Angular js - Get URL Parameters Using Angular JS

Get URL parameters in angularjs is very important. Angular JS library have the following methods $loction, $routeParams, $stateParams which is used to get the URL parameters.

Read More

Php - Insert Multiple query using php

It will reduce the time and increase the DB performance. Executes one or multiple queries which are concatenated by a semicolon.

Read More

Php - Generate Random password using PHP

generate random password using php is helpful for generate default password for the user. it s make secure for the user authentication

Read More

Javascript - Detect URL in Textarea with JavaScript

To detect URL from a given text in a textarea and convert it into anchor element and display it on the web page

Read More

Javascript - Allow Numeric OR Numbers with dot only using java script

I am going to explain here allow only numbers with dot to be typed in a textbox i.e. numeric value or digits in TextBox using JavaScript. Also disabled the input via Dropping and Pasting the value

Read More

Javascript - Allow Numeric OR Numbers only using java script

I am going to explain here allow only numbers to be typed in a textbox i.e. numeric value or digits in TextBox using JavaScript. Also disabled the input via Dropping and Pasting the value

Read More

Angular js - what is the difference between ng-if and ng-show/ng-hide

The ngif directive remove or recreate a portion of the DOM tree based on the expression. If the expression is false then the element is removed from the DOM.

Read More

Angular - Mandate useful tools for your startup

Mandate useful tools for your startup

Read More

Php - Find Date using php

Find date using PHP is very easily, we can find first date, last date for the month and week.

Read More

Angular - Routing in angular 4

Routing is used to navigate one component to another component without ever change the URL. Adding routing allow the user to go straight into certain aspects of the application.

Read More

Angular - Const in angular 4

const is a new keyword which declare a variable as constant over time. const in angular 4 we cannot modify

Read More

Php - Generate Barcode using php

Barcode is an optical, machine-readable, representation of data. The data generally describes something about the object that carries the barcode. Basically barcodes systematically described data by varying the width and space of parallel lines.

Read More

Angular js - Calling order of angularjs function(config,run,directive,..)

In Angularjs running the below sequence, config, run, directive, service..

Read More

Angular - Difference between let and var

The difference between var and let. var is scoped to the nearest function block and let is scoped to the nearest enclosing block, which can be smaller than a function block. Both are global if outside any block.

Read More

Angular - @output decorator in Angular 4

The @output decorator in angular 4 used to emit the event from child to parent.The basic parent-child and child-parent communication by introducing EventEmitter and @Output.

Read More

Angular - @input decorator in Angular 4

The @input decorator in angular 4 used to pass the value from parent to child

Read More

Php - Find given number is odd or even using php

Find given number is even or odd using php is very easy The mdolo, AND and strpos operator used to find if a given number is even or odd.

Read More

Angular - Difference between HTML Attribute and DOM Property

The difference between HTML attribute and DOM property is a important in understanding binding in Angular. HTML is a set of written instruction for how to display a web page.

Read More

Angular - Why we using bootstrap in angular 2 and above

In Angular bootstrapping is a platform specific. Angular 1 assumed that Angular would only ever be run in a browser, Angular 4 makes no such assumption

Read More

Php - Highlighting keywords in search results using php

Highlight keywords in search result using php, it will help to identify appropriate results easily. The below php code used to highlight multiple keyword in the search

Read More

Php - Find file extension using php

Find file extension using php is very simple, the extension used to validation in php

Read More

Php - MYSQL Database Backup using php

Mysql database backup is one of the important task for web developer. Regular database backup prevent the data lose and restore the data if any database issue occured. the database backup is good idea for backup the data.

Read More

Android - Image Download Asynchronously using Android

AsyncTask is very easy to use, and it allowing background operation using simple 4 methods onPreExecute, doInBackround, onProgressUpdate and onPostExecute.

Read More

Angular js - How to use SessionStorage in Angular JS

SessonStorage also called Webstorage, HTML5 Storage and DOM Storage ( these all mean the same thing)

Read More

Angular js - How to use LocalStorage in Angular JS

localStorage also called Webstorage,HTML5 Storage and DOM Storage( these all mean the same thing

Read More

Android - Read Incoming message for verify otp in android

Nowadays application usually use SMS for authentication purpose, like OTP( One Time Password )

Read More

Javascript - Difference between ceil(),floor() and abs() in javascript

ceil(),floor() and abs() is a one of the math method in javascript

Read More

Vr - Virtual Reality - New World

Virtual Reality seems to be the brand new thing in the world of technology

Read More

Php - Delete Server files from another server using php via ftp connection

The below function used to delete Server file from another server using php via ftp connection.

Read More

Php - Get Real IP Address

We can get real IP Address easily using PHP. if user using the proxy server.

Read More

Android - A debate for Android O version OatMeal

A debate for Android O version OatMeal

Read More