domingo, 5 de diciembre de 2010

Aplicaciones Para Blogger

Subscribe:




Dropbox Portable sincroniza todos los archivos donde quiera que estés."



Dropbox es el programa con el cual podemos mantener todos nuestros archivos sincronizados, acceder desde diferentes equipos y lugares, en el plan gratuito nos proporciona 2 GB, se pueden hacer muchas cosas como    compartir enlaces con las demás personas.

Esta es la versión portable para Windows la cual puedes llevarla en una USB o dispositivo de almacenamiento portátil, luego de haberlo descargado se nos muestra el asistente para poderlo descomprimir para después poder ejecutar    Dropbox, toda la configuración del programa se guarda en la misma carpeta, la ruta donde se va a poner los datos el usuario decide, así como que datos desea sincronizar.

Si las personas desean un espacio extra lo pueden obtener de forma gratuita haciendo lo que nos dice en la página oficial (enviando unas invitación a tus amigos), también dispone de la versión de pago con la que se puede obtener mayor espacio. El programa es gratuito así como esta versión portable.

Tamaño: (15 Mb)
Sistema Operativo: Win 98/98Se/Me/2000/NT/XP/Vista/7
PROGRAMA PORTABLE
Licencia: Gratis
Enlace: Descargar




En la post anterior vimos a cupido volando en nuestro blog... ahora por que no poner corazones? jejeje
vamos a inspirarnos mas y a llenar nuestro blog de un ambiente de amor, mas romanticon jeje
bueno estos códigos los encontré en Ciudad Blogger en donde veremos corazones caer uuyyy!
jejeje bueno  para esto vamos a Diseño > Elementos de la página > Añadir un gadget > HTML/Javascript y pega ahí los siguiente:




Para ver un ejempli ir al blog de Experimentos

CODIGO HTML


<script language='javascript' type='text/javascript'>
//<![CDATA[
// Script original de Eloi Gallés Villaplana 
var numero = 8
var velocidad = 40
var imagenamor = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtl_ea_3hmrPNTdf57UHQ3CoFpg_f47eAHiqzrUTik1Fo6Q-Iz85QjOdD0cduw4CZFPBvujVfiHeEctDci4cc8D5OtBPBusTjsdwpKysocCynfOXBpN7kRgodXedCKilIydWDE3k2Alj0/s1600/corazon.gif"

var ns4arriba = (document.layers) ? 1 : 0
var ie4arriba = (document.all) ? 1 : 0
var dombrowser = (document.getElementById) ? 1 : 0

var dx, xp, yp
var am, stx, sty
var i, doc_ancho = 1024, doc_alto = 768

function amor() {

establece_dimensiones()

dx = new Array()
xp = new Array()
yp = new Array()
am = new Array()
stx = new Array()
sty = new Array();
     
for (i = 0; i < numero; ++ i) {
dx[i] = 0
xp[i] = Math.random()*(doc_ancho-50)
yp[i] = Math.random()*doc_alto
am[i] = Math.random()*20
stx[i] = 0.02 + Math.random()/10
sty[i] = 0.7 + Math.random()
if (document.layers) {
     if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ")
document.write("top=\"15\" visibility=\"show\"><img src=\"")
document.write(imagenamor + "\" border=\"0\"></layer>")
     } else {
     document.write("<layer name=\"dot"+ i +"\" left=\"15\" ")
     document.write("top=\"15\" visibility=\"show\"><img src=\"")
     document.write(imagenamor + "\" border=\"0\"></layer>")
     }
     } else if (document.all || document.getElementById) {
     if (i == 0) {
     document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ")
     document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ")
     document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"")
     document.write(imagenamor + "\" border=\"0\"></div>")
     } else {
     document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ")
     document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ")
     document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"")
     document.write(imagenamor + "\" border=\"0\"></div>")
     }
     }
     }
     
corazon()
}

