programmazione
Unix timestamp (today ticks)
Submitted by federico on Sun, 2009-02-01 15:10.2012-02-11 Saturday
Unix timestamp:1328936316
Googtube Module does not work
Submitted by federico on Sat, 2008-01-05 14:27.Today i tried the googtube module (http://drupal.org/project/googtube) for drupal.
I was looking for the simplest way to embed videos in my articles and Googtube offers a simple way to do that.
Problem: it does not work propely with video.google.it
Solution: I simpli modified the regular expression inside the googtube.module that looks for google-video links.
So i changed this:
preg_replace_callback('!(((http://)?)|(^./))(((www.)?)|(^./))video\.google\.(com|ca|it)(\.[a-z]+)?/videoplay[?]docid=([^\[\]()<.,\s\n\t\r\-]+)!i', 'googtube_google', $text);
With this:
preg_replace_callback('!(((http://)?)|(^./))(((www.)?)|(^./))video\.google\.(com|ca|it)(\.[a-z]+)?/videoplay[?]docid=([-]?[0-9]+)!i', 'googtube_google', $text);
And the winner is ... DRUPAL !!!
Submitted by federico on Tue, 2007-12-04 22:37.Si è concluso il 2007 Open Source CMS Award che ha premiato Drupal in diverse categorie tra le quali:
2007 Overall Open Source Content Management System Award:
1. Drupal
2. Joomla!
3. CMS Made Simple
Best PHP Open Source Content Management System:
1. Joomla!
2. Drupal
3. e107
Best Open Source Social Networking Content Management System:
1. WordPress
2. Drupal, Elgg
Potete leggere i dettagli al sito ufficiale: http://www.packtpub.com/award
Cheat Sheet!!
Submitted by federico on Tue, 2007-12-04 11:39.Oggi ho imparato questa importante parola :).
Gli cheat sheets sono delle mini guide tematiche.
Theme Editor Drupal 4.7 - 5.0
Submitted by federico on Tue, 2007-11-13 12:28.In questi giorni sto lavorando al porting del modulo theme_editor per drupal dalla versione 4.7-5.0 se siete interessati a collaborare o essere aggiornati sulla pubblicazione del modulo contattatemi info<at>briano.eu.
I'm porting the theme_editor module from the 4.7 to 5.0. If you are intersted please leave a message or mail me at info<at>briano.eu.

