Category Archives: Development

Everything related to coding or other forms of digital creativity

Bazaar (bzr)

Bazaar is a distributed versioning system. Homepage: http://bazaar-vcs.org/Tutorial: Bazaar in five minutes, Bazaar User Guide Most used commands Create local branch Create local repo Copy remote repo This copies the branch to your local directory. The two repos are still independent. Convert to checkout Connects to that repository so commits are always made on both… Read More »

Domain-Cookies

According to various documentation, the cookie domain has to contain at least 2 dots for a browser to accept this as a wildcard cookie (e.g. .google.com) and use this for all sub-domains. So .foo.bar.com should work – should.Opera doesn’t like it and only accepts it domain-wide if there are exactly 2 dots in the domain… Read More »