Recent posts

Advanced mail subscription

The CMS TYPO3 extension repository already offers a few plugins that can...
09 January 2012

Convenient In/Out animation using expressions

We recently had an opportunity to make a set of instructional animations...
16 December 2012

Nginx boost extension

Introduction  The Evo_nginx_boost plugin allows us to cache pages...
14 December 2011

Tags

... allows us (and anyone choosing to use our plugin) to freely extend our (and their) set of tools with new functionalities and options. What does our extension offer? Registration and unregistration in Ajax mode If you don’t prefer Ajax in your settings, you can choose the standard mode with page reloading. Suspending a user’s subscription for any period of time The user can choose either to cancel his...
http://blog.thedigitals.pl/en/advanced-mail-subscription/ 09-01-12 Score: 1,46 25 %
... table. Again, you can find it in the ext_localconf.php file.  //CODE:php:$GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$_EXTKEY]['excludedUrls'] = array ( // perl regullar expressions '/ajax_load_id=[0-9]+/',  '/captcha.php?/',  );//CODE Downloads: nginx configuration file extension evo_nginx_boost ver 1.9.5 
http://blog.thedigitals.pl/en/nginx-boost-extension/ 14-12-11
...JQuery Tabs for TYPO3 Evo_jqtabs extension allows you to build toggled content tabs basing on the JQuery library. Content can be loaded during page rendering or via Ajax. This extension is an adaptation of rgtabs written by Georg R Screenshots and video Example of tabs  Configuration of  BE plugin [ Property Description Select records select records to be open as tabs Use ajax check if you...
http://blog.thedigitals.pl/en/jquery-tabs-for-typo30/ 10-11-09 Score: 2,70 47 %
... We thought over an elastic solution that would allow the editor quickly and effectively create new relations and we decided to develop this new module. Evo_chained_selector is a mechanism based on ajax which analyzes structure of table indicated in: //CODE:php: $TCA[$table]['field']['config']['params']['table']//CODE and checks if selected in first input record possesses children, and if so,...
http://blog.thedigitals.pl/en/new-extension-evo-chained-selector/ 10-11-09 Score: 0,92 16 %
...Fighting for milliseconds: eID and ajax call Fighting for milliseconds is a cycle of mini hacks meant to “save off” valuable milliseconds that are spent on page parsing. In this article, we’ll cover eID and AJAX calls In developing our subsequent projects, we always plan for using the evo_nginx_boost plug-in whenever possible. While creating functionality, we want to put as much load-heavy site features on AJAX...
http://blog.thedigitals.pl/en/fighting-for-milliseconds-eid-and-ajax-call/ 18-07-09 Score: 5,80 100 %
###SPINNER###