Posts

Showing posts from May, 2018

Tiny Cookie manager library - Jquery

Extrembler Cookie Manager What is a cookie? Basically, a cookie is a small file which can handle a little piece of data on a client machine. Its value also differs from machine to machine and browser to browser. In general sense, a cookie is a piece of a file which contains tiny data on client side. How to identifies cookie? Each cookie carries a small amount of data in key and value pair. Let's take an example. first name: Jhonny last name: deep session time: 1 h How to manage cookie? To manage cookie in more conveniently a tiny and free library is here. Download →  Extrembler Cookie Manager How to use this library? Create Cookie ExtremblerCookieManager.createCookie("cookiename"); Read Cookie ExtremblerCookieManager.readCookie("cookiename"); Set Cookie live time ExtremblerCookieManager.setCookieLiveTime(''); Un-set Cookie Name. from current object ExtremblerCookieManager.unsetCookieName(''); Set base url E

Magento 2 - Magnify issue

Magento 2 magnify issue after full screen Narrating issue : This issue generally happens with images with no white space at the top. Sometimes what happens when you enter into a full-screen mode of the gallery and pinch zoom the image, some part from the top does not visible. An issue is that, the top part of the image cut in that pinch zoom effect. e.g. I have an image of a boy wearing a cap and T-shirt. In this case, a T-shirt can be clearly shown in pinch zoom but some part (top) of the cap does not. To resolve i started debugging. First, i thought, it was an issue of fotorama js so i checked the condition of all css 'top' properties applied from that file. console.log(top) each. But not get a code which was creating a problem. Disappointment!!!! Than i observed a behavior of the issue. I dig some more and found a condition which also alters functionality or says behavior. A file where i found a piece of code is located at lib/web/magnifier/magnify.js  i c

Magento Easy system Configuration Shortcuts

Image
Magento Easy system Configuration Shortcuts Extrembler EasySystemConfig v 0.1.1 Hey, Magento guys i have developed Magento module for cache clean and indexing. I have always felt hassle while navigating to System->Configuration->Index Management, It feels hard sometimes as always need to reindex for the website. To over come that freaky issue, i have created a module  with shortcuts of cache clean (all types) and index management. Now it is great that without hassle we can easily navigate to these most usable features of magento backend.