The Edinburgh Pen Shop - Redesigned!
edinburghpenshop.com has now been redesigned. It is also at edinburghpenshop.co.uk I thought long and hard about all the advice I got and this is what I've come up with.
I seem to have a little problem with the layout. In 800x600 the tables seem to overlap. In 640x480 it's hideous! I'll eventually get around to doing an ultra basic version for 640x480 which will cover old browsers and ultra low bandwidth users.
I also have a problem with the redirection service my domain registrant provides. edinburghpenshop.co.uk seems to always work but edinburghpenshop.com sometimes doesn't. They both point ot the same location: inajiffy.org.uk so I think it must be a problem with the redirection service. Any ideas?
Please could you let me know
1) your overall impression
2) how fast does the site load for you
3) any problems with the site not appearing
4) does the javascripting work fine (do you see the brand's logos?)
You can see the old version at jiffycomputers.f2s.com/old.html
Cheers, Jiffy
citron posted this at 15:01 — 11th July 2001.
They have: 42 posts
Joined: Jun 1999
Jiffy,
As you may remember, I liked the logos on the old site, and so I was disappointed at first to see them gone. However, you have in fact done an excellent job of displaying them on rollover, which is an improvement.
The nibs at the top are great, but the logo lettering still does nothing for me (or you).
The 3 photos are a good idea. Can they all be the same size as the shop front? I can hardly see the smaller two.
Good idea to link to the old site for us, but the link did not work for me
Good luck
Stephen
Office Users.
See the possibility.
Make the choice.
visualguide.com
The Webmistress posted this at 15:05 — 11th July 2001.
She has: 5,586 posts
Joined: Feb 2001
I think that the problems that you are having with the overlapping is because you are using three tables lined up along side each other, I would be inclined to have one table with three columns that way you can ensure that everything is going to line up ok.
Julia - if life was meant to be easy Michael Angelo would have painted the floor....
Megan posted this at 15:17 — 11th July 2001.
She has: 11,421 posts
Joined: Jun 1999
Much better! Looks good! Just a couple of things:
I really like the pen nibs you've used in the logo - those look great!
Megan
Connect with us on Facebook!
taff posted this at 15:55 — 11th July 2001.
They have: 956 posts
Joined: Jun 2001
I'm always preaching white backgrounds but in this case, it doesn't seem to work for me. Perhaps it is a lack of contrast with the yellow? Have you experimented here at all?
Perhaps coloured sidebars?
I still think that default link colours have an "unfinished" look to them.
Megan: I've always used "center" in that context. the community centre or city centre is another matter
.....
TheGizmoid posted this at 21:28 — 11th July 2001.
They have: 168 posts
Joined: Apr 2001
Looking better!!
I also like what you did with the rollovers for the logos, it's much less cluttered looking. An elegant solution I hadn't even thought of.
"SHOP PHOTOS penplusmag 2 Jim and Janet.jpg" is a broken image in NS. NS doesn't like spaces in file names. Sometimes it fills the spaces in with %20s like it did with your logo:
eps%20logo%20mark%20xi.gif
Sometimes it will work, sometimes not. Best to avoid spaces in file names altogether. Underscore or hyphen are acceptable, no odd characters please.
And do use "alt" tags for your images. For one thing, spiders and bots can't read the text in a graphic, so the name in your logo will not be indexed. Alts are also a good way to reinforce keywords, so instead of "alt=logo.jpg" for example, you can have "alt=logo of the Edinburgh Pen Shop, your source for (keywords here)". It won't display on the page, but will get indexed. Also, alt tags are crucial for navigation when a site is accessed by the visually-impaired using a text reader.
I'd consider getting an invisible counter/stats program, as I don't think it's good for a commercial site to advertise how few hits it's gotten.
Obviously you still need to fill in the gaps for missing pages, but it's coming right along.
I never thought about "foreigners" having to think like Americans to code HTML. You mean a "centre" tag won't work? LOL!
Abhishek Reddy posted this at 04:26 — 12th July 2001.
He has: 3,348 posts
Joined: Jul 2001
hi jiffy,
i realy really like the new design! great job! i really can't find anything seriously wrong in the pages...newvertheless, i have 2 suggestions
[=1]
[*]in your brand pages, the image of each model of pen is placed below the description. the eye has a tendency the look at images first, words later. i suggest you place the images above the description.
[/=1]
thats about it. and fix the overlapping tables too .
once again, GREAT WORK!:)[/]
PaPa posted this at 08:29 — 13th July 2001.
They have: 15 posts
Joined: Jul 2001
OK Jiffy, here's a fix for your table problem...
Nest those three tables inside one large table consisting of one row and three cells, where each of your tables goes into one of the new cells. You'll need to change some of the attributes on the 3 old tables--remove the align attributes and make the width attributes = 100%.
The new outer table table would look like...
<?php
<center>
<TABLE width=\"100%\" border=\"0\" cellPadding=\"0\" cellSpacing=\"0\">
<TR>
<td align=\"center\" valign=\"top\">
TABLE ONE
</td>
<td align=\"center\" valign=\"top\">
TABLE TWO
</td>
<td align=\"center\" valign=\"top\">
TABLE THREE
</td>
</TR>
</TABLE>
</center>
?>
--Papa
Jiffy posted this at 09:03 — 19th July 2001.
They have: 21 posts
Joined: Jul 2001
Wow! You guys are a great help! Sorry I haven't got back to you sooner but I've been busy applying much of the advice you've kindly given.
citron
I think you're right about the logo text. I'll work on it some more.
I did as you said and made the three pictures on the main page the same size and it does look better.
The Webmistress
You are, of course, absolutely right about the tables problem being because it is three lined up alongside each other. I had orignally done it as a table with three columns but, when a lot of content was added to the middle column, it stretched the other columns and they looked terrible. Sorry I forgot to reply to your last post. I'm going on holiday! A week in Paris and a quick drive round Belgium, Luxembourg, Holland and Germany!
Megan Jack
Thanks for the hspace advice. I've done that.
About the script font, I'm gonna have another hunt through my 300 fonts and see what I can find!
taff
I'm going to try to learn about CSS. I think I'll be able to get a better looks for the side columns using CSS. What do you think?
TheGizmoid
Thanks for telling me about the spaces in picture filenames problem. I've corrected that. I'll add more alt tags. I never knew they were that important. Thanks. I've changed the counter too. The previous one was invisible until recently.
Abhishek Reddy
I can't think of any place better to put the rollover logos but I'll keep it in mind. Your advice about the picture placement on the brand pages was spot on. I've changed them around and it does look a lot better. Thanks for that advice.
PaPa
AAAAAARRRRRRGGGGGHHHHH! I spent hours working that out! If only I'd waited another day before working on it, I woulda saved hours! I've got the new layout up but it's still useless for 640x480. I'll check your one out. Thank you very much for your help.
Thanks everyone for the encouragment and critiquing. I'm racing to get as much of the site up as I can before I go on holiday. I'm also gonna put some prices up as well.
Once again, thanks everybody!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.