• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

help ! want to create a website

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please tell me what should be my background incase i want to create a website. for your knowledge i know core java, html. beside these what do i require.
would be grateful.thanks.
 
Ranch Hand
Posts: 3061
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java itself is not a web technology. There are some sub-sets of Java that are useful in developing web sites such as JSP and Servlets. What technologies you need to learn depend on what kind of web site you want to make. Really HTML is all you need to know to make a basic web site. Other technologies can help make your site more dynamic and interactive, but again, it depends on what kind of site you want to make.
Also, this question would be better suited for the HTML and JavaScript board. The people there are more into the web development stuff than on this board.
 
reply
    Bookmark Topic Watch Topic
  • New Topic