[css-d] OT: Don't miss a space

2014-11-24 Thread Philip Taylor
MiB wrote: OMG, that was serious. So you’re implying that your tools PREVENTS you from doing mistakes? So what are these tools then? My brain and the W3C validator : the only tools I need. Maybe a more reasonable question to answer here would be how fast such a user error can be fixed in

Re: [css-d] OT: Don't miss a space

2014-11-24 Thread Philip Taylor
Tim Marinin wrote: Is there, in your opinion, real value from writing only valid code? Yes. Writing valid code is the only way of knowing that your material renders as you wish by design rather than by chance. Browsers did great job at making web accept almost everything. Whence the u

Re: [css-d] Don't miss a space

2014-11-24 Thread Karl DeSaulniers
Hi Guys, Pardon me while I interject, but if your using Wordpress, CSS Javascript toolbox (CJT) wont let you get away with bad code. :) They even have an advanced theme and plugin editor that will show you if someone's plugin has bad code and give you descriptions of the error. https://wordpress

Re: [css-d] Don't miss a space

2014-11-24 Thread Crest Christopher
If I have a 4096 width resolution, I know what are thinking and have said already :-) I divide by a 320px width container that works out to 12.8% my container/div has transformed what previously was working well as a responsive container/div now turned into an extremely narrow container/div tha

Re: [css-d] Don't miss a space

2014-11-24 Thread Crest Christopher
What do you mean, make images width:100% like this; img {width:100%} ? With regards to the image in a div I assume you mean this; div {width:76%} ? In other words the image will scale without multiple resolutions of the same image ? Christopher Hi Christopher With firefox, you can set diff

Re: [css-d] Don't miss a space

2014-11-24 Thread Crest Christopher
What do you mean, make images width:100% like this; img {width:100%} ? With regards to the image in a div I assume you mean this; div {width:76%} ? In other words the image will scale without multiple resolutions of the same image ? Christopher Hi Christopher With firefox, you can set diff

Re: [css-d] Don't miss a space

2014-11-24 Thread Tom Livingston
On Mon Nov 24 2014 at 9:30:08 AM Crest Christopher < crestchristop...@gmail.com> wrote: > What do you mean, make images width:100% like this; > > img {width:100%} ? > With regards to the image in a div I assume you mean this; > > div {width:76%} ? > > In other words the image will scale without m

Re: [css-d] Don't miss a space

2014-11-24 Thread Tom Livingston
On Mon Nov 24 2014 at 9:27:25 AM Crest Christopher < crestchristop...@gmail.com> wrote: > > as a responsive container/div now turned into an extremely narrow > container/div that looks horrible ? > > Christopher > Enter Media Queries stage left and... ACTION! On small screens, you'd have a diffe

Re: [css-d] Don't miss a space

2014-11-24 Thread Crest Christopher
When I divide the a container/div, suppose one of my containers/div which is 360px in width by lets say extremely large 4096px the result is a 11.3% container/div on a 360px width device the container/div is not even a container/div any longer rather a long, slim rectangular box, that is why I

Re: [css-d] Don't miss a space

2014-11-24 Thread MiB
nov 24 2014 12:26 Karl DeSaulniers : > Hi Guys, > Pardon me while I interject, but if your using Wordpress, CSS Javascript > toolbox (CJT) wont let you get away with bad code. :) > They even have an advanced theme and plugin editor that will show you if > someone's plugin has bad code and give

Re: [css-d] Don't miss a space

2014-11-24 Thread Karl DeSaulniers
Laughable maybe, invalid NO. Whole reason for my post. Best, Karl Sent from losPhone > On Nov 24, 2014, at 12:38 PM, MiB wrote: > > > nov 24 2014 12:26 Karl DeSaulniers : > >> Hi Guys, >> Pardon me while I interject, but if your using Wordpress, CSS Javascript >> toolbox (CJT) wont let yo

Re: [css-d] Don't miss a space

2014-11-24 Thread Philip Taylor
Karl DeSaulniers wrote: Laughable maybe, invalid NO. http://validator.w3.org/check?uri=https://.wordpress.com/ Very first site I tried. Philip Taylor __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.o

Re: [css-d] Don't miss a space

2014-11-24 Thread Jon Reece
On Mon, Nov 24, 2014 at 6:20 PM, Philip Taylor wrote: > Karl DeSaulniers wrote: > > Laughable maybe, invalid NO. >> > > http://validator.w3.org/check?uri=https://.wordpress.com/ > > Very first site I tried. > ​Apparently, even the W3C have trouble keeping all of their pages passing validati

[css-d] Form does not appear in IE8

2014-11-24 Thread J.C. Berry
Hello all, On this page http://promotions.xifin.com/Total-Cost-of-Billing_WP.html The form inside this HTML Does not appear in IE8. Could you take a look? My IE dev toolbar is not working correctly and I've been working on it for hours. -- J.C. Berry, M.A. UI Developer 6

Re: [css-d] Form does not appear in IE8

2014-11-24 Thread Angela French
Maybe you need to put a few form elements in it. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of J.C. Berry Sent: Monday, November 24, 2014 3:47 PM To: CSS-D Subject: [css-d] Form does not appear in IE8 Hello all, On

Re: [css-d] Don't miss a space

2014-11-24 Thread MiB
nov 25 2014 00:03 Karl DeSaulniers : > Laughable maybe, invalid NO. > Whole reason for my post. OK, but I find it a tad pretentious to argue you know the specific code of hundreds of thousands of web sites built with Word press. You obviously do not know this and neither do I. We just have d

Re: [css-d] Don't miss a space

2014-11-24 Thread MiB
nov 25 2014 00:39 Jon Reece : > ​Apparently, even the W3C have trouble keeping all of their pages passing > validation ;) Unless it’s intentional. Maybe they’re just not using Wordpress? __ css-discuss [css-d@lists.css-discuss.o

Re: [css-d] Don't miss a space

2014-11-24 Thread Karl DeSaulniers
Not talking about Wordpress itself, I'm talking about pages you build IN Wordpress for your own site. lol. Wordpress itself is a mess. But people who pay the bills use it and want me to edit on it. so these tools have helped me keep error free for the most part. Haven't used it long enough to kno

Re: [css-d] Don't miss a space

2014-11-24 Thread Karl DeSaulniers
On Nov 24, 2014, at 10:06 PM, MiB wrote: > > nov 25 2014 00:03 Karl DeSaulniers : > >> Laughable maybe, invalid NO. >> Whole reason for my post. > > OK, but I find it a tad pretentious to argue you know the specific code of > hundreds of thousands of web sites built with Word press. You obv

Re: [css-d] Form does not appear in IE8

2014-11-24 Thread Karl DeSaulniers
On Nov 24, 2014, at 5:47 PM, "J.C. Berry" wrote: > Hello all, > > On this page > http://promotions.xifin.com/Total-Cost-of-Billing_WP.html > > The form inside this HTML > > > > > > > Does not appear in IE8. Could you take a look? My IE dev toolbar is not > working correctl

Re: [css-d] Don't miss a space

2014-11-24 Thread MiB
nov 25 2014 07:38 Karl DeSaulniers : > However, if your going to be putting together a CMS for others to use and > advertise it as a solid CMS, then I would have to say those Dev's need to be > on top of their game. No room for mistakes. At the very least make sure the > home page has no flaws