Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to set the zooming slider in windows 8.1 phone app

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

Set timeout function example

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

Use of “npm start” command in nodejs

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

How to fadeIn the selected cell of uicollection view in objective C

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

Different border properties using CSS

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 

How to make tooltip using pure css?

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

How to make website in responsive for mobile and tablet

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

How to Create a Corner Ribbon With The Help Of Css

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

How to replace or remove a particular item from a list of items using jQuery?

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

How to Create CSS3 Speech Bubbles?

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

1 40 120
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: