Page 4 of 4

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 9:57 am
by Eran
the styling is very customizable on the live version of my site. I'll be implementing a long term theme solution for Version 2.9 of my site any way. Can't make everyone happy but sometimes you can give people the tools to do it themselves.
There is a reason why web designers have jobs - most people can't design to save their lives. Also, for someone to customize a site requires a high degree of involvement - no random visitor will bother to do so.

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 10:00 am
by allspiritseve
@Jab, the ">|" in "Last Page' is wrapping... might want to make that button bigger, and/or add a nbsp; between them.

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 10:15 am
by JAB Creations
@allspiritseve What browser and OS are you using? Have you modified the font-size or zoom settings in your browser? It might be a font-family issue as I don't think I've set a font-family at this moment in time. I increased the width a little bit though until I know what your browsing environment is then I can only guess what it looks like.

@pytrin My site exists for no greater purpose then for my personal learning. If other people don't like it then it doesn't bother me.

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 10:30 am
by allspiritseve
JAB Creations wrote:@allspiritseve What browser and OS are you using? Have you modified the font-size or zoom settings in your browser? It might be a font-family issue as I don't think I've set a font-family at this moment in time. I increased the width a little bit though until I know what your browsing environment is then I can only guess what it looks like.
Latest firefox, ubuntu 8.10. I haven't modified the font settings at all.

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 10:36 am
by JAB Creations
I only have Kubuntu in VMware at the moment. I'll download the latest Ubuntu and have a look.

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 11:16 am
by allspiritseve
JAB Creations wrote:I only have Kubuntu in VMware at the moment. I'll download the latest Ubuntu and have a look.
No need... just put a nbsp; instead of space in there.

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 11:21 am
by josh
JAB Creations wrote:@jshpro2 Good catch! It took some a little time though the code was easy to implement.
Imagine if an automated test caught it for you ;-)
allspiritseve wrote: might want to make that button bigger
oh god, please no!

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 11:27 am
by JAB Creations
How does it look now? Thanks for being my eyes...Ubuntu finished downloading and I'll probably fire it up later on any way. :P

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 11:29 am
by allspiritseve
jshpro2 wrote:oh god, please no!
correction: might want to make that text smaller?

ps- I like the new signature!

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 11:30 am
by allspiritseve
JAB Creations wrote:How does it look now? Thanks for being my eyes...Ubuntu finished downloading and I'll probably fire it up later on any way. :P
Looks like you need one between last and page now...

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 11:36 am
by JAB Creations
I decided to simply replace all the spaces with entities instead...odd how a space and an entity space could take up different amounts of space? But whatever...how does it look now?

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 12:27 pm
by VirtuosiMedia
JAB Creations wrote:I decided to simply replace all the spaces with entities instead...odd how a space and an entity space could take up different amounts of space? But whatever...how does it look now?
You really should be using CSS for spacing rather than spaces or a space entity. I noticed that because your buttons are a fixed width, on some of them, the text spills outside of the border (like the first page button). You can fix this by removing the height and width styles and adding padding around the text. That way it will still render correctly even if someone resizes the text. Otherwise, you'll need to get a smaller text size, which will still break the layout if the text is resized.

Re: Multiple Page Navigation: What do you like most?

Posted: Thu Nov 20, 2008 4:34 pm
by allspiritseve
JAB Creations wrote:I decided to simply replace all the spaces with entities instead...odd how a space and an entity space could take up different amounts of space? But whatever...how does it look now?
It looks good. It doesn't take up any less space, but nbsp; is a non-breaking space. VirtuosiMedia is probably right though, you might want to go with more flexible inline buttons w/ padding and w/o width.