function corazon() {
for (i = 0; i < numero; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_alto) {
xp[i] = Math.random()*(doc_ancho-am[i]-30)
yp[i] = 0
stx[i] = 0.02 + Math.random()/10
sty[i] = 0.7 + Math.random()
establece_dimensiones()
}

dx[i] += stx[i];

if ( document.all ) {
var imagen = eval("dot" + i )
imagen.style.posLeft = xp[i] + am[i]*Math.sin(dx[i])
imagen.style.posTop = yp[i]
}
else if ( document.layers ) {
var imagen = eval("document.dot" + i)
imagen.left = xp[i] + am[i]*Math.sin(dx[i])
imagen.top = yp[i]
}
else if ( document.getElementById ) {
var imagen = document.getElementById( "dot" + i)
imagen.style.left = xp[i] + am[i]*Math.sin(dx[i]) + 'px'
imagen.style.top = yp[i] + 'px'
}
}

setTimeout("corazon()", velocidad)
}
function establece_dimensiones() {
if (self.innerHeight) {
doc_ancho = self.innerWidth - 50
doc_alto = self.innerHeight - 21
} else if (document.documentElement && document.documentElement.clientHeight) {
doc_ancho = document.documentElement.clientWidth
doc_alto = document.documentElement.clientHeight - 25
} else if (document.body) {
doc_ancho = document.body.clientWidth
doc_alto = document.body.clientHeight - 25
}
}
//]]>
</script>
<script language='javascript' type='text/javascript'>
amor()
</script>
 

sábado, 31 de julio de 2010

