Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default dumb question

    I have posted a problem on here that I have with Colorvision's Photocal. Colorvision seems to think I have an old spyder that is not working correctly. They are currently sending me a new spyder. My dumb question is, after calibrating with photocal, my target images from my lab and colorvision look great in other imaging programs such as factory set programs on my computer, but not in photoshop. It is like photoshop is the only program having problems with the new profile. Is this typical with a defective spyder or do I have some problem with PS?
    rodney lush Guest

  2. Similar Questions and Discussions

    1. Sorry....dumb question
      I have been reading the Adobe site trying to figure out the difference between Flex and Flash...... Don't see it.....can somebody put it in simple...
    2. Another dumb SSI question.
      One of those niggling problems I face right now. Not a big deal, but you search Google a few times and get nothing but madness so you come here to...
    3. Another dumb question
      I have 2 textboxes and a button on my .aspx form. When I press tab on the first box, it goes to the addressbar, then to the second box after...
    4. Dumb, dumb, dumb. Macromedia really fumbled the ball here...
      An entire afternoon wasted only to discover, like several others before me apparently, no small amount of clairvoyance is required to determine the...
    5. Probably a Dumb Question...
      This is probably a dumb question, but can the new G5 Macs boot into OS 9.2? I know that "feature" was revived briefly for people who were using...
  3. #2

    Default Re: dumb question

    Thanks Chris
    rodney lush Guest

  4. #3

    Default Dumb Question

    Sorry for the dumb question, but I cannot figure out how to draw a rectangle
    or an elipse without a fill. I have, on accident before, been able to set
    my fill to transparent, and it showed a box within the box I believe, but
    for the life of me cannot figure it out now.

    Thanks in advance.


    DirtyWackFunk Guest

  5. #4

    Default dumb question

    hello,

    I'm new to web services so please bear with me. Basically, I want to create
    a web service that listens on port and requires authentication. After
    authentication users can select data from a database by passign the TSQL
    statement in the URL, they can also update and insert data. Is this
    possible? if yes, are there any examples?

    Thanks
    troy


    Troy Guest

  6. #5

    Default Re: dumb question

    Hi Troy:

    By reading your questions, it appears that you are doing standard database
    CRUD (create, read, update, delete) stuff. Please do make sure (talk to
    someone) that web services is _really_ required here. Web services are a
    simple but misunderstood class of applications. I have seen some cases where
    web services were misused leading to unnecessary complexity. In your case, I
    may be wrong as I am making my judgement based just on your few lines. If I
    am wrong, please pardon me. :)

    Incase you are sure web services is the way to go for your application, here
    are the answers:

    Web services can be done in many ways. If you use ASMX (that is ASP.NET web
    services, the most popular way), it handles the TCP port allocations, HTTP
    connections, etc. for you. What you need to do is write web methods inside
    the web service and call them through a proxy. Parameters passed to a web
    method are passed in the body of the SOAP message. You don't require to
    encode query values into URLs. This is also handled by web services
    infrastructure.

    As far as authentication goes, you could use IIS authentication or you could
    write custom SOAP headers to implement custom application authentication.

    Check out [url]http://samples.gotdotnet.com/quickstart/aspplus/[/url] for some samples
    of web service security. This will also be available if you have the .NET
    SDK.

    Mujtaba.

    "Troy" <troy@ttech.com> wrote in message
    news:eJuY8nO4EHA.3472@TK2MSFTNGP09.phx.gbl...
    > hello,
    >
    > I'm new to web services so please bear with me. Basically, I want to
    create
    > a web service that listens on port and requires authentication. After
    > authentication users can select data from a database by passign the TSQL
    > statement in the URL, they can also update and insert data. Is this
    > possible? if yes, are there any examples?
    >
    > Thanks
    > troy
    >
    >

    Mujtaba Syed Guest

  7. #6

    Default Dumb Question

    This may be a dumb question, but I can't seem to find the simple answer. DO I
    or DON'T I as a web designer, need to own contribute to design sites that are
    editable in Contribute. Or does Dreamweaver 2004 have those abilites built in?

    rabbimarkolips Guest

  8. #7

    Default Re: Dumb Question

    Depends. Just to create the pages and/or templates so they are editable in
    Contribute, no you do not need to have Contribute yourself. Contribute can
    edit HTML pages that were originally created by anything (at least anything
    we've tried.).

    Now, if you want to _manage_ a site with several authors each with different
    'rights' within the site (Joe can only edit pages in these three folders, Jan
    can edit pages in these other folders, both of them are restricted to creating
    new pages from your template, etc), then yes you do need a copy of Contribute
    in order to set up those 'connection keys'. But if you're not going to do
    anything like that, then you don't need Contribute.

    christina.heikkila Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139