Pages

Showing posts with label work. Show all posts
Showing posts with label work. Show all posts

Tuesday, June 10, 2008

Learning process...

Time passed really really fast and this is my 2nd week of working at Accenture. Even though, it's just a week but I felt that time really passed even faster than I ever imagined. I have a lot of opportunity to learn about new technologies and started to build on the skeleton the web development project. Eventhough, I have few sleepless night but I had an amazing feeling that always keep me fresh and awake. I believe that is what we called "The passion"?

Today, I've learnt about DOM, JavaScripts ando a little bit DWR. While doing a window shopping yesterday, I bought a book called "Practical JavaScripts, DOM, Scripting and AJAX Projects". I have been learning DOJO since last week and I have start building some skeleton of the web interface. During the web development, I was informed about the "Select All" checkbox function which is not workable in the dijit.layout.AccordionPane. As usual, I have include the javascript in the jsp file and the following is the first implement script which is not workable:

function checkAll (a, b){
alert("I am here");
for (i = 0; i < checked =" b.checked?">

And the following is the checkbox input that trigger the checkAll function:


<input id="selectAll" dojotype="dijit.form.CheckBox" name="selectAll" value="selectAll" onclick="checkAll(document.form1.checkbox,this)" type="checkbox">

However, by implementing the above scripts will not work if those checkboxes are place inside the
dijit.layout.AccordionPane

After looking into the DOM from w3schools, the following scripts is the workable scripts where it will check all the checkboxes in the
dijit.layout.AccordionPane. Instead of implementing the checked(), I have changed to the click()


function checkAll(a, b){
var x=document.getElementsByName("selectAll");
for (i = 0; i
< a.length; i++) a[i].click()
}


There are more to come. Even though I am not a geek but I hope i can share more on my knowledge along this learning journey.

Adios ~ Kay Nny



Tuesday, June 3, 2008

New working environment

Hm! There is alot to blog about my new working environment. I started my job on the first of June and it was the same date when I started my previous job in 2 years back. Kind of excited about it and can't wait to move forward. The first 2 days was about understanding the company background and the administrative procedure. They are all covered in the Orientation day.

Yesterday I was assigned to a new project and I am really really excited about it. I am pretty much clear about my career path and direction compare with last time and I really have a plenty of plans in my mind now. Today is pretty much about requirement study, knowing people surrounding me and kick off my ass to learn! More to learn tho~ will blog about about it after today.

~Passion about my new job~
-Kay Nny-

Tuesday, April 22, 2008

Leave a big stone behind!

At last, I can leave a big stone behind and start moving forward to my goals after been struggling 2 years. I don't really know what will happen to my future and wouldn't know what kind of people and challenges I will meet in the next 5 years but definately I've learnt from people that I knew in the past 2 years.

Looking back to the journey that I have been previously, it's really a tough journey for me especially dealing with some kind of people. There are alot of people that I miss and alot of people that I respect but of course there are some who doesn't gained their respect at all. But it's really a worth and wonderful journey for me as I have learnt alot
after all on how to handle + deal with difficult people.

Till then, I will blog more about the decision making that gonna make in the incoming days and will see how :)

~Adios~
-Kay Nny-