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 Rank Up Your Blog on Google From 11th Position to Page 1?

  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

How to pass extra parameter in Wordpress pagination?

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

How to update css when iPad orientation change

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.

load Url in web View

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

How to reset or clear all asp.net controls/fields on web page/form ?

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,

How to expire a PHP session after 30 minutes?

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['

How to use Variables in Stylus

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

How to use Variables in Stylus

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

How to limit data in selections from MySQL

In PHP if we are working on database and it is required to limit the data we want from the select query we can do it by appending a clause in the query. This can be helpful in pagination etc in our page. Lets take an example in which we are required

1 44 170
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: