Is asp.net the solution?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Is asp.net the solution?

    Web services/XML based communication is the wave of the future (and now!).
    It is here to stay, as it is not a technology-centric idea (Java has been
    running web services for awhile)....anyone talking the correct protocol can
    communicate with each other...

    That said, I'd find some InDesign specific help, newsgroups, etc. and ask
    what XML integration options there are. I guess I'm a little confused on
    the use of ASP.NET, is that just for publishing content via web, etc.? I
    was curious as my wife's a graphic designer, and was wondering the
    connection with InDesign, etc.

    I definitely think you're on the right track, in my opinion....

    --
    Craig Deelsnyder
    Microsoft MVP - ASP/ASP.NET


    "David" <djaeger22@yahoo.com> wrote in message
    news:1d8939bd.0308061612.4d26564f@posting.google.c om...
    > I am spending too much time getting the same publications out to print
    > and web. I develop many ASP pages for our website and we have sql
    > server 2000. I have 6 months to find a "write once-use anywhere"
    > solution before we begin development on our next major publication.
    >
    > Will ASP.Net running XML Services allow me to pull data (from various
    > Oracle and SQL databases) into Quark or InDesign as well as websites?
    >
    > Has anyone done this? Can someone outline for me the steps I need to
    > take to learn how to do this?
    >
    > Thanks,
    > Dave

    Craig Deelsnyder Guest

  2. Similar Questions and Discussions

    1. Is FMS the solution?
      Hello! I need to create a site that would offer visitors to view webcams. Client wants all in Flash. Web cameras are located on different servers,...
    2. i need solution
      the following is the error kindly help me solving the error Server Error in '/' Application...
    3. Do you have a solution for this please?
      Hello. I'm using the nFileNum = FreeFil Open sFile For Binary Access Write Lock Read Write As #nFileNum to lock the specified file from...
    4. solution....
      you can put a graffic simbol (square) in other layer and modify the alpha property...and your layer with the dinamic text behind it
    5. Solution!
      Control click the Fireworks MX application and select show package contents. Navigate to Resources:English.lproj. Copy the folder "Using...
  3. #2

    Default Re: Is asp.net the solution?

    Right. Asp.net is for the web portion of the publication display. I was
    thinking that since ASP.Net could be used for the web part, it might
    also make it easier to get the data from the various databases to an xml
    format for import into Quark or InDesign. It's that portion of the
    puzzle that I don't know where to begin my training: SQL Database to XML
    using ASP.net. I don't want to begin down one path and end up finding
    out later that I could have reduced my learning curve by taking another
    path.

    I will check the InDesign and Quark groups. Good idea.




    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    David Jaeger Guest

  4. #3

    Default Re: Is asp.net the solution?

    I think your biggest area of need for knowledge is some .NET server
    programming language, with an emphasis also on building web services. Most
    VB.NET/C# courses include this AFAIK...

    I assume you're already familiar with how to display the XML, etc. ASP.NET
    training comes in play when you need to do more 'tweaking' of the XML/HTML
    or data going to the user. Say you wanted a search function, which would
    display a list of results with little snippets of text, etc. (just like at
    Amazon)...then you'd pry want to use a DataList or Repeater control from
    ASP.NET. This is where you'd need some ASP.NET training.

    I'd say get a good VB.NET/C# course that covers web services, database
    interaction and hopefully some XML exploration (normal XML, not the XML the
    web services use). At the same time, if you're an experienced ASP
    programmer, you could train yourself in ASP.NET with a good book and the
    examples that are out there; it was a big change, but not as much as the
    languages themselves. ASP.NET itself is not the biggest hurdle I think
    you'd face out of all the pieces.....

    --
    Craig Deelsnyder
    Microsoft MVP - ASP/ASP.NET


    "David Jaeger" <djaeger22@yahoo.com> wrote in message
    news:eJpTAFNXDHA.2352@TK2MSFTNGP12.phx.gbl...
    > Right. Asp.net is for the web portion of the publication display. I was
    > thinking that since ASP.Net could be used for the web part, it might
    > also make it easier to get the data from the various databases to an xml
    > format for import into Quark or InDesign. It's that portion of the
    > puzzle that I don't know where to begin my training: SQL Database to XML
    > using ASP.net. I don't want to begin down one path and end up finding
    > out later that I could have reduced my learning curve by taking another
    > path.
    >
    > I will check the InDesign and Quark groups. Good idea.
    >
    >
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Craig Deelsnyder 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