Feeds:
Posts
Comments

Archive for the ‘Internet & Web’ Category

import mx.transitions.*; import mx.transitions.easing.*; TransitionManager.start(some_mc, {type:Fade, direction:Transition.IN, duration:3, easing:Strong.easeOut}); Legenda: Blinds La classe Blinds mostra l’oggetto clip filmato mediante rettangoli che scompaiono o compaiono. Fade La classe Fade applica all’oggetto clip filmato una dissolvenza in entrata o in uscita. Fly La classe Fly fa comparire l’oggetto clip filmato facendolo scorrere da una direzione particolare. Iris [...]

Read Full Post »

_timer = new Timer(1000, 1); _timer.addEventListener(TimerEvent.TIMER, function(event:Event):void { // show the next panel showPanel(index++);});

Read Full Post »

First of all create a images directory in your flex project folder, then add your icons to it. After that remember to set properly the icon attribute of your mx:Button element: <mx:Button icon=”@Embed(‘/images/youricon.png’)”    click=”makesomething()”    toolTip=”This button does…”/>

Read Full Post »

Non serivirà a granchè (visti i precedenti risultati delle petizioni già mandate a Gentiloni and company), però forse siccome a promuoverla è Beppe Grillo, magari questa volta un po’ più di rumore si fa… Firmate gente, il WIMAX è NOSTRO e deve essere LIBERO, GRATIS , FREE!!! Cliccate sulla faccia di Gentiloni per firmare la petizione…

Read Full Post »

Gentiloni dovrebbe vergognarsi, ma il dramma è che lui magari è fiero! Con lui dovrebbero vergognarsi tutti quelli che l’hanno aiutato a tirare fuori dal cilindro questa normativa che dovremmo chiamare più propriamente SCHIFEZZA, ma questi “signori” forse pensano davvero di essere dei geni. Leggete il bando di gara per la concessione delle frequenze Wimax in [...]

Read Full Post »

 Prima di tutto andate leggete, firmate e diffondete il verbo riguardo la petizione per liberare il Wi-Max in Italia: http://www.petitiononline.com/wmaxfree/petition.html 2007, Italy. Ehi World, here we have a problem. Ok, i’m wrong, here in Italy we have a lot of problems, especially if we talk about media, communication technologies, anti-trust, market sharing, etc… At the [...]

Read Full Post »

<style type=”text/css”> tr.s1{ background-color: #e0e0e0; color: black; } tr.s2{ background-color: #ffffff; color: black; } </style> <table> <tr class=”s1″><td>ciao</td><td>come</td></tr> <tr class=”s2″><td>stai</td><td>io</td></tr> <tr class=”s1″><td>bene</td><td>grazie</td></tr> <tr class=”s2″><td>saluti</td><td>ciao</td></tr> </table>

Read Full Post »

Tratto dal sito: https://bba.winstonsmith.info “Lunedi’ 2 aprile e’ partita ufficialmente la raccolta delle nomine per il Big Brother Award Italia 2007 , che terminera’ il 30 aprile. Cos’e’ il BBA Italia? E’ un premio “in negativo” che ormai da anni viene assegnato in tutto il mondo a chi piu’ ha danneggiato la privacy. In una [...]

Read Full Post »

If you want to capture global keyboard events maybe you put this line of code in the constructor method of your actionscript 3 class: addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown); or this.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown); but maybe it doesn’t work? Simple! because you have to add the listener to the stage object giving focus to it… stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);

Read Full Post »

First of all go to the sub domain: http://badvista.fsf.org/ and read carefully all the interesting things the Free Software Foundation says about Vista, DRM, Trusted Computing, etc. and your (digital) freedom. In synthesis: Microsoft’s new Windows Vista operating system is a giant step backward for your freedoms Vista has DRM: digital rights management These features will [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.