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 …
Comments have been temporarly disabled…
Sorry everyone, but I was getting the incredible quantity of 60 spam comments per hour… I will reopen them as soon as I get a good tool to fight spam…
Thanks!
Java, brigther than ever
Java, the programming language for many of us, is shinning more than ever! Just see how Android (Google’s operating system) uses it for its applications:
Windows Live Writer? nah… Adobe Contribute
Obsesed with looking for a good blogging tool on the web and reading a big list of complaints for the lack of a good tool for mac users, I didn’t realize I had had one for a long time on my computer: Adobe Contribute. Most people talk about …
How to access a Web service from a C# Desktop Application
This project will teach you how to create a C# Desktop Application that uses a Web Service as its backend. You will need Visual Web Developer Express and Visual C# Express.
Step 1: Creating the Web Service
Open Visual Web Developer and go to File …
ASP.NET Tips & Tricks
How to get the user name in a web app
Four steps to achieve it:
- Use the following code to get the user name in your application:
string user = User.Identity.Name.ToString();
- 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:
- Use the following code to get the username in your application:
string user = User.Identity.Name.ToString();
- Modify your web.config file to include the identity and the authentication …
Is beauty better than functional?
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 …