Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2006-03-19 17:24:49

NyteOwl
Member
From: Nova Scotia, Canada
Registered: 2005-09-24
Posts: 539

Re: hblack.net redesigned

I do take all comments seriously. I have added some css styles re letter/word spacing but I’m not sure how it shows in computers other than mine!

A site that has proven useful from time to time is <a href=“http://www.browserhsots.org” title=“browser screen shots page”>Browser Shots</a>

It lets you get screen shots of a page in various browsers. In can take a while though if the queue is busy.


Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;

Offline

#14 2006-03-19 18:24:41

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,122
Website GitHub Mastodon Twitter

Re: hblack.net redesigned

thanks nyteOwl, I have that site bookmarked and it is great to check if the layout appears ok. The problem with the font sizes remains though. Maybe I am wrong but say if i establish a body font at 1em, that size (by the nature of the unit) is totally different in most computers. My sizes are in px but i have included some em dims on letter/word/height spacing. This makes the matter more risky to me as those spaces might appear too sparse for some and too condense for others.

For example: when <a href=“http://forum.textpattern.com/viewtopic.php?pid=104053#p104053”>soulship suggested</a> those spacings they looked ok in his system but they just looked too far apart in mine.

What is the golden section re font size/height/space/etc? I do not know!


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#15 2006-03-19 19:25:13

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: hblack.net redesigned

Owen Briggs
See allso

There is no common solution to this problem ,one thing that’s often done nowadays is to set your base-font at aproximately 76%,
on your body(owen Briggs method,see above),which is the value that gives the most constistent results through different platforms.
From that base font you just scale up in ems, the percentage value will affect other font properties to display 1em to equal 10px,
So you just scale up or down from your basefont in ems,for all your headers, p, li,etc,

EDIT.: I have updated the above percentage value, which was wrong, sorry for that, read allso this
Hope that helps,

regards

Last edited by marios (2006-03-19 21:45:54)


⌃ ⇧ < ⌃ ⇧ >

Offline

#16 2006-03-20 02:27:04

NyteOwl
Member
From: Nova Scotia, Canada
Registered: 2005-09-24
Posts: 539

Re: hblack.net redesigned

marios has pretty much covered it. For my own preferences which has worked well for the most part is to set a base font-size for the document body of 12px when using sans-serif fonts mostly and 14px when using serif fonts and then use em’s for the rest of the sizing.

The purist argument of course is not to set a base font size at all but let the user’s browser preferences decide and just design according to your own settings using em’s or %. I have to agree on a philosophical level but it isn’t always practical to let the base font-size “float” entirely free.


Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;

Offline

#17 2006-03-20 07:32:44

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,122
Website GitHub Mastodon Twitter

Re: hblack.net redesigned

This should be in the Layout and Css forum but since it is about the site I have submitted I guess it’s ok here too.
Question re base font. I understand that base-font is depricated so base font is now the size of the font in the css of body?
ie <code>body{font-size:12px;}</code>


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#18 2006-03-20 14:28:11

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: hblack.net redesigned

I usually handle my base font with an asterix to grab absolutely everything. And then come in with a body font size.

<code>*{font-size:79%;margin:0;padding:0;} body{font-size:1.1em}</code>

That is as close as I can get to having text show roughly the same size on all platforms. While I know there are others ways to do this, this works for me usually.

Offline

#19 2006-03-20 14:36:23

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: hblack.net redesigned

With base font, yes I meant font on top most parent, but be carefull when using percentages twice both on a parent and a child, that leads to unexpected results, due to inheritance.

regards, marios


⌃ ⇧ < ⌃ ⇧ >

Offline

#20 2006-03-20 20:07:48

NyteOwl
Member
From: Nova Scotia, Canada
Registered: 2005-09-24
Posts: 539

Re: hblack.net redesigned

Yes same here, by abse font I didn;t mean the old htm tag but setting a default font size in the base document level.


Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;

Offline

#21 2006-03-21 22:35:42

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: hblack.net redesigned

One more thought, Dave Raggetts HTML Tidy could proove a viable tool, usefull to edit and clean published articles apart from using Textile.
I haven’t done this much myself, but it does for example convert MS Word propriatary HTML on the fly, without having to go into each single tag with an editor,a llso available as a Firefox extension and integrated in quite some software apps, like topstyle Pro for example.

(Once again, I like your Site quite much)
regards, marios

Last edited by marios (2006-03-21 22:37:46)


⌃ ⇧ < ⌃ ⇧ >

Offline

#22 2006-03-22 07:07:33

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,122
Website GitHub Mastodon Twitter

Re: hblack.net redesigned

Thank you all. I will be updating the css soon (once I meet some deadlines for my architecture work). Credits will be given to all of you in the site.

<span style=“color:red”>marios + soulship what urls do you prefer to be linked to?</span>

@marios: I do not use word (I am mac based and use bbedit and pages for my office letters). The hblack.net site uses convert linebreaks so I wrote everything in bbedit, (in fact I copy-pasted from the previous (flash/xml site: still on line <a href=“http://www.hblack.net/flashsite/”>here</a>) and then added html tags by hand. The galleries are mostly handled with the glx_gallery and dca_pop plugins (although I hacked the glx_gallery slightly so as to output the same image title +alt atributes. This allowed me to use html in my descriptions of the images.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#23 2006-03-22 17:56:48

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: hblack.net redesigned

@colak, you can use either one of the two
http://www.consking.com/
http://www.cyberconsulates.com/
It doesn’t make much of a difference, since both of them are unfinished.
(And the domain names are likely to change at some point)

(I come back to your site some time later, so I can enjoy all the various artwork which I found worth to take a look at in depth,when I find some quiet moments)

regards, marios

Last edited by marios (2006-03-22 17:57:36)


⌃ ⇧ < ⌃ ⇧ >

Offline

Board footer

Powered by FluxBB