|
#1
[
]
|
||||
|
||||
|
My first Web Page
Hey everyone. I am taking a web design class with the asspiration of becoming a web designer. I had an assignment where I had to build a Web page with links to my assignments for the quarter. It is not anything entertaining, just something I had to do for class. Keep in mind that it is an introduction class so the site is not going to look fancy. Check it out though.
http://design207.gmc.cc.ga.us Click on the name Joe Farris and feel free to explore and tell me what you think. Last edited by Strong Hammer; 05-02-2006 at 04:47 PM. |

|
#5
[
]
|
||||
|
||||
|
Re: My first Web Page
Mwhaa ha ha! Now you have made my mission of stalking you much easier!
So you made it with Frontpage? Good choice. I am the Webmaster for my Dad's company's website, and I used Microsoft Word to build the site. The problem is, the site runs perfect in Internet Explorer, but looks like a jumbled mess in Firefox. I'll eventually rewrite the webpage in Frontpage, but its not that urgent becuase most of our customer base probably don't use Firefox. |

|
#6
[
]
|
||||
|
||||
|
Re: My first Web Page
Quote:
Actually no. I used HTML to build it. The list of names at the top actually used frontpage. After HTML, I do plan to learn to use Frontpage. My dad is staring his own business and told me that if I learn how to build web sites then he would make me the company Web Master. I am REALLY excited. |

| Sponsored Links |
|
#7
[
]
|
|||
|
|||
|
Re: My first Web Page
Go with HTML, use the HTML, love the HTML. If you stick to pure HTML coding, your skill is always going to be slightly better than ones that use Fontpage. I'm not saying that those who do use the program suck at web designing, quite the contrary, but Frontpage basically does everything for you. All you need to do is highlight something, copy something, input some URL, paths, actions, and so on.
Once you are familiar with HTML, go to Php and MySQL servers. That'll make you a good webmaster for years to come. Since it's your web designing class project, what you have done so far with your site is great. Regardless of how simple it may be, it's for a class, for marks. Teachers bound to request their students to design sites that are simple and easy to look over.
__________________
![]() [Valice.Net] [Click to save humanity] [ZU Psychologist] 6,000th post - 2007/02/03 |

|
#8
[
]
|
||||
|
||||
|
Re: My first Web Page
The logo at the top is a little stretched/pixelated, and the border isn't quite right for the Stonewall Jackson image. I would say the pages are a little simple, but they're not bad. At least I'm not being bombarded with all sorts of contrasting colors and moving GIF images.
__________________
![]() [ The GIMP | My Xanga | My Last.FM | Pidgin ] |

| Sponsored Links |
|
#9
[
]
|
||||
|
||||
|
Re: My first Web Page
Quote:
![]() Quote:
![]() |

|
#10
[
]
|
||||
|
||||
|
Re: My first Web Page
Actually, Mr. Fish, a strong knowledge of HTML is very important if you intend to expand your site and are serious about a Web business. Something like Frontpage won't cut it - you'll always need to go to the code with a WYSIWYG editor anyway, because there is no such editor that caters for everyone's style.
Quote:
CSS is very necessary, more necessary than any other code on the internet, other than HTML itself - and even HTML is fast becoming superceded by XML. Currently, XHTML is standard, but it's only a preparation code for XML. CSS allows you to separate structure from visuals in a web page; nay, a web site. A perfect example of this is the css Zen Garden, which showcases what is possible visually with CSS. There are currently over 900 different designs at the css Zen Garden, and every one of them uses the exact same HTML code. Separating structure from layout this way is highly important, as it allows you to change your layout for a whole site with one document rather than going through every HTML file and changing the layout there. And, furthermore, CSS is much more accessible than HTML, not to mention the fact that it is much more flexible in terms of visuals. Hell, through CSS, using some tricks it's even possible to code for specific browsers by taking advantage of code that some browsers don't support (don't worry, though; CSS is very-widely supported). But fear not, neither HTML or CSS are heard languages to learn; in fact, they are positively easy. Once you have semantically correct markup (i.e. proper HTML code structure), you can do literally anything with it through CSS. Personally, I find using some form of Notepad a far better option for marking up HTML than using a WYSIWYG editor, because the editors implement undesirable code that you would need to delete to make the HTML semantically correct. I suggest picking up a couple of books on the subject. I recommend Sams Teach Yourself CSS in 10 Minutes, Sams Teach Yourself HTML and XHTML in 10 Minutes and The Zen of CSS Design. All three are highly useful in learning and properly implementing HTML and CSS. As to what I think about your page, Strong Hammer, to me it looks like HTML code that has rendered without CSS, though I doubt you used all the markup in the HTML that makes your life easier with CSS. In other words, it looks like a half-finished job, and I would assume it was if I didn't know it was a finished project. As for my thoughts on Frontpage, I think it's not a very good WYSIWYG Editor to use. I recommend Nvu or Dreamweaver, which both are much more standards-compliant than Frontpage, and therefore will create pages that render more correctly over a wide range of browsers. Of course, I really recommend Notepad, which is far more useful for the optimal CSS-based designs.
__________________
![]() [Speed Runners' Guild][Tale of a Hunter][Zelda Domain] [Adoption Central 2][Newbie Guide][Rules] [Fianna][Princess_Zelda_][andi] |

| Sponsored Links |
|
#11
[
]
|
||||
|
||||
|
Re: My first Web Page
Quote:
|

|
#12
[
]
|
|||
|
|||
|
Re: My first Web Page
http://www.w3.org/TR/REC-CSS1
Have fun! CSS may be somewhat a pain in the butt, but oh they are so useful. I use them here and there but not fully because I'm a lazy bum with these things.
__________________
![]() [Valice.Net] [Click to save humanity] [ZU Psychologist] 6,000th post - 2007/02/03 |

| Sponsored Links |
|
#13
[
]
|
|||
|
|||
|
Re: My first Web Page
That's pretty good for your first page. My first page was a LOT simpler than that, lol. But never, i repeat NEVER use front page. It does everything for you, screws up your code, and just sucks! Beause it's microsoft!
Only use Notepad, and not HTML. Use XHTML + CSS. Heres some math. XHTML + CSS= Yay! HTML = Hoo-rah(sarcasm) Yay! >>> Hoo-rah Oh, and if you ever need help with web design, just PM me. |

|
#14
[
]
|
||||
|
||||
|
Re: My first Web Page
XHTML is only a XML-preparation language in the form of HTML. In other words, it is HTML with a few extra commands. It's very easy to confuse XHTML and HTML as separate languages, but XHTML is really just the next "edition" of HTML.
Though, I do advise using the XML markup offered by XHTML, because XML will soon take over HTML as the "base" code of the internet, as soon as Web 2.0 becomes the official standard. Using the XML markup will make it far easier to convert to full XML when the time comes.
__________________
![]() [Speed Runners' Guild][Tale of a Hunter][Zelda Domain] [Adoption Central 2][Newbie Guide][Rules] [Fianna][Princess_Zelda_][andi] |

| Sponsored Links |
|
#15
[
]
|
|||
|
|||

|
#16
[
]
|
||||
|
||||
|
Re: My first Web Page
Quote:
Aren't you a Webmaster of a Zelda site? I'm pretty sure I saw your name in the round table... |

| Sponsored Links |