Paris designer Pierre Katz provides a brief tutorial on brand rejuvenation
Pierre Katz could be considered one of world’s greatest “facial” rejuvenators of luxury brands. But his tools are typography and elements of design rather than Botox or a scalpel. Wow ! this is a great introduction by HOW Design who wrote an article about Pierre Katz and his approach to renovating iconic brand identities and packagings. … Paris designer Pierre Katz provides a brief tutorial on brand rejuvenation
WordPress ACF update_field with a user field
Using Advanced Custom Fields for a wordpress site I create a custom field for Users and its type is “User”, it is also set to support multiple selection. The idea is to link users to each other as friends. To update the field I used update_field() but it me took time to figure out how to make it … WordPress ACF update_field with a user field
Error: Mismatched anonymous define() module: function (require) {
I got this error while working on a project using swiper.js : Error: Mismatched anonymous define() module: function (require) {… Searching a little on google I found a thread on stack overflow telling that : requireJS blows up when : You have an anonymous define (“modules that call define() with no string ID“) in its own script … Error: Mismatched anonymous define() module: function (require) {