1.7 million Peggle shot
If you are like me and enjoy Peggle you must definitely check out this awesome 1.7 million shot replay.
If you are like me and enjoy Peggle you must definitely check out this awesome 1.7 million shot replay.
The guy that made that beautiful Jules Verne keyboard modification just brought us another mod but this time of a DELL 1907FP LCD screen in the same retro style.
If you are a paranoid geek that likes to triple DES your shopping list (aren’t we all?) this is the firefox extension that you’ll like to install. FireGPG helps you encrypt and sign the text you write in your browser (even extends gmail to include some buttons like crypt and sign) using external tools like gnupg under GNU/Linux and MacOSX and gpg4win under Windows. One thing I don’t like about it is that I’ve noticed a CMD.exe windows launched when you execute the operations (and even more disturbingly it got launched in other occasions on almost random clicks). This made me panic whether I’ve caught some ad-ware but soon enough it was obvious it was the extension that was causing it. ...
Devo dire che mi hanno sorpreso quelli di html.it , finalmente qualcosa di italiano e di interessante. IcTV sono dei filmati in streaming che offrono interessanti interventi ed interviste su un vasto panorama dal businness al developing. Consiglio caldamente di andare a visitarlo, se non altro perchè italiano…
Riprendo pari pari il titolo del blog che ho letto dal mio caro amico Folletto Malefico, e devo dire che ci ha azzeccato in pieno. Questo sito fornisce ciò che cercavo da tempo: dove archiviare i miei libri con tanto di dettagli :) Non ho resistito e cosi mi sono subito creato un profilo. Il web 2.0 poi le rende interessante per creare anche dei gruppi di lettura virtuale o semplicemente per scoprire libri che non si conoscono perchè un “friends” lo ha preso. Che aspettate passate su aNobii.
The videos of Steve Jobs and Bill Gates taken during the D5 conference were just posted on line. Simply beautiful. I think Steve had a point as far as the “Post PC device” scenarios and WPF, Silverlight, JavaFX and Apollo are just clear clues that confirm that trend where we’ll see much innovation as far as innovative scenarios to interact with the future PC.
Microsoft has just announced their Surface computer. What has started as an interesting idea back in 2001 as an idea just got materialized as a 30" desk with some wicked UI and the full power of Windows Vista behind it. While we’ve seen prototypes of such an interface on TED demoed by Jeff Han what I liked about the presentation of Surface is the level of interaction with physical objects like mp3 players, digital cameras, phones and credit cards. I do feel however that while having an interactive desk is interesting, with prices ranging from $5,000 to $10,000 we’ll wait a little bit until we see great acceptance. I think I find the monitor or the TV as a better interaction device (primarily because they are vertical). We should be expecting the first products in Winter 2007. ...
Una interessante presentazione al BarCamp di Roma del programmatore Paolo Donà developer della SeeSaw . (Peccato il video sia con un pessimo sonoro..)
Leggo ora un articolo di Daniele Di Gregorio su ikaro.net su un nuovo software chiamato LLOOGG, un software di web analytics. Tra le peculiarità credo si debba citare senza meno l’interfaccia Ajax e la possibilità di seguire il percorso di navigazione di un singolo utente. In questo shot si possono notare le informazioni che s possono avere : Provenienza del visitatore <li>Eventuale chiave di ricerca</li> <li>Paese di origine</li> <li>Risoluzione grafica del client</li> <li>Browser e OS</li> <li>percorso di navigazione</li> Riassumendo quello che vediamo: è subito chiaro che il visitatore è arrivato sulla pagina cercando "voipstunt" in Google.co.uk e proviene da un computer connesso dal Regno Unito; l'utente è identificato da un colore diverso in modo da poterlo seguire otticamente. Questo tool pensato nell'ottica di web marketing è un ricco piatto. Spero che presto sia rilasciato al pubblico , per ora guardo la demo. Update : grazie ad Antarez ho attivato sul blog questo servizo… staremo a vedere come si comporta :)
Utilizzando l’evento onKeyUp, faremo “scrivere” ciò che stiamo digitando in un campo di testo direttamente dentro un div. <input type="text" name="testo" onKeyUp="document.getElementById('livello').innerHTML=this.value;" /> <div id="livello"></div>