Posts tagged ‘code’

Google Analytics is default choice for visitors tracking, but it can be also used for sales statistics. I have been working with e-commerce projects for a while, and have implemented very powerful back-end statistics tools, but I always try to search for easier to use (and functional enough) tools. Today I’m going to talk about [...]

Versioning is essential for source code control and there is fabulous amount of possible benefits. One of the possibilities is to let your source code know and make decisions using it’s version (revision) number.
For example, if you change your CSS code, you want users to get it immediately and not after their browser cached version [...]