On Fri, 3 Feb 2012 at 5:13:32 +0800, Paul Harris wrote: > My review: > > I prefer the simpler look, but you'll have to start again with the actual > build of the website. > > It uses frames, which is very bad in terms of navigation (eg, you can't > click the News button, and then bookmark the site, because the URL doesn't > change at the top), > > The frame sizing is all wrong on my Windows Chrome (buttons clipped etc), > > And if the window is shorter than the required height for the buttons > frame, no scrollbar appears for scrolling down the buttons-frame. > > > I tested the website on my little phone-browser, and each time I click a > button, the content moves further to the right. > > > So, I like the approach, but please switched to a frameless design. > And, someone is going to have to put content up regularly (ie new News)
Thanks for the review. I wanted to convey a minimalistic feeling to the page using my minimalistic html knowledge (which I picked up while writing it). And for that, using frames looked like a convenient solution to me. But now I read about frames being evil, I agree with that. At first I tried to use CSS frames -- and the dock, header and content part of the site all have absolute CSS positioning (see title.css). But what I could not do was to keep the dock and header only in one place, and only change the content by clicking on the icons. I guess that's something trivial to implement for someone who knows a bit about web pages - which is not my case. The whole source code for the website is here: http://www.damtp.cam.ac.uk/user/crm66/wmakerwebjohn.tar.gz The source is simple (so that even I can read it), so I encourage people to look at it, please. -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.