kiwoo / development event

Artículos de la categoria development event: RSS de development event


3d real en flash?

Se ha hablado mucho ultimamente sobre el último player de flash (el 10) que entre otras muchas cosas tiene proceso “nativo” 3D. Lo que en principio le permite aprovechar la aceleración de las tarjetas gráficas para este tipo de operaciones.

Sin embargo el resultado final es un poco decepcionante.. No hay ningún ejemplo impresionante de las nuevas características 3d del nuevo player, más allá de algún triste flip de imágenes o videos.

http://theflashblog.com/flash/3dflip.html
http://www.mikechambers.com/blog/2008/08/25/flash-player-10-rotation-xyz-properties-example/

y alguno un poco más complejo usando la nueva funcionalidad de análisis de sonido en tiempo real:
http://www.gskinner.com/blog/archives/2008/10/simple_flash_pl.html
El camino a seguir parece que va a ser seguir usando los motores 3d como papervision

http://www.papervision3d.org/

Algunos de estos motores ya están empezando a implementar las nuevas instrucciones de 3d nativo, como alternativa3d (ver ejemplos)
http://alternativaplatform.com/en/alternativa3d/

más motores 3d para flash:

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

Al DrupalCon Barcelona

Me voy al Drupal Con. La conferencia anual sobre Drupal que se celebra este año en Barcelona. Bueno, en el citilab de Cornellà para ser mas exactos…

drupalcon barcelona

What I'm Doing...