BreezingForms

BreezingForms es el único constructor de formularios para Joomla!® que combina tecnología moderna con características demandadas para aplicaciones empresariales. Des sencillos y bonitos formularios hasta aplicaciones complejas.

Si necesita crear formularios modernos con todo tipo de detalles y compatibilidades, como por ejemplo formularios adaptativos, Bootstrapt de Twitter® o aplicaciones web dinámicas, BreezingForms es la herramienta que necesita.

Con BreezingForms no se encontrará encerrado en una jaula de oro donde la facilidad y comodidad de uso conllevan características limitadas. Muy al contrario, nuestro software afronta con valentía los desafíos complejos y trata de solucionarlos de la manera más fácil y abierta posibles para que así usted pueda implementar las tareas más complejas.

Además integra la conexión con otros servicios populares como Google Drive®, Dropbox®, MailChimp® y permite crear formularios multilenguaje sin otras extensiones. 

Disponible para Joomla!® 4.x / 3.x / 2.5 i WordPress

Más información

ContentBuilder para Joomla!®

Debido a su facilidad de uso, a su rápida y potente puesta en marcha y al robusto código que lo sustenta, ContentBuilder cubre el vacío entre los usuarios regulares de Joomla! y los contenidos estructurados, obteniendo todas las ventajas de un CCK (Content Construction Kit).

La tarea principal de ContentBuilder es estructurar el contenido de Joomla!® (artículos), preservando el estilo nativo del sistema.

De hecho puede hacer muchas más cosas, como por ejemplo catálogos, directorios, anuncios clasificados, comunidades, gestión de contenidos de pago, venta de archivos, galerías de imágenes, formularios de registro extendidos de Joomla!® (incluyendo Captcha y registros de pago), directorios de archivos, envío de artículos, listados con detalles, mostrar registros de la base de datos …hasta el habitual sistema de operaciones CRUD (crear, obtener, actualizar y borrar). Pueden importarse los registros mediante archivos CSV.

Disponible para Joomla!® 3.x / 2.5

Más información

Lanzamiento de BreezingCommerce!

 

A lot of websites are using caching. What exactly is caching? One definition says that caching (pronounced “cashing”) is the process of storing data in a cache. A cache is a temporary storage area. For example, the files you automatically request by looking at a Web page are stored on your hard disk in a cache subdirectory under the directory for your browser.

It's an excellent way to speed up your website, but it has some drawbacks. The way caching works is that it creates a sort of a screenshot of your webpage and serves that to the user. That means that once your caching plugin caches your webpage containing a Breezing Form, it won't have any functionality. It will only have the appearance of a normally functioning form, but it won't actually be functional.

So, besides the usual disable the caching solution, there is an alternative. CacheControl is a powerful plugin that disables caching for specific parameters. Let's get started.

After installing the plugin, navigate to Extensions > Plugins and search for CacheControl. Enable it, and you're ready to start setting up your caching rules.

 

 How does it work

Inside the Rules textarea, each line represents a rule that fires disabling the Joomla cache. Each rule should contain URL parameters that the plugin should listen to, and if they match, the cache will be turned off as soon as a page is called that sends these URL parameters.

 

 Let's look at some examples

If you wanted to disable caching on all pages containing any Content Builder content or Breezing Forms content, you'd write the following:

 option=com_breezingforms
 option=com_contentbuilder

 If you want to expand the rules to disable only for certain articles, you can specify the ID of the article to disable caching like this (for article with the ID 999):

option=com_content&id=999

If you want to disable caching for all article details, use:

option=com_content&id=?

 

 Possible issues

If you have SEF (search engine friendly) URLs enabled, you might not be able to see the parameters that are sent. In that case, disable SEF completely, load the site (or component) you want to stop caching for, note all the parameters that should trigger a rule and switch back to using SEF again.