Archive for June, 2006

Javascript fun

El otro día Steve hizo un post muy interesante acerca de cómo se calcula la fecha en que debe caer semana santa cada año.
Lo entretenido fue que puso un pequeño formulario que calculaba la fecha de semana santa utilizando Javascript. Si se ve el algoritmo es muy explicativo y fácil de entender.

function calcular() {
[…]

Read More..>>

Human(Ubuntu Dapper) Gtk theme en Gentoo

Para hacer que tu tema de GTK se vea como el de Ubuntu Dapper en Gentoo, necesitas instalar el gtk-engine de UbuntuLooks. Para esto necesitas el ebuild que se encuentra en bugzilla.
Los comandos para instalarse el tema son los siguientes:

su
mkdir -p /usr/portage/x11-themes/gtk-engines-ubuntulooks
cd $_
wget http://bugs.gentoo.org/attachment.cgi?id=88169 -O gtk-engines-ubuntulooks-0.9.11.ebuild
ebuild gtk-engines-ubuntulooks-0.9.11.ebuild digest
ebuild gtk-engines-ubuntulooks-0.9.11.ebuild unpack
ebuild gtk-engines-ubuntulooks-0.9.11.ebuild compile
ebuild gtk-engines-ubuntulooks-0.9.11.ebuild install
echo x11-themes/gtk-engines-ubuntulooks […]

Read More..>>

Fluxbox 1.0RC1

Ayer, el equipo de Fluxbox liberó el primer release candidate de la versión 1.0!!!
Este fue el glorioso mail enviado a la lista de usuarios:

Fluxbox version 1.0rc!

Get it here:
http://prdownloads.sourceforge.net/fluxbox/fluxbox-1.0rc.tar.gz
(md5sum: 2575d0b605bcacc406c5b8f89fb0d3c5 )
http://prdownloads.sourceforge.net/fluxbox/fluxbox-1.0rc.tar.bz2
(md5sum: e0d3e8b41261fc9b03ac75c014051806 )

News in 1.0rc:
* External tabs are back.
- option in Configure menu to enable/disable
[…]

Read More..>>

Google Earth for linux!

The first beta of Google Earth for linux is out there!!, Can’t wait to get home and try it !
Via Digg

Read More..>>

Google Writely/spreadsheet invitations

I’m returning the favor. I googled for writely invitations and got mine, so now I do the same.
The rules are the same that the guy who gave me the invitations:

Open your favourite mail client and write me an email.
Use “REQUEST: Writely/Spreadsheet Invitation” (without quotes) as your email subject. Otherwise, I’m unable to process your request.
In […]

Read More..>>

Browser sync

A Firefox extension to store your firefox configurations online, so you have the same Firefox all oer :D.
I guess what you do need to carry is the .xpi so you can install it on a new firefox, now I wonder if after I leave my data is errasedor not from there.
I’ll give it a shot […]

Read More..>>

Google spreadsheets

So Google launched its spreadsheets, I managedto getmy invitation and they are pretty sweet. Same as editgrid, irows, numsum and others out there… they are all sweet
Cool stuff:

It has most of the functions you’d probably need.
Ctrl+Key copy, cut, paste, bold, underline, italic.
Ctrl + arrow navigation and Ctrl+Shift support to move across written cells.
Multiple […]

Read More..>>