
Search In
queue() Method:
Queue method is used to display the queue of functions waiting to be get executed on selected html element. In a queue there can be one or more functions waiting to execute on selected html element. We can also manipulate the queue o
Introduction :
The DataContext property in WPF is extremely useful because it is inherited by all children. However there are situations where the DataContext is not accessible as the elements are not part of the visual/logical tree. In such s
CSS color values is used to set the two type background color, foreground (borde-color,text-color etc.) to define a color value we some color format. You can determine your color values in different formats. Below is lists all of possible formats &mi
C# does not support multiple inheritance because of diamond problem. To understand it better, just take an example.
Let's consider there is a class 'X' and it has two subclasses or derived classes 'Y' and 'Z'.
If you want to create progress bars using only css3, you can see here how to make it.
HTML Base
The bar in which the progress will be shown can be taken as a <div> with some class named outer. Inside this outer you can take a span in which the
Anonymous method is a method without any name and return type but have a body content and the optional arguments. This type of method is created by using the delegate keyword. Return type of the anonymous method is dependence on the return stat
Generate Simple PDF using iText: Some time we need to generate documents using our application. The document could be like pdf, word, excel etc. To generate these documents we need to take help of third party api.
In this article we talk about gener
Dear user,
In the last blog, I had explained, how we can access link using exact match, and now in this blog, I will guide you about how to access link using partial match in selenium web driver.
Partial Match:
We access links using a port
Implementing zip compression in .Net
ZipFile class is provided by .Net framework for zip compression. This class provides static methods for creation, extraction, and opening of zip archives. The namespace required for zip com
If you wish to show a particular location on google map in your android app, this can be done by using the following code in the activity where you have implemented the map :-
public class LTJMapActivity extends FragmentActivity implements OnMapRea
