[symfony-users] Re: Frameworks CSS

2010-07-12 Thread gordonslondon
Hi,

i have used 2 css frameworks:

GRID 960
benefits:
- very simple, for small projects
disadvantages:
- you only havee one template (960 px large)
- there is NO fluid template (no percentage only px), so if you want
to have a backend template completely fluid, you will have to hack the
css


YUI GRID CSS
benefits:
- build for big projects (like Yahoo Health), fully customizable
- zoom is availlable for all browsers
- no pixel for grids only em and percentage
disadvantages:
- you cannot grab only the CSS components, you have to take it in the
YUI library


Jquery UI isn't really a full css framework,
with full cms framework i talk about grids,
grids are very usefull for many reasons:
- improve productivity (less work)
- work one most browsers (save you a headache)
- is good for SEO (less HTML = more interesting content)
- can improve javascripts performence when finding the DOM (ex: $
('div') selector);


i just discovered Yui grid css so i might have forgotten some great
features,
i think the best choice between both is YUI GRID CSS framework for his
complementarity

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: Frameworks CSS

2010-07-12 Thread gordonslondon
YAML framework is really great !
the documentation is awesome

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: Frameworks CSS

2010-07-15 Thread Greg
Blueprint

there is a plugin
http://www.symfony-project.org/plugins/sfBlueprintPlugin

On 12 juil, 15:22, Nei Rauni Santos  wrote:
> Hi,
>
> I'd like to know if you use any kind of frameworks CSS in your sf projects.
>
> I'm working in a group with 4 programmers and 2 designers and I'm
> looking for a css framework to improve our productivity and quality of
> our designs.
>
> I think that the Jquery UI is the best option because we alrelady use
> a lof of jquery widgets.
>
> Thank you,
>
> --
> Nei Rauni Santos
>
> http://www.linkedin.com/in/neiraunisantoshttp://www.facebook.com/nei.santoshttp://www.twitter.com/nraunihttp://blog.inuar.com
>
> Curitiba - Paraná
> +55 41 85020985

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: Frameworks CSS

2010-07-12 Thread Serkan Koyuncu
+1 for YUI Grids

2010/7/12 gordonslondon :
> Hi,
>
> i have used 2 css frameworks:
>
> GRID 960
> benefits:
> - very simple, for small projects
> disadvantages:
> - you only havee one template (960 px large)
> - there is NO fluid template (no percentage only px), so if you want
> to have a backend template completely fluid, you will have to hack the
> css
>
>
> YUI GRID CSS
> benefits:
> - build for big projects (like Yahoo Health), fully customizable
> - zoom is availlable for all browsers
> - no pixel for grids only em and percentage
> disadvantages:
> - you cannot grab only the CSS components, you have to take it in the
> YUI library
>
>
> Jquery UI isn't really a full css framework,
> with full cms framework i talk about grids,
> grids are very usefull for many reasons:
> - improve productivity (less work)
> - work one most browsers (save you a headache)
> - is good for SEO (less HTML = more interesting content)
> - can improve javascripts performence when finding the DOM (ex: $
> ('div') selector);
>
>
> i just discovered Yui grid css so i might have forgotten some great
> features,
> i think the best choice between both is YUI GRID CSS framework for his
> complementarity
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


AW: [symfony-users] Re: Frameworks CSS

2010-07-12 Thread Christopher Schnell
We mostly use the yaml css framework.

http://www.yaml.de/en/home.html

Regards,
Christopher.

-Ursprüngliche Nachricht-
Von: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com]
Im Auftrag von Serkan Koyuncu
Gesendet: Montag, 12. Juli 2010 16:25
An: symfony-users@googlegroups.com
Betreff: Re: [symfony-users] Re: Frameworks CSS

+1 for YUI Grids

2010/7/12 gordonslondon :
> Hi,
>
> i have used 2 css frameworks:
>
> GRID 960
> benefits:
> - very simple, for small projects
> disadvantages:
> - you only havee one template (960 px large)
> - there is NO fluid template (no percentage only px), so if you want
> to have a backend template completely fluid, you will have to hack the
> css
>
>
> YUI GRID CSS
> benefits:
> - build for big projects (like Yahoo Health), fully customizable
> - zoom is availlable for all browsers
> - no pixel for grids only em and percentage
> disadvantages:
> - you cannot grab only the CSS components, you have to take it in the
> YUI library
>
>
> Jquery UI isn't really a full css framework,
> with full cms framework i talk about grids,
> grids are very usefull for many reasons:
> - improve productivity (less work)
> - work one most browsers (save you a headache)
> - is good for SEO (less HTML = more interesting content)
> - can improve javascripts performence when finding the DOM (ex: $
> ('div') selector);
>
>
> i just discovered Yui grid css so i might have forgotten some great
> features,
> i think the best choice between both is YUI GRID CSS framework for his
> complementarity
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: Frameworks CSS

2010-07-12 Thread samuel
someone has tried the oriented object css framework ?

2010/7/12 gordonslondon 

> YAML framework is really great !
> the documentation is awesome
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en