Page 1 of 1

Responsive Web design

Posted: Thu Jul 03, 2014 5:42 am
by sharma
Hi all,
I am using 3.1.2-GA version of BLC. Through Demo site provided by BLC , I came to know that it supports responsive web design.
I need to know what technologies broad-leaf have used for responsive web design.So that i can implement it on my application.

Re: Responsive Web design

Posted: Thu Jul 03, 2014 6:06 am
by sharma
Is there any configuration or just UI layer ,js and CSS changes will be sufficient ?

Re: Responsive Web design

Posted: Thu Jul 03, 2014 6:55 am
by sharma
@ phillipuniverse Could you help me on this..

Re: Responsive Web design

Posted: Thu Jul 03, 2014 3:24 pm
by RapidTransit
If you are looking for responsive, you have to redo the templates yourself I believe, http://foundation.zurb.com/ and http://getbootstrap.com/ are mobile first responsive design frameworks with just enough styling to start with rapid prototypes.

Responsive design is client side, so only markup, css, most of the time but not always js, where as adaptive is server side.

Re: Responsive Web design

Posted: Mon Jul 07, 2014 5:18 am
by mgarfi
I can whole heartedly recommend bootstrap - so far I haven't had to touch anything except the template files to get it integrated and it has been pretty much a breeze!

Re: Responsive Web design

Posted: Tue Jul 08, 2014 7:50 am
by sharma
Agreed.Bootstrap is a very good option but just wanted to know what the basic BLC have used for their responsive design.As my application is built on BLC only,I can incorporate the same and see whether this is supporting responsive view or not ?