miércoles, 29 de febrero de 2012

How to create a signature image?

Yes, how to create a signature image instead of text signature? For this, the basic thing you need is a server where you should upload the images we will create. If you don't have a server where to upload the images, stop reading.
Otherwise, keep reading: with Photoshop or any other image editor, create and customize the images, your name, adress, phones, etc. Here is the principal: your blog or personal or company websites. You create also images with the internet address you want to show, for ex.;


And all these images will be uploaded to a folder in the server: /mysignature/images/...gif, etc.
Then, open the block note, and write a simple html page like this:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>MY SIGNATURE TITLE</title>
</head>


<body>


<tr><td width="313">
<img src="http://www.example.com/mysignature/images/1.gif"><br>
<img src="http://www.example.com/mysignature/images/2.gif"><br>
<a href="http://myblog.example.com" target="_blank"><img src="http://www.example.com/mysignature/images/3.gif" title="My Web Professional"></a><br>
</td></tr>


</body>
</html>

And save this as mysignature.html.

If you use Outlook, go to Tools -> Options -> Signatures -> New -> 
and here select File option instead of Text option, and insert the folder and file name of the signature html you have just created, let's say, you have it saved in this folder: C:\myfiles|mysignature.html,

Apply and save. That's all. 
You are ready to send your smart and interactive signature to your friends or clients.
Any questions or help you need, don't hesitate to write me. 

viernes, 13 de enero de 2012

What's the matter with FaceBook?

What's the matter with FB? Yeah, I'm suprised today that I have to share my phone number with Facebook to get access to create Aplications. Any other people getting fed up, as I do, of Facebook policies? Is this something new or something old? I've tried the mobile phone verification with another Facebook function, and what? No verification code sent to the mobile! So, why do they ask us our mobile phone number to verify the authencity and then no code appears on the supplied phone. This may take us to misuse of internet privacy, then. Or is this a bug?

domingo, 4 de diciembre de 2011

porqué siempre ganamos?!

habéis pensado alguna vez que los juegos en internet donde te ofrecen premios a cambio de introducir tu número de móvil para recibir un mensaje con un pin, que tienes que introducir otra vez en la pantalla de ese juego, todas las respuestas pueden ser las todas también correctas, sí! pruébalo, y verás, que a la pregunta "Si un coche recorre 35 kms en 20 minutos, entonces el coche en qué velocidad avanza por hora?" entre las 3 respuestas que hayan: A) 60 km B) 85 km C) 105 km, tú elijes la B), digamos la respuesta incorrecta, pero el juego te dirá que la respuesta B) sí es correcta, aunque la respuesta correcta es la C), 105 km por hora,  

domingo, 27 de noviembre de 2011

How to resolve the error "Failed to allocate memory: 1455" on running Android AVD Manager

This usual error "Failed to allocate memory: 1455" would be caused by Virtual Memory alocation. So, as I did, just follow the indications by Calvin in this post: http://forums.techarena.in/operating-systems/1263684.htm#post5500858. After resolving in this way the allocation of Virtual Memory for the root C disk, you should read in the console of Eclipse, the following: 
[2011-11-27 12:33:06 - Videotutorial1] ------------------------------
[2011-11-27 12:33:06 - Videotutorial1] Android Launch!
[2011-11-27 12:33:06 - Videotutorial1] adb is running normally.
[2011-11-27 12:33:06 - Videotutorial1] Performing com.videotutoriales.videotutorial1.Videotutorial1Activity activity launch
[2011-11-27 12:33:06 - Videotutorial1] Automatic Target Mode: Preferred AVD 'VtAVD' is not available. Launching new emulator.
[2011-11-27 12:33:06 - Videotutorial1] Launching a new emulator with Virtual Device 'VtAVD'
[2011-11-27 12:33:39 - Emulator] emulator: emulator window was out of view and was recentered
[2011-11-27 12:33:39 - Emulator]
[2011-11-27 12:33:45 - Videotutorial1] New emulator found: emulator-5554
[2011-11-27 12:33:45 - Videotutorial1] Waiting for HOME ('android.process.acore') to be launched...
[2011-11-27 12:38:19 - Videotutorial1] HOME is up on device 'emulator-5554'
[2011-11-27 12:38:19 - Videotutorial1] Uploading Videotutorial1.apk onto device 'emulator-5554'
[2011-11-27 12:38:20 - Videotutorial1] Installing Videotutorial1.apk...
[2011-11-27 12:40:52 - Videotutorial1] Success!
[2011-11-27 12:40:53 - Videotutorial1] Starting activity com.videotutoriales.videotutorial1.Videotutorial1Activity on device emulator-5554
[2011-11-27 12:41:18 - Videotutorial1] Attempting to connect debugger to 'com.videotutoriales.videotutorial1' on port 8628

sábado, 19 de noviembre de 2011

Error -Failed to install HelloAndroid.apk on device-

Hi, this is a simple error, as Anand indicates in his/her blog http://anandpandia.blogspot.com/2011/01/failed-to-install-helloandroidapk-on.html,
we need to change the path. Please check in her/ his blog how to to this. So, what's my contribution. It's that it's so simple to indicate the path as "platform-tools" and "tools". It is better to locate android-sdk folder, and usually it should seem like this:
C:\Documents and Settings\xp\android-sdks\platform-tools\ AND C:\Documents and Settings\xp\android-sdks\tools\.
After that, you will read in Eclipse Console the following:
[2011-11-19 14:24:38 - HelloAndroid] Success!
[2011-11-19 14:24:39 - HelloAndroid] Starting activity com.tck.HelloAndroid.main on device emulator-5554
[2011-11-19 14:24:45 - HelloAndroid] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.tck.HelloAndroid/.main }.

And the AVD will be displayed this:



Then, you need to click holding the PADLOCK to the left unlock PADLOCK to view your HelloAndroid application finally on AVD screen like the following:

miércoles, 16 de noviembre de 2011

Error con Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.

En la web había muchas respuestas sobre este error, por ejemplo, en este enlace http://stackoverflow.com/questions/7817044/how-to-create-a-avd-for-android-4-0, se explica hasta donde llegas, pero luego tienes que seguir con lo que digo abajo y luego la traducción en inglés:
En caso del error Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder. A continuación tienes que hacer lo siguiente: En Android SDK Manager, vete a esto- Android SDK Manager -> Packages, en Packages, elije Show Archives Details, y haz click en ARM EABI v7a System Image para seleccionarlo, luego selecciona Archive for any OS y abajo haz que se instale el paquete. Ya, listo, ahora puedes crear un AVD.

INGLÉS: In case of the error "Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder". You need to do further the following: Open Android SDK Manager -> Packages, select Show Archives Details, and click on ARM EABI v7a System Image, then select Archive for any OS and install it. Now, you can create an AVD.