RE: [WSG] HTML & CSS references

2004-08-06 Thread Chatham, Will
> What I need to use Firefox or Safari exclusively is a replacement for > the Mozilla sidebar references for (X)HTML and CSS, I guess > in the form > of a website, or downloadable reference to be used in a browser. > You could copy & paste the info from your Mozilla sidebar into a web page yo

RE: [WSG] Hacks

2004-07-30 Thread Chatham, Will
I often find myself in need of the Holly Hack for one reason or another. That's about the only one I will use. I tend to stay away from the Tantek hack if possible by not using border and padding together on divs. Like many others who have replied to this thread, I try to not use hacks as much as

RE: [WSG] Weird issue With IE6... Need Help

2004-07-29 Thread Chatham, Will
>what do you think would be the best solution? actually use tables? >i think i might. Hang on there, fella. Don't be so hasty. Looks like you may be experiencing the IE Peekaboo bug, as described (and solved) here: http://www.positioniseverything.net/explorer/peekaboo.html It's a simple fix.

RE: [WSG] Semantic personal publishing platform with a focus on a esthetics, web standards, and usability

2004-07-19 Thread Chatham, Will
>I have coded my own blog. >www.neester.com That's nice. But for those of us who don't have time, don't wish to reinvent the wheel, are not necessarily interested in learning that much programming, and wish to support a standards-based open source community effort, packages such as Wordpress are

RE: [WSG] Semantic personal publishing platform with a focus on a esthetics, web standards, and usability

2004-07-19 Thread Chatham, Will
I use Wordpress too on my personal Blog. After doing a lot of testing, I settled on it for it's ease of use and standards compliance. The only thing tricky I have found is that you have to be careful when you cut & paste text into a blog entry. If there are any special characters, it will throw

RE: [WSG] Oh, the humanity!

2004-07-16 Thread Chatham, Will
> > AMG has posted a response to the criticism of the new design here > > (amusing): > > > > http://www.gloriousnoise.com/bb/viewtopic.php?t=1992 > I wrote them an note when I first learned of the site, and have since noticed they have taken down the big yellow warning at the top of their page

RE: [WSG] hand coding versus code generators

2004-07-05 Thread Chatham, Will
I will echo what others have said about Dreamweaver. I consider it a supercharged text editor, using it mostly in Code View, and setting it to generate XHTML. The additional features Dreamweaver has for management of large sites, find & replace, and other time-saving tools make it very worth the

RE: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread Chatham, Will
"But I just cannot find the way to get these thumbnail-caption combinations to align at the *bottom* - rather than the top where they are now. " I managed to pull this off by creating a container div for each image/caption pair that is always the same size. If you can determine what your maxim

RE: [WSG] Interesting reading

2004-06-14 Thread Chatham, Will
> Has anyone else seen any changes in larger organisations? I was hired by Ingles Markets (15,000 employee grocer chain) back in Fenruary, and was lucky enough to have free range over how to best upgrade our web site. Naturally, I went with a standards-based solution. No one here would know the

RE: [WSG] KHTML ??

