Category: Projects

  • Full page regulations/terms

    Full page regulations/terms

    This is my approach for displaying full page regulations on your website. User won’t be able to do anything until scrolling to the bottom of license. Acceptance button will be enabled only after that.

  • Referral exclusion list importer bookmarklet

    Referral exclusion list importer bookmarklet

    Mass referral exclusion importer for Google Analytics. Check this site.

  • HTML5 Swipe Gallery

    HTML5 Swipe Gallery

    Fullscreen swipe gallery with pinch zoom support based on HTML5 for kiosk use. It was tested during exhibition in National Museum in Warsaw.

  • Search engine importer bookmarklet

    Search engine importer bookmarklet

    Organic sources importer for Google Analytics. Check this site.

  • Reversed version of cycle2 plugin Scroll Vert

    Reversed version of cycle2 plugin Scroll Vert

    This is reversed version of the Cycle2 plugin used to animate slides vertically. In my version animation goes from bottom to top. Download reversed version from Github: https://github.com/fedek6/ScrollVert-reverse Download original version and check documentation at: http://jquery.malsup.com/cycle2/demo/scrollVert.php

  • jQuery advanced filter list plugin

    jQuery advanced filter list plugin

    This is a plugin for realtime list filtering using a text input. It’s very simple in use. Look at examples below: Init filter: $(document).ready(function() { $(‘ul.dynamic-search-list’).filterList({ inputSelector: ‘#filter-input’ }); }); inputSelector is the only option required by plugin. It’s a jQuery selector for input field that will be used for list filtering. Detach filter: $(‘ul#2’).filterList(‘detach’); […]

  • Active directory support for Yii framework

    Active directory support for Yii framework

    2013-11-07: version 1.0 check documentation at: http://www.yiiframework.com/extension/yii-adldap/ Update: Check this tutorial to know how to map user roles using AD information. Download:

  • Smarty gettext with domain support (block t plugin) [depreciated]

    Smarty gettext with domain support (block t plugin) [depreciated]

    Attention! Official Gettext plugin for Smarty has domain support since version 1.1. Check official repository: https://github.com/smarty-gettext/smarty-gettext. Description: This is a Smarty gettext plugin modification. It enables domain support and utilize gettext wrapper for PHP, Why do I use such wrapper for a gettext? It’s simple, not every server has native support for translation. This crafty script gives you fallback […]