Archive for October, 2006

More changes

Sunday, October 22nd, 2006

Trust me, you don’t need to read this… Spanish text only.

Long category descriptions in wordpress

Saturday, October 21st, 2006

Here is the outline of what I did to get some (translated) text displayed at the beginning of every category page. This is mostly a reminder to myself in order to be able to redo it in the unlikely case I upgrade Wordpress and have to go through it once again.

Add the column to the […]

[Old stuff] Simple proxyes

Wednesday, October 18th, 2006

I f you need a quick-hack TCP proxy, netcat, a named fifo and one pipe might do the trick:

mknod fifo p
netcat -l -p [inbound_port] 0<fifo | netcat localhost [outbound_port] 1>fifo

Of course you’ll need netcat. But it’s also possible and far more fun, to program one oneself or look at/improve one already made. At […]

A little scheme book

Saturday, October 14th, 2006

Sorry, no english text for the moment.

Views counter

Tuesday, October 10th, 2006

I just installed the view-count plugin by Mike O’Connell. As one would expect, it’s a very simple plugin. On the first run it ALTERs the posts table adding a BIGINT view_count column which is updated when users click on a post. To display the number of views, one has just to call the_view_count() at […]

Second hand books

Saturday, October 7th, 2006

Sorry, no english text.