Results 1 to 2 of 2

Thread: html5 dynamic content generation

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Posts
    595

    Smile html5 dynamic content generation

    Hi all,

    I am trying to get started with html5. Since html page is static, we use jSP/ASP for doing dynamic operation.

    The first question comes into my mind is how to create a dynamic web page using html5. Lets consider a login screen, once successful it should display "Welcome <username>"

    Then how can we do this welcome part using HTML5? Is there some new tags introduced fot the dynamic operation?

    Regards,
    Tom

  2. #2
    Hyperactive Member jasonwucinski's Avatar
    Join Date
    Mar 2010
    Location
    Pittsburgh
    Posts
    452

    Re: html5 dynamic content generation

    HTML 5 is still a client sided markup language. if you want to create more robust, or dynamic, web pages you will need to integrate the client side page (HTML, JS, CSS. etc) a server sided platform live .NET, Java, Grails, etc. As this is a .Net forum, I would humbly suggest .Net. You can easily do this in ASP.Net. Of course, there are always exceptions: you can "fake" dynamic content by using cookies and what not.

    Anyway, which ever server sided scripting your using (you say JSP and ASP?) would handle the logging in request (presumably by validating through a db?) and would then pass the succesful data (like username) to the client side to be rendered.
    if i was able to help, rate my post!

Posting Permissions

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



Click Here to Expand Forum to Full Width