Thursday, February 12, 2009

Lynda.com Ruby on Rails Training

Lynda.com provides multimedia learning experience to many computing subjects and I found that this Ruby on Rails training videos to be very interesting.

*Ruby on Rails Essential Training
*Ruby on Rails Beyond the Basics

cheers ;)

Saturday, January 31, 2009

Install Ruby on Rails on Ubuntu

If someone is not quite sure what he/she is doing, then installing Ruby on Rails on Linux could be tricky. I found this documentation in official Ubuntu website and it seems really useful for a Ruby on Rails beginner.

Ruby on Rails on Ubuntu

Enjoy.

Saturday, January 24, 2009

Ice Skating

That was an amazing experience to do ice skating for the first time in my life.

First I couldn't at least stand up on the skating field. Because I didn't have any balance. So I started to shiver on the field and always used to grab the fence. But then my friends grab me a support which is used to practice children for skating. I didn't have another choice :)

After a while I was so exhausted of using the support because it was too and my backbone started to pain. So I decided to stand up by myself. Amazing, now I can stand and walk a little bit. A little progress. But my friends said who are really good at skating, that I am not bad on the first day. :)
Hope to do it again

Cheers

Wednesday, January 21, 2009

BrainStore Workshop "Shaping the Siemens Employer Brand"

Siemens is a huge and an international brand. BrainStore is a well organized IdeaFactory. What if someone get a chance to work for both of them? Amazing... Isn't it?
Well, I got this opportunity to be a part of the workshop called "Shaping the Siemens Employer Brand" of which the main goal was to make Siemens the most admired company.

I joined it as a FreeThinker who (all the FreeThinkers) helped to maintain the flow of the process with the generation of new, innovative and creative ideas.

People work in Siemens in 40 different counties also took part in the workshop while 10 external experts fertilized program. BrainStore technicians and the team leaders kept the flow perfectly.

It was organized very well with a smooth flow of extraction of ideas from the participants while they are offered with nice snacks. ;)

Two of great days (20.01.2009 - 21.01.2009) in my life, spent having lot of fun. I believe it is another milestone in my life.

"Be inspired and inspire the world!"

Saturday, January 17, 2009

Amazing Human Body

The fingers which were squeezed in last year just before the Christmas days are now getting better. It seems that I am going to loose the two nails and at the same time coming new nails. Have to be so careful when working, not to stick with anything around. Otherwise the nails will be forcefully removed making a great disaster. ;)

I am really wondering how nicely the human body works. It is wonderful and amazing.

-- cheers

Tuesday, January 13, 2009

500 GB External drive

Hi,

It is really nice to tell you that I bought a 500 GB portable hard disk of Western Digital. It is very cheap. I think it is because of the season. So I have lot of space now. So I am going to install my favorite Linux again on my computer. :D

Cheers

Sunday, January 11, 2009

How to remove NavBar from a blog (blogger.com)

Go to your blog's customize page and then on the Layout tab select Edit HTML.
In that in Edit Template section just enter the following code.
paste Code as in Example.

----- Code ------

<!-- #navbar-iframe {
display: none ! important;
}
-->

------End Code--------

------ Example ------------

Blogger Template Style
Name: Rounders 2
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 27 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */

<!-- #navbar-iframe {
display: none ! important;
}
-->

/* Variable definitions

---------- End of Example ----------------