Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 57
Search took 0.14 seconds.
Search: Posts Made By: WillGibson
Forum: Site reviews 04-18-2005, 10:00 PM
Replies: 8
Views: 1,165
Posted By WillGibson
My first impression upon opening the page was,...

My first impression upon opening the page was, Safari. Not the browser. The old 1920's and 1930's type safari just popped into my head. I don't know if that's what you are going for but that was...
Forum: Site reviews 04-18-2005, 09:44 PM
Replies: 17
Views: 1,651
Posted By WillGibson
I have to agree, the colors are not warm and...

I have to agree, the colors are not warm and comfortable.

Think wood, flowers, a lake, the smell of fresh warm pie, the sound of a light spring rain on the tin roof. Any B&B I've ever been in has...
Forum: Computer Programming 04-14-2005, 10:51 PM
Replies: 7
Views: 3,240
Posted By WillGibson
This is how my 15 years of experience boil down. ...

This is how my 15 years of experience boil down.

For me eloquent code is efficient code.

Beauty in code is maintainability.

Coding is a science, however code design (system design) is where...
Forum: General web building 04-14-2005, 10:17 PM
Replies: 7
Views: 1,050
Posted By WillGibson
I never used them. I understand that they are...

I never used them. I understand that they are used as a hack for some PNG functionality that IE doesn't have. But that's about the limit of my knowledge on the subject.

Will
Forum: General web building 04-14-2005, 09:11 PM
Replies: 2
Views: 726
Posted By WillGibson
Discussion - web safe palette

Ok, its a bit archaic to talk about the web safe palette in 2005 but I just want to see where the rest of you are on the subject.

For the wee ones that may not know ;) back in the day 216 colors...
Forum: Site reviews 04-14-2005, 08:25 PM
Replies: 11
Views: 874
Posted By WillGibson
First the new look is an improvement over the old...

First the new look is an improvement over the old look. The larger/nicer header and most of the color combos are great. Don't stop there. You can add a few more things that will help the site...
Forum: HTML & CSS 04-07-2005, 05:50 PM
Replies: 1
Views: 714
Posted By WillGibson
I got it now :)

I got it now :)
Forum: HTML & CSS 04-06-2005, 11:23 PM
Replies: 1
Views: 714
Posted By WillGibson
Question Nav with subnav css display question

I am changing the structure of my navbars xhtml but I dont want to change the way it displays...maybe I'm being too controlling...again... :o

How can I make the new xhtml structure look the same...
Forum: Site reviews 04-06-2005, 10:32 PM
Replies: 7
Views: 864
Posted By WillGibson
I'm a fan of the gray look you have, it fits the...

I'm a fan of the gray look you have, it fits the subject matter I think.

I do concur with mark87 and Jamie, the font size on the menu and footer are just too small. Also maybe you would want to...
Forum: HTML & CSS 04-05-2005, 09:40 PM
Replies: 13
Views: 955
Posted By WillGibson
pardon my fluff, I just could not resist

Here at |\/|icro$oft we find more ways to screw your day by 9am them most people find in their whole life!

I didn't find anything helpful about this on MSDN, but they have removed almost...
Forum: Site reviews 03-07-2005, 09:47 PM
Replies: 5
Views: 902
Posted By WillGibson
Love the design! Nice use of color imo ...

Love the design! Nice use of color imo :thumbsup:

Will
Forum: Site reviews 03-07-2005, 09:45 PM
Replies: 9
Views: 1,078
Posted By WillGibson
Thanks for all the suggestions and comments...

Thanks for all the suggestions and comments everyone :)

I have removed all the in-line styles and depreciated tags (I think). Also added a background image, the client wanted knights in there...
Forum: Site reviews 03-04-2005, 06:42 PM
Replies: 9
Views: 1,078
Posted By WillGibson
Thanks for the input :) I added 5px of...

Thanks for the input :)



I added 5px of padding to #content and switched the background to white. I did try just making it a shade paler but that didn't look much better. I know most ppl...
Forum: Site reviews 03-04-2005, 01:33 AM
Replies: 9
Views: 1,078
Posted By WillGibson
London flat site

This is my second public site and first shot at xhtml and css layouts. Any comments are welcome. http://www.londonflat.biz/

Thanks everyone :thumbsup:

Will
Forum: HTML & CSS 02-18-2005, 07:04 PM
Replies: 14
Views: 1,117
Posted By WillGibson
Fantasizing is good....unless it's in an...

Fantasizing is good....unless it's in an auto...at high speed :)
Forum: HTML & CSS 02-18-2005, 06:35 PM
Replies: 15
Views: 1,399
Posted By WillGibson
At a time like this I would start adding boarders...

At a time like this I would start adding boarders to everything so I could see if something jumped out. Thats about all I can think of now :(
Forum: HTML & CSS 02-18-2005, 06:25 PM
Replies: 14
Views: 1,117
Posted By WillGibson
whackaxe, I mostly bounce from FF to IE to Opera...

whackaxe, I mostly bounce from FF to IE to Opera to Moz as I work.

Sayonara, I hope you are trying to be funny and I just missed it...
Forum: HTML & CSS 02-18-2005, 05:59 PM
Replies: 15
Views: 1,399
Posted By WillGibson
just a guess

Is this part of a frameset? IE will do some odd stuff with scrolling when inside a frameset. When IE's vertical scroll bar appears inside a frame it reduces the total width and all those elements...
Forum: HTML & CSS 02-17-2005, 10:52 PM
Replies: 7
Views: 891
Posted By WillGibson
The hover works (and worked) just fine in IE, it...

The hover works (and worked) just fine in IE, it was the other browsers (FF, Moz, Opera) that it flaked out in. Sorry if I was not too clear there. I'm back to centering problems and still trying...
Forum: HTML & CSS 02-17-2005, 09:52 PM
Replies: 7
Views: 891
Posted By WillGibson
OK, I got the mouse over to work by adding...

OK, I got the mouse over to work by adding another mouseover to image tag!

But then I looked at it in IE... :mad: Its not centering... :(

Anyone have ideas on an IE fix?

Thanks much
...
Forum: HTML & CSS 02-17-2005, 09:22 PM
Replies: 7
Views: 891
Posted By WillGibson
using block made everything look like one long...

using block made everything look like one long col...

display:table-cell seems to be the root of the centering problem but I need an effect it gives me. :(

With out display:table-cell the...
Forum: HTML & CSS 02-17-2005, 08:28 PM
Replies: 7
Views: 891
Posted By WillGibson
Thanks Chilipie :) margin:auto got the...

Thanks Chilipie :)

margin:auto got the first one

The second centering problem is very slight. If you look at the 3rd row, the one with only one image, its more noticeable. That image (floor...
Forum: HTML & CSS 02-17-2005, 08:00 PM
Replies: 7
Views: 891
Posted By WillGibson
Question CSS centering - cross browser problems

I am in the process of becoming a "reformed unholy" (I used tables for layout) now I'm learning to do it with CSS and lighter html. ;)

I'm having 2 issues with centering elements. Will you look...
Forum: General web building 02-09-2005, 01:27 AM
Replies: 0
Views: 615
Posted By WillGibson
Question How do you analyze your web logs?

Ok, not how but what do you use?

I'm using Funnel Web Analyzer currently, mostly cause its free. What are some good ones you use? Win or Lin os please :)

Thanks

Will
Forum: JavaScript programming 02-04-2005, 12:34 AM
Replies: 3
Views: 1,595
Posted By WillGibson
Many thanks for the help friends! Got it...

Many thanks for the help friends!

Got it going now :thumbsup:
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT +1. The time now is 11:06 PM.