Artículo Ofrecido al Azar

MAS DE 30 PLANTILLAS HMTL PARA CORREOS ELECTRÓNICOS

Paseando por internet, encontré esta web, donde comparten gratuitamente más de 30 plantillas html para enviar por correo. la verdad que he visto alguno diseños muy interesantes y que nos ayudaría a mejorar nuestra imagen de cara a clientes y proveedores. recursos web tempaltes para correos electrónicos Os...

Read More

RECURSOS WEB: SIGUENOS EN TWITTER

Posted by webmaster | Posted in ADSENSE, ADWORDS, ANALITICAS, BRANDING SOCIAL, COMUNICACIÓN, CURSO SEO, CURSOS DIRECTOS, DISEÑO GRÁFICO, DISEÑO WEB, EMPRENDEDORES, EMPRESAS, LEGAL, PNL, POSICIONAMIENTO WEB, PROGRAMACIÓN, PROYECTOS, PUBLICACIONES WEB, RECURSOS, REPUTACION ONLINE, SEM, SEO, WEB 2.0, WEB PROFESIONAL | Posted on 27-02-2010

0


RECURSOS WEB: SIGUENOS EN TWITTER LAS ÚLTIMAS COSITAS EN TWITTER!

Minuto a minuto desde flashmania, os facilitamos las últimas noticias del panorama del diseño gráfico, web, seo y comunicación. Podrás seguir noticias tan frescas que no llegaremos a publicar en nuestro webblog.

Una oportunidad de oro. Más de 7mil visitas mensuales nos avalan, contenido fresco y recursos para reorientar nuestros proyectos de manera optima de acuerdo a nuestras necesidades.

¿Eres webmaster? ¿Creatívo? ¿Quizás diseñador 3d? Te apasionan los negocios ¿Los emprendedores? Tambien, tienes un rinconcito en flashmania

ENLACES

Síguenos | http://twitter.com/recursos_web
Recurso Desarrollado | Juan García Delicado
Sugerencias | webmaster@4cuarenta.com

INTRODUCCIÓN A LA LOPD: de datos va la cosa…

Posted by webmaster | Posted in ADOBE FLASH, LOPD y LSSI-CE, NOTICIAS | Posted on 06-11-2009

Etiquetas: , , , , ,

0

INTRODUCCION A LA LEY ORGÁNICA DE PROTECCION DE DATOS

¿Que diablos es LOPD?
La LOPD es la ley Orgánica de Protección de Datos de Caracter Personal que entró en vigor en España en 1999 y tras varias cambios en leyes anteriores como la LORTAD (ley orgánica de 5/92, de regulación del tratamiento automatizado de datos de caracter personal.
Actualmente nos regimos por uno de los últimos desarrollos legales que es el RD 1720/2007 (Real Decreto) y como un avanzado estudio a su predecesora LOPD de 1999.

INSTALAR LIGHTBOX – EN 2 MINUTOS -

Posted by webmaster | Posted in CSS, DISEÑO WEB, DREAMWEAVER, JAVASCRIPT, PROGRAMACIÓN, RECURSOS, RECURSOS WEB, WEB 2.0 | Posted on 15-08-2009

Etiquetas: , , , ,

1

LIGHTBOX EN PROYECTOS HTML

Bien hoy os dejo un nuevo recurso, para saber como aplicar a nuestros proyectos html, el recurso de light box.

WEB FLASH TWEEN (ENGLISH VERSIÓN)

Posted by webmaster | Posted in ACTIONSCRIPT, ADOBE FLASH, DISEÑO WEB, PROGRAMACIÓN, RECURSOS, RECURSOS WEB | Posted on 03-07-2009

Etiquetas: , ,

0

DESDE EL NORTE DE EEUU, SE HA PUESTO EN CONTACTO UN VISITANTE WEB QUE ESTABA INTERESADO EN ACCEDER AL CONTENIDO DE ESTE RECURSO WEB QUE COMPARTÍ CON VOSOTROS DE MANERA TOTALMENTE GRATUITA MESES ATRAS.

PARA MI ME ES GRATO SABER QUE MI PROYECTO BLOG ESTÁ TENIENDO ÉXITO, NO SOLO EN ESPAÑA, SINO ADEMÁS, MAS ALLÁ DE LAS FRONTERAS.

GRACIAS A TODOS! y ahí os delo la versión english de este recurso

si quereis volver a ver la versión spanish la teneis aquí:

http://www.flashmania.es/recursos_web/diseno-web/web-flash-tween

I have in recent days to investigate the behavior of a website that I found very very strange.

The page in question is the following:

http://www.christinarosenvinge.com/

After some tests with the actionscript code and playing with the tween class, this was the result, there are two versions, a single (the first thing I did) and somewhat more complex. In essence the two functions with the same code, except for minor changes. This is a resource that I have developed and I fully share with the community, thinking that might be interesting for our projects. I think such a photo gallery with this system, a micro site of production of any product or service.

There they have and hope it is your pleasure ...

This is the simple ...

Esta Animación Requiere Adobe Flash Player version 8.0 Minimo.

This complex ...

Esta Animación Requiere Adobe Flash Player version 8.0 Minimo.

At the end of the post also readily provide archives .fla, to whoever you want, you can download.
How is this done?

The idea is simple:

1) Create movie clips in each section of our website

