Jump to content

Recommended Posts

Hi all the good people of East Dulwich Forum.


I am developing a Website for East Dulwich.


It is for information about Restaurants, Pubs, Bars, Shops, Transport, Schools, Emergency Services.


Feed back is required as to appearance of site in your Browser and Functionality.


The site is best viewed in Explorer, Google Chrome or Safari. Resolution 1600/900


The site should be viewed full screen.


Functionality to check.


Page sits centrally on your screen. (Boxes are not right biased)


Mouse over boxes on 'Shops' and 'Food & Drink' pages should drop down to reveal address and tel. nos.

and Picture of business should appear in large box.


Clicking on drop down box name should take you to website where available.


Site is in constant development and any feedback of changes, IE Business no longer running would be appreciated.


Any Feedback would be appreciated either here of preferably by the e-mail DNO Button on Menu Bar.


The Site is written almost entirely CSS and it is possible that some older browsers will not be able

to handle some of the more complex CSS Transitions.


Also there may currently be problems when viewed on A Mac.


Site can be found at http://www.dulwichnightout.com


Thanks for your help in advance.


DulwichFox :)

I recognise the site is in development, but to include the (very new) Patch and to exclude Franklin's seems a strange choice - you might also want to distinguish between 'pubs that do food' and gastro-pubs - or pubs where the food is particularly important. The Great Exhibition also needs some mention, again if you are prepared to include the Patch (which is further away, arguably).


Not optimising round tablets or (especially) mobiles seems a mistake - that is quite likely to be the access medium of choice. I have a 24inch landscape monitor and it only just fits to be readable and is right biased, not centred, when viewed full-screen. Some of the links do work, some don't do anything, some open the same screen as you were already looking at. Where there isn't a link it would be better to show the name 'black' rather than 'clickable blue'.


Had I been designing this I think I would have had less information per screen so clicking a link to food and drink would have taken you initially only to the categories list, and then to the (alphabetical) listings under each category - perhaps ranged under each other so that smaller screens or open windows would work. That would have made more screens for you to write (obviously) but would have made the site more user friendly to navigate. IMHO.


You do need to define 'local' and 'nearby' - at least from some nominal central point.


It might have been interesting to have seen some editiorial or philosophical statement which described why you were doing this and what your editorial position was as to inclusion or exclusion of e.g sites/ businesses.

Penguin..


Several versions of Dulwich Night Out have been around for many years. It was lost when BT took away free hosting.


Optimisation for CSS Transitions on mobile devices is complex if not impossible. Some devices simply

do not support them, as do some Browsers.


Links are still being updated. Many establishments do not have their own Websites and rely on other listings

that have reviews about their businesses.


Whether entries should be listed alphabetically ? well that would be fine if everything was static.

But having to change every inclusion every time a business changed would be impractical.

The Links / The Hover Transitions to load pictures / are all referenced in different areas of code.

So every drop down would need to be re-coded to change a single entry.


All entries are liable to be removed and new ones included as moods change.

The Patch would not of been one of my choices but would seem to be a popular choice for many here on EDF

so got a mention.


I am more concerned about Functionality rather than content.


Like if you build a Television, make sure it works and worry about what programmes are going to watch later.


DulwichFox

charlesfare Wrote:

-------------------------------------------------------

> It's functional but looks like it was made in the

> days of Netscape.



Don't think CSS 3 was around in the days of Netscape. What Browser are you using. ?

What resolution are you viewing at. ?


Certainly on my machine everything is working fine.


Will need to view on some other machines to see where adjustments are needed.


Foxy.

DulwichFox Wrote:

-------------------------------------------------------

> charlesfare Wrote:

> --------------------------------------------------

> -----

> > It's functional but looks like it was made in

> the

> > days of Netscape.

>

>

> Don't think CSS 3 was around in the days of

> Netscape. What Browser are you using. ?

> What resolution are you viewing at. ?

>

> Certainly on my machine everything is working

> fine.

>

> Will need to view on some other machines to see

> where adjustments are needed.

>

> Foxy.


I just meant that it looks like a website from the very early days of the internet. Not very modern or inviting.

The site is meant more as a Directory with links to other sites all in one place

without the need to Google everything to find out what time the Local Pharmacy opens till. (example)

Just Hover over a pharmacy and it will tell you.


Links to all major stations/ Airports . Travel Alerts / Emergency Services



There's a lot of info there and more added daily.


DulwichFox

You may want to consider a solution such as wordpress or bootstrap where content is separated from style and where there are defaults and stylesheets that works out of the box. Many such web frameworks will handle browsers, resolution, mobile, SKUs etc. automatically for you. This makes it a lot easier to build a site which works everywhere, looks nice and consistent. And the maintainer can spend more time on the content side and less time worrying about technology aspects. :)

It looks like a low quality imitation of http://www.lordshiplane.co.uk/ (which is itself a website of limited value that I have visited only a couple of times in ten years). If I had come across your site without seeing this thread, I'd have assumed it was a here-today-gone-tomorrow website that will soon be out of date.


Is the plan to have reviews of the various eateries and schools? Without reviews, it's of little use, but I trust the reviews on the EDF (where reviewers have long track records that you can check) more than I'd trust them on a restaurant review site, where any vindictive competitor can have an anonymous pop.


Sorry to be negative, but you did ask for feedback.

I presume you will be making the font consistent throughout the website? By which I mean same font and size on all pages - looks very much like a cut and paste job at the moment.

I'd consider opting for a more user friendly font too.

http://www.w3.org/TR/WAI-WEBCONTENT/#Guidelines might help point you in the right direction

Might also want to consider advising links navigate away from the website or make the links open in a new window. I'd go with the latter so that viewers will still stay on the site. There's nothing worse than having to go back and forth to view information.

