Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help getting started

Status
Not open for further replies.

towntopic

Technical User
May 15, 2003
103
US
i'm new to web development, but i'm pretty good at figuring stuff out and have some programming skills that hopefully will come in handy. i'm wanting to design a site for work that is modeled after


what would you say is the best way to go about this? using tables everywhere and javascript for the menu picks? any information on good places to pick up skills or recommended books or anything is greatly appreciated.
 
>> i'm new to web development

Welcome.

>> what would you say is the best way to go about this?

Plan it out. Start with a pencil and plenty of paper. Sketch a rough design - main menu, banner, three columns, work out what goes where.

Then decide what content needs to go on the site. Group the content into a meaningful categorisation heirarchy. This will form the basis for your navigation.

Revisit your sketch, work out what menu options you'll need. Start to sketch out the page designs in more detail.

If you have a computer graphics package, start doing some design work there.

Look around the web for other similarly designed sites. Use the "View Source" option to see how they go about putting it all together.

Then start coding.

If you have a web server you can put things on, upload what you're working on and post a link in either here or the web designers forum for advice.

>> using tables everywhere and javascript for the menu picks?

Well, that's how Novell do it. Tables for layout are a bit of a no-no, but only a little no-no really. As a learner it's probably the easiest way to do it. As you progress you'll see better techniques.

The Javascript menus, well, there are literally hundreds of prewritten scripts - just google for "DHTML menu script" and take your pick.

>> any information on good places to pick up skills
- Clear concise introductory tutorials.

- well, you're here already, but the FAQs and keyword search mean you have the brain-dumps of thousands of people at your disposal. And we're always willing to help out if you get stuck.



Never be afraid to share your dreams with the world.
There's nothing the world loves more than the taste of really sweet dreams.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top