PDA

View Full Version : xsi page. tell me what you think


raffael3d
10-11-2002, 08:12 AM
xsibase.com (http://www.xsibase.com)
tell me what you think
thanks a lot.

kdjoergensen
10-11-2002, 08:37 AM
Very nice website. I like the color combinations and the good use of images. It also loaded pretty fast..

the only thing:
- what does your website/business do ?
I could not figure it out ?

Assume your visitors to the page know what the business is about ?

Should you maybe expand you 2nd banner (the top red hortizontal "SoftImage XSI Resources" banner w/ white text under the gray XSI base.com logo) to say " SoftImage XSI Resources - a leading producer of Image Editing Software, featuring XSI IMAGE 3.0" etc

Just an idea..

Great layout and color use...

DA Master
10-11-2002, 12:43 PM
The layout is GREAT! You have done a great job. They arn't many spaces down the sides on a large screen, that's good.

rjlstar
10-11-2002, 03:09 PM
The homepage is very well organised when you have those sections. I think that it would be better if each section had a little bit of spacing between each other.

You should have a short paragraph on what your site is about, instead of jumping to the main meat. Cause I don't know what XSI is or what your site has to do with XSI.

I like the colors and layout.

netgaindomains
10-11-2002, 05:12 PM
very respectable looking site. a little slow loading for me any way @ 768K. I know that softimage is for video animation but many people do not. very clean layout. i rather enjoyed the repeated use of the top image over the sections very eye pleasing.
sorry i dont seem to have any criticisim for you but if you have the time please advise on my site, i'm rather new to this whole thing. http://www.netgaindomains.com

AsylumLife
10-12-2002, 04:47 PM
Wonderful layout! Just like the others said, though, do elabrate on what it actually does...:rocker: :rocker:

raffael3d
10-14-2002, 08:00 AM
thanks for the feedback. XSI is a 3d software. it is developed by a company called Softimage. So the product is called Softimage XSI. it was/is used for motion pictures effects like Star Wars Episiode 2, Jurassic Park and others.
the page is a community page for professionals who use the software as their work tool.

giz
10-14-2002, 05:46 PM
A few errors. See: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.xsibase.com%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional such as:



Attributes must be quoted:
BGCOLOR=#525252 should be BGCOLOR="#525252"



IMG tags require ALT="" attributes.



<HTML> <HEAD> <META ...> </HEAD> <BODY> </BODY> </HTML> are repeated multiple times throughout the document.



Multiple missing </FONT> tags before </TD> in tables.



&amp; should be &amp;amp;



Should the multiple occurances of:

" border="0" width="190" span class="text5">

actually be:

" border="0" width="190"><span class="text5"> .?
[Not Sure about that one (the width number is different on many, so not so easy to find with search and replace)]



Multiple problems reported with </A> ... probably a nesting problem.



End </SPAN> tags missing or wrongly nested.



End </TABLE> tags missing.



Multiple times: <tr> should be </tr> in structure like:

</font></td><tr></table><table border="0" ...



Missing <tr> tags elsewhere (<td> with no <tr> before it).



Nesting problems (</b> wrongly placed - multiple times):

<b>Non Photorealistic Rendering</font></b></td>

Should be:

<b>Non Photorealistic Rendering</b></font></td>
[User Text varies in each fault]



Each of the above errors occurs multiple times throughout the code. See error report for full list: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.xsibase.com%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional .