Archives for: "August 2007"
Most widely use Linux
According to the report of DesktopLinux.com, the most widely use Linux is Ubuntu. Around 30% of people are using. I just used that for a little wide, that is not bad. But I am still a redhat guy. more »
what is "two-part name" in MS SQL?
During reading my exam material,what is "two-part name" in MS SQL? After a google search, that is schema.object more »
Auto-save in Blogger.com
I have an account in Blogger.com. There is a new function, auto-save. Very Useful!!!!!!! No afraid to suddenly restart. more »
Java to .Net, .Net to Java
I watched Sun Vodcast. There is a project , Tango. There is highly related with my personal research interest. I am interested in linking different platforms together. Tango provides the framework by using web service for linking .Net and Java.… more »
A good article about web application framework
I am doing a research on web application framework. I found this article is quite good. more »
My eGroupware instance is working fine
After my webhost company changed my account to a PHP5 server, my eGroupware instance has not HTTP 500 error anymore. I believe that is more suitable for it. more »
OQO Model 2
After I read APC about OQO Model 2, I did a google search. That is a real Vista PC. I am just wondering whether it is ok not to use solid disk. According to the specification, the battery can last for 3hours. That is ok for me. more »
NAS is enough good for file sharing.
Last week, my uncle asked whether he should build a Linux server at his home. I asked "What is the main purpose of your Linux server?" He replied,"It can make all computers in his home sharing the file." Well, he only needs a NAS( Network Attached… more »
System Testing
I am reading a book about System Testing. It says the bugs will be duplicated across to the system and different project. I think this is because the code is re-using everywhere and sometime, we do some cut and paste. The worst case is the bug in the… more »
Not buy PDA Phone
I have not bought a PDA Phone at all.My friend asked me about this. That costs too much for me. Normally, it costs around AUD$1K. Moreover, this is not very useful for me. I am not a salesperson. I don't need to track my schedule. All I need that makes… more »
Learnt a new word
Today, I listened a talk from TechEd 2006. They mentioned TDD. Well, I did a search in Wikipedia too. http://en.wikipedia.org/wiki/Test-driven_development This is quite interesting ,Test-Driven Development. Writing the test cases and then only implement… more »
egroupware is not very good for php 4.33
I have installed to two instances of egroupware. One is on the server in web hosting company, this is using PHP 4.33. Sometime, it will have HTTP 500 errror. But in my PHP 5.1 server, that is complete good. more »
This week learning program
This week learning program is the networking library in C#. I aimed to write a ftp client. more »
CryptoStream
I have done a google search on crypto topic. Some examples are saying to CryptoStream(outStream, TripleDESCryptoServiceProvider.CreateDecryptor(),CryptoStreamMode.Write) and then write chirp text into this stream. They are saying it will be decrypted.… more »