/* Some Chess, a PHP multi-player chess server. */
/* Copyright (C) 2007 Jon Link */
/*---------[ generic ]---------*/
* {padding:0;margin:0;border:0}
body {background:#bfbe9d;color:#444;font:0.8em Lucida Grande, Tahoma, sans-serif}
a, .small_window p{color:#555;text-decoration:none}
a:hover, a.gamelink:hover {color:#6699cc}
p {margin-top:0.25em;margin-bottom:0.2em}
h2, h3 {clear:both;text-align:left}
h2 {font-size:1em;margin:0 0 0.95em 0.5em}
h3 {font-size:0.9em;margin:0 0 0.4em 0.5em}
li {list-style:none}
form {margin:0.3em 0;text-align:right}
input, select, textarea {width:10em;height:1.4em;margin:0.4em 0.3em 0 0.4em;padding-left:0.2em;background:#B0C9E3;color:#323232}
textarea {width:95%;height:23.5em;background:#B0C9E3}
.righty {text-align:right}
.lefty {text-align:left}
#wrapper {background:#f4f9f5;width:66em;height:50em;margin:1.5em auto}
#contents {}
#version {position:absolute;bottom:0.1em;right:0.5em;font-size:0.8em;color:#71705d}

/*---------[ header & menu ]---------*/
h1 {float:left;font-size:1.3em}
#header {width:100%;height:4em;background:url('img/head-center.png') repeat-x;color:#f4f9f5;letter-spacing:0.2em}
#header-title {float:left;display:inline;padding:0.55em 0 0.45em 1.5em;background:url('img/head-left.png') no-repeat;font-size:1.7em}
#header-right-corner {float:right;display:inline}
#menu {float:right;margin:2em 0.25em 0 0}
a.menu-link {margin-left:0.6em;padding:0.15em 0.5em;letter-spacing:0.1em;color:#f4f9f5;font-size:1em}
a.menu-link:hover {background:#9daeaa;color:#13332B}

/*---------[ windows ]---------*/
#logout, #dialog-window {float:left;width:36em;height:17em;margin:2em 1em 0 1em;padding:1.5em;background:#B0C9E3;color:#003366;font-size:1em}
.submenu {display:block;clear:both;width:100%;height:1.7em;padding-top:0.1em}
a.subitem:link, a.subitem:visited {margin-left:0.2em;padding:0.1em 0.7em;background:#ccc;border:1px #bcbcbc solid;font-weight:700;font-size:1.1em;font-variant:small-caps;color:#323232}
a.subitem:hover {background:#999;color:#efefef;border:1px #888 solid}
.note {color:#1964B5;font-weight:bold}
.gomove {color:#32CD32;font-weight:bold}
.attn, .error {color:#8C2721}
.butt, a.butt, .chat-butt {height:1.7em;width:8em;margin:0.6em 0.25em 0.1em 0.3em;background:url('img/butt.png') bottom repeat-x;border:1px #ccc solid;color:#333;font-size:1.1em;font-weight:700;font-variant:small-caps;text-align:center}
a.butt{padding:0.2em 0.4em}
.butt:hover, a.butt:hover, .chat-butt:hover {background:url('img/butt-d.png') bottom repeat-x;border:1px #aaa solid;}

/*---------[ system options ]---------*/
.options {height:45em;width:90%}
.options h2 {margin:1em}
.option-form {height:95%;width:99%;margin:1em 0;overflow:auto}
.options p {height:3em}
.options input {width:55%;height:1.75em}
.options .butt {width:7em;margin:0 1em 3em}
#optpanel {height:90%;width:90%}
#optlist {float:left;display:inline;width:45%}
#help {float:left;display:inline;padding:1% 0 0 3%}
#help p {width:24em;text-align:left}

/*---------[ menu.php ]---------*/
.small-panel, .medium-panel, .large-panel {float:left;display:inline;margin:4em 1.5em 0 1em}
.small-panel {width:12em}
.medium-panel {width:17em}
.large-panel {width:22.5em}
.huge-panel {margin:4em auto;width:90%}
.one-medium-panel {margin:4em auto;width:30em}
.gamesbox {padding:0 0.5em 0 0;height:38.5em;overflow:auto}
.gamesbox h3 {margin-top:1.5em}
a.gamelink {margin-left:0.75em}
.stat-column {float:left;display:inline;width:9em;margin-right:0.5em}
.invite-field {width:13em}
.small-panel img {border:2px #888 solid}
.small-panel h3 {text-align:right}
#upimage {margin-right:9em;height:2.5em;font-size:0.8em}
#dialog-window h3 {margin:3em 0 0.5em 0}
#onliners li {display:inline;margin-right:1em}
.large-field {width:21em;clear:right}

/*---------[ game.php ]---------*/
#game-wrapper {background:#f4f9f5;width:75em;height:50em;margin:1.5em auto}
#board {float:left;clear:left;width:49.5em;height:45em;background:transparent}
#chat-panel {float:left;margin:3.5em 0 0 2.5em;width:22em;height:32em}
#chat {float:left;display:inline;width:95%;height:73%;margin:0.2em 1% 0.5em 2%;border:1px #ccc solid}
#chat-input {float:left;width:94%;height:3.5em;margin:0.2em 1% 0.5em 2%;background:#f1f6f2;border:1px #ccc solid;color:#4E5666}
.checkbox {width:1em}
.note-input {float:right;margin:0 2em 0.5em 0}
.chat-butt {float:right;width:3.5em;height:2em;font-size:1em;margin:0 3% 0 0}
.pic {border:1px solid #333;margin-bottom:0.1em}
#picframe-a {float:left;width:17.8em;margin-left:3em;padding:0.5em 1.1em;color:#333}
#picframe-a .pic {width:5em}
#picframe-b, #picframe-c {float:left;width:16.8em;margin:19em 0 0 4em;padding:0.5em;color:#333;text-align:center}
.name {float:left;width:40%;text-align:center}
.name p {font-weight:700;line-height:1em}

/*---------[ about.html ]---------*/
.biggie {margin:2em auto;height:44em;width:45em}
#help-text {height:96%;margin:2% 2% 2% 3%;padding-right:4em;overflow:auto}
#help-text p {margin-bottom:1em;line-height:1.4em;text-align:justify}
#help-text b {font-weight:700;margin-right:0.2em}
#help-text h2 {margin:0 0 1em 0;font-size:1.3em;text-decoration:underline}
#help-text h3 {margin:0}
a.about {text-decoration:underline}
a.about:hover {text-decoration:none;color:#333}

/*---------[ dialogs (modified from snazzy borders http://www.cssplay.co.uk/boxes/snazzy.html) ]---------*/
.dialog {margin:5em;width:25em}
.dialog_content p, dialog_content h2 {text-align:left;margin-left:0.5em;padding:0}
.dialog_content {width:23.85em;padding:0.5em;background:#e2e2e2}
.dialog_content .butt {background-color:#fff}
.dialog_t, .dialog_b {display:block;background:transparent}
.xb1, .xb2, .xb3, .xb4 {display:block;overflow:hidden}
.xb2, .xb3 {height:0.15em}
.xb1, .xb2, .xb3, .xb4 {background:#e2e2e2}
.xb1 {margin:0 0.35em;height:0.1em}
.xb2 {margin:0 0.2em}
.xb3 {margin:0 0.1em}
.xb4 {height:0.1em;margin:0 0.1em}
/* Some Chess, a PHP multi-player chess server. */
/* Copyright (C) 2007 Jon Link */
* {padding:0;margin:0;border:0}
html,body {overflow:visible}
body {background:transparent;color:#333;font:0.8em Lucida Grande, Tahoma, sans-serif}
p {margin:0.1em 0}
a {float:left;display:inline;text-decoration:none}
h3 {font-size:0.9em;margin:0 0 0.5em}
form {float:left;display:inline}
#board-box {float:left;height:29.5em;width:29.5em;margin:4em 0 0 2em;padding:0.8em 0.8em 2em 2.5em;background:#9D7348;color:#664729}
#board-box h3, #board-box h4 {float:left;display:inline;width:3.4em;font-size:1em;text-align:center}
#board-box h4 {width:auto;margin-left:0.8em;padding-top:1em}
.sq {width:3.4em;height:3.4em}
#history-box {float:right;height:42em;width:13em;margin:3em 0 0 0.5em}
#history {height:95%;width:96%;margin-top:0.5em;padding:0.5em 0 0 2%;overflow:auto;font-size:0.9em}
#history h2 {font-size:1em;margin:0 0 0.7em 0.5em}
.movenum {float:left;width:1.8em;padding-right:0.4em;text-align:right}
.move {float:left;width:5em;margin-right:0.6em}
#info {float:left;width:31.75em;height:5em;margin:2em 0 0 2em;padding:0.4em 1%;background:#B0C9E3}
.badmove {color:#8C2721}
.badmove h3 {font-size:1.2em}
.look, .moving {margin-bottom:0.4em;padding:0.3em 0.1em;background:#2A5581;color:#fff;font-size:1em;text-align:center}
.moving {padding:0.1em;background:#8aacd0;border:1px #7da3cb solid;font-weight:700;color:#003366}
#menu {position:absolute;top:0;left:0}
.butt, a.butt:link, a.butt:visited {margin-left:0.2em;padding:0.1em 0.7em;background:#ccc;border:1px #bcbcbc solid;font-weight:700;font-size:1.1em;font-variant:small-caps;color:#323232}
a.butt {height:1.35em}
.butt:hover, a.butt:hover {background:#999;color:#efefef;border:1px #888 solid}
.dialog {position:absolute;top:14.5em;left:7em;width:20em;height:6em;padding:1em;z-index:99;opacity:0.8}
.dialog_content {padding:0.5em;background:#e2e2e2}
.dialog_content form {float:left;margin:1em 0.3em 0 0.5em}
.dialog_content p {display:block;clear:both}
.xb2, .xb3 {height:0.15em}
.xb1, .xb2, .xb3, .xb4 {display:block;background:#e2e2e2;overflow:hidden}
.xb1 {margin:0 0.35em;height:0.1em}
.xb2 {margin:0 0.2em}
.xb3 {margin:0 0.1em}
.xb4 {height:0.1em;margin:0 0.1em}

jueves, 29 de julio de 2010

domingo, 6 de junio de 2010

sadasdasd