HighDots Forums  

This is fun. Please critique me more.

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss This is fun. Please critique me more. in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jeffrey Silverman
 
Posts: n/a

Default This is fun. Please critique me more. - 02-25-2004 , 12:39 PM






Allright, while I'm at it, why not a critique of my "homepage", in my sig:

http://www.wse.jhu.edu/newtnotes/

Anyone? What's good, bad, or ugly about it?

Thanks.

Some tidbits:

1) intended audience: web denizens, technogeeks, and technogeek wannabes.
And myself.

2) Site created with: Back-End CMS V0.46 (version number may be
off slightly). I find that I am not sooper-crazy about this CMS but I was
testing CMSes and this one stuck because I had already created a bunch of
content.

3) Um, nothing else...

Thanks. later...

--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | http://www.wse.jhu.edu/newtnotes/


Reply With Quote
  #2  
Old   
Spartanicus
 
Posts: n/a

Default Re: This is fun. Please critique me more. - 02-25-2004 , 12:57 PM






Jeffrey Silverman <jeffrey (AT) jhu (DOT) edu> wrote:

Styling doesn't work sans Javascript.

--
Spartanicus


Reply With Quote
  #3  
Old   
Jeffrey Silverman
 
Posts: n/a

Default Re: This is fun. Please critique me more. - 02-25-2004 , 01:04 PM



On Wed, 25 Feb 2004 17:57:32 +0000, Spartanicus wrote:

Quote:
Jeffrey Silverman <jeffrey (AT) jhu (DOT) edu> wrote:

http://www.wse.jhu.edu/newtnotes/

Styling doesn't work sans Javascript.
Wow. I had no idea.

Thanks for the info.

--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | http://www.wse.jhu.edu/newtnotes/



Reply With Quote
  #4  
Old   
Jeffrey Silverman
 
Posts: n/a

Default Re: This is fun. Please critique me more. - 02-25-2004 , 01:06 PM



On Wed, 25 Feb 2004 13:04:41 -0500, Jeffrey Silverman wrote:

Quote:
On Wed, 25 Feb 2004 17:57:32 +0000, Spartanicus wrote:

Jeffrey Silverman <jeffrey (AT) jhu (DOT) edu> wrote:

http://www.wse.jhu.edu/newtnotes/

Styling doesn't work sans Javascript.

Wow. I had no idea.

Thanks for the info.
Oops. On second thought, it looks like I did have an idea, and I did that
on purpose. I wonder why?

Hmm, we will never fully understand the undocumented actions of our own
past selves...

--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | http://www.wse.jhu.edu/newtnotes/



Reply With Quote
  #5  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: This is fun. Please critique me more. - 02-25-2004 , 01:50 PM



Spartanicus wrote:

Quote:
Jeffrey Silverman <jeffrey (AT) jhu (DOT) edu> wrote:

http://www.wse.jhu.edu/newtnotes/

Styling doesn't work sans Javascript.
Yes. Jeffrey has gone for the overly complicated:

<script language="JavaScript">
if (document.getElementById){
document.write("<link rel='stylesheet' type='text/css' href='/newtnotes/nn_positioning.css'>\n");
}
</script>

Much easier to just do:

<link rel="stylesheet" type="text/css" href="/newtnotes/nn_positioning.css"
media="screen,projection">

which Netscape 4 will blissfully ignore.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132



Reply With Quote
  #6  
Old   
Alan J. Flavell
 
Posts: n/a

Default Re: This is fun. Please critique me more. - 02-25-2004 , 03:30 PM



On Wed, 25 Feb 2004, Andrew Urquhart wrote:

Quote:
CSS
The W3C CSS validator found no errors, but noted a warning that you'd
missed a generic font family somewhere.
However, it has to be said that this is only a "warning" by the CSS
checker, and there are honestly-held opinions in favour of leaving a
generic choice out, just as there are in favour of specifying one.
It's hard to be definite, given the (as usual) perverse behaviour of a
rather popular browsre-like object in certain situations.

Quote:
That said there are some
improvement to be made still: remove those px units
px units for font size? Oh dear, then any further critique can be put
in abeyance AFAIAC.

all the best.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.