Category technical


RIA Options: GWT, Flex, JavaFX and Silverlight

Posted by haibo on June 18, 2009

Just the title, I will write up some stuff when I am done with my defense.

Python development environment

Posted by haibo on June 8, 2009

True, it is really not that necessary to use a SUPER-HEAVY IDE as Java development requires. But since I am still addicted to Eclipse, Here is my development environment:

(1) Eclipse + Pydev + Pydev Extension

(2) Associate the system editor gedit/VIM to view and edit the python code

(3) Install the corresoponding python plugins and color scheme for gedit

The good thing about this settings is that we can easily take advantage of both editing environment, and sync the code automatically.

Use pydev to organize projects, compile, source control, debug Use gedit/vim to edit code

Two screenshots:

From screenshots
From screenshots

Why do I hate *** series

Posted by haibo on June 5, 2009

写blog就是种地, 几天不理它就会长狗尾巴草。

I was doing some random thinking tonight, and thought that it might be a good idea to write a series about things I hate....since you know...I like to hate.....Well, it is not true. I like to like things. It is just we need critical thinking.

You can easily list thousands of reasons to like a particular application or service, but it might be extremely hard to even come up with a couple of reasons to really hate something. Here comes the list of things I hate:

Let's start with the things I like the best: Google search engine, Gmail, Google Calender, Iphone, Facebook, Ubuntu, Mitbbs....

Update on the Update in Alpha V0.2

Posted by haibo on May 23, 2009

I was recently distracted from developing zeetao blog. Adding RSS/ATOM feeds in Django is really easy, but I am really not sure how many people will actually look at my feeds :-) Anyways, I will look at these poor babies.

Some updates on Version 0,2

  • [Done] -- Bind with zeetao.com
  • [Done] -- Add missed links
  • [Done] -- Full-text search
  • [Done] -- RSS/ATOM feed

Update in Alpha V0.2

Posted by haibo on May 16, 2009

  • [Done] -- Bind with zeetao.com
  • [ToDo] -- Add missed links
  • [Done] -- Full-text search
  • [Todo] -- RSS/ATOM feed

To-Do List

Posted by haibo on May 13, 2009

  • Bind with zeetao.com
  • Add missed links
  • Full-text search
  • RSS/ATOM feed

Shabby Place {A new Make-over}

Posted by haibo on May 11, 2009

刚好想把自己的破地方改版了, 用Django做了一个简单的Blog系统:

Feature List

  • Post: Add, Delete, Update
  • Category
  • Tag
  • RSS/ATOM Feed: (to-do)
  • Anti-comment spam

有困难要上,没有困难制造困难也要上。没有用现成的Blog系统,自己造了个轮子(reinvent the wheel),方便修改. 大部分实现思路参照了Django 官网Weblog系统。

CSS大多改自 Free CSS template, 不想花大多心思在这个上面,对Front End不是很有兴趣。 但是真希望能找个精通CSS和美工的同学

Environment

  • Python 2.5 & Django1.0.2
  • Ubuntu 9.04
  • Eclipse Pydev
  • Vim
  • Web Host: Webfaction.com
  • Version Control: code.google.com/p/zeetao/