martes, 11 de diciembre de 2012

chess and business and real life


hi all, yes, lately I am playing many times chess online. And, I am so reluctant to retrieve conclusions during or after each game. I wonder if this happens to other chess players. Any comment is welcomed. Indeed, I am now set to write now about that, but I am stuck, cause I am not on a game right now. Just, consider the forces you have on a game and a real life. Sometimes, you foresee what a move will bring you, sometimes you are unable. You risk it. Any step you move will receive different reaction (results) by different people (opponents). So, why wouldn't we move the pieces taking into account the conditions. Cause, sometimes I see that the opponents make their move spontaneously regardless of what the game (life) affronts them to.
Let's compare the chess to the business life. I mean the business, taking risks. When you have many powers (queen, towers, etc. this is like too much money) left, sometimes you don't need to keep them, you just depreciate them. Cause, at last, the result is important. You are sure that you will win still in the business or in the game. By personal experience, I recommend to appreciate everything we have at hands and keep them for the future. Even if you are sure that you win, just be cautious to keep what you have.

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. 

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.