Vimperator Copy/Paste
noremap <C-c> <C-v><C-c> inoremap <C-c> <C-v><C-c> noremap <C-v> <C-v><C-v> inoremap <C-v> <C-v><C-v>
noremap <C-c> <C-v><C-c> inoremap <C-c> <C-v><C-c> noremap <C-v> <C-v><C-v> inoremap <C-v> <C-v><C-v>
Note recorriendo objetos decodificados del json <?php // arreglo $array[‘rows’]= array(‘id_cuota’ =>2883,‘num_cuota’ => 1,‘monto_cuota’ => 6250, ‘fecha’ => ‘2009-09’, ‘factura’ => false); $array[‘rows’]= array(‘id_cuota’ =>2884,‘num_cuota’… Read More »codificando, decodificando arreglos, json php
En HTML: <img src=“…” align=“absmiddle” /> Texte En CSS : <img src=“…” style=“vertical-align:middle” /> Texte
# [Default] All domains have the same time synchronized from ntp-client in dom0. echo 0 > /proc/sys/xen/independent_wallclock # If, however, this is not the case,… Read More »Xen Date/Time Synchronization
if ($(“div#capa_1”).height() > $(“div#capa_2”).height()) { $(“div#capa_2”).height($(“div#capa_1”).height()) }else{ $(“div#capa_1”).height($(“div#capa_2”).height()) }
html { background : url(null) fixed no-repeat; }
#conteneur { background-color: #ffffff; /* le fond */ filter:alpha(opacity=50); /* Internet Explorer 6 */ … Read More »alpha en css
Note Pour telecharger la piece “pngfix.js” aller sur le site: http://catinon.info/blog/2006/01/24/3-le-point-sur-les-png-transparent-sous-ie6. /* A ajouter entre les balise <head> */ <!–[if lt IE 7]> <script defer… Read More »Transparence sous IE png provenant de balises
pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ … Read More »Cross-browser PRE tag
#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