Twitter
It's March the 9th and it's snowing... 2 days ago
March, 09 2010

Invictus

Out of the night that covers me,
Black as the Pit from pole to pole,
I thank whatever gods may be
For my unconquerable soul.

In the fell clutch of circumstance
I have not winced nor cried aloud.
Under the bludgeonings of chance
My head is bloody, but unbowed.

Beyond this place of wrath and tears
Looms but the Horror of the shade,
And yet the menace of the years
Finds, and shall find, me unafraid.

It matters not how strait the gate,
How charged with punishments the scroll.
I am the master of my fate:
I am the captain of my soul.

William Ernest Henley

Wordpress queries

WordPress tip: Get rid of unused post revisions

10+ life saving SQL queries

Some useful WordPress database queries

March, 02 2010

nside the Excruciatingly Slow Death of Internet Explorer

Inside the Excruciatingly Slow Death of Internet Explorer 6

It’s the bane of Web designers everywhere, and it makes most modern Websites look broken and horrible. So why are 20% of web surfers still using it?

February, 27 2010

First steps after laptop reinstall

My suggested to do list after a laptop reinstall (OS and programs):

February, 23 2010

Google Buzz madness

That’s incredible: disabling Google Buzz in Gmail will not stop buzz showing updates in your profile.
The only way to stop it is going inside your profile settings and deleting your profile. Yes, you must delete your profile!

Someone at Google must have gone crazy.

Source: How Google Buzz Hijacks Your Google Profile

February, 22 2010

Das keyboard

Das Keyboard

A bit pricey, but wait… it’s the best keyboard on the planet!

November, 19 2009

Today links

November, 09 2009

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.

October, 29 2009

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
October, 20 2009

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.

Read the rest of this entry »