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.