This is a test run

I have just added the CodeHighlighterPlugin for my blog. So as to take it for the test run, I am posting it here. Below are some actionscript code to see everything works fine.

package  
{
	import flash.display.MovieClip;
	import flash.display.Sprite;
	import flash.events.MouseEvent;
	
	import flash.external.ExternalInterface;
	
	/**
	 * @version 0.1
	 * @author Saumya
	 */
	public class FlashMenu extends MovieClip
	{
		public var btnOne:Sprite;
		public var btnTwo:Sprite;
		public var btnThree:Sprite;
		
		public function FlashMenu() 
		{
			this.init();
		}
		
		private function init():void
		{
			trace(this, ' : init : ');
			this.btnOne.addEventListener(MouseEvent.CLICK, onUserClick);
			this.btnTwo.addEventListener(MouseEvent.CLICK, onUserClick);
			this.btnThree.addEventListener(MouseEvent.CLICK, onUserClick);
		}

Happy living

Joined a new startup

I have joined a new startup company. This is in Mumbai, it takes 2 hrs to reach there. So in total, there would be 4 hours of journey atleast, every day. This is a product development company and not a services company. Today was my first day and I am quite impressed by the company I have. Almost all of my co-workers have kind of 10+ years of experience on their respective subjects. I will be closely working with a Java Architect and a Flex Architect. This makes me feel a lot excited. There is a huge learning experience coming in my way.
You know what, it is said you will get nothing while playing it safe. And I am a proof of it for myself and those who want to get over fear. Fall freely and without fear, that will show you what you can do and what your value is. There are always people around you to pull you back, by somehow or other. If you believe in yourself, go for it and I know, you can do much more than what you think you are capable of.
Another important thing, I always knew but the situation in past few months made me to practice it. And I must say it now “Cut down negativity at any cost.” By that, I mean at any cost. If you feel depressed, hold back or even not enjoying what you are doing, stop doing it and put no logic to it. Just stop it and move on. Life will give you all the things you have dreamt of. Just keep the faith on yourself and listen to your heart and move on. If you think by your logic or someone else’s logic that “it can not be better” , you are cutting down your real wealth, for life has got a lot to give you and you must be ready to accept it. Unless you open your arms you can not accept anything, you cannot feel free air, can not feel sun, wind or anything.  So those who say it can  not be better, they have already lost the hope and they are not in a situation to advice anyone. Stop listening to these people, they are just losers and to hide themselves they come up with aggressiveness and play cheap, just because they are losers, they do not want anyone to succeeded. This is a nice read, if you really want to make some impact on your life.

Well, from the first day only we started discussing regarding the framework of the project. Its really a nice experience to sit with such experienced folks.

Thank you God for giving me such an opportunity.
Happy Living.

Why is it here ?

Well, why the space ? Sometimes, I myself asks the question to myself. Then I got the answer, while walking down the streets, with my umbrella rescuing me from the rain.

I put down the space here to motivate me.

If anything else comes out of it, thats an added advantage. After I started with my blog, I always thought “is there a need for another space?” But the thing is it is needed. The blog was a kind of technical blog and I am happy about it. I will be maintaining that one as a technical blog only. Here, in this space, it could be anything life is about. Well, that means technical topics will also be a part of it.

Happy Living :)

Hello World.

This is just hello world. I think everything is working fine. Time to move on. Thank you for visiting. Love to listen your comments.