Do you like the dark? ;P
If the answer is yes here, make your OS X UI dark with this simple command:
defaults write NSGlobalDomain AppleInterfaceStyle Dark
A simple service that the CLI does to your UI ;P
Cheers!
Mikamai developers blog
Do you like the dark? ;P
If the answer is yes here, make your OS X UI dark with this simple command:
defaults write NSGlobalDomain AppleInterfaceStyle Dark
A simple service that the CLI does to your UI ;P
Cheers!
First, a little bit of theory:
PrestaShop (PS) implements the concepts of modularity and extensibility through two different entities:
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”
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.