Looks horrible, I think you should consider getting a professional to do it. The idea may be good but execution is poor to say the least. This days a 10 year old can come up with something better. It's just hard to even say what is wrong as it's literally everything, sorry but it's a NO from me.

East_Dulwich Wrote:

-------------------------------------------------------

> Looks horrible, I think you should consider

> getting a professional to do it. The idea may be

> good but execution is poor to say the least. This

> days a 10 year old can come up with something

> better. It's just hard to even say what is wrong

> as it's literally everything, sorry but it's a NO

> from me.


Its a hobby project. Why would I get a pro to do it.

It works very well and fast on my own machines. .


It sits very well on when viewed at the recommended resolution


I'm not sure you are seeing the site as it is intended.

The CCS3 Transitions do not work on an Apple Mac.


Despite using


-webkit-transition: all 0.25s ease-in-out 0.25s;

-moz-transition: all 0.25s ease-in-out 0.25s;

-ms-transition: all 0.25s ease-in-out 0.25s;

-o-transition: all 0.25s ease-in-out 0.25s;

transition: all 0.25s ease-in-out 0.25s;


Some Browsers still seem to have problems with the Transitions.


It is entirely hand coded in CCS3 / PHP / HTML using Dreamweaver6.


Over 600 hits with a dozen or so Bad reviews. I can live with that.

I have had requests for inclusion when first going live before posting here.


Will take all comments on board.

Thank you for your input.


DulwichFox

Needs alot of work. The design is all at sea.


Lose the splash page - it's annoying and dated.

Get your use of fonts and spacing consistent. This is what CSS is for.

This site doesn't need transitions.

Get some advice on colour use.

Get it working on muliple platforms. You work to reach an audience, they don't work to reach you.


Having said all of that, I respect both the effort and the spirit in which it was done!

As said above have a look at Twitter's Bootstrap or Zurb's Foundation or any number of lightweight frameworks to get a fully responsive site which supports multiple platforms and browser resolutions - your users will not forgive you for 'it looks ok on my machine at the right resolution'.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Latest Discussions

    • I've never got Christmas pudding. The only times I've managed to make it vaguely acceptable to people is thus: Buy a really tiny one when it's remaindered in Tesco's. They confound carbon dating, so the yellow labelled stuff at 75% off on Boxing Day will keep you going for years. Chop it up and soak it in Stones Ginger Wine and left over Scotch. Mix it in with a decent vanilla ice cream. It's like a festive Rum 'n' Raisin. Or: Stick a couple in a demijohn of Aldi vodka and serve it to guests, accompanied by 'The Party's Over' by Johnny Mathis when people simply won't leave your flat.
    • Not miserable at all! I feel the same and also want to complain to the council but not sure who or where best to aim it at? I have flagged it with our local MP and one Southwark councillor previously but only verbally when discussing other things and didn’t get anywhere other than them agreeing it was very frustrating etc. but would love to do something on paper. I think they’ve been pretty much every night for the last couple of weeks and my cat is hating it! As am I !
    • That is also a Young's pub, like The Cherry Tree. However fantastic the menu looks, you might want to ask exactly who will cook the food on the day, and how. Also, if  there is Christmas pudding on the menu, you might want to ask how that will be cooked, and whether it will look and/or taste anything like the Christmas puddings you have had in the past.
    • This reminds me of a situation a few years ago when a mate's Dad was coming down and fancied Franklin's for Christmas Day. He'd been there once, in September, and loved it. Obviously, they're far too tuned in to do it, so having looked around, £100 per head was pretty standard for fairly average pubs around here. That is ridiculous. I'd go with Penguin's idea; one of the best Christmas Day lunches I've ever had was at the Lahore Kebab House in Whitechapel. And it was BYO. After a couple of Guinness outside Franklin's, we decided £100 for four people was the absolute maximum, but it had to be done in the style of Franklin's and sourced within walking distance of The Gowlett. All the supermarkets knock themselves out on veg as a loss leader - particularly anything festive - and the Afghani lads on Rye Lane are brilliant for more esoteric stuff and spices, so it really doesn't need to be pricey. Here's what we came up with. It was considerably less than £100 for four. Bread & Butter (Lidl & Lurpak on offer at Iceland) Mersea Oysters (Sopers) Parsnip & Potato Soup ( I think they were both less than 20 pence a kilo at Morrisons) Smoked mackerel, Jerseys, watercress & radish (Sopers) Rolled turkey breast joint (£7.95 from Iceland) Roast Duck (two for £12 at Lidl) Mash  Carrots, star anise, butter emulsion. Stir-fried Brussels, bacon, chestnuts and Worcestershire sauce.(Lidl) Clementine and limoncello granita (all from Lidl) Stollen (Lidl) Stichelton, Cornish Cruncher, Stinking Bishop. (Marks & Sparks) There was a couple of lessons to learn: Don't freeze mash. It breaks down the cellular structure and ends up more like a French pomme purée. I renamed it 'Pomme Mikael Silvestre' after my favourite French centre-half cum left back and got away with it, but if you're not amongst football fans you may not be so lucky. Tasted great, looked like shit. Don't take the clementine granita out of the freezer too early, particularly if you've overdone it on the limoncello. It melts quickly and someone will suggest snorting it. The sugar really sticks your nostrils together on Boxing Day. Speaking of 'lost' Christmases past, John Lewis have hijacked Alison Limerick's 'Where Love Lives' for their new advert. Bastards. But not a bad ad.   Beansprout, I have a massive steel pot I bought from a Nigerian place on Choumert Road many years ago. It could do with a work out. I'm quite prepared to make a huge, spicy parsnip soup for anyone who fancies it and a few carols.  
Home
Events
Sign In

Sign In



Or sign in with one of these services

Search
×
    Search In
×
×
  • Create New...