Monday, January 11, 2016

Converting a Physical Linux to Virtual

Hmm ... I have done a lot of work on my Linux Lubuntu 15.10 with PHP and PostgreSQL and a few other things ... it is quite time-consuming to reinstall everything if anything happen (touch wood), so found this, but yet to try. Will try soon ...

Saturday, December 26, 2015

Installing PostgreSQL on Lubuntu 15.10 64 BIts

I have tried this installation successfully on both Ubuntu Mate 15.10 (in Virtualbox) and Lubuntu 15.10 64 Bits.

This guide works.

Good luck!!

Friday, July 11, 2014

Detect Screen Size in Windows Resize Event in WxPython

It has taken a few days to try, redo, restudy, try, redo, restudy repeatingly until just now ... after taken a corn and some snack ....

Here's a sample code ... of course I found the original code from google, and change here and there to get it work.

There are still a lot of things to learn and explore ... am trying to develop my own Project Scheduling Software ... I have started with Java 1.7, but found some bugs that reduce my confidence on it ... so try Python. Although it seems to be easier in syntax, but there are many ways for getting it work as per expected. But, still enjoy the problems ....

Saturday, May 24, 2014

Installing Sublime Text 3 on Ubuntu 12.04

If you are also a fan of Sublime Text Editor, here is the link to get it installed in PinguyOS which is on Ubuntu 12.04.

Installing Sublime Text 3 in Ubuntu 12.04

Friday, May 23, 2014

Monday, September 16, 2013

Learning WCF RESTful Web Service

Web Service alone is already something new to me coming from old Dos-based 4th GL programming arena ... so, need to find a lot of references and examples ... yesterday, I did my own guide after learning from one good example.

The following are articles that I am going to read further:

http://pranayamr.blogspot.com/2010/11/create-hostself-hosting-iis-hosting-and.html

http://www.codeproject.com/Articles/132809/Calling-WCF-Services-using-jQuery

http://www.codeproject.com/Articles/283550/Implementing-5-important-principles-of-REST-using

http://www.codeproject.com/Articles/571813/A-Beginners-Tutorial-on-Creating-WCF-REST-Services

http://www.dotnetspark.com/kb/1373-step-by-step-tutorial-rest-enabled-service.aspx

http://wcftutorial.net/How_to_create_RESTful_Service.aspx

http://stackoverflow.com/questions/16144873/enable-wcf-service-to-use-with-json

http://msdn.microsoft.com/en-us/library/bb412172.aspx

http://stackoverflow.com/questions/6136307/advantages-of-webinvoke-post-compared-to-webget

Learning WCF RESTful Web Service

Web Service alone is already something new to me coming from old Dos-based 4th GL programming arena ... so, need to find a lot of references and examples ... yesterday, I did my own guide after learning from one good example.

The following are articles that I am going to read further:

http://pranayamr.blogspot.com/2010/11/create-hostself-hosting-iis-hosting-and.html

http://www.codeproject.com/Articles/132809/Calling-WCF-Services-using-jQuery

http://www.codeproject.com/Articles/283550/Implementing-5-important-principles-of-REST-using

http://www.codeproject.com/Articles/571813/A-Beginners-Tutorial-on-Creating-WCF-REST-Services

http://www.dotnetspark.com/kb/1373-step-by-step-tutorial-rest-enabled-service.aspx

http://wcftutorial.net/How_to_create_RESTful_Service.aspx

http://stackoverflow.com/questions/16144873/enable-wcf-service-to-use-with-json


Converting a Physical Linux to Virtual

Hmm ... I have done a lot of work on my Linux Lubuntu 15.10 with PHP and PostgreSQL and a few other things ... it is quite time-consuming to...