A PrestaShop module helper to display “boxed” success and error notifications

First, a little bit of theory:

PrestaShop (PS) implements the concepts of modularity and extensibility through two different entities:

  1. modules
  2. hooks

The first ones are actually wrappers for the custom functionality you may need on your store while the latter ones are the connection points offered by the PS core.

Continue reading “A PrestaShop module helper to display “boxed” success and error notifications”

Favicons for everyone!

I think every Web dev know this.

Web development, in particular front-end stuff, can be really though.

There aren’t many standards you can follow when dealing with the evil entities called browsers and so you must often rely on quirks to make your products look good on each one of the over mentioned evil entities.

One example? Favicons.

Continue reading “Favicons for everyone!”