How could interactivity be introduced into a web-page?
Does anyone know how interactivity could be added to a web-page.
Public Comments
- One word - AJAX. (Do a web search - there are gigs of tutorials.)
- If it's just client side, use JavaScript or Adobe Flashplayer. If you want it to be more powerful, use AJAX or JSON. If you don't need it to stay on the same page, but allow the user to go from topic to topic, use a server side language like PHP (free), Python (free), Ruby on Rails (free), or .NET (not so free). Instead of interactive, use 'dynamic.' If you search for 'dynamic web development', you'll find a lot more results than 'interactive web development'.
- Interactivity can be added to a web page with any dynamic programming language, be it client-side or server-side. Examples: JavaScript (or using the XMLHTTPRequest method...aka "AJAX") PHP ASP ASP.NET Perl Java Interactivity can also be added through media outlets like Flash and/or Flex.
Powered by Yahoo! Answers