Download the PHP package ttree/ress without Composer
On this page you can find all versions of the php package ttree/ress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ress
Short Description Ttree Responsive Web Design with Server-Side Component
License MIT
Informations about the package ress
Ttree - Responsive Web Design with Server-Side Component
Description
Responsive Web Design is really really trendy (and mandatory) today. But in some cases it's not the best solution.
Most responsive website serve exactly the same amount of bits to desktop, tablet or mobile user. Many mobile user will leave your website if the loading time is to long. Or sometimes your design need a different markup to support your design decisions.
If you are intersted by this topics, you can read those articles:
- You May Be Losing Users If Responsive Web Design Is Your Only Mobile Strategy
- Improve Mobile Support With Server-Side-Enhanced Responsive Design
- RESS: Responsive Design + Server Side Components
What's include in this package ?
This package include the library MobileDetect and extend the Action Request class with two new methods:
- ActionRequest::isMobile()
- ActionRequest::isTablet()
You can use those methods in your own controller, Fusion prototypes, ...
No magic everything is configurable
Tweak a Fusion prototype to change the rendering by device type
By using the dynamic
caching mode you don't need to configure the upper cache segments.
Completly different markup for Mobile, Tablet & Desktop
You can override your root
Fusion conditions to select different rendering for different type of client:
In this example the root cache entry identifier are configured correctly for mobile and table cache. Please make sure to configure your other cache segments correctly.
Sponsors & Contributors
The development of this package is sponsored by ttree (https://ttree.ch) and techniconcept (https://techniconcept.ch).