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
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?
Tags: internet explorer, standards, web -
My suggested to do list after a laptop reinstall (OS and programs):
Tags: defrag, laptop, paging, reinstall, windows -
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
Tags: Google Buzz profile -
Das Keyboard
A bit pricey, but wait… it’s the best keyboard on the planet!
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
Tags: 9.10, Karmic Koala, Linux, Lotus Notes, problem, start, Ubuntu -
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 »
Tags: Javascript, jQuery, plugin, textarea -