You can find all plugins on this page of the wiki:
http://github.com/joshuaclayton/blueprint-css/wikis/plugins
--
--
Christian Montoya
christianmontoya.net
<snipped a bit>
CM> You can find all plugins on this page of the wiki:
Is the liquid plugin already compatible with IE6? Last time i checked
it didn't work in IE6.
--
Best regards,
Lukie
-------------------------------------------
Using the best e-mail client: The Bat! version 4.0.18 with Windows XP
(build 2600), version 5.1 Service Pack 2 and using the best browser:
Opera.
"You have not really failed or been defeated unless you believe it."
--------------------------------------------
In order to have gutters within each column, the plugin relies on the
first child selector:
.column>div
IE6 doesn't support that. I'm not sure what would be the Right Way(tm)
to do this plugin, but I think the way it's done isn't going to cut
it.
<snipped a bit>
j> What isn't working in IE6 exactly? The test page at Design By Fire
j> looks like it works in terms of layout
Last time i looked at the BP testpage with the liquid plugin, there
were float drops all over the place in IE.
Mind you, i'm not talking about the designbyfire testcase. Just had a
look at it and there it works fine.
--
Best regards,
Lukie
-------------------------------------------
Using the best e-mail client: The Bat! version 4.0.18 with Windows XP
(build 2600), version 5.1 Service Pack 2 and using the best browser:
Opera.
"The best computer is a man, and it's the only one that can be
mass-produced by unskilled labour." - Wernher Von Braun.
--------------------------------------------
<snipped a bit>
CM> In order to have gutters within each column, the plugin relies on the
CM> first child selector:
.column>>div
CM> IE6 doesn't support that. I'm not sure what would be the Right Way(tm)
CM> to do this plugin, but I think the way it's done isn't going to cut
CM> it.
The first child selector is used to hide rules from IE6. What if you
set it up with a rule for IE6 and feed the other browsers what they
need using the first child selector?
--
Best regards,
Lukie
-------------------------------------------
Using the best e-mail client: The Bat! version 4.0.18 with Windows XP
(build 2600), version 5.1 Service Pack 2 and using the best browser:
Opera.
"To exercise is human; not to is divine." - Robert Orben.
--------------------------------------------
Ah OK, it's the classic 3px float jog. That's a solid fix, except for
being written as a hack. We could put that into the base ie6.css that
Blueprint comes with since I'm sure it would prevent other float
problems.
I think you need to make your browser winder smaller to see the effect.
<snipped a bit>
IM> I don't get it. What is the difference between liquid layout and
IM> normal layout? They seem the same to me.
The term "liquid" implies that a website should flow smoothly into
whatever space it is given. If you use a high resolution monitor, this
may mean that you need to resize your browser a little, which most
people in that situation do. If you have a low resolution monitor, you
will still see the information, it will just be a little more compact.
If you do Liquid Design right, you should be able to make your pages
display on almost anything and still make sense to the user.
But it's not just about making a page 'flow' with the browser window.
The principle of Liquid Design goes hand in hand with the principles
of accessibility.
Not everyone has perfect vision, and many of your potential customers
may indeed be blind. If you build your site using relative font units
and percentage based widths for common elements, you'll already be
making life a lot easier for a portion of your visitors. Maybe even
many of them.
--
Best regards,
Lukie
-------------------------------------------
Using the best e-mail client: The Bat! version 4.0.18 with Windows XP
(build 2600), version 5.1 Service Pack 2 and using the best browser:
Opera.
"If you want your dreams to come true, don't sleep." -Yiddish Proverb.
--------------------------------------------
Resizable layouts don't help blind people since they can't see the
browser, but regarding low-vision users, which is where I think you
were going with this, I've noticed the newer browsers do full-layout
resizing when increasing the font-size.
So for example, if I use standard blueprint to create a 800 px wide
layout and in the middle of the layout is a 400px wide image and a
22px headline and I increase the font size* then the layout may
increase to 900px wide, the image to 450px wide and the heading 25px
high.
The measurements are made up but the interesting thing is that
proportionally they stay them same when I've actually tested it.
*I've tested this in IE7 and FF3 and get similar results in both.
For examples of this in FF3 see: http://code.bearfruit.org/~matt/tmp/resize/
This seems to change the way we design pages for accessibility. At
this point, I'm starting to feel like the only reason to make fluid
layouts is to keep people who have very wide monitors set at a low
resolution (under 100ppi) who use their browser maximized from
complaining. Considering the difference in ppi and total available
pixels on desktop/laptop computers and handheld devices I don't think
fluid layouts help, instead you need diff stylesheets for desktop and
small screen devices to properly serve them.
--
Matthew Nuzum
newz2000 on freenode
This seems to be a hot topic this month. For anyone late to the show,
the following blog entry explains it very well:
http://mezzoblue.com/archives/2008/10/07/zoom/
I don't think zoom is the end-all for liquid design, but it certainly
makes it less rewarding.
On the part about making different stylesheets for different devices,
the general consensus is that the lack of standards focus in device &
software design has led us to a point where it is expected that you
will have to build different interfaces & stylesheets for every device
that you want to support, whether that's a desktop, iPhone or Wii.
Maybe someday we'll have BlueBerry & iBlueprint for mobile designers.
For now, I'm just watching the industry to see where things go.
Looks like it may be this way:
<link type="text/css" rel="stylesheet" media="handheld, only screen
and (max-device-width: 480px)" href="/mobile-style.css" />
With this you can supposedly target stylesheets by screensize. Have
one for screens under 320 (non-iphone like devices) one 320 - 480
(iphones and sim) and then rules for non handhelds.
I've not actually used it, learned about this in the last couple weeks
from a friend who is starting to target mobile devices more and more.
I plan to play with this more later on in the winter when I have some free time.
<snipped a bit>
MN> Resizable layouts don't help blind people since they can't see the
MN> browser, but regarding low-vision users, which is where I think you
MN> were going with this, I've noticed the newer browsers do full-layout
MN> resizing when increasing the font-size.
Lol, should be low-vision indeed :-)
But if you do liquid design and change the font setting in your
browser (e.g. FF: textzoom), the layout will not break apart as
opposed to fixed layout:
take a look:
http://www.csszengarden.com/?cssfile=091/091.css
http://www.csszengarden.com/?cssfile=089/089.css
And you can't expect that everybody uses the default size of 16px on
their browser. So that's where the accessibility part comes creeping
around the corner (at least if the designer is bothered with this
aspect lol)
--
Best regards,
Lukie
-------------------------------------------
Using the best e-mail client: The Bat! version 4.0.18 with Windows XP
(build 2600), version 5.1 Service Pack 2 and using the best browser:
Opera.
"The hardest thing in the world to understand is the income tax." -
Albert Einstein
--------------------------------------------