Skip to Content

develCuy's blog

by Fernando P. García


La gota mágica del Software Libre

"La gota mágica" mencionada en el título hace referencia al logo de Drupal, y a lo fantástico que puede resultar ser partícipe de su comunidad. Actualmente, en el Software Libre son pocas las oportunidades que uno tiene, cuando se trata de encontrarse con un grupo humano muy motivado hacia la colaboración abierta.


¡Soy del Señor Jesús!

Por medio de este instrumento, de libre voluntad, quiero hacer público que Yo Fernando Paredes García fui comprado por el Señor Jesús, que a partir de hoy lo reconozco como mi legitimo dueño y Señor, todo lo que tengo y lo que soy le entrego como propietario legal para que El haga lo que mejor le parezca.

Amén.


Drupalcon's video archive

Can't attend Drupalcon? take it easy! watch the The Internet Archive. To date there are thousands of videos from past Drupalcons. A tremendous source of wisdom in the most exiting Drupal topics since 2007.


HOWTO phplua + PHP 5.2 on Ubuntu

Lua is an embeddable scripting language. If you are trying to embed it in PHP follow this instructions that may help you:

$ sudo apt-get install phpize liblua5.1-0-dev 
$ git clone git://repo.or.cz/phplua.git src
$ cd src/
$ phpize
$ ./configure

At this point you are almost done, BUT please edit the file Makefile and change the line:

LUA_SHARED_LIBADD = -llua

by:

LUA_SHARED_LIBADD = -llua5.1

Then is time to finish cooking:

$ make
$ sudo make install

Almost done, do a test:

$ make tests #all will fail, that is fine by now

DrupalCamp Perú #3 Verano 2010

Drupalcamp Verano 2010

Si quieres conocer más de Drupal te invitamos al DrupalCamp Perú Verano 2010.


Drupal is written in PHP but I still love it

My d.o profile says that I'm a 3 years old drupaler, and I love it. From my personal vision, God blessed me a lot since I'm working with Drupal. Not only in my job, also had the wonderful opportunity to meet so nice people, and visit 3 new countries in just one year!

What about PHP? well..., we have a trading agreement :D


10 tips for multi-language Drupal sites

Do you want to keep your site multi-language friendly? Please follow this:

1. Use t('text') instead of 'text'
2. Enable Multilingual in your content types
3. If your site uses English, do it with pure English first, then translate
4. Avoid the use of HTML into strings as much as possible
5. In CCK fields, use PHP code for Allowed values list, i.e.: return array(1=>t('text'), ...)
6. Add the filter "Node Translation: Language" to your views
7 - 10. Read the manual http://drupal.org/handbooks

Blessings.


HOWTO Apache 2 + Lua 5.1 + FastCGI in Ubuntu

Install basement

$ sudo apt-get install apache2-mpm-worker liblua5.1-0-dev
$ sudo apt-get install libfcgi-dev libapache2-mod-fcgid

Install Luarocks

Download latest version from: http://luarocks.org/releases/, extract it, open a terminal and do a "cd" into its directory, then:

$ ./configure --with-lua-include=/usr/include/lua5.1/
$ make
$ sudo make install

Install WSAPI

$ sudo luarocks install wsapi-fcgi

Configure Apache


HOWTO recordmydesktop+jack in Ubuntu Karmic

If you are an screencaster, for sure you know that there are not much options to grab your desktop + microphone at the same time. Perhaps you have tried some java programs, or simply switched back to windows and used a virtual machine. Too complicated!

Hopefully, there is still an opportunity: recordmydesktop+jack. I will not describe how to install jack here, sorry, google is your friend :)
But once you have jack up & running, do the following:

Download sources
$ apt-get source recordmydesktop

Install development dependencies
$ sudo apt-get build-dep


Drupal Framework or Toolkit DFK/DTK

When you propose an idea, there can be interesting answers:
1. WTF? Of Course NOT
2. Maybe, but...
3. Awesome, let's do it now!
4. Silence


Syndicate content