2004-06-10 Thread Chatham, Will
I smell a scathing rant from the list dads for this thread. Will Chatham -Original Message- From: Jamie Mason [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:40 AM To: '[EMAIL PROTECTED]' Subject: RE: [WSG] KHTML ?? *shakes head* I bet you guys are among the few that fi

RE: [WSG] Make em' pay for IE

2004-06-04 Thread Chatham, Will
> > If you try to complain about IE to a client, they'll most likely say > that that's our problem. Why would you want to complain to a client about anything? Clients don't pay you to hear your complaints. >The truth is, since they are paying > the bill, > it's their problem. I can't h

RE: [WSG] help me please

2004-05-27 Thread Chatham, Will
Hi, There are several things you could try in an attempt to fix this. First, validate your XHTML and CSS. Next, try applying the IE Box Model Hack (http://tantek.com/CSS/Examples/boxmodelhack.html). Since you are using padding and a border on some of your divs, this is likely the problem. IE5.5

RE: [WSG] Nested lists, CSS, and Firefox

2004-05-25 Thread Chatham, Will
Hi Sean, You might try fixing the XHTML and CSS validation errors as a starting point to rule them out as a source of the problem. Will Chatham Webmaster Ingles Markets ooOo-o www.ingles-markets.com -- > Ok Here's another one. > > Can you style nested list

RE: [WSG] about that new way to clear floats

2004-05-25 Thread Chatham, Will
>so you know how there's that new way to clear floats... >http://www.positioniseverything.net/easyclearing.html I prefer to use the method as well. To me, it does serve some semantic purpose, and that is to let me know I need it there to keep my floats in order ;) Will Chatham Webmaster Ingl

RE: [WSG] javascript form submission

2004-05-18 Thread Chatham, Will
Don't know if this helps or not, but I stumbled across a standard-compliant, server-side form validation tool caleld VDAEMON (http://www.x-code.com/vdaemon_web_form_validation.php) that has so far worked great for me. There is a free version for download, or you can buy the Dreamweaver extension f

RE: [WSG] Is a degree necessary?

2004-05-13 Thread Chatham, Will
I do agree with the person that said you should go ahead and finish the course work since you are already half way through it. That said, from my experiences in the job market, what matters more than a degree to potential employers is a good portfolio and experience working on projects. Certainly

RE: [WSG] reference entity "year" end with ; ???

2004-05-12 Thread Chatham, Will
What it's trying to say is that you need to change your '&' to the '&' entity in your URL's. The XHTML validator is trying to parse &year, which isn't valid. Check out this (Section C12) for more info: http://www.w3.org/TR/xhtml1/ Will Chatham > -Original Message- > From: Vaska.W

RE: [WSG] Looking for feedback on new AP

2004-05-11 Thread Chatham, Will
Hi John, Here are some comments on your site and the AP: - Is the splash screen really needed? Seems it just introduces one extra step to getting inside the site, which in today's world, could be one too many. Personally, I would rethink having 'requirements' on the splash screen as well. One b

RE: [WSG] positioning 101

2004-04-30 Thread Chatham, Will
Hi Barbara, For starters, you might remove the min-width from your #id's. Those will keep the page from being as liquid as possible, which you said you want. I realize you don't want images in your #rh-col to overlap or be crunched somehow, but if you target your whole layout to fit a minimum wid

RE: [WSG] Pre-Site Launch Input

2004-04-30 Thread Chatham, Will
I appreciate everyone's input. I think I will definitely remove the 'ahem' statement. Will Chatham Webmaster Ingles Markets ooOo-o 828.669.2941 - ext.534 www.ingles-markets.com -- > I personally wouldn't include this kind of message, but if I > were goin

RE: [WSG] "ahem" class (was: Pre-Site Launch Input)

2004-04-29 Thread Chatham, Will
> Tony, can you explain that a little bit more? I understand > your point about the old browser message causing confusion > for people using screen readers etc, and it's a good one, but > why replace the text with "Skip to content"? I must be > missing something. I can't see how that communic

[WSG] Pre-Site Launch Input

2004-04-29 Thread Chatham, Will
Before I launch our new, standards-compliant web site, I would like to get some feedback from the folks on this list. (Because you guys rock ;) ) I was hired a couple of months ago to remake our current site: http://www.ingles-markets.com . This site is a prime example of 1990's era coding. The

RE: [WSG] website checking

2004-04-28 Thread Chatham, Will
Hi Judith, Indeed, that is an odd way of linking style sheets. I'm almost wondering if that it part of the problem. I tried going directly to the style sheets references by entering their paths in the address bar of my browser, but none were found. Looks like what you referenced in your email

RE: [WSG] style sheet for print

2004-04-23 Thread Chatham, Will
> Anyone know of a good tutorial/reference or even a template for the > style sheet for media="printer" > > Barb Perhaps one of the best: http://www.alistapart.com/articles/goingtoprint/ Will Chatham oOo www.willchatham.com ---

RE: [WSG] 'Big, dumb web standards'

2004-04-20 Thread Chatham, Will
>http://www.apcmag.com/apc/v3.nsf/0/A569C81864DC4F1BCA256E5F001A59C5 Indeed, there were many gems in that article and in the comments that followed. One part of me sincerely hopes that it was written in jest. The other part of me hopes that uninformed people such as the author of that article kee

RE: [WSG] Looking for a little peer review

2004-04-16 Thread Chatham, Will
> Apparently for this person on IE6/Win > the text in > the white main column is overlapping the right sidebar. > http://www.nelsonford.net/ > Thank you! > Nelson Hi Nelson, I'm using IE6.0 on WindowsXP Pro and it looks fine. I tried various resolutions and expanded/shrank the window but was un

RE: [WSG] CSS problem

2004-04-08 Thread Chatham, Will
To answer your question directly, add a right margin to your h4 tags in your style sheet: H4 {margin-right: 10px;} To answer your question with a suggestion, don't use h4's for your nav links. Rather, use an unordered list to gain better control over their display and establish better semantics

RE: [WSG] GLITCH WITH MARGINS

2004-04-08 Thread Chatham, Will
Total up all of your widths and margins of you left and right columns, and you will see that they equal more than the width of your wrapper id. The right columns falls below the left if you narrow the browser window as it is. Once you add more margin space, it's probably lowering the threshold at

RE: [WSG] CSS Netscape 6 positioning problem

2004-04-02 Thread Chatham, Will
Hi Kevin, It looks like you have problems in more than just NS6 Mac. I'm seeing overlapping content in Firefox 0.8PC as well. Looking at your CSS, I see some incorrect syntax and missing punctuation. You might try validating the CSS and XHTML as a place to start eliminating problems such as these

RE: [WSG] hiring a standards-savvy designer

2004-03-31 Thread Chatham, Will
I would be inclined to think that finding a designer with the skills somewhere between what Jeremy and Christine recommended would be best. Someone that has an aptitude for coding to a certain degree, yet has an artistic eye as well. I don't think you need a die-hard Notepad user, but I do think t

RE: [WSG] Somewhat frustrated

2004-03-29 Thread Chatham, Will
Hi John, I understand your frustrations. Let me respond to a few things you said. >Forgive my frustration, but after a couple of months with this Discussion List I've formed the opinion no browser >will display web standards - every one of them requires hacks of some kind. This is true of non-st

RE: [WSG] Problem with layout, content of one box offsetting agai nst other

2004-03-22 Thread Chatham, Will
P.S. I just found the reference for this bug I was speaking of: http://www.positioniseverything.net/explorer/threepxtest.html Will Chatham * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guideline

RE: [WSG] Problem with layout, content of one box offsetting agai nst other

2004-03-22 Thread Chatham, Will
Hi Jeremy, I have run into this same problem before. It seems to be a bug in IE PC at the very least (go figure), as I don't see it in Mozilla. The only solution I have found from searching various CSS references is to add the following to the #content id: Height: 1% Not sure why that works, bu