Tuesday, June 14, 2005

Sprayonmud Products

Now you can show that you are a real offroader.
Sprayonmud is a specially formulated spray-on product for anyone that wants to give friends, neighbours, colleagues or just anyone at all, the impression that they have been off-road or, at the very least, out in the country for the weekend.Sprayonmud Products.

... Sigh!!!!

Monday, June 13, 2005

Corporate Blogging

Many companies allow their employees to blog (Corporate blogging).
Each company has a different set of rules for corporate blogging. This article compares them.

Wednesday, June 08, 2005

Are you satisfied with your job?

It seems that the most of the american employees are unsatisfied with their job.
This article comments on Conference Board survey of job satisfaction
What's your experience?

Monday, May 23, 2005

Calculator + SlickRun

I use SlickRun: a free floating command line utility for Windows. SlickRun gives you almost instant access to any program or website.. I also find useful the Google calculator. So when I'am on line I can simply type "google 7*4" (or some more complicated calculation) in SlickRun and the result returns back in my browser!
Still better, there is a built-in calculator in SlickRun you can type "=7*4" and you got the result also if you are off-line.

Wednesday, May 04, 2005

Password generator

If you are tired of remembering all those passwords or if you feel pain to use the same password everywhere then you should check this Password generator.

Thursday, April 21, 2005

Social bookmarking

Reading this post I discovered 2 things:

  1. Social Bookmarking
  2. A comfortable and browser independent way to store my bookmarks

Monday, April 18, 2005

How to identify processes

I would like to kill some processes that run on my machine. I don't know exactly who they are and what do they do.
I discovered that What process has a utility that you can download on your machine and that allows you to discover some info about the processes riunning on your machine.
You can also discover this information using the web browser. For example, you need to know what is csrss.exe, so you can point your browser to the following URL http://www.what-process.com/process-info.aspx?p=csrss.exe and you got process information plus some users comments!

The following HTML code can be used as a tool to query process info!

<HTML>
<
body>

<
form >

<
INPUT type="button" name="button1" value="Submit"
OnClick
='var a="http://www.what-process.com/process-info.aspx?p=";
a=a+text1.value;
window.location=a'
>
<
INPUT type="text" name="text1">
</
form>

</
body>

</
HTML>