
Search In
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
Ranking of a website link for certain set of keywords on search engines like Google depend on some defined set of rules that need to be followed in order to improve the keyword rank and achieve a higher ranking on Google. However, when we t
Hello readers, today I guide you "How to pass extra parameter in Wordpress pagination?".
Recently I am working on a project and I want to pass extra parameter in Wordpress paged pagination. Normally we are are using simple paginati
Hello Guys
When I rotate the iPad, CSS clsses are not updating.
In present, I am changing classes on page loading using javascript but now I need to update classes using CSS.
Thank you in advance.
HI guys,
Do you know how to load a url in UIWebView?
Please check the below code -
UIWebView *chartsWebView;
[chartsWebView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.com"]]];
chartsWebView.scalesPageTo
Tweaking overall user experience in C#.net project, a very effective trick you use to clear or reset all the controls placed on the web form or control. While building a form intensive site, page or control comprises number of text boxes, drop downs,
Setting the session creation time (or an expiry time) when it is registered, and then checking that on each page load could handle that.
Example:
$_SESSION['example'] = array('foo' => 'bar', 'registered' => time());
if ((time() - $_SESSION['
Hi Friends,
After my previous blog post on How to Optimize Image for Website, today we will discuss about some best programming ways to Redirect a website. I am covering this topic as point of SEO Expert. Some points of this topic I have already c
Hi Guys,
We can use variables in Stylus like the example given below.
$fontColor = #000
$basefont = 'Raleway' sans-serif;
How can use this ?
.block
font-size 15em
color $fontColor
font-family $basefont
You can only change prop
Hi Guys,
We can use variables in Stylus like the example given below.
$fontColor = #000
$basefont = 'Raleway' sans-serif
As shown in above example '$' is use before the variable and then variable name
How can use this ?
.block
font-size