Skip to content

Blog

alpha en css

#conteneur {    background-color: #ffffff;  /* le fond                 */    filter:alpha(opacity=50);   /* Internet Explorer 6     */  … Read More »alpha en css

python – twitter

#instalar python – twitter http://code.google.com/p/python-twitter/downloads/list import twitter import re api      = twitter.Api(username, password) #1. actualizar el estado  api.PostUpdate(‘Tweet desde python ;)’) # #2.… Read More »python – twitter