Development oldie nedding new knowledge...

Discussion in 'Software' started by Digitalblueshift, 10 Apr 2002.

  1. Digitalblueshift

    Digitalblueshift What's a Dremel?

    Joined:
    12 Feb 2002
    Posts:
    2,644
    Likes Received:
    1
    I remember back in the days when all you needed was to know HTML.

    What are the most basic things you need to know to make a site both effective and eyecatching, beyond basic html.
     
  2. Alaric

    Alaric code assassin

    Joined:
    3 Nov 2001
    Posts:
    2,881
    Likes Received:
    0
    graphics, css and serverside scripting imo

    u may want to add clientside scripting... but imho its not always necessary
     
  3. Alaric

    Alaric code assassin

    Joined:
    3 Nov 2001
    Posts:
    2,881
    Likes Received:
    0
    in addition cause i'm bored...
    its probably better to use xhtml these days than straight html... makesure its validated and wellformed tho

    i'd personally choose php as a serverside languade... its fast, easy to learn, powerful and well documented :) altho the other main choices are perl, asp, jsp and coldfusion

    graphics is usually photoshop stuff

    css is essential these days... get a good source that tells u about browser compatibility.... implementation is patchy in places and doesn't adere to w3's guidlines

    most ppl use javascript and DOM (document object model) for clientside scripting / dhtml ... i don't like vbscript ones much... and badly written javascript really annoys me... especially when it crashes non-ie browsers very bad show

    links to everything i talked about in the useful linkage thread :D

    that should keep u busy for a while :p
     
  4. Digitalblueshift

    Digitalblueshift What's a Dremel?

    Joined:
    12 Feb 2002
    Posts:
    2,644
    Likes Received:
    1
    thx, I have a summer comming up, si I thought I might finnally update my aircadets ebpage(been three years) as well as make my own running of my network(got cable)
     
  5. KevinOwns

    KevinOwns What's a Dremel?

    Joined:
    13 Jan 2002
    Posts:
    276
    Likes Received:
    0
    I would go with PHP as a server side scripting language as well, if you are going to use that. I know ASP, Perl, and PHP. I am learning cfm. PHP is by far the easiest to learn and use. And it has great documentation.
     
  6. OneSeventeen

    OneSeventeen Oooh Shiny!

    Joined:
    3 Apr 2002
    Posts:
    3,454
    Likes Received:
    2
    Perl is my favorite for CGI scripting, but I perfer ASP for other web functions...
    The only problem I've been finding lately, is that with dynamic pages, it is harder to search them, due to them not really existing until you make them. Anyone have a good way to create dynamic pages searchable? (I should probably start another thread)

    Right now, due to server limitations, I'm using notepad for html, and server side includes... no fancy scripting going on here....
    (and photoshop! couldn't live w/o it) :p


    -OneSeventeen

    GoAhead
     
  7. moose

    moose What's a Dremel?

    Joined:
    12 Mar 2001
    Posts:
    789
    Likes Received:
    1
    What is your dynamic content generated from? A database or some such, or some static files... ? It's really dependant on that, before you can attack searching properly :) Basically in all cases though, you don't search the finished dynamic page, but insted the data source(s) from which the dynamic page was generated from.
     
  8. Alaric

    Alaric code assassin

    Joined:
    3 Nov 2001
    Posts:
    2,881
    Likes Received:
    0
    err unless of course u mean search engines like altavista and the such... in which case there are two articles at www.phpbuilder.com .... they're php specific but might be able to be extended to pl
     
  9. moose

    moose What's a Dremel?

    Joined:
    12 Mar 2001
    Posts:
    789
    Likes Received:
    1
    Ah, very true - I see my question interp is somewhat lacking ;)

    I'm just too damned keen to code stuff :D
     

Share This Page