A Flash Developer Resource Site

Page 7 of 7 FirstFirst ... 34567
Results 121 to 126 of 126

Thread: The Cardinal Sins of Web Design

  1. #121
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016

    Re: hmm,

    Originally posted by polymorphic
    razor, Über (not as you put it "uber") is NOT a web term but GERMAN. You must be american. :P
    No, I am from the UK, it is being used more and more because at flashforward2000, Brendan Dawes called himself a Uber(with two dots) designer. Oooooh, trend setter eh?

    Can you all please call me a mange tout Interactive web monkey please?

  2. #122
    they call me the_jump... le_saut's Avatar
    Join Date
    Mar 2001
    Posts
    536
    Originally posted by Jon Chapman
    why load the same navigation buttons for evey page than have them scroll off the screen?
    Most of the time you'll find that the images are cached by the browser. You can use an include, in PHP for instance, to hold the navbar. Then you don't have to worry about coding the navbar for every page (and making changes to 45 navbars).

    Frames are a barrier to search engine indexing as well.

    rgds

    James

  3. #123
    they call me the_jump... le_saut's Avatar
    Join Date
    Mar 2001
    Posts
    536
    As they say in the song, this is what "****s me to tears" :

    • * frames
      * pop-ups that you can't resize. I've seen whole flash sites in 500x400 windows, somwhere on my screen.
      resizable is the code word here in window.open, people.
      * flash intros larger than the actual sites
      * storing page content in textareas.
      * Frontpage themes ---argggghhh.
      * the webpagesthatsuck.com site - now that really sucks.


    I'm sure I'll think of more...

    I still haven't worked out what 'practical deep fast rich content' in the F of Ed books means. I can understand everything else in their books but not that.

    Someone overdosed on adjectives?


    my thoughts

    James

  4. #124
    Junior Member
    Join Date
    Oct 2000
    Posts
    17

    or

    instead of using php to set a server side include you could just build your menu in flash, have a cool menu navigation bar and have to only update it in one place as well with out using includes.

    Ah yes.... The power of Flash - my answer to world peace, the cure for cancer, hunger, etc. FLASH!

    webmaster@iwpro.com
    http://www.iwpro.com/development

  5. #125
    Gross Pecululatarian Ed Mack's Avatar
    Join Date
    Dec 2001
    Location
    UK
    Posts
    2,954
    PHP and CSS does me for all my needs (well, mostly). Using the two you can build a very customisable and easily updatable site very fast (I do realize the existence of other server side languages, but PHP is near standard now, and I far prefer it to ASP).

  6. #126
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Originally posted by Ed Mack
    PHP and CSS does me for all my needs (well, mostly). Using the two you can build a very customisable and easily updatable site very fast (I do realize the existence of other server side languages, but PHP is near standard now, and I far prefer it to ASP).
    Yep, ASP is the work of the devil

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center