
Search In
Hello readers, today I will guide you "Why we use Google/jQuery CDN to load JS/CSS library files".
Here are the following reasons on behalf of Why we should use Google/jQuery CDN to load JS/CSS library files.
1) This increas
What is Search Engine Optimization (SEO)
Search engine optimization (SEO) is the process of maximizing the number of visitors to a particular website by ensuring that the site appears high on the list of results returned by a search engine.
Or we ca
We can refresh a ListView or GridView by vertical swipe using SwipeRefreshLayout class. The SwipeRefreshLayout should be used whenever the user can refresh the contents of a view via a vertical swipe gesture. We need to add an OnRefreshListener that
Hello reader's
Today we will discuss about "Difference between Java Constructor and Php Constructor".
Within Java we are able to override the constructors within one class. Constructor is recognized as function getting same label in particular clas
Express JS is a Node JS web application framework. Here I am telling about the installation of Express JS and create your small test application using MEAN . Also I am assuming you have already installed Node.Js and MongoDB in your system
This tutorial will guide you about "How to add regions in drupal 8 theme".
To add region in your template file, first you have to define region in your meta data file i.e (themename.info.yml) & then edit page.html.twig file to print th
String Functions
String functions are the part of core PHP. These are used to manipulate string data. Following are some commonly used string functions used in PHP. These are:
addslashes : Adds slashes to specified characters (
Hello Friends, In this tutorial I am providing you some important SEO interview question that you must prepare before you kickoff your interview.
1. What is SEO?
This is very basic question some interview might ask what do you und
In cakephp when we submit a form from the ctp file. It goes to the controller and carry the action to which the form is submitted.
This requires the reloading of the complete page.
We can submit the form without reloading the whole page and just re
Closures are functions that are used to free variables which means variables are used locally, but defined in an enclosing scope. With the help of closures, JavaScript programmers are able to write better code.
A closure is an inner f
