Archive for September, 2007

You are currently browsing the kiwoo blog archives for September, 2007.


Flash 9 reproduce MP4 y H.264

Si, en efecto el ultimo player de Flash es capaz de reproducir el formato H.264, incluyendo MP4 y el formato MOV.

Esto añadido a la posibilidad de ver video en plena pantalla afianza todavia mas Flash como la plataforma de video en internet sin rival.

Cuando pueda haré una prueba, a efectos prácticos entre otras cosas quiere decir que puedo grabar un video en mi móvil Nokia N95 y subirlo a la web directamente sin ninguna transformación y que cualquier persona lo puede ver, sin pérdida de calidad ni recompresión, incluso a plena pantalla y aprovechando la aceleración gráfica del pc, mac o linux.

Una pasada como diria Jaime

OLPC One Laptop Per Child

El genial proyecto One Laptop Per Child de Negroponte ha tenido dificultades en los últimos tiempos, por una parte no se han confirmado los grandes pedidos por algunos gobiernos que tenian que sustentar el proyecto, por otra el techo de 100 dolares previsto para el coste de estos laptops ha sido rebasado. Una solución, aunque parcial, al problema, es el programa, “Give 1 Get 1″, este programa consiste en comprar 2 laptops, uno para el primer mundo y el otro para un niño/a de un país del tercer mundo. Por 399 dolares.

Parece ser que esto será posible a partir del 12 de noviembre.

olpc

“For $399, you will be purchasing two XO laptops—one that will be sent to empower a child to learn in a developing nation, and one that will be sent to your child at home. If you’re interested in Give 1 Get 1, we’ll be happy to send you a reminder email. Just sign up in the box to the left and you’ll receive your reminder prior to the November 12 launch date.

DrupalCon Barcelona 2007

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