
Search In
So, this thing took lot of my time. I hope it will save yours.
Here, we need a parent div and a child div. Parent div will have the image in background, I am using inline style so that one can use it in as many pages as he/she wants.
Here's the HTM
Sometimes we need to display ads in our application.To display the multiple images one after another in some time interval write the following code:
Create a customTimerTask class that extends the TimerTask class
public class customTimerTask exte
Black Box Testing is a technique of testing in which the internal structure, design or implementation of the item being tested is not known to the tester. In other words we can say that, Black Box Testing is a software testing method where tester do
Black Box Testing is a method of testing in which the internal structure, design or implementation of the item being tested is not known to the tester. In other words we can say that, Black Box Testing is a software testing method where tester do not
A closure is a technique which helps us to access the variable of other function even when they are out side the scope of the calling function. We can also say that it has access to the outer function’s private variables.
Example : The private va
Hi...
In my previous blog, I have already mentioned that String and string both are same as string is just the alias name for String or System.String.
So we can use either String.Empty or string.Empty, it doesn't really matter.
Now the question is w
In below code, I have used a constructor shoppingCart for the parameter CartName which identifies the Cart while loading data from the local storage. I have also used clearItems() function which is used to clear the cart and saveItems which is used
Hello Readers!
We can use YouTube Data API to retrieve video thumbnails, caption, description, rating, statistics and more. API version 3 requires a key*. Obtain the key and create a videos: list request.
Example PHP Code
$data = file_get_contents
Hi Guys,
Today, we are discussing about trending and hot topic in Digital marketing i.e ‘How to make a Group in twitter. When I search on INTERNET it show me Group when number of person or things are categorized, gather together is called a
Hello Reader's if you have implemented multiple input for emails and you want to validate all of them using a single validation rule. By using JQuery you can make this.
Lets see how to make validation:-
Suppose your html page is like this:-
<sel
