c-Row said:That's why we use style tags to set a default font (yes, even in text areas) or fixed margins. If the W3 gives us the tools, then why should the browser render them void? That just makes no sense.
c-Row said:That's the most ridiculous statement I've read in this thread so far - and there are quite a few.
aegisdesign said:It's called the 'semantic web'. You may want to look it up. Decent web designers have been designing this way for some time where they can and the W3 want everyone to go this way.
aegisdesign said:It will only break your site design if your site design is badly designed in the first place.
mdntcallr said:safari needs a little work on it. Right now I prefer Firefox because of the tabbed window function and even more so because i can add search engines within the same window, such as google, yahoo, amazon, ebay, IMDB and webster dictionary.
mdntcallr said:the ease of use, and the fact that my Yahoo Toolbar makes it easy to share my very same bookmarks among several computers.
c-Row said:I think this makes us web programmers rather than designers.
c-Row said:Then please go visit www.csszengarden.com and see how user-applied changes break their designs to the point where elements are covered by others. Those designs usually apply to the W3 standards, and I bet they are far better at this things than either you or me.
aegisdesign said:No. It's fairly common sense stuff really to stick code in like class="title" instead of class="blue" to infer structure in a document, not the design.
csszengarden is also just ONE underlying document structure and not a terribly practical one either. It's there to showcase what can be done just with CSS, not how to design a practical semantically led page.
psychometry said:[...] This would just mean us designers would have to spend that much more time envisioning what would happen if a user resized every form element on every page and incorporating it into our layouts. This is why I hope there's a way to disable it outright.
c-Row said:Then please go visit www.csszengarden.com and see how user-applied changes break their designs to the point where elements are covered by others. Those designs usually apply to the W3 standards, and I bet they are far better at this things than either you or me.
I'm sorry to say that "class=title" is not structure either. It may look structured to you in the code (especially compared to "class=blue"), but it has no meaning as far as content structure goes. You should be using the headings tags (H1, H2, etc) and then apply styles to those tags.aegisdesign said:No. It's fairly common sense stuff really to stick code in like class="title" instead of class="blue" to infer structure in a document, not the design.
kcbruce said:What I've been waiting for is true javascript support for wysiwyg textarea editors. I run a Mac blog site and I have to ask users to use Firefox. It seems a little sucky to do that for a Mac specific blogger site. Since Safari 1.3 Apple said they included the nessesary "hooks" for these editors, but no one has been successful in getting any of them to work in Safari.
I downloaded the latest nightly build of Webkit and it still doen't work![]()
aegisdesign said:I'd disagree that designers should be making text areas 100% wide though. I've a 2560 wide screen. That'd be silly. Letting users on the other hand size it themselves and giving designers the tools to accommodate resizing is the way to go
kcbruce said:What I've been waiting for is true javascript support for wysiwyg textarea editors. I run a Mac blog site and I have to ask users to use Firefox. It seems a little sucky to do that for a Mac specific blogger site. Since Safari 1.3 Apple said they included the nessesary "hooks" for these editors, but no one has been successful in getting any of them to work in Safari.
I downloaded the latest nightly build of Webkit and it still doen't work![]()
narco said:Sounds awesome, but I'll still stick with Camino until Safari speeds up a bit and is more stable. Those were my only two issues.
Fishes,
narco.
Yvan256 said:I'm sorry to say that "class=title" is not structure either. It may look structured to you in the code (especially compared to "class=blue"), but it has no meaning as far as content structure goes. You should be using the headings tags (H1, H2, etc) and then apply styles to those tags.
Unless you're using <h1 class="title">, in which case I'll have to say "redundant". ;-)
kcbruce said:What I've been waiting for is true javascript support for wysiwyg textarea editors. I run a Mac blog site and I have to ask users to use Firefox. It seems a little sucky to do that for a Mac specific blogger site. Since Safari 1.3 Apple said they included the nessesary "hooks" for these editors, but no one has been successful in getting any of them to work in Safari.
I downloaded the latest nightly build of Webkit and it still doen't work![]()
psychometry said:I did, in fact, mean using JavaScript on page load to disable the user from changing the size of the textarea, not within my browser. It's like using CSS to disable the dotted border Firefox puts around links when they are active.
Form elements, and the divs that contain them, often need either fixed widths or have widths that are proportional to their containers.
Take Google. Depending on how the layout is set up (this is just hypothetical), resizing the search box would push those three links next to it off into oblivion if they were all in a div that was fixed or proportional to the page width. It doesn't matter if Safari "dynamically redraws the page" since the div would still be calculated to be the same. Worse yet, depending on its overflow attribute, they could be pushed onto a new line.
I'd really not like to see Safari become the next IE 5. It already has its share of JavaScript bugs. This would just mean us designers would have to spend that much more time envisioning what would happen if a user resized every form element on every page and incorporating it into our layouts. This is why I hope there's a way to disable it outright.
The new search feature is not a new Google search feature. I'm pretty sure what they mean is that you can search the text in the current page by typing and have a little find search box come up at the bottom of the window like it does in Firefox (rather than having a floating dialog box for find). One blogger mentioned it would work like spotlight and shade everything else so that the found search terms were highlighted.jrmontag said:Perhaps I missed part of the new Google search feature in the new version of Safari, but isn't there an already-existing (and awesomely functioning) Google searchbar in there? I'm still using Panther with Safari v1.3.2!
ChrisA said:Web designers will just have to become more sophisticated. They will have to learn to work with relative units. For example a button size should be specified as "m times the lenght of this string in the current user specified font" and a image size rather then being fixed might be "80% in the frames width as set by the user