http://trapallada.blogspot.com.
Si hay algún lector habitual que tenga guardado la dirección www.trapallada.com por favor que actualice su enlace.
Siento las molestias ocasionadas.
Antes, según el diccionario de la R.A.E: "Cosa mal hecha, sin cuidado ni arte, conjunto de cosas sin valor". Ahora según al R.A.E. no es nada porque trapallada ha desaparecido del diccionario.
"El volumen de correos que mandamos y recibimos es insostenible para el negocio"
"Los gestores pasan entre 5 y 20 horas a la semana leyendo y escribiendo emails",
"En Atos Origin, por ejemplo, hemos establecido herramientas de colaboración y plataformas de comunidad, para compartir y seguir la pista a ideas en temas de innovación"
"los negocios necesitan más en este terreno y el email se está quedando fuera de las mejores formas en la que una compañía puede hacer negocios".
En 2013, más de la mitad de todos los nuevos contenidos digitales será el resultado de cambios y la edición de la información existente.
Las redes sociales son ahora más populares que el correo electrónico y la búsqueda.
Los mandos intermedios pasar más de 25% de su tiempo buscando información.
2010: Los usuarios corporativos recibieron 200 emails por día, el 18% de los cuales eran spam.
@Astro_Soichi http://twitpic.com/18x0jv - Vigo, Spain. I'm there!!! 11:51 AM Mar 16th via TwitPic
@Astro_Soichi http://twitpic.com/18x0jv - Vexo Vigo, vexo Cangas, tamen vexo Redondela... Eng: I see Vigo, I see Cangas, I also see Redond 11:54 AM Mar 16th via TwitPic
@Astro_Soichi http://twitpic.com/18x0jv - What i have won??? 11:56 AM Mar 16th via TwitPic
@Astro_Soichi http://twitpic.com/18x0jv - You can see Rande Bridge on le right (http://www.grijalvo.com/Albaiges/Puente_de_Rande.jpg) 11:58 AM Mar 16th via TwitPic
@Astro_Soichi http://twitpic.com/18x0jv - You can see PSA Factory on the left (white building) and close to it Balaidos Stadium. 11:59 AM Mar 16th via TwitPic
@Astro_Soichi http://twitpic.com/18x0jv - On the north side you can see Cangas do Morrazo (left) and Moaña (center). 12:00 PM Mar 16th via TwitPic
@Astro_Soichi http://twitpic.com/18x0jv - Top-left corner Barra Beach (http://www.lugaresnaturistas.org/Pontevedra/barra1.jpg) 12:02 PM Mar 16th via TwitPic
@Astro_Soichi http://twitpic.com/18x0jv - http://saudade.blogia.com/upload/20051114145117-volvo-vigo2.jpg Volvo Ocean Race Start in Vigo on 12:16 PM Mar 16th via TwitPic
@Astro_Soichi http://twitpic.com/18x0jv - More on the left that what pic shows Cies Islands (http://www.guardian.co.uk/travel/2007/feb/16/be 12:24 PM Mar 16th via TwitPic
/*
* Por CNG (www.trapallada.com).
*/
function esNumerico(x)
{
var expresionRegularNDigitos = /^(\d*)$/;
return x.match(expresionRegularNDigitos);
}
function esNifNie(x)
{
var expresionRegularNIE = /^[X-Z0-9]{1}[0-9]{7}$/;
return x.match(expresionRegularNIE);
}
function obtenLetraNIF ( dni, destino )
{
dni.value = dni.value.toUpperCase();
if ( esNifNie( dni.value ) )
{
var nifTmp = '';
if ( esNumerico( dni.value ) )
{
nifTmp = dni.value;
}
else
{
switch( dni.value.charAt(0).toUpperCase() )
{
case 'X': nifTmp = dni.value.replace(/X/gi, "0");
break;
case 'Y': nifTmp = dni.value.replace(/Y/gi, "1");
break;
case 'Z': nifTmp = dni.value.replace(/Z/gi, "2");
break;
default: alert('NIF/NIE incorrecto');
}
}
if ( nifTmp.length == 8 )
{
var cadena = 'TRWAGMYFPDXBNJZSQVHLCKET';
var posicion = nifTmp % 23;
destino.value = cadena.charAt(posicion);
}
else
{
destino.value = '';
}
}
else
{
alert('NIF/NIE incorrecto');
}
}
}
' Por CNG (www.trapallada.com).
Function getLiteral(intIdLiteral)
Set DB = Server.CreateObject("ADODB.Connection")
Set RS = Server.CreateObject("ADODB.Recordset")
DB.Mode = adModeReadWrite
DB.Open "dsn=miDSN;"
strSQL = "select literal from tLiterales where id=" + CStr(intIdLiteral)
RS.Open strSQL, DB, 3, 2
If RS.EOF or RS.BOF Then
strLiteral= "null"
Else
strLiteral= Trim(RS.Fields(0).Value)
End If
RS.Close
DB.Close
getLiteral= strENUNCIADO
End Function
// Por CNG (www.trapallada.com).
function getLiteral($intIdLiteral)
{
extract($GLOBALS);
// $DB is of type "ADODB.Connection"
// $RS is of type "ADODB.Recordset"
echo $adModeReadWrite;
$DB=mysql_connect("servidorDDSS","","");
mysql_select_db("",$DB);
$strSQL="select literal from tLiterales where id="+($intIdLiteral);
$rs=mysql_query($strSQL);
if (($RS==0) || ($RS_BOF==1))
{
$strLiteral="null";
}
else
{
$strLiteral=trim((0)->$Value);
}
mysql_close($DB);
$function_ret=$strLiteral;
return $function_ret;
}
á (a aguda) para mostrar una á.<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"></meta>
.htaccess lo siguiente:AddType text/html;charset=ISO-8859-1 .html