Archives for: "December 2013"
Technical Interview Questions
During these years, I have been a number of job interviews. I found there are some frequent answer questions in these interviews, I wish to share with you, I hope they will provide some hints to you:
1. What is design pattern, please give me some examp… more »
Play VCD in Ubuntu
I delivered the Ubuntu Laptop to my friend. After that, I found the laptop cannot play VCD. I have tired VLC player and xine. None of them are not working at all. Finally, I installed a Gmerlin player! That is working fine now! The laptop can play vcd,… more »
Surface Roadshow at Carindale
When I did my shopping at Westfield Carindale, I found there was a roadshow for Microsoft Surface. That was interesting! In front of the counter, there was a Christmas Tree which is made of Surface. That sounds very geek! Beside that, there is something… more »
Joomla 3.2 - minimum php version
I am just about to build a new website for a client with Joomla 3.2. However, after I checked the requirement of Joomla 3.2, that requires PHP 5.4+. That doesn't support by the client's webhost yet. If you plan to have Joomla 3.2, please check with the… more »
Build another ubuntu laptop
I built an Ubuntu Kylin 13.10 laptop. That is because my friend's laptop got a virus, and it need to be re-build. I am not able to find a recovery disk and I aimed to find a way to fix that laptop without any charges. Thus, I got a linux reflash on the… more »
Working hard on AdvGen Contact Manager
Although that is still a blank window , I am working hard on that,AdvGen Contact Manager. I am aiming to use it for the contact management system in my fellowship. It will have a local database ,a nice WPF interface and 100% written in C#. I wish this x… more »
Please don't assume that will work
I remember the first things I learnt in the workplace, never assume my codes will work. I have to test it first. Anythings is not tested, please assume that will not work. Moreover, I should always assume my plan will not work, then we need to think… more »
I like Kindle more
I bought some books from App Store before, but I like Kindle more. I am more prefer to buy books from Amazon. This is because Kindle apps can support multi-platforms. If I buy a book, I can use it in my iPad, Kindle and S3. That is so convenient. If I… more »
New Network at Home- Gigabit Ethernet
Because my router is melt down last year, I got some new gears for my home office network. I got a new gigabit Ethernet switch for my office. For the internet speed, it won't affect at all. My old Ethernet was already faster than my ADSL 2+ connection,… more »
Hardware Failure:Say Goodbye for my ADSL2+ Router
Around 2006, I bought this zyxel router.That is quite good, it has a web interface. Moreover, it has a command console to set advance configurations, such as loopback. That is quite good. However, recently, the internet kept to drop off. I needed to res… more »
Cloud Servers
Recently, I have a lot of clients moved their services to cloud services, they are trying to remove their server rack. That is good for small businesses, they don't need to spend the money to maintain their servers. But the cloud backup storage is… more »
Singleton in C#
To implement Singleton Pattern in C#, that is easy. I like to static class. For example:
public static class GobalData
{
public static Group Group;
} more »