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

Search In

How to count the total number of buttons in a page using QTP .

A HTML button is identified as a WebButton object by QTP. Below is the script which you Can run in QTP to find the total number of Buttons in the HTML page . First Create a Button object Set objButton = Description.create objButton(“micclass”).v

Create A Cool Typographic Face in Photoshop

Hello Guys this is a video tutorial in which you will be learning about typography. we will be creating a typographic human face with the help of type, transformation and Warp image mode. font used in this tutorial is Impact which is a bold type font

How to create joomla user password using php

To generate password in joomla first need to import JUserHelper which defines in libraries/joomla/user/helper.php. jimport( 'joomla.user.helper' ); $salt = JUserHelper::genRandomPassword(32); $crypt = JUserHelper::getCryptedPassword("mypassword",

How to read, write and delete cookies in jQuery

In jquery to read, write and delete cookies by using dough cookie plugin. It is easy and powerful characteristics in jquery to use this plugin. Firstly, below is the syntax to create cookie. Create cookie : $.dough("cookie_name", "cookie_value");

How to create search function in python

In python search function searches for first occurrence of RE pattern within string with optional flags. The search function is used to re.search function and returns a match object on success. use the below syntax for search function in .py file,

How to create the match Function in python

In python match Function is a function witch attempts to match RE pattern to string with optional flags and re.match function returns a match object on success, None on failure. Here is the syntax for this function: re.match(pattern, string, flags=0

Send correct emails depending on customer’s language settings.

Hi guys, When customer creates an account in language other than english (e.g. german) Magento sends an email using default english template account_new.html. Email template account_new.html in app/locale/de_DE/template/email seems to be ignored. It

Learn to Create First Android Application in 3 Minutes [Beginner Video Tutorial]

If you are a beginner and willing to learn Android, then this Android Video Tutorial will very useful to you. In this video tutorial, I have explained how to create Android project and the basic things about it.   Go through the blog and enjo

How to create CDC for mongodb source in oracle golden gate?

I am new to the Oracle GoldenGate product. I want to understand if it is possible to create a CDC pipeline from MongoDB as Source to any RDBMS target or KAFKA using Oracle GoldenGate? Can anyone help me with any documentation for MongoDB as source to

Arrays in JavaScript

JavaScript Arrays : Array is a like a container which contains the same type of objects or elements. Arrays has fixed length. We can access the array elements using the index value.The index of the array starts from 0. Example of creating array in

1 15 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: