I just created a small new video on how to create a 3 column layout with elastic where the columns are the same-height
Today I was reading about css layouts and found an old post on stackoverflow,they discussed about a 4 column based layout with a small tweek on it.
The main thing with this layout is that it requires nesting to be accomplished, so using elastic was of course my first option, but then i found this link [...]
Here are shown how to use some of the advanced features in Elastic CSS Framework like Column Supercharge, Adaptive Columns, Centering, Liquid Layouts, Advanced Column Techniques (mixing fixed, elastic and automagic columns)
Elastic CSS Framework Advanced from Sergio de la Garza on Vimeo.
As always you can post your questions or comments here or on Google Groups.
P.S. [...]
We created a video channel on Vimeo check it out here, and its not coming alone!. We also are giving the first screencasts(it would not be nice to have a channel without interesting content right?). The process was not easy being the first time talking to a computer and explaining at the same time we [...]
We are proud to announce a new version of Elastic CSS Framework.
Version 2.0.3 fixes some minor bugs and improves rendering speed.
Don’t forget to post your questions/bugs in our Google Group
Also if you have a site made with Elastic you can post it in Google Group too.
Cheers
Time flies, I recall when we started this project and decided to share it, that was a year ago. we have learned so much from this framework and it has helped us accomplish some cool stuff.
At the beginning it seemed hard to maintain an open source project, it was our first one and there where [...]
Our good friend Ivan Torres @mexpolk created a gem to install Elastic in rails, and it makes the process of installing Elastic so easy as “elasticss”, check it out at http://github.com/mexpolk/elastic_rails. The current version has the latest version of elastic (2.0.2).
El próximo 25 de octubre se llevará a cabo el Workshop Camp México. Para todos aquellos que disfrutan de los BarCamps pero que a veces requieren de más de 15 minutos para su ponencia - o para aprender bien - este en particular será un conjunto de talleres impartidos simultáneamente con una duración de 3 [...]
I was trying to design an api for a large application and of course i was using javaScript. So in order to try the feeling of the application design without code it i started up my firebug and started coding a simple active record. so this is what i tried in 15 mins aprox.
here is [...]
Introduction
In current HTML codification trends, developers prefer construct HTML documents, pages and applications based on columns, against the table technique of row based design. This techniques commonly include the use of floated divs.
With the complexity and inconsistency between browsers implementation of standards, and in order to provide more solid code bases, many developers targeted this [...]