Couple of questions relating to programming

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Couple of questions relating to programming

    Hi,

    I am a video game programmer who is used to programming in C++ inside Visual
    Studio.NET 2003. I need to code a fairly complicated web site for to
    administer some of our assests however I am fairly new to web development.

    That being said I have a lot of experience in writing code using the .NET
    framework so I would like to continue using this knowledge using ASP.NET with
    C#. I am evaluating what combination of products I should be using to achieve
    my goal.

    Where I am now is I have been developing some test sites in ASP.NET with C#
    using VS.NET and was amazed at how easy it was to create complex webforms. I
    can place controls where I want them and easily hook up the events with VS.NET
    auto-generating the appropriate C# functions with nice separation of code from
    design via .aspx and .aspx.cs. The best feature of all is the fact that I can
    set a breakpoint in server code and debug pages on the fly! Just awesome.
    It's like I'm not even developing for the web...

    I then started evaluating Dreamweaver MX 2004 and it's design abilities appear
    to be much richer than VS.NET however it's coding integration isn't a scratch
    on VS.NET and feels like a major step back.

    So my question is, what do web developers normally do? It seems like a
    painful ordeal to design in one tool and code in another, but i've been told
    this is common...

    Thoughts?

    Shane

    Shane Stevens Guest

  2. Similar Questions and Discussions

    1. A couple of questions
      I have a Canon A60 and .... 1) I really need to pick up some rechargable AA NiMH batteries. I see packages like this...
    2. A couple of questions before I buy....
      Hi, I have been playing with a 30 day trial version of Contribute 3 and have a couple of questions before I buy. 1. My page uses CSS buttons,...
    3. Please help with a couple questions!!!
      I just bought adobe 6.0 standard and my system is win. xp I wrote my book in ms word and then hit the adobe convert button and when it converted...
    4. questions relating to dropdown list
      hi, i am making a grammar exercise for children where they will have to fill in the blanks in a paragraph with the appropriate word. i have...
    5. I have a couple of questions.
      First, I would like to know if there is anyway to add a watermark to pictures, that will only show up only when the photo is printed. My husband...
  3. #2

    Default Re: Couple of questions relating to programming

    "Shane Stevens" <webforumsuser@macromedia.com> wrote in message
    news:d5crmq$qbf$1@forums.macromedia.com...
    > I then started evaluating Dreamweaver MX 2004 and it's design abilities
    appear
    > to be much richer than VS.NET however it's coding integration isn't a
    scratch
    > on VS.NET and feels like a major step back.
    >
    Your paragraph above contains an accurate summary of the way things are. DW
    is great for design, but so much for programming.

    > So my question is, what do web developers normally do? It seems like a
    > painful ordeal to design in one tool and code in another, but i've been
    told
    > this is common...
    >
    Can't speak for everyone, but I use ASP (classic), and I use DW for layout,
    then hand-code the server-side stuff.



    middletree Guest

  4. #3

    Default Re: Couple of questions relating to programming

    Do an eval of FrontPage 2003 and without question get TopStyle (CSS IDE).
    DMX has always been lame when used with VSN2003 and FrontPage too for this
    matter but somewhat less so. FrontPage has a lead in this context and will
    retain it. If all you need is a tool for the presentation tier FrontPage is
    going to work well for you noting it is only marginally less useful than DMX
    in this regard. The real value of DMX has been the many extensions that are
    available for neophytes. Furthermore, now that Adobe owns DMX who knows what
    will happen? You don't want to get caught with your pants down and $600
    broker with all your time invested in a marginalized page generator when
    Microsoft releases Longhorn and Avalon only to discover that Visual Studio
    and FrontPage are finally integrated and interoperable. That will never
    happen with DMX. Never.

    Noting it is OT to do so I'll offer the following articles for review
    anyway:

    [1]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_fp2003_ta/html/odc_FPUsingASPNETWithFrontPage2003.asp[/url]
    [2]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_fp2003_bk/html/odc_fp_c43615101.asp[/url]
    [3] [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;871217[/url]

    <%= Clinton Gallagher
    METROmilwaukee (sm) "A Regional Information Service"
    NET csgallagher AT metromilwaukee.com
    URL [url]http://metromilwaukee.com/[/url]
    URL [url]http://clintongallagher.metromilwaukee.com/[/url]






    "Shane Stevens" <webforumsuser@macromedia.com> wrote in message
    news:d5crmq$qbf$1@forums.macromedia.com...
    > Hi,
    >
    > I am a video game programmer who is used to programming in C++ inside
    > Visual
    > Studio.NET 2003. I need to code a fairly complicated web site for to
    > administer some of our assests however I am fairly new to web development.
    >
    > That being said I have a lot of experience in writing code using the .NET
    > framework so I would like to continue using this knowledge using ASP.NET
    > with
    > C#. I am evaluating what combination of products I should be using to
    > achieve
    > my goal.
    >
    > Where I am now is I have been developing some test sites in ASP.NET with
    > C#
    > using VS.NET and was amazed at how easy it was to create complex webforms.
    > I
    > can place controls where I want them and easily hook up the events with
    > VS.NET
    > auto-generating the appropriate C# functions with nice separation of code
    > from
    > design via .aspx and .aspx.cs. The best feature of all is the fact that I
    > can
    > set a breakpoint in server code and debug pages on the fly! Just awesome.
    > It's like I'm not even developing for the web...
    >
    > I then started evaluating Dreamweaver MX 2004 and it's design abilities
    > appear
    > to be much richer than VS.NET however it's coding integration isn't a
    > scratch
    > on VS.NET and feels like a major step back.
    >
    > So my question is, what do web developers normally do? It seems like a
    > painful ordeal to design in one tool and code in another, but i've been
    > told
    > this is common...
    >
    > Thoughts?
    >
    > Shane
    >

    clintonG Guest

  5. #4

    Default Re: Couple of questions relating to programming

    Thanks for the replies guys.

    Further to my research, I just installed and played with Microsoft Visual Web
    Developer 2005 Express Beta and it completely kicks ass! It does everything I
    need and if you haven't had a look I strongly recommend you do.

    Wish me luck in my Web development! :)

    Shane

    Shane Stevens Guest

  6. #5

    Default Re: Couple of questions relating to programming

    Oh yea --- good luck --- sorry I forgot to mention the new Express product
    line [1]

    <%= Clinton Gallagher
    METROmilwaukee (sm) "A Regional Information Service"
    NET csgallagher AT metromilwaukee.com
    URL [url]http://metromilwaukee.com/[/url]
    URL [url]http://clintongallagher.metromilwaukee.com/[/url]

    [1] [url]http://lab.msdn.microsoft.com/express/[/url]


    "Shane Stevens" <webforumsuser@macromedia.com> wrote in message
    news:d5fgks$l43$1@forums.macromedia.com...
    > Thanks for the replies guys.
    >
    > Further to my research, I just installed and played with Microsoft Visual
    > Web
    > Developer 2005 Express Beta and it completely kicks ass! It does
    > everything I
    > need and if you haven't had a look I strongly recommend you do.
    >
    > Wish me luck in my Web development! :)
    >
    > Shane
    >

    clintonG 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