My Blog

Mostly my technical notes about things I did and issues I solved.

Google OAuth2 with ExpressJs

By kris | Jun 7, 2016 | 0 Comments

It took me a bit effort to understand google api example of oauth and how to apply to your webpage with Expressjs. if you are nodejs guru, this article is probably not for you. But if you find the original example provided by google is not straight forward, read on. (here is original google api of…

Read More

SSRS working with DB2

By kris | Apr 10, 2014 | 0 Comments

Recently I was working on generating report via SSRS by getting data from DB2. At first, I had MS SQL server 2008 R2 installed. I had Visual studio 2008 that builds the report. I created the OLE datasource from DB2 no issue. And then finally I deploy my datasource and my report to the SSRS…

Read More

Visual Studio 2012 missing XAML intellisense

By kris | Apr 10, 2014 | 0 Comments

Recently I was working on Windows Store App on Visual Studio 2012. I had an issue with the intellisense with XAML editing – it does not have intellisense.   I found that might be something to do with the user profile. There was issue that I didn’t care to investigate that: Sometimes running the Visual…

Read More

thoughts regarding time travel

By kris | May 31, 2013 | 0 Comments

version of time travelling: 1. back in time when everything is reversed back. you become younger. in this version of time travelling, is very unlikely that only you has the memory of the future in the pass. either every body has the memories or nobody has the memories. if you are not aware of the…

Read More

SSRS WCF datasource 404 not found

By kris | May 9, 2013 | 0 Comments

This is to record this stupid mistake for accessing WCF service in SSRS report as datasource/dataset. I implemented the WCF service and had the address like http:localhost/WCFDataService.svc. I accessed the service in my browser, no problem, I saw the example page and I was able to access the wsdl. I setup the datasource in SSRS…

Read More

Testing from iphone

By kris | Sep 10, 2009 | 0 Comments

It can’t update the categories settings, I tried couple time using the iPhone software it dosent work. Another stuff is that this iPhone app don’t convert HTML code to proper text. Sad….. Other than that , let’s see if this post got it right

Read More

New to wordpress

By kris | Sep 9, 2009 | 1 Comment

I was randomly checking some post on google, I found one posting that was using wordpress and I liked its layout so much. so I am thinking to try its services a little bit, and here I am, hosting a blog on wordpress. lets see how long this will last ^___^. Oh, another reason I…

Read More