Re: [css-d] site review

2012-10-16 Thread David Laakso
On Mon, Oct 15, 2012 at 1:47 PM, David Laakso laakso.davi...@gmail.comwrote:

 This is an attempt to reach desktop, laptop, tablet, and mobile from one
 address:
 ccstudi.com/
 Your constructive comments and suggestions are always appreciated.
 css:
 http://ccstudi.com/site/css/sisu.css
 TIA.
 Best,
 David Laakso




Thanks so much to all for the excellent feedback!  Corrections and
revisions -- too numerous to list individually -- are currently  on the
server.

Best,
David Laakso


-- 
Chelsea Creek Studio
http://ccstudi.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] html5 use of article

2012-10-16 Thread Tim Arnold
On Tue, Oct 16, 2012 at 11:05 AM, Nancy Johnson njohnso...@gmail.comwrote:

 Hi,

 I have a question on appropriate use of article tag in HTML5  when it
 comes to wrapper containers.


Hi Nancy,

That's a really good question, but one that does not actually apply to this
list.  I'd suggest you either post the question at
http://webdesign-L.com/http://webdesign-l.com/ or
check out http://html5doctor.com/

Tim



-- 

tim.arn...@gmail.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] html5 use of article

2012-10-16 Thread david

On 10/16/2012 06:59 AM, Tim Arnold wrote:

On Tue, Oct 16, 2012 at 11:05 AM, Nancy Johnsonnjohnso...@gmail.comwrote:


Hi,

I have a question on appropriate use ofarticle  tag in HTML5  when it
comes to wrapper containers.



Hi Nancy,

That's a really good question, but one that does not actually apply to this
list.  I'd suggest you either post the question at
http://webdesign-L.com/http://webdesign-l.com/  or
check out http://html5doctor.com/

Tim


Or ask the Google(tm) list:

http://www.google.com/search?q=appropriate+use+of+HTM5+article

I was hoping the official standard would come up, but it looks like any 
of the top 10 results would answer it.


--
David
gn...@hawaii.rr.com
authenticity, honesty, community
http://clanjones.org/david/
http://dancing-treefrog.deviantart.com/
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] html5 use of article

2012-10-16 Thread David Laakso
On Tue, Oct 16, 2012 at 11:05 AM, Nancy Johnson njohnso...@gmail.comwrote:

 Hi,

 I have a question on appropriate use of article tag in HTML5  when it
 comes to wrapper containers.

 Thanks,

 Nancy




This may help...
http://html5doctor.com/downloads/h5d-sectioning-flowchart.png
Best,
David Laakso

-- 
Chelsea Creek Studio
http://ccstudi.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] What's the official/technical name of...

2012-10-16 Thread David Laakso
On Tue, Oct 16, 2012 at 12:47 PM, Micky Hulse mickyhulse.li...@gmail.comwrote:

 ... a layout where one column is fixed at, say, 200px and the other
 column just fills up the space?

 Everything I can find points to the word liquid or fluid.

 Is a layout still liquid if one of the columns is of a fixed width and
 the other takes up the remaining space (in the case of two column
 layout)? Ditto for a 3 column layout where the left/right columns are
 a fixed width, and the center column is the remainder?

 Is there a better term that liquid or fluid?

 Sorry if silly question... I just wanted to make sure I was not
 missing an official definition somewhere.

 Micky




The names given to the various layouts on this site makes sense [1]. I have
mo idea whatsoever regarding an official definition...
[1]
http://blog.html.it/layoutgala/
Best, David Laakso


-- 
Chelsea Creek Studio
http://ccstudi.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] What's the official/technical name of...

2012-10-16 Thread Micky Hulse
Thanks for the reply David, I really appreciate the help. :)

On Tue, Oct 16, 2012 at 1:21 PM, David Laakso laakso.davi...@gmail.com wrote:
 The names given to the various layouts on this site makes sense [1]. I have
 mo idea whatsoever regarding an official definition...

Thanks!

This is pretty much the layout I'm talking about (visually):

http://blog.html.it/layoutgala/LayoutGala14.html

I'm just looking for a way to classify some CSS that I'm working on.
Liquid seems to be what most people call it (at least, liquid is in
the name).

Much appreciated!

Cheers,
Micky

--
http://hulse.me
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] What's the official/technical name of...

2012-10-16 Thread Jay Tanna


I call it hybrid layout.



 ... a layout where one column is
 fixed at, say, 200px and the other
 column just fills up the space?
 
 Everything I can find points to the word liquid or
 fluid.
 
 Is a layout still liquid if one of the columns is of a fixed
 width and
 the other takes up the remaining space (in the case of two
 column
 layout)? Ditto for a 3 column layout where the left/right
 columns are
 a fixed width, and the center column is the remainder?
 
 Is there a better term that liquid or fluid?
 
 Sorry if silly question... I just wanted to make sure I was
 not
 missing an official definition somewhere.
 

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/