-
Notes on WordPress Child Theme Development
I’ll write some notes on the sometimes dumb problems I meet while developing child themes. I won’t be verbose, I’ll just share the solutions that worked for me. Would be appreciated if you share a better one in the comments. Problem: The parent’s style.css is not loading Possible cause: forgotten Template: in the […]
-
Аll-in-Оne cheatsheet on different programming languages
http://overapi.com/php (just an example for PHP) An awesome cheatsheet for various languages. Handy!
-
Checking your mobile data usage (Mtel only)
TL; DR – http://m.mtel.bg/surf If you have a mobile data plan from Mtel (USB modem or integrated one) and you use Linux, you can’t really check your data usage because the software Mtel provides is Windows-only. You can always use a watchdog of some sort that monitors the traffic on the client side but that’s not really […]
-
When a client bumps into a problem on their site
Most important thing is to solve the problem as soon as possible. If the issue is on a live site with lots of visitors, it should be escalated to the rest of the team, if it’s not easy to be solved. Furthermore, it’s important to notify the client that you are working on it currently. The […]
-
A JavaScript style guide in English (and Bulgarian)
The link speaks of itself: https://github.com/airbnb/javascript [EN] https://github.com/borislavvv/javascript [BG]