Yesterday is my Last Day in my company

As what I decided this beginning of month, I resigned from my existing company. Although it provides a good environment to learn new thing, it provides good training opportunity, it provides good working life style...flexible working hours, but I decided to resign. It is because it is too tire for me. I worked for extra hours everyday, even weekend or holiday. I felt too tire, I don't want to retain in this type of environment. It is not the life that I want. Anyway, I accepted the better offer from other company. You can visit this page for more detail.

It was my last day in my existing company yesterday. I felt hard to leave my colleagues . But, I felt very exicited to move to new company too. When I was returning my laptop, I am not only the one to return, but the room of service centre is fill up with people. I guess they are leaving the company too as they all were returning laptop. Anyway, good luck to we all. All the best for us in a new year~

Counting Down to move to new Company

Few weeks ago, I had my decision. I will resign and leave my current company. It is a multi National company as well. I will have my job scope and skills changes after went there. I will be the R & D Software Engineer over there and not doing development on only software side. The job scope will need me to learn up to deal with hardware. I will learn how to use the library to code the utility to test the hardware and so on. It seems a very interesting new skills. But, How will my life be after been there? Who knows that? I will tell you after I work there. Anyway, still have 13 days to go. Good luck to me~By the way, don't worry as I will be still researching on the .NET and Microsoft technologies.

Meebo

Anyone try meebo before? Meebo is a chatting web application that integrate yahoo messenger, msn messenger, aim messenger, google talk and so on. I tried it out 1 year ago. It is programmed in AJAX style. With AJAX style to the chatting web application, it allow the conversation to be live. It introduced a new feature that is widget. It allow you to talk with the visitor on your page thru the messenger. It is cool as what imagine. I just integrated it on my page. Post me a message when I am online. Just try it out! http://www.meebo.com

SNAP.com

My blog (this blog) is just integrated with the script form snap.com. It is using AJAX feature as well. The feature of snap.com is take a snap of the website or web page when you mouse over the hyperlink or even a image that with hyperlink. For me, i think it is quite cool. After seeing this snap.com, I come out another idea. Hope it will works. For those want to apply this please goto http://www.snap.com

Setup a new Forum

I just setup a new forum for discussing some stuff. If you feel interesting, please do register and start post your message here today. It will contains technical thing and non-technical stuff too. Please goto http://ycoderz.jconserv.net/index.php for posting.

How to get a new laptop or desktop?

Want to get a new laptop or desktop because of INTEL duo core? There is alot of ways. I would like to share some here that very funny. Please goto http://www.neednewpc.com/?b to take a look.

Show different tooltiptext in different Infragistics Status Bar Panel

Lately I have been involving in a .NET 2.0 project in my company. The presentation layer or UI of this project is fully using the Infragistics control. I have been long time didn't use third party control or components since my Advance Diploma project. During the development, I found out that the web does not have the information how to show the balloon tooltip text with UltraToolTipManager when the mouse is hovering on top of different status panel. For example, there are two panels in the status bar. First panel will show the user information in the tooltip and second panel will show application information. In this case, I declared a 1 dimention array that contains two tooltip that be displayed. Then, I handle the MouseEnterElement event with a method and display the balloon tooltip. Here are my codes as shown below, please tell me if you have a better solution. Thanks.

Codes:

private void ultraStatusBar_MouseEnterElement(object sender, Infragistics.Win.UIElementEventArgs e)


{


Infragistics.Win.UltraWinToolTip.UltraToolTipInfo oTooltip = null;


Infragistics.Win.UIElement oUIElmt = e.Element;


if (oUIElmt is Infragistics.Win.UltraWinStatusBar.PanelUIElement)


{


object oPanel = oUIElmt.GetContext(Type.GetType("Infragistics.Win.UltraWinStatusBar.UltraStatusPanel"));


if (oPanel != null && oPanel is Infragistics.Win.UltraWinStatusBar.UltraStatusPanel)


{


oTooltip = this.ultraToolTipMgr.GetUltraToolTip(this.ultraStatusBar);


if (oTooltip == null)


oTooltip = new UltraToolTipInfo();




oTooltip.Appearance.BackGradientStyle = Infragistics.Win.GradientStyle.Circular;


oTooltip.ToolTipTitle = "Information";


oTooltip.ToolTipText = this.strToolTipString[((Infragistics.Win.UltraWinStatusBar.UltraStatusPanel)oPanel).Index];


this.ultraToolTipMgr.SetUltraToolTip(this.ultraStatusBar, oTooltip);


this.ultraToolTipMgr.ShowToolTip(this.ultraStatusBar);


}




}


}

RoboCode is fun~

Lately, I found an very interesting thing and it is always on my screen now. It is called RoboCode. I trust it existed few years ago but I just get to know it lately. It is an AI similiar thing. You can code it and let it to battle in the field. It robot depend on how you code it to win. For more information, please study more on http://www.robocoderepository.com/

ATLAS officially changed to ASP.NET AJAX 1.0 whitepaper

Like to what I posted in previous post, ATLAS has been officially changed to ASP.NET AJAX 1.0 framework. For more detail, you can read the white paper or even study the migration guide. Do enjoy yourself with it

Rules for Office 2.0

What is Office 2.0? Office 2.0 actually just a evolution from the office nowadays that in the desktop to the web based. This is the idea that exist few years ago. Lately, that is a new programming model called AJAX that enable it to happen. It make the web have more rich content and more dynamic. Office 2.0 just the idea that move everything from the desktop to the web. For more detail or more news about it, please visit this website. For defining the rules of Office 2.0, please visit this web page.

Be prepare for exam 70-536.

70-536 is the code for Microsoft certificate exam. I have taken 70-315 that is Web Based application with C# prior to 70-536. 70-315 actually is the older certificate for .NET developer. By now, I need to upgrade my career so that I will take 70-536 that is Application Developent Foudation. My target is complete the path as Web Based Professional developer in Quarter 1 of 2007. Anyway, gambate!

Test Post through emailing.

Hi, it is just a test that goes through emailing.

 

Thanks.

Another new web application that using AJAX feature. (PICRESIZE.com)

There is a new web application that is using AJAX feature. I found out this new cool web application that allow everyone to upload picture and can resize and crop their pictures on the web. Furthermore, it allow to adjust the colour and also add some effect eg: Blur the picture. If you feel free, you can come here to test the application out.

The Virtual Pet is fun.

I am just come across with the Virtual Pet on the web and it allow to put on the web or blog. It is pretty cute. I just adopt a Hamster and it is put just right corner of my blog. You can feel free to check it out for other pet as well. Please check out here: http://bunnyherolabs.com/adopt/

AJAX framework for JAVA from Google.com -- GWT

just found out a AJAX framework that for JAVA that from google.com and its name - GWT. The demo is cool. In fact, they are decoding the Java to HTML and Javascript. I will be taking my time to invest on it this weekend. Cool, dude~ Please check out the site here: http://code.google.com/webtoolkit/

I have moved my existing blog into here. Next time onwards I will be having my post here. ;) Good day~