2) In Flash, select all movieclips and create a movie clip-Total, which we call container.

3) On a piece of paper we scored the positions of "x" and "y" and the angle that should be rotated to see the paragraph just on the stage:

In the example from which this section I focused initially on the stage.

SECTION I= 750 px I x, y = 400 px: = 0 ° rotation.
SECTION II x = 400 px and px = 50: rotation = -90 º .*
SECTION III = x 250 px and px = -100: rotation = 0 °. *
SECTION IV = x 100 px and px = -50: rotation = 90 º. *
SECTION V x = px -250 and -100 = px: = 0 ° rotation. *
SECTION VI = x 750 px, y = 400 px: = 0 ° rotation. *

* the angle that you recorded will always be asking the next question is ¿how much to rotate the container from Section I to reach the section that is ...?

Well, the most complex, it´s complette!!!

Now that schedule in this case is super simple, in this case.

4) generate a layer with the menu (botonera), which you can curran want ... and finally the arrangement of layers is so easy:

web_flash_tween.gif

5) open the Actions panel (F9-Windows / Mac-ALT + F9)

The first thing we will do is import the class by putting "*", all imported.
import mx.transitions .*;
define buttons as funtions what contain tweens to perform the following:

A) ...... X position from the position where X is the container (contenedor._x) to the position to give you (for each button).

B) Y position from the position ...... And from where the container (contenedor._y) to the position to give you (for each button).

C) Rotation angle ...... who has the movie-clip "container (contenedor._rotation) to the angle we want.

Define tweens within each button in extructura, is something.

btn1.onPress = function () {

the tweens

} ;

btn2.onPress = function () {

the tweens

};

btn3.onPress = function () {

the tweens

};

btn4.onPress = function () {

the tweens

};

btn5.onPress = function () {

the tweens

};

btn6.onPress = function () {

the tweens

};

For those who do not check the "tween programming," will write a post talking about them completely.

6) The main structure, or idea of this resource, this collection here, however, who wishes more information, as with all the resources they offer, provide the files. Fla to your study.

MODELO SENCILLO: aquí SIMPLE MODEL: here

MODELO MÁS COMPLEJO: aquí More complex models: here

Prepared by Juan Garcia - webmaster@4cuarenta.com July 2008
Saludos! Greetings!

SEMINARIO ACTIONSCRIPT 3.0

Posted by webmaster | Posted in ACTIONSCRIPT, ADOBE, ADOBE FLASH, DISEÑO WEB, PROGRAMACIÓN, RECURSOS, RECURSOS WEB, WEB PROFESIONAL | Posted on 18-05-2009

Etiquetas: , , , , , , ,

0

SEMINARIO ACTIONSCRIPT 3.0 ADOBE FLASH

Desde Adobe, nos traen otro seminario, público en Actionscript. Como bien sabeis, no hace mucho se implantó el lenguaje de programación actionscript 3.0, dejando casi de lado al anterior, que todos dominábamos, el actionScript 2.0.
En este seminario que desde adobe, han bautizado como ActionScript 3.0 para dummys, nos presentan de modo muy simpático y simple las bases para que nuestra adaptacion a actionscript 3.0, no sea un "tirarnos de los pelos"

Suerte a todos los que os esteis migrando y confio en que lo disfrutéis.

30 consultas en 0.511 segundos.