Entries by Hemn Chawroka

Scrollax.js

Scrollax.js Smart, super smooth, cross-browser, and easy-to-use parallax scrolling effect plugin you have ever seen! Scrollax.js features: Highly optimized scrolling rendering GPU accelerated Set custom ratio for any CSS property Don’t parallax elments that are not in the viewport Horizontal & Vertical scrolling supports Lots of super useful methods … and has a powerful & […]

JS-EasyCache

This is a easy & fast library that emulates memcache functions using HTML5 localStorage with lossless data compression support, so that you can cache data on the client and associate an expiration time with each piece of data. If the localStorage limit (~5MB) is exceeded, it tries to create space by removing the items that […]

PHP-EasyCache

The PHP EasyCache Class is an easy & fast way to cache 3rd party API calls with lossless data compression support. Usage A very basic usage example: $cache = new iProDev\Util\EasyCache(); $latest_tweet = $cache->get_data(‘tweet’, ‘http://search.twitter.com/search.atom?q=from:chawroka&rpp=1’); echo $latest_tweet; A more advanced example: $cache = new iProDev\Util\EasyCache(); $cache->cache_path = ‘cache/’; $cache->cache_time = 3600; $data = $cache->get(‘identity_keyword’); if(!$data) […]

Weekly Design Inspiration (N.4)

This is our popular weekly design news post where we share our favorite web designs. Les Jardins de la PoudrièreSunday 24, May A high standing promotional Real Estate in Switzerland. Beautiful & ecological way of living in a natural environment. – Isomorphic technology (React) Dream Team Katarzyna KonkowskaMonday 25, May Katrzyna Konkowska is a stage […]

Weekly Design Inspiration (N.2)

This is our popular weekly design news post where we share our favorite web designs. Riga Ghetto Holocaust MuseumSunday 10, May A Window Into The Story of the Riga Ghetto Weber – BBQ CulturesMonday 11, May In a combination of cinematic and interactive elements this Weber campaign takes the user on an inspirational journey through […]

20 Fresh Tools for Developers May 2015

Hello iProDev viewers, we are here now in May and the time has come for us to share new resources with our fellow web developers. In this round we have some good references worth bookmarking, new apps for design teams, js libraries, frameworks, mobile apps, frameworks, plugins and online web services for our audience. We […]

Weekly Design Inspiration (N.1)

This is our popular weekly design news post where we share our favorite web designs. LEVELSunday 03, May Find a balance in your life! Level Barvikha Residence offers a balanced living in a comfort of a city apartment surrounded by a natural landscape of Moscow region. The website explores this balance with a rich responsive […]