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

Search:

Type: Posts; User: lontana

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Service for data download based on authentication certificates

    Dear All,
    I am trying to develop a web service that:
    1) receives the user name, the password and list of data to be downloaded as the input from a user.
    2) it fetches a certificate for user...
  2. Replies
    3
    Views
    2,050

    xHTML hiding e-mail addresses

    Hi,
    I need to put on web pages e-mail addresses that should be somehow made readable for user but not to application that scarpe the content of HTML sites. What is the best way for doing this?...
  3. Thread: opening window

    by lontana
    Replies
    1
    Views
    900

    JavaScript opening window

    Hi,
    I try to open window using either


    mywin = open("", "Welcome", "scrollbar=yes,width=400,height=200");

    or


    mywin = window.open("", "newwin", "height=250,...
  4. Replies
    1
    Views
    910

    xHTML selecting multiples with very long names

    <SELECT NAME="toppings" MULTIPLE SIZE=1>
    <OPTION VALUE="value1">Some very long explanation for value1
    <OPTION VALUE="value2">Some very long explanation for value2
    <OPTION VALUE="value3">Some very...
  5. xHTML Managing the size of options under tag

    Dear All,
    I need to include description of abbreviations given in the menu under option tag. Since the descriptions are large I cannot simply put the ounder the <select > tag. What is best practice...
  6. xHTML Placing submit buttons of two forms next to each other

    Dear All,
    I have the following problem:
    One form is composed of a table and submit button placed above it and the second form that is made of one submit button. I need to place the form with submit...
  7. Replies
    1
    Views
    2,234

    CSS class inheritance in CSS

    Dear all,
    I tried all possible combinations for class inheritance:
    .class1.class2 {element:value;}
    .class 1 extends class2 {element:value;} etc..
    In order to figure out what I do wrong could...
  8. Replies
    3
    Views
    2,264

    CSS Re: Coloring of the submit button

    Yes, I am sure.
  9. Replies
    3
    Views
    2,264

    CSS Coloring of the submit button

    Dear all,
    I am trying to apply a color on the submit button this is my css

    {background-color: #00FFCC; border:none; font-size:15px;font-weight:bolder;cursor:pointer; color:white;}
    The funny...
  10. xHTML A form with an action dependent uppon the clicked button

    I have a list of items that can be selected by clicking on the checkbox. The selected ittems should be either deleted and thus removed from the list or sent to another page where they will be...
  11. Replies
    2
    Views
    1,569

    xHTML Re: The size of an "option" box

    I tried with width and max-width but it only reduces the default size of the window that extends in the size corresponding to the length of the selected value. Is there any way to impose scrolling of...
  12. Replies
    2
    Views
    1,569

    xHTML The size of an "option" box

    Dear all,
    I want to set the width of the menu that appears in <option> tag. How can I do this. Should I try with "style=" or there is an option with which the width of the menu box can be directly...
  13. Replies
    3
    Views
    1,609

    JavaScript Re: Enlarging and demagnifying part of pages

    Zoomed in /out
  14. Replies
    3
    Views
    2,302

    JavaScript Re: creating textbok

    I would like something more simple a framed popup message of few line when user keeps the mouse over some part of a page (an image).
  15. Replies
    3
    Views
    1,609

    JavaScript Enlarging and demagnifying part of pages

    Dear all,
    I need to find elegant solution that will alternately show a form and list of results. The web form contains several text fields and submit button. The result list is composed of item...
  16. Replies
    3
    Views
    2,302

    JavaScript creating textbok

    I would like to create simple text message but I cannot find a suitable command. window.open and alert create windows that are too big and have colored borders. If someone could help with a piece of...
  17. Re: JS the selection of all checkboxes in a list

    Thanks this really helped!!
  18. [RESOLVED] JS the selection of all checkboxes in a list

    Dear all,
    I am looking for piece of JavaScript code that enables checking of all check boxes in a page triggered by checking a single check box. This code is used for example when user wants to...
  19. Replies
    0
    Views
    803

    automatic generation of db diagram

    Dear all,
    I work with a POSTGRESQL database. Is there any tool that automatically generate graphic representation of the data model that is, the data model diagram? I mean, a tool that first...
  20. Replies
    0
    Views
    1,333

    The query via an associative table

    Dear All,
    I am looking for the most efficient way to create an sql query of these type:
    I have tables book, author and bokauthor. The relation between book and author is many to many that is why I...
  21. Replies
    19
    Views
    6,724

    Re: one to many relationship in sql

    Viperbyte
    I wrote my last post before seeing yours. The conflict will not be cause by creating a new user but when I want to link the user to order. if user's order already exists in the table than...
  22. Replies
    19
    Views
    6,724

    Re: one to many relationship in sql

    I don't want to create an order first and then a user. I don't know how to create an user that makes an order(stationary, book, form) already existing in the table order (created already by another...
  23. Replies
    19
    Views
    6,724

    Re: one to many relationship in sql

    My intention of using the composite key was to make sure that a new user is inserted in the user table who makes the order (stationary,book,form) i.e. a row that already exists in the order table. On...
  24. Replies
    19
    Views
    6,724

    Re: one to many relationship in sql

    What is the purpose of using a composite key in general?
  25. Replies
    19
    Views
    6,724

    Re: one to many relationship in sql

    Thanks,
    Again I would like to ask whether I can simply skip an associative table and a reference table by using simply a composite foreign key?
Results 1 to 25 of 157
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured