Tools I should use more often
I often come across useful little tools where I think, I should try them later. But this "later" never happens…
Continue reading "Tools I should use more often"I often come across useful little tools where I think, I should try them later. But this "later" never happens…
Continue reading "Tools I should use more often"For JSON data, there are different mime-types floating around the web:
Continue reading "JSON Mime-Types"Some channels for PEAR. Use this to add them:
Continue reading "PEAR Channels"Firebug is a useful Firefox extension to debug JavaScript and more. To not raise error messages on browsers without Firebug, there's a small script called firebugx.js, which creates empty functions. Sascha Hameister has optimized this script a little bit and it now looks like this:
Continue reading "Firebug"Installation manual: mono-project.com
Forum: UbuntuForums.org
Bazaar is a distributed versioning system.
Continue reading "Bazaar (bzr)"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 name. In this case
.bar.com
. If you use .foo.bar.com
the string is ignored and the cookie only gets set for the current domain.