T O P I C R E V I E W |
bife |
Posted - 04/14/2011 : 14:58:29 we'll we've all been friends until now - let's ruin that with a round on religion (at least it's not politics!) |
15 L A T E S T R E P L I E S (Newest First) |
MguyXXV |
Posted - 04/21/2011 : 00:58:50 Holy avatars, Cheese Man!! Thank you all, thank you Rio, and thank you Wham-O! Next up: sump'm good. |
Improper Username |
Posted - 04/20/2011 : 23:46:49 quote: Originally posted by BaftaBabe
quote: Originally posted by Improper Username
Help, please, especially from benj and baffy and anyone who understands css:
I am working on a new display for the avatars: http://fwiffer.com/fwfrhome
and I can't get the menu list to appear centered. In MSIE it runs off to the right and it is too far to the left in Firefox. I have to take a break from it for awhile because I've wasted too much time on it today, lol.
Also, I would appreciate feedback from anyone who cares to take a look on the performance of the page. Does it do OK (other than the centering issue above) with your computer and your browser? If not, I would like to know the specifics, and even a screen cap sent to [email protected] if you don't mind.
What Cheese Ed and I are are doing is moving the weekly avatar contest into zenphoto, using it as a backend for managing the gallery. http://fwiffer.com/fwfrhome is a frontend display for it that merges the old gallery (where the avs are long binary data in a database) with zenphoto where the avs are discrete files. I also plan to make some little applications to automate some of Cheese Ed's work.
First of all, I think the whole concept is terrific and well done! - I've accessed on IE8 and FF4+ and both look exactly the same to me. 2nd - benj is probably much better than I to give it the eagle-eye. I understand about a thimbleful of css, but I've been studying the View Page Source and I also ran it by my (admittedly out of date) Validator. So I've got a few queries/observations, and I'm not sure whether any/some would affect the centering of the menu.
1. There seem to be some anomalies and redundancies in some of the markup expressions. I know from past experience that sometimes IE is more forgiving than FF about code contradictions, and sometimes it's the reverse. And that can produce some weird, unintended displays. I'm talking about stuff like - your H1 tags are within a p tag, which is deprecated. I see you haven't closed your p tags, which I know isn't strictly necessary, but sometimes seems to be confuse a browser.
2. I'm not sure why you're defining H1 in situ, as it were, when you could define it in the style type = settings between <head> and </head> I can't see any advantage of including two different definitions of the same tag, when you're only using one on the page. You've got that a number of times, actually, especially when defining fonts. I suspect there might be less confusion if you devolved all the definitions to your href="css/prettyPhoto.css" stylesheet, if that's possible.
3. Just before the menu, I'm not sure why you've got a div align = center and then in the next line, there's a div definition for position: absolute;
4. Recently I was going bonkers with some code until I lurked on a css forum and read that some browsers react really badly if you mix single and double quotes for definition attributes and values. When I made them consistent, the problem was solved. I don't know whether that might have any effect for you.
5. But I think the real culprit may be because you've got closing table tags but no opening ones.
Have a look when you've uncrossed your eyes. And I hope at least some of that may be helpful.
Cheers BB
Thanks, I'll go back over it with these things in mind.
ETA: You were right baffy, there were unclosed and incorrect tags. |
Cheese_Ed |
Posted - 04/20/2011 : 23:11:39 I always have faith in the Fwiffers finding great avs ... This week: 9 entrants and 11 voters. In third place, with 10 points (3223) ... I think I'd prefer a caramel sutra ... BaftaBabe !! In second place, with 13 points (31333) ... Crucifuxed ... Larry !! And in first place, with 14 points (211121213) ... Jesus has a halo hoop ... MguyX !!! Your prayers were answered, Mguy! What denomination would you like your prize money in? Got anything for us infidels next?
|
BaftaBaby |
Posted - 04/20/2011 : 22:58:31 quote: Originally posted by Improper Username
Help, please, especially from benj and baffy and anyone who understands css:
I am working on a new display for the avatars: http://fwiffer.com/fwfrhome
and I can't get the menu list to appear centered. In MSIE it runs off to the right and it is too far to the left in Firefox. I have to take a break from it for awhile because I've wasted too much time on it today, lol.
Also, I would appreciate feedback from anyone who cares to take a look on the performance of the page. Does it do OK (other than the centering issue above) with your computer and your browser? If not, I would like to know the specifics, and even a screen cap sent to [email protected] if you don't mind.
What Cheese Ed and I are are doing is moving the weekly avatar contest into zenphoto, using it as a backend for managing the gallery. http://fwiffer.com/fwfrhome is a frontend display for it that merges the old gallery (where the avs are long binary data in a database) with zenphoto where the avs are discrete files. I also plan to make some little applications to automate some of Cheese Ed's work.
First of all, I think the whole concept is terrific and well done! - I've accessed on IE8 and FF4+ and both look exactly the same to me. 2nd - benj is probably much better than I to give it the eagle-eye. I understand about a thimbleful of css, but I've been studying the View Page Source and I also ran it by my (admittedly out of date) Validator. So I've got a few queries/observations, and I'm not sure whether any/some would affect the centering of the menu.
1. There seem to be some anomalies and redundancies in some of the markup expressions. I know from past experience that sometimes IE is more forgiving than FF about code contradictions, and sometimes it's the reverse. And that can produce some weird, unintended displays. I'm talking about stuff like - your H1 tags are within a p tag, which is deprecated. I see you haven't closed your p tags, which I know isn't strictly necessary, but sometimes seems to be confuse a browser.
2. I'm not sure why you're defining H1 in situ, as it were, when you could define it in the style type = settings between <head> and </head> I can't see any advantage of including two different definitions of the same tag, when you're only using one on the page. You've got that a number of times, actually, especially when defining fonts. I suspect there might be less confusion if you devolved all the definitions to your href="css/prettyPhoto.css" stylesheet, if that's possible.
3. Just before the menu, I'm not sure why you've got a div align = center and then in the next line, there's a div definition for position: absolute;
4. Recently I was going bonkers with some code until I lurked on a css forum and read that some browsers react really badly if you mix single and double quotes for definition attributes and values. When I made them consistent, the problem was solved. I don't know whether that might have any effect for you.
5. But I think the real culprit may be because you've got closing table tags but no opening ones.
Have a look when you've uncrossed your eyes. And I hope at least some of that may be helpful.
Cheers BB
|
Koli |
Posted - 04/20/2011 : 20:41:05 quote: Originally posted by Improper Username
Help, please, especially from benj and baffy and anyone who understands css:
I am working on a new display for the avatars: http://fwiffer.com/fwfrhome
and I can't get the menu list to appear centered. In MSIE it runs off to the right and it is too far to the left in Firefox. I have to take a break from it for awhile because I've wasted too much time on it today, lol.
Also, I would appreciate feedback from anyone who cares to take a look on the performance of the page. Does it do OK (other than the centering issue above) with your computer and your browser? If not, I would like to know the specifics, and even a screen cap sent to [email protected] if you don't mind.
What Cheese Ed and I are are doing is moving the weekly avatar contest into zenphoto, using it as a backend for managing the gallery. http://fwiffer.com/fwfrhome is a frontend display for it that merges the old gallery (where the avs are long binary data in a database) with zenphoto where the avs are discrete files. I also plan to make some little applications to automate some of Cheese Ed's work.
I can't comment on the teckniculls but I found that (using Safari as my browser) the pics appeared at the top, and the titles at the bottom, and the slideshow worked a treat. Genius.
PS voted, on my knees obviously. |
Improper Username |
Posted - 04/20/2011 : 19:56:10 Help, please, especially from benj and baffy and anyone who understands css:
I am working on a new display for the avatars: http://fwiffer.com/fwfrhome
and I can't get the menu list to appear centered. In MSIE it runs off to the right and it is too far to the left in Firefox. I have to take a break from it for awhile because I've wasted too much time on it today, lol.
Also, I would appreciate feedback from anyone who cares to take a look on the performance of the page. Does it do OK (other than the centering issue above) with your computer and your browser? If not, I would like to know the specifics, and even a screen cap sent to [email protected] if you don't mind.
What Cheese Ed and I are are doing is moving the weekly avatar contest into zenphoto, using it as a backend for managing the gallery. http://fwiffer.com/fwfrhome is a frontend display for it that merges the old gallery (where the avs are long binary data in a database) with zenphoto where the avs are discrete files. I also plan to make some little applications to automate some of Cheese Ed's work. |
MguyXXV |
Posted - 04/20/2011 : 18:34:10 quote: Originally posted by ChocolateLady
quote: Originally posted by BaftaBabe
ChocoSutra: Chocolate rendition from the temple carvings of the Kama Sutra.
Now you all know why I didn't enter this round!
At first, I thought the avatar WAS yours! |
TitanPa |
Posted - 04/20/2011 : 11:37:44 said 3 hail marys and sent 3 votes
|
ChocolateLady |
Posted - 04/20/2011 : 11:15:50 quote: Originally posted by BaftaBabe
ChocoSutra: Chocolate rendition from the temple carvings of the Kama Sutra.
Now you all know why I didn't enter this round!
|
bife |
Posted - 04/20/2011 : 00:34:59 voted - good round |
w22dheartlivie |
Posted - 04/19/2011 : 19:32:06 Sent my alms to the north |
Larry |
Posted - 04/19/2011 : 15:13:01 I'm agape at all these good avatars. Voted. |
BaftaBaby |
Posted - 04/19/2011 : 08:26:51 I cast my votes into the sacrificial flame and spake the name of the nameless tortoise of fate.
|
Improper Username |
Posted - 04/19/2011 : 07:25:19 Sent votes on a wing and a prayer. |
MguyXXV |
Posted - 04/18/2011 : 23:57:37 I always vote; religiously. |
|
|