Jump to content

A basic question that i need to know

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
62 replies to this topic

#1
miromtm

miromtm

    Newbie

  • Members
  • PipPip
  • 18 posts
hi every one , i got a simple question ,.

what are the programs or the languages needed to build a web site like the one below


Deutsche Botschaft Kairo - Home


thx in advance ,,,,,

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
For the layout: XHTML for the basic page structure, CSS for the appearance.

For pulling pages together: PHP

For the graphics you will need some sort of image program - Photoshop is the most commonly accepted (and most expensive too).

To edit the code you can use something like Notepad++.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
miromtm

miromtm

    Newbie

  • Members
  • PipPip
  • 18 posts

Xav said:

For the layout: XHTML for the basic page structure, CSS for the appearance.

For pulling pages together: PHP

For the graphics you will need some sort of image program - Photoshop is the most commonly accepted (and most expensive too).

To edit the code you can use something like Notepad++.

am very thankful man ,,, but is DREAMWEAVER useful ?

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
Maybe for doing the layouts and stuff, but personally I believe, a text editor (like notepad++ or similar) is better for the coding itself.

#5
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
You may want to read this thread: http://forum.codecal...weaver-cs4.html

Ignoring all the racism that jord4nn said, there are plenty of reasons why to use Notepad++ instead of Dreamweaver. I personally do not recommend a WYSIWYG.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#6
deer dance

deer dance

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
I honestly believe that if you want to be a real web developer, you should only use the standard Notepad included in Windows (which I'm assuming you use).
To learn the languages described earlier (and JavaScript), use W3Schools.
Ameteur programmer
HTML Expert
Official Lunatic

#7
deer dance

deer dance

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
I honestly believe that if you want to be a real web developer, you should only use the standard Notepad included in Windows (which I'm assuming you use).
To learn the languages described earlier (and JavaScript), use W3Schools.
Ameteur programmer
HTML Expert
Official Lunatic

#8
jwxie518

jwxie518

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,180 posts
well dreamweaver is never a bad tool
honestly, my friend is taking this web design class in our school
she is now our team's web designer
she did a great job, you may take a look here
FLHS Robotics - Project Genesis - Team #3017

it really depends on what kind of website you want to run

but if i were a starter, i agree, use notepad
when you are happy with your tr, td
you can use DW for fun, if you insist
i know there are some actual web designers who use DW to code great sites in the pasts...but hmm yeah

#9
deer dance

deer dance

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
Hell yeah!

Team 2197 Las Pumas Robotics!

How was your build season?

And Dreamweaver isn't bad, it's just... too... simple.
Ameteur programmer
HTML Expert
Official Lunatic

#10
ReekenX

ReekenX

    Programmer

  • Members
  • PipPipPipPip
  • 134 posts
If you just started in web developing, I suggest you to use Dreamweaver :)
www.jarmalavicius.lt | www.github.com/reekenx | www.twitter.com/reekenx

#11
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
Most designers use Dreamweaver, but most developers choose to use text editors or IDE's. I myself prefer to use text editors at least then I know my code so it is easier to edit it. As Dreamweaver, they create everything for you.

As for the actual question you are asking, Xav's post is most probably the most helpful.
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#12
miromtm

miromtm

    Newbie

  • Members
  • PipPip
  • 18 posts
thx all for ur help .. but i found that DW is too easy n thats y i asked if it is capable pf doing such sites ,, but now am really wanna get through HTML n Scripts in a more professional way ... & jwxie518 the site is really amazing that's the type of site am trying to build one alike ..


thx