Re: [WSG] CSS, :hover and touch screen devices (Was: CSS "rollovers" for images?)

2010-10-20 Thread Joseph Taylor
Cat, That's the holy trinity of web design: content, presentation and behavior. ;) Joseph R. B. Taylor /Web Designer / Developer/ -- Sites by Joe, LLC /"Clean, Simple and Elegant Web Design"/ Phone: (609) 335-3076 Web: http://sitesbyjoe.com Email: j...@sites

Re: [WSG] Where are we with Frames?

2010-10-25 Thread Joseph Taylor
I'm sure this group would agree they are pretty much a "no-no". Sent via iPhone: Joseph R. B. Taylor Designer/Developer --- Sites by Joe, LLC "Clean, Simple & Elegant Web Design" http://sitesbyjoe.com Phone: (609) 335-3076 On Oct 25, 2010, at 8:25 PM, cat soul wro

Re: [WSG] HTML5 - Marking up forms

2010-11-10 Thread Joseph Taylor
Eric, There are a ton of ways to do this. At the moment I stick with one of two formulas: My Legend My Label Or if its a bunch of checkboxes or something: My Legend Label for the checkbox Label for the checkbox Label for the checkbox Jos

Re: [WSG] HTML5 - Marking up forms

2010-11-10 Thread Joseph Taylor
IE8 and earlier Joseph R. B. Taylor /Web Designer / Developer/ -- Sites by Joe, LLC /"Clean, Simple and Elegant Web Design"/ Phone: (609) 335-3076 Web: http://sitesbyjoe.com Email: j...@sitesbyjoe.com On 11/10/10 3:45 PM, Kevin Rapley wrote: I would be in

Re: [WSG] Fixed-position menus?

2010-11-23 Thread Joseph Taylor
Cat, You can always use javascript to move the menu as you scroll to overcome IE6 lacking. As far as how important is IE6? I guess that depends on your audience. The sites I work on have a (sadly) large percentage of IE6 users (10% +/-) Joseph R. B. Taylor /Web Designer / Developer/ ---

Re: [WSG] images against color backgrounds

2010-12-08 Thread Joseph Taylor
.png with alpha channel is the best way to go. IE6 and lower can't handle the alpha channel and make the transparent background gray. Based on my site audience I'll make fallback .gif replacements for the .png images (that look crappier but are at least transparent) You can also make 8 bit

Re: [WSG] images against color backgrounds

2010-12-08 Thread Joseph Taylor
Good point on the javascript repairs (there are a couple techniques of fixing .png support in IE6) Trouble with this method is it can cause other troubles (like links over .png backgrounds etc) so be careful. It all depends on what you're trying to do. Joseph R. B. Taylor /Web Designer / Dev

Re: [WSG] disallow IE6 to load the main style sheet

2010-12-20 Thread Joseph Taylor
IE6 would not load the stylesheet if set up the line of HTML like this: Joseph R. B. Taylor /Web Designer / Developer/ -- Sites by Joe, LLC /"Clean, Simple and Elegant Web Design"/ Phone: (609) 335-3076 Web: http://sitesbyjoe.com Email: j...@sitesbyjoe.co

Re: [WSG] disallow IE6 to load the main style sheet

2010-12-20 Thread Joseph Taylor
My 2 cents, Your approach towards IE6 should be dictated by your site's audience. Watch your stats. If you have a lot of IE6 visitors, don't they deserve a decent page? If they're potential customers, wouldn't you want them to go through and make a transaction? Think of the poor people using

Re: [WSG] mobile

2010-12-29 Thread Joseph Taylor
Looks superb on my iPhone! Sent via iPhone: Joseph R. B. Taylor Designer/Developer --- Sites by Joe, LLC "Clean, Simple & Elegant Web Design" http://sitesbyjoe.com Phone: (609) 335-3076 On Dec 29, 2010, at 3:16 PM, David Laakso wrote: > If anyone has time to check

Re: [WSG] Lightbox++ and mobiles etc

2011-01-18 Thread Joseph Taylor
If you're using a lightbox you must have some javascript in there somewhere so: You can use javascript to detect your viewport size and only fire your lightboxes if it's of a certain size. *Joseph R. B. Taylor* /Web Designer/Developer/ -- Sites by Joe /"Cle

Re: [WSG] HTML5 v. HTML 4.x

2011-01-24 Thread Joseph Taylor
I use HTML5 as my doctype, but I don't use the new tags. It's wise to be very concerned about backwards compatibility. Are they more semantic - I suppose. If IE doesn't understand the new tags I'd leave them be until another day. *Joseph R. B. Taylor* /Web Designer/Developer/

Re: [WSG] Numbers groups like links - mobile

2011-01-27 Thread Joseph Taylor
You can wrap the phone numbers in an anchor tag: 1234567890 The "tel:" is sorta like the "mailto:" in a link but for phones. Joseph R. B. Taylor Web Designer/Developer -- Sites by Joe,

Re: [WSG] Numbers groups like links - mobile

2011-01-27 Thread Joseph Taylor
n Fri, Jan 28, 2011 at 8:54 AM, Joseph Taylor <j...@sitesbyjoe.com> wrote: You can wrap the phone numbers in an anchor tag: 1234567890 The "tel:" is sorta like the "mailto:" in a

Re: [WSG] the image is not showing in IE7

2011-06-03 Thread Joseph Taylor
Try losing the double quotes like: win.document.write('Loading...style="border:1px solid;">'); If you have a url we can look at it might help. Is IE throwing any errors? *Joseph R. B. Taylor* /Web Designer/Developer/ -- Sites by Joe /"Clean, Simple and Elega

Re: [WSG] mobile

2011-06-09 Thread Joseph Taylor
I found the "prev/next" navigation in the portfolio confusing. I was expecting them to be side by side and at the bottom of the entry rather than bundled in the main nav. Sent via iPhone: Joseph R. B. Taylor Designer/Developer --- Sites by Joe, LLC "Clean, Simple &

Re: [WSG] Breaking validation using noscript - Is there a solution?

2011-07-14 Thread Joseph Taylor
Not sure what to recommend for the noscript tag - Frank's idea is pretty good. Just a thought, is the error really critical if it works? Using XHTML Strict, you're gonna have a tough time making the validator happy. Nice job on the Tesco site by the way. Real nice. I especially like the two

Re: [WSG] media queries: device-width vs max/min width

2011-09-25 Thread Joseph Taylor
Tee, I agree with your thinking regarding a desktop user getting the 320px wide layout. It can seem silly. At the same time, responsive design isn't supposed to be something "visible" but something "invisible". I doubt desktop users are ever resizing their browser windows and gasping in asto

<    1   2