
Search In
In this blog we illustrate how to set the zoom-in and zoom-out the focus of camera in windows 8.1 phone app.
Foe zooming a camera we use a buit-in ZoomControl class inside the MediaCapture which controls the zooming of the camera.
For the zo
The setTimeout funtion is a JavaScript code used to execute a code in particular time intervals.
These time intervals are called timing events.
There are two methods to set interval with JavaScript:-
setTimeout(function, milliseconds)- It
In this small tutorial we will learn how we use the “npm start” command in node.js.Let us create a simple node application using express framework:
npm install -g express-generator
express mynodeapp
cd mynodeapp/ && npm insta
If we want to fadeIn the selected cell of collection view then use the following code-
Sometimes we need to show the selected cell . For example - If we have list of songs and we want to display which song is currrently playing then FadeIn method ca
We have used the different properties of the border like width, color etc.
All the border properties are used in one time and in order: border-width, border-style and border-color.
Syntax of border:-
border: border-width 
Hi all,
Below is an example to make a tooltip using pure CSS. In this method, we are using custom HTML attribute which we are defined here as tooltip and we are using pseudo element.
The best thing with this method or technique it works in IE9 and
Hello Reader's,
If you have develop a non responsive website and you want to convert it into a responsive design compatible for mobile and tablets then in this blog you can learn how to do this.
To make website layout responsive you need t
In this blog, I am going to demonstrate to you proper methodologies to make a corner ribbon with the help of css by utilizing various css properties for example with the help of transform, box-shadow and position we can make corner ribbon
Hello friends,
Today we learn how to remove a particular item from a list of item using jQuery. For this, jQuery provides a selector :eq() or a method .eq(). This method helps in selecting a particular item from the list.
Syntax:
.eq( index )
in
In this blog, I am explaining how we can create a speech bubble without using any type of image and javascript code. We can simply create a speech bubble with the help of CSS.
For creating a speech bubble we need a single line HTML code for that her
