Feeds:
Posts
Comments

Archive for February, 2009

http://www.pixlr.com/editor/
Not bad but cannot access to keys to do copying or paste despite shortcuts stated in the toolbar

Read Full Post »

I am not 100% proficient in lip-reading and speaking. Being hearing impaired but can fairly speak and hear quite well, I had free speech training during primary,secondary and polytechnic school days. My speech vocabulary keeps rising up when I enter working world 8 years back. I learn alot of pronouncation from my previous and current colleagues.
The [...]

Read Full Post »

Url: http://ask-leo.com/how_can_i_stop_a_message_in_my_outlook_outbox_that_wont_send.html
I disable the internet connection and close the outlook. Then opened the outlook and deleted the email in the outbox!!! It works!

Read Full Post »

 // get fields
 var startDate = eval(‘formObj.StartDate’ + rowId);
 var totalInterval = eval(‘formObj.totalInterval’ + rowId);
 var endDate = eval(‘formObj.EndDate’ + rowId);
  // get start date object
  var startDateArray = startDate.value.split(‘/’);
  var dateObj = new Date(startDateArray[2], startDateArray[1], startDateArray[0]);
  // get interval
  var interval = parseInt(totalInterval.value);
  // set start date object
  dateObj.setDate(dateObj.getDate() + interval);
  // format end date display
  var d = dateObj.getDate();
  var m = dateObj.getMonth();
  var y = dateObj.getFullYear();
  endDate.value = [...]

Read Full Post »

PlayGroup Research

http://www.mumcentre.com/index.php?option=com_classifieds&act=providers&task=details&cid=2102
http://www.kiasuparents.com/kiasu/enrichment/ntuc-childcare-co-operative-ltd
http://www.hua.com.sg/courses/local/1512.htm

Read Full Post »

Still debugging trigger deadlock

Since earlier post, the deadlocks still occur… Now trying to resolve it step by step…
1. Opened my trigger script and see… It has for insert,update,delete and invoke stored procedure.
2. Trying to get all the triggers to compare.. I know I should not do this way but just checking
http://bytes.com/groups/ms-sql/609420-how-view-all-triggers
3. Tried running the connectionA and connectionB script [...]

Read Full Post »