A few minor website niggles

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

A few minor website niggles

xinaesthete
Hi,

I just noticed that some of the links on the main navigation bar on http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html (and possibly some other pages) point to the wrong places, eg http://jogamp.org/jogl/forum.html rather than http://jogamp.org/forum.html, similar for blog links from that page.

Also, you might think about adding a little padding to images (in particular on the jogl showcase)... and I notice that chrome complains about 'unmatched  tags' on that page.

Finally, I notice from my console there seem to be several xss-related errors from the way nabble scripts interact on forum pages (eg "Unsafe JavaScript attempt to access frame with URL http://jogamp.org/forum.html from frame with URL http://jogamp.762907.n3.nabble.com/;cid=xxx. Domains, protocols and ports must match.").  Still, seems to be basically working fine.  I guess you didn't do anything particularly unusual in embedding Nabble, so maybe it's their problem.

So, nothing show stopping, should all be easy enough to address when anyone has a moment.

Now, having told you what you should do with your site, perhaps I should address some of the problems pointed out by a client of mine on a site I made...  :)

Peter
Reply | Threaded
Open this post in threaded view
|

Re: A few minor website niggles

Michael Bien

On 06/26/2010 04:38 PM, xinaesthete [via jogamp] wrote:
Hi,

I just noticed that some of the links on the main navigation bar on http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html (and possibly some other pages) point to the wrong places, eg http://jogamp.org/jogl/forum.html rather than http://jogamp.org/forum.html, similar for blog links from that page.

Also, you might think about adding a little padding to images (in particular on the jogl showcase)...
thanks will fix that. Feel free to propose a fixed stylesheet with the image padding thingy included :)

and I notice that chrome complains about 'unmatched </img> tags' on that page.
w3 xhtml validator does not complain:
http://validator.w3.org/check?uri=http%3A%2F%2Fjogamp.org%2Fjogl%2Fwww%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

regards&thanks,
michael



Finally, I notice from my console there seem to be several xss-related errors from the way nabble scripts interact on forum pages (eg "Unsafe JavaScript attempt to access frame with URL http://jogamp.org/forum.html from frame with URL http://jogamp.762907.n3.nabble.com/;cid=xxx. Domains, protocols and ports must match.").  Still, seems to be basically working fine.  I guess you didn't do anything particularly unusual in embedding Nabble, so maybe it's their problem.

So, nothing show stopping, should all be easy enough to address when anyone has a moment.

Now, having told you what you should do with your site, perhaps I should address some of the problems pointed out by a client of mine on a site I made...  :)

Peter


View message @ http://jogamp.762907.n3.nabble.com/A-few-minor-website-niggles-tp924263p924263.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.

Reply | Threaded
Open this post in threaded view
|

Re: A few minor website niggles

xinaesthete
Michael Bien wrote
On 06/26/2010 04:38 PM, xinaesthete [via jogamp] wrote:
> Also, you might think about adding a little padding to images (in
> particular on the jogl showcase)...
thanks will fix that. Feel free to propose a fixed stylesheet with the
image padding thingy included :)
Adding something like

#main img { padding: 10px; }

should be roughly ok I guess.  You might want to make it more global, but it messes up the header a bit if you do it to all img.

> and I notice that chrome complains about 'unmatched  tags' on
> that page.
w3 xhtml validator does not complain:
http://validator.w3.org/check?uri=http%3A%2F%2Fjogamp.org%2Fjogl%2Fwww%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
That's probably a more valid source...

Cheers,
Peter
Reply | Threaded
Open this post in threaded view
|

Re: A few minor website niggles

Michael Bien
thank you,

updated stylesheet and links.

-michael