- Good karma: an in-depth review of Ubuntu 9.10 Ars review
- Simply Buttons v2 Javascript/CSS stylish buttons
- How to wire your house for Ethernet networking from Instructables
- 10 Easy jQuery Tricks for Designers
Today links
Fix ttf-mscorefonts-installer in Karmic Koala
A fix for the ttf-mscorefonts-installer problem in Ubuntu 9.10, waiting for an official bugfix
Howto: Fix ttf-mscorefonts-installer problems in Ubuntu 9.10 Karmic Koala « Friendly Tech Ninja.
Correct Lotus Notes behavior on Ubuntu 9.10
After upgrading my desktop to Karmic Koala I started having some problem with my Notes 8.5.1 installation with window not displaying contents.
Doing a brief Google search I found this thread about a change made in libgtk that breaks Lotus Notes.
The solution is in comment #13: just follow the simple instructions and Lotus Notes will be working again.
Update – Nov, 4th 2009
As pointed out by jklocke, a fresh Lotus Notes installation on Ubuntu 9.10 doesn’t work: Notes won’t start at all.
The solution he found is very simple and quick: Notes cannot find the packages libgnomeprint2.2-0 and libgnomeprintui2.2-0.
To resolve the problem run this command to install missing libraries:
sudo apt-get install libgnomeprint2.2-0 libgnomeprintui2.2-0
Textarea char counter, a jQuery plugin
Some weeks ago I received a customer request to add a character counter to a textarea field and I made it using “classic” Javascript. Now that I’m learning jQuery and have some spare time, I tryed to transform my custom function to a jQuery plugin.
This is my first attempt to build a jQuery plugin and maybe there’s already another plugin that does the same thing but it have been a really nice exercise.
Check out the plugin code and some more details after the break.
Better fonts for Lotus Notes 8.5 in Ubuntu
I’ve just installed Lotus Notes 8.5 on Ubuntu and the first thing I noticed was the horrible fonts used in the interface. I’ve searched for a setting, but couldn’t find none so Goggle helped me: Notes is looking for a font called Luxi contained in the package ttf-xfree86-nonfree.
Installation is very simple:
sudo apt-get install ttf-xfree86-nonfree
Insert your password and you are done.
