A repository is this set of folders that is tracked and synchronized. Contributing to the repository means changing it: adding or removing files, or editing them. Usually, the repository encompasses all the files related to a project. It’s thus connected to the highest-level folder of the project. Git creates a subfolder called “git” within this …
Category Archives: Web Development
What is a staging server?
A “staging” or “pre-production” server is a server that hosts your website in the same environment as your production or active server. However, access isn’t public and it’s restricted to developers and persons who test it. You might confuse this with: Advantages of having a staging server Basically, it’s a copy of your website that …
Testing out a map plugin
Well, test wasn’t very conclusive. They’re all about putting a thumbtack on a map image and it’s not what I needed. I just resorted to making image pictures instead…
Container for Google tag manager
Deciding where to put the container in case of multi-domain websites depends on two things: how independent are the domains? By this, view it from a user point of view: will a user need to navigate from one to the next seamlessly, or will this never happen? how many tags are common to both? For …
Day 2, google tag manager vs hardcoding tags
Well, thanks to analytics mania I learned that using google tag manager seems to increase performance vs simply hardcoding the tags in the page header. In the end, there are only three ways of adding a tag to a website: hardcode (type) it in the website header code. Disadvantage: you need to code or rely …
Continue reading “Day 2, google tag manager vs hardcoding tags”
FreshAngle, online day 1, yeah
FreshAngle.eu will have several goals, and the first is simply to get started with an online presence. Succeeded today in setting up the website, creating the database and first basic theme with zero customization. Not bad for a start! It wasn’t easy, but if I hadn’t tried I wouldn’t have made it. Me, today, ‘course …