avatar

Andres Jaimes

No more spam…

Ok spammers, I’m tired.

During the last weeks  I was getting about 100 spam messages per hour. That was very difficult to control. So I decided to take that as an opportunity to upgrade my server. Now my website runs on the latest WordPress engine …

ASP.NET Tips & Tricks

How to get the user name in a web app

Four steps to achieve it:

  1. Use the following code to get the user name in your application:
string user = User.Identity.Name.ToString();
  1. Modify your web.config file to include the identity and the …

asp.net tips and tricks

How to get the username in a web app

Four steps to achieve it:

  1. Use the following code to get the username in your application:
string user = User.Identity.Name.ToString();
  1. Modify your web.config file to include the identity and the authentication …

Is beauty better than functional?

Dilbert

what do you think?

how many times we find ourselves trying to sell a good project that, because of its ugly look, ends in the garbage bin? Do you think an engineer should have some lessons on aesthetics? art? or leave that right minded work to the …

Tabs, Shortcuts and Internet Explorer

Have you read the information that shows up when you click the “new tab” button in IE? I think I did it once when I tried for the first time this tabbed IE, and never took a look at it again. Until yesterday. I just read it and surprised me because …