
Search In
Hello Everyone
The reflection is mirror image of the image. In the css we can done it by the help of the css properties. In this we are going to use the position properties,transfer properties,linear gradient offset and direction. Here is&nb
Favicon was first used in march 1999, when Microsoftft released Internet Explorer 5 that time it was used to make tabs a favorites (bookmarks).
Favicon is a small square 16×16 pixels image, Basically It is used on tab at the web browsers to sh
Sometimes you have to download file by clicking on link and button on your application.In webdriver you can not handle window dialogue box for this you have to do some browser setting.
Webdriver provides FirefoxProfile inbuilt class and it
strict mode:
It is used to catch or throw errors when some unsafe actions are taken and use strict directive is used to execute javascript code in strict mode. For example: we cannot use undeclared variable in strict mode.
use strict can be u
Cookies are the information of the user, which resides in a browser of any corresponding website he/she visited.
Cookies are also the important aspects which we use to maintain session.
Here we perform some basic operation in cookie by using Angular
The canvas is an HTML5 element used for graphics.
It was presented by Apple for their Mac OS in 2004. In 2005 it was introduced for other browsers.
The canvas is just a container, graphics is added through javascript in it.
Canvas is having height
Step1: Add dependency MPAndroidChart and jitpack maven repository in your build.gradle
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies{
compile 'com.github.PhilJay:MPAndroidChart:v2.1.6'
}
Step2: Adding com.g
To make the layout interactive and to look good, we need to modify the default of certain widgets. Here is the simple customisation of the progress bar:-
Step 1:- Create a drawable xml say customised_progress.xml
<?xml version="1.0" encoding="
We often come across a condition where JSON string is to be sent to server. for example parameters like username & password is to be posted as JSON String for validating credentials from server.
Best practice is to create an extension of NSDicti
I trade on the Bitmex cryptocurrency exchange. I want to write a program that can basically hook into the Bitmex web socket and then also send API requests to create/modify orders on the exchange on the press of a hotkey on my Mac OSX.
Speci
