Posts Tagged ‘Camino’

Making Mozilla.

Friday, August 12th, 2005

Yesterday, I made my first direct contribution to the Mozilla Project, the organization that programs and distributes my favorite browsers, Camino for Mac OS X, and Firefox for most other platforms (AOL‘s Netscape is also built upon the Mozilla sourcecode). I would have liked to contribute to this great open source project earlier, however, a lack of resources and programming skills made this difficult. Therefore I have so far only contributed by posting in related forums, voting for bugs that bugged my in particular, and generally spreading the word. Yesterday however, I was again annoyed by one of the quirks that sometimes make you frustrated – in this case is was the non-standard way of Camino’s bookmark export function. A vote for fixing this seemed to be in order. To my surprise several searches in the Mozilla’s bug database bugzilla (yes, I know) turned out nothing. After some gnawing of fingernails I decided to take the plunge and write my first bug report. It is Bug 304118 – improve export of menu spacer / bookmark separator. I was crossing my fingers hoping not be told that this is an old hat, see bug number blablbabla. Seems my fears were unjustified: the bug was acknowledged (thanks Jasper!) and, to my utter astonishment, a fix has already been submitted!
I guess that’s a birthday present ;)

Finally a custom favicon.

Tuesday, May 24th, 2005

Beginning with tomorrow’s nightly build my favorite web browser, Camino, will finally support displaying non-root-level favicons such as the one used for my homepage. Favicon? Yup. Favicons are the little icons displayed by all decent browsers in their respective address bars to the left of the web address.
To greet this change in an adequate way I have changed the code for my blog to support my custom favicon in the blog too. Hope you like it, even though I am totally not a designer.

My favorite browser has been updated.

Thursday, June 24th, 2004

You can now download the newest release of Camino, the Mac OS X native browser developed by the Mozilla Foundation. If you ask yourself why you should download and use this browser, check this blog entry.

Some more optimizations.

Thursday, July 10th, 2003

Yesterday I finished fiddling with the HTML and CSS code of my web pages. *sigh*

You probably won’t notice any differences, but everything is much better now. ;-) The blog displays exactly as it should in a ton of different browsers: Internet Explorer 5.0 on Win98, 6.0 on WinXP, 5.23 on MacOS X, several different Mozilla/Firebird/Camino builds on different platforms, Opera 6.02, and Safari (which uses a tweaked version of the rendering engine of Konqueror on Linux). Only the trusty iCab has it’s usual problems with the correct rendering of pretty basic CSS code. But the page still works nicely even in iCab.
The code for my other pages has undergone some optimizations too. It might now be rendering a tad bit faster. It has also been revised to be even more accessible to handicapped people, and people with text browsers or slow connections. Hopefully this also has a positive impact on my google ranking, because I am now using the appropriate tags wherever possible (i.e. I am formatting the contents list using list tags, I am formatting my contact information using the address tag etc.)