CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: raindog

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,353

    C# and ActiveX params from html

    Hi,

    how can i read the param values from the html and pass it to the activex object or how to read it from within the activex object.


    <object name="secondobj" id='TestActivex' ...
  2. How to capture the entire web page to jpg (even with overlapping)

    I need to capture the entire contents of an aspx page (.net 1.1) even if it overflows the browser.

    Can anyone help with this problem.

    The closest i've found is:...
  3. Replies
    0
    Views
    2,022

    PHP/Mysql Webservice automated testing

    i was using Watir but i would like to switch to something new. could you suggest something that is open sourced that you have worked with.


    thanks
  4. Replies
    0
    Views
    455

    Multi browser relative positioning?

    I have an aspx page that positions two baloons over an image. the problem is that it works only in IE because it uses the &quot;expression&quot; which is a IE extenstion sto FF doesn't display the baloons...
  5. Re: How to call a JS function in a div tag in an ASPX page

    <div id="balloon" align="left" style="position:absolute;
    top: expression(<%=y%>+<%=imageId%>.offsetTop);
    left:expression(<%=x%>+<%=imageId%>.offsetLeft); width:<%=width%>;
    height:<%=height%>;...
  6. Re: How to call a JS function in a div tag in an ASPX page

    but i need something that will give me the following possiblity

    top: myFunctionThatReturnsTheValue();
  7. How to call a JS function in a div tag in an ASPX page

    subject says it all. i would like to call a fuction for the top: value in a div tag. but not to use the expression()
  8. Replies
    0
    Views
    640

    Firefox and DIV tag parsing

    i have the following div tag in a ascx page:

    <div id="balloon"
    align="left"
    style="position:absolute;
    top: expression(<%=y%>+<%=imageId%>.offsetTop); ...
  9. Replies
    6
    Views
    1,682

    Re: Tips on moving the Viewstate to a DB needed

    Using any other option than tha db would overload the server since there are sometimes even 40 viewstates used in 1sec
  10. Replies
    6
    Views
    1,682

    Re: Tips on moving the Viewstate to a DB needed

    the current system is as is. And viewstate has to be used. so now i'm trying to find a way to persist it to a db since user load times become too long
  11. Replies
    6
    Views
    1,682

    Re: Tips on moving the Viewstate to a DB needed

    Actualy it does make sense if you have a viewstate that because of some components can grow up to 1MB. so its faster for end users to store it in a db at the servers side. the clients would be issued...
  12. Replies
    6
    Views
    1,682

    Tips on moving the Viewstate to a DB needed

    has anyone implemented the Viewstate storage to a DB for a server that has a very high volume of hits? (by high i mean 1mill)
  13. Replies
    0
    Views
    1,651

    Anyone out there using Watir?

    If yes do you have a list of good resources and examples on
    watir?

    Also if any advanced users out there please let me know so i can bother you with some questions :)
  14. Re: Writing automated QA test scripts for a website

    the official one:

    http://forums.openqa.org/index.jspa
  15. Re: Writing automated QA test scripts for a website

    watir is great :) is there a watir forum?
  16. Re: Writing automated QA test scripts for a website

    this watir might be quite useful :)

    by the way i forgot to tell that the site is developed in PHP
  17. Re: Writing automated QA test scripts for a website

    this is an auto wholesalers site that uses MYSQL for backend. the test would consists of automaticaly registering the new user and then testing the posting system like post inventory post WTB post...
  18. Re: Writing automated QA test scripts for a website

    i need to test (do a quality assurance not a question answer) on a website. So the test will not change every time the site is updated it will be run to verify if everything is working after the...
  19. Re: Writing automated QA test scripts for a website

    Under each time it is updated i mean each time the developers change something significant on the site
  20. Writing automated QA test scripts for a website

    i need to do a set of tests on a website each time that it is updated. I was wondering what tool/script language (if possible open source) would be the best to do this, and if someone has experience...
  21. Re: What is the difference between verification and validation

    thank you for your fast responses
  22. What is the difference between verification and validation

    in software eng. what is the difference between verification and validation
  23. Replies
    4
    Views
    1,565

    Re: how to create a class diagram of the code

    thank you very much
  24. Replies
    4
    Views
    1,565

    Re: how to create a class diagram of the code

    I have powerdesigner 10 and I know how to create it manualy but I would like an app that can create it from the c++ code. I've found IMB Rational Systems Developer but currently there is no trial to...
  25. Replies
    4
    Views
    1,565

    how to create a class diagram of the code

    I have a c++ code with about 40 clases. Is there any application that can create a class diagram of the code so I don't have to do it manualy.
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured