La conferencia Drupal de este año en Barcelona me ha impresionado.
Hace 2 años los asistentes a la conferencia fueron 20 personas, el año pasado la cifra pasó a 50, y este año supera con creces las 300 personas inscritas, yo creo que en realidad habia 500.
El evento está realmente bien organizado.
Además el ambiente es increible, hay gente de todo el mundo y la gente participa mucho en los debates a diferentes niveles, desde el desarrollo de drupal, hasta los módulos, o mostrando aplicaciones que se han hecho con esta herramienta.
Algunas de estas aplicaciones son bastante “grandes”, me refiero a periódicos online de los estados unidos, sitios globals con grandes contenidos en varios idiomas como el web de Amnesty International, etc, etc
Durante las conferencias he intentado apuntar en el portatil las palabras clave interesantes, como referencia para seguir investigando en internet. Estos apuntes están muy resumidos, son solo pequeñas notas de cosas que he pensado se podrian investigar, pero igual pueden interesar a alguien.Están en inglés ya que las conferencias eran todas en este idioma.
* from flash to drupal
http://barcelona2007.drupalcon.org/node/534
samples
http://thedjword.com/beta63/
http://www.mooch.info/about_mooch.html
A guy which translat.d a flash web site to a drupal versionof it.
Not very interesting for me.
*547 adobe flex
A guy from Adobe explaining how nice is Flex to develop RIA (Rich Internet Apps)
and that Flex can be connected to CMS as druapl very easily.
A commercial talk anyway.
ways to implement a RIA:
ajax
flex
MS solution (don’t know the name)
Webs using flex:
http://maps.yahoo.com
http://activalive.com
http://finetune.com
http://riapedia.com/tags/php
The flex sdk is free
Flex 3 sdk will be opensource
flex builder i based on eclipse
AMF - Action Message format
Is the way to connect Flex to data sources using RPC
There is an implementation for PHP
http://www.themidnightcoders.com/php
amfphp module
service installed in drupal
you call it ?q=service=
Version for cake called cakeamf
remoteobject in mxml file
with an endpoint, destination,source,
events linked to this
http://flex.org
special php section
flex showcase, people put apps in there
http://flex.org/showcase
tag in delicious with “flex.org”
http://flex.org/php
AIR. Is a tool to make applications off-line, for the desktop, free. You can embed flash, html and pdf in it.
You can workk offline or online, it automatically handels if you are online or offline
Works on mac, windows and linux
* drupal for news
Traditional newspapers are dead
Internet is much faster, to communicate news to the readers (for example blogs and such, and online newspapers)
Now with video streaming on the internet the new media will be also faster than tv
* simple xml
is an extension included in php 5
which is very easy to use (compared to traditional parsers SAX and DOM for PHP)
sample:
$result=simplexml_load_string($data);
simplexml
drupal_http_request is a function to take the date from a remote url
With simplexml you can use API services very easily
* 438 social networking techniques and potentia
http://barcelona2007.drupalcon.org/node/438
freemin visualization
http://www.nm-x.com
facebok
open id -> very important
icon buffé nice social network
* 368
A framework to build sites automatically
don’t special interest for me
* http://www.civicactions.com
civic actions
amnesty international
2500 hours of work
media mover
http://drupal.org/project/media_mover
matadortravel.com
need FFmpeg installed on server
warnerbrosrecords.com
amazon s3
http://www.amazon.com/gp/browse.html?node=16427261
* mysite module
add rss feeds
aggregator module in drupal is not extensible..
you can do anything more!:.
feed api module
CCK fields