Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Evaluate my site...

    I posted this in DHTML so I didn't get a million responses.

    Check out [url]http://www.viswiz.biz/simacor/simacor.html[/url]

    I am not looking for design tips - unless they're related to making the page
    load faster.
    I am interested i feedback about the structure and functionality of the site.
    What do you guys think?
    Is there anything I can do to get the images to load faster.... perhaps even
    simultaneously?

    Are there any standards I should implement? Is anyone seeing this in a
    different browser than IE. If so, let me know how it looks/functions on your
    browser.

    All around criticism is appreciated.

    WickedSense Guest

  2. Similar Questions and Discussions

    1. evaluate string
      Hi I hve a list mylist= I am inserting the values dynamically in the string format in the list and the list becomes mylist=] or mylist=] now...
    2. Evaluate within CFSET
      I'm looping through a list of sites. I've written queries to count the number of live and pending articles in tables that begin with the site's...
    3. Avoiding Evaluate
      I'm starting with a formula, which is a string, in a variable. For example, calcFormula = (a + b) / c. I replace parts of the string with numeric...
    4. PreserveSingleQuotes and Evaluate
      Hi all. I've run into a bit of a problem with part of an application. I have users inputting , what can be, multiple animal (Species) names and...
    5. Please evaluate my Project
      For my MSc in Multimedia project I am developing a 3D surgery simulation centre for othtopaedic surgeons and physiotherapists. I have developed a...
  3. #2

    Default Re: Evaluate my site...

    ..
    WickedSense Guest

  4. #3

    Default Re: Evaluate my site...

    Hi

    Here's some feedback, looking at the site in Safari (Mac):

    1. Your Message board does not fill the entire space it should. There's a
    space of approx 10px above and below the box, I can see the page background
    behind.

    2. Your main content column expands right on pages other than the Home page;
    the main horizonal menu expands even more; your Message Board stays put.

    3. You should specify a DTD at the top of each page, I guess from your markup
    you'd be using html 4.0 transitional or xhtml 1.0 transitional. This will give
    you a base from which to validate your code.

    4. Take the formatting out of the body of each page, put it in a separate css
    file - easier to maintain and faster page loads.

    Hope this helps

    mpjx Guest

  5. #4

    Default Re: Evaluate my site...

    Your fly-out menu works inside netscape 4 which is amazing, but instead of all
    of that bulky javascript I suggest using a CSS-based solution, which is more
    streamlined. It should help you reduce that download time.

    Check out this example of a sukerfish flyout menu:
    [url]http://www.cssdreams.com/xtras/scripts/flyout-menus2.html[/url]

    The flyout menu is merely a bulleted list, styled with CSS, and includes a
    tiny bit of JS inorder for it to work in IE. All other browsers make it work
    using CSS alone. It's quite spectacular. You can put the CSS & JS both in
    external files of course.

    mzanime.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139