
Search In
Many times, the web application goes slow down, after go live on a production server. There may be two reasons - hardware issues where you deployed the application or the CPU and memory usage are high due to not using resources efficiently inside you
A canonical URL quite sometimes used to describe the homepage of the sites. Mostly the URL which we want visitors to see.
The canonical URL make search engine identifies certain similar URLs that are actually same. Sometimes in a website the co
We can create and use menus in wordpress by simply following below steps.
Step 1:- first we have do put our credential and get login to our wordpress dashboard.
Step 2:- then we have to select menu option from the 'Appearance' m
As a matter of fact proper search engine optimization can result in more than 300% increase in number of visitors to a particular website and that is the reason a growing number of them now depend on Top SEO firms all across the globe
How to give space after 4 characters to an TextBox input as well as retrict alphabets.
We have a TextBox as :-
<asp:TextBox ID="txtCardNumber" class="cardnumber" runat="server"
onkeyup="GiveSpace(this,4)" MaxLength="20" >&
Suppose when any page has lot of information and you are at the bottom of the page and we want to back at top of the page, either you can refresh the page or click on a link there.
Example:
Html code:
<!DOCTYPE html>
<html>
<h
In the cases when you execute any server and your attempts to load a new page view and then your codes in directive gets loaded before your services are updated so you can using $rootScope.
This is an example of above case
View
<service-histor
Hello Reader's, If your webpage is taking too long to take data from database and you want to fix a loading icon for the time then you can use the following Javascript based code for that:-
First Step:-
Write the following code just after you <b
Sometimes we need to detect where ENTER key is pressed or not to do some action.
The "enter" key is represent by code “13” (ASCII value).
To detect whether ENTER key is pressed on Web-page or inside an input field, we can bind keypress() event to
To retain the selected value in the dropdown on refresh, sessionStorage is used to store the value within the user's browser. First, the values have to be set using sessionStorage.setItem("SelItem", selVal); SelItem is a variable in which we are sett
