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

Search In

How to get the text of a checkbox using QTP .

In the below code you can automate the web page using QTP and can find the text with the checkbox adjacent to it . Create a description property with micclass for web checkbox. Set oDesc = Description.create() Set oDesc = Description.create() oDesc

How to create project with Composer in CakePHP3

Hello Friends, If you are looking to create project in CakePHP3 with the help of composer. Please follow the instruction below: 1) If you have not installed composer in your system then you need to install this otherwise you can skip this step. Ope

How to Calculate age in PHP based on DOB?

Hello Reader's, Sometimes we require to calculate the age of user from the date of birth to current date during registration of a new user to check whether he/she is eligible or not to participate in any competitions. In that case, you need to ca

App Developer Required for Photo Viewing App on Private Network for Photobooth / Kiosk

We have some windows software that helps us create a photo viewing kiosk for guest photography in hotel resorts. The software is old and the developer is not very willing to bring up to date.    We’d like to look at option on c

How to make Draw on a Canvas in Android.

How to make Draw on a Canvas in Android. If you want to create Draw on a Canvas function check below example. In the below example I have created a Suraface class. Canvas works like as an interface. I have also used onDraw() method for drawing event.

Make an HTTP server work by function passing as an anonymous function in Node

Here we will see an example of how we can make our http server work by writing a re-factored code or by using an anonymous function.First let us see an example of re-factored code. Let us import the “http” module var http = require("http"); // vari

How to Insert Data From One Table to Another Table in SQL

How to Insert Data From One Table to Another Table in SQL step1: Create two tables ContentTable1 Table and ContentTable2 Table CREATE TABLE ContentTable1 ( ContentId1 int identity(1, 1) not null, ContentHeading1 nvarchar(100) NULL, ContentText1

How to create a custom helper in ember js, handlebar and ghost node.js

Sometimes, you may have repeated HTML on your handlebars template. In those cases, you can create and register a new helper, that can be invoked from hbs templeate. Gost: Ghost it a blogging platform developer on the top of express framework of node

How to create separate AngularJS controller files?

Controllers are used to adding behaviors to $scope object. When you are building a large application,the best practice is to split your controllers into different files according to the purpose that it fulfills. So, you need to follow these very simp

How to create threads in Java?

How to create threads in Java? From main thread we can create our own user defined threads, we can create threads in two ways: By extending thread class. By implementing run-able interface. By extending thread class Create a class which extends

1 10 370
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: