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 |
On 06/26/2010 04:38 PM, xinaesthete [via jogamp] wrote: Hi,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
|
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. That's probably a more valid source... Cheers, Peter |
thank you,
updated stylesheet and links. -michael |
Free forum by Nabble | Edit this page |