
Search In
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
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
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",
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");
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,
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
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
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
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
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