The TLA jungle 
While reading an article about Rich Internet Applications (RIA) I found following TLAs:
You should have a big brain to remind the meaning of all the existing TLAs...

[ add comment ]   |  permalink  |   ( 3.1 / 234 )
Une génération traumatisée 
Un classique de la litérature romande... Un épisode chaque semaine et d'autres activités avec les héros de Cadolzburg... Des histoires palpitantes sans rebondissement... C'est ici que l'on retrouve "Die Familie Schaudi".

[ 2 comments ] ( 2 views )   |  permalink  |   ( 3 / 134 )
Q: How to embed image inside html code? 
A: The first method is to drop the classical img-tag with this form: <img alt="foo" src="data:image/gif;base64, and then to drop the base64-encoded image binary contents (don't forget to close the tag). For more information, look at The "data" URL scheme.

[ add comment ]   |  permalink  |   ( 2.9 / 192 )
Greasemonkey and userscripts 
Yesterday I was reading Wired magazine (edition August 2006). Inside there is an interesting article titled "Watch YouTube on Your IPod". The first steps are:
  1. Add the Greasemonkey extension to your Firefox browser.
  2. Got to www.userscripts.org and install the Download YouTube Video script.
Greasemonkey allows you to customize the way a webpage displays using small bits of JavaScript and hundreds of scripts, for a wide variety of popular sites, are already available at www.userscripts.org.

[ add comment ]   |  permalink  |   ( 3 / 199 )

Back