Commanding Chaos for Coworking, Open Source and Creative Communities

views

GraphQL Meets Drupal | Mediacurrent

Thu, 07/21/2016 - 16:43 -- rprice

whilst traditional REST is the more popular approach for fetching data, it may not be the best in solving many of the problems of handling hierarchical data. In comes GraphQL, a database querying language built by Facebook, to solve the limitations of REST - which may include overfetching, under fetching, multiple round-trips, and versioning issues.

drupaleasypodcast
drupal8
api
views

GraphQL Meets Drupal | Mediacurrent

Thu, 07/21/2016 - 16:43 -- rprice

whilst traditional REST is the more popular approach for fetching data, it may not be the best in solving many of the problems of handling hierarchical data. In comes GraphQL, a database querying language built by Facebook, to solve the limitations of REST - which may include overfetching, under fetching, multiple round-trips, and versioning issues.

drupaleasypodcast
drupal8
api
views

Can Views Use an External XML Source? | Mediacurrent

Thu, 07/21/2016 - 16:42 -- rprice

Sometimes the need arises to include a list of upcoming events, recent news or job postings. The problem that sometimes occurs is the data exists on another site as an XML document. Now, you could use Feeds and periodically import those into your site as nodes and then have them set to expire (because you wouldn’t want to keep these forever). But that would take up space in your database and there’s no need for that level of complexity or trouble.

drupaleasypodcast
xml
views

Can Views Use an External XML Source? | Mediacurrent

Thu, 07/21/2016 - 16:42 -- rprice

Sometimes the need arises to include a list of upcoming events, recent news or job postings. The problem that sometimes occurs is the data exists on another site as an XML document. Now, you could use Feeds and periodically import those into your site as nodes and then have them set to expire (because you wouldn’t want to keep these forever). But that would take up space in your database and there’s no need for that level of complexity or trouble.

drupaleasypodcast
xml
views

Views Infinite Scroll | Drupal.org

Thu, 03/10/2016 - 13:34 -- rprice

Views infinite scroll allows you to load and display pages of any view inline, using AJAX (this has been called infinite scrolling, load more, autopaging, endless pages and more). The pager can be triggered with the press of a button or automatically as the user scrolls to the bottom of the view's content.

The Drupal 8 version of Views Infinite Scroll is a lightweight solution which:

Works with the existing views AJAX system, no 3rd party libraries required.
Works with AJAX exposed filters.
Can be enabled on any view (block, page or otherwise).

drupaleasypodcast
modules
views
ux

Views Infinite Scroll | Drupal.org

Thu, 03/10/2016 - 13:34 -- rprice

Views infinite scroll allows you to load and display pages of any view inline, using AJAX (this has been called infinite scrolling, load more, autopaging, endless pages and more). The pager can be triggered with the press of a button or automatically as the user scrolls to the bottom of the view's content.

The Drupal 8 version of Views Infinite Scroll is a lightweight solution which:

Works with the existing views AJAX system, no 3rd party libraries required.
Works with AJAX exposed filters.
Can be enabled on any view (block, page or otherwise).

drupaleasypodcast
modules
views
ux

Views Infinite Scroll | Drupal.org

Thu, 03/10/2016 - 13:34 -- rprice

Views infinite scroll allows you to load and display pages of any view inline, using AJAX (this has been called infinite scrolling, load more, autopaging, endless pages and more). The pager can be triggered with the press of a button or automatically as the user scrolls to the bottom of the view's content.

The Drupal 8 version of Views Infinite Scroll is a lightweight solution which:

Works with the existing views AJAX system, no 3rd party libraries required.
Works with AJAX exposed filters.
Can be enabled on any view (block, page or otherwise).

drupaleasypodcast
modules
views
ux

Views Filter Harmonizer | Drupal.org

Thu, 03/10/2016 - 12:58 -- rprice

This small module allows you to have a contextual filter argument apply only when there is no corresponding regular (exposed) filter value present. This is most common on initial page load. After that the contextual filters will silently retreat and let the exposed filter values as selected by the visitor do their thing without interfering. This means that you can take advantage of friendly URLs using contextual arguments instead of ugly and verbose query parameters. Put the URLs anywhere on your site, in emails and in newsletters to take visitors to tailored Views pages.

drupaleasypodcast
views
arguments

Views Filter Harmonizer | Drupal.org

Thu, 03/10/2016 - 12:58 -- rprice

This small module allows you to have a contextual filter argument apply only when there is no corresponding regular (exposed) filter value present. This is most common on initial page load. After that the contextual filters will silently retreat and let the exposed filter values as selected by the visitor do their thing without interfering. This means that you can take advantage of friendly URLs using contextual arguments instead of ugly and verbose query parameters. Put the URLs anywhere on your site, in emails and in newsletters to take visitors to tailored Views pages.

drupaleasypodcast
views
arguments

Views Filter Harmonizer | Drupal.org

Thu, 03/10/2016 - 12:58 -- rprice

This small module allows you to have a contextual filter argument apply only when there is no corresponding regular (exposed) filter value present. This is most common on initial page load. After that the contextual filters will silently retreat and let the exposed filter values as selected by the visitor do their thing without interfering. This means that you can take advantage of friendly URLs using contextual arguments instead of ugly and verbose query parameters. Put the URLs anywhere on your site, in emails and in newsletters to take visitors to tailored Views pages.

drupaleasypodcast
views
arguments

Pages

Subscribe to RSS - views