Flex 4, Air 2, and others

From last night, I started writing a Flex program. Here is what it does:
1. open a .xls file and show it in datagrid.
2. search by column, type as change.
3. Open the changed datagrid in new .xls file.

It's pretty neat, would be very useful to process a large .xsl file.

But then I found it's not that useful because Excel could do basically everything it does. Kind of frustrated a little bit, but then I realize that it's not that bad, after I jsut re-picked up what I left about a year ago. After all, I start using Flash Builder 4, Flex 4 API, AIR 2 API, refresh some of my knowledge on Flex, like layout, HGroup(HBox), VGroup (VBox), ArrayCollection, Column list, ComboBox, Filter function....and also how to release a project.

So, it's good.

Change Cygwin ls colors

1. first, put the following lines in your .bashrc

alias ls='ls --color=auto -F --group-directories-first'
eval `dircolors -b /etc/DIR_COLORS`

2. edit /etc/DIR_COLORS`

Before I found that there are some directories always with green background, very annoying, take a good look, found the reason, I don't have enough permissions for these folders, so chmod 755 do it.

Eclipse conflicts with ClipMagic

I like ClipMagic, which gives me total control on ClipBoard, plus some additional perks.

But Eclipse is my bread, which I make a living on it.

Now, one of my favorite thing that I do quite often in Eclipse: alt + up/down to copy lines are not working, I then found it has something to do with ClipMagic, as I close ClipMagic, alt = up/down works....

Now I need find out how to let these two work together....

I have decided scrapping ClipMagic using Ditto....

Total Commander

Why I want to use Total Commander?

1. multiple windows operations.
2. multiple files/folder renaming.
3. save your selections into a file.
4. synchronizations: they will check the differences. ask your which way to sync.
5. Powerful search: full text search. (might need enable unicode)
6. Copy multiple files' name, path, detail into clipboard.



set up FTP server at your machine using IIS 6

Control Panel->Programs and Features->turn windows features on or off->Internet Information Services->FTP Publishing Service->FTP Server
Control Panel->Administrative Tools->Internet Information Services (IIS) 6.0 Manager->Defautl FTP Site start it.
ftp://localhost:21
righ click->Peermissions->Users (matt-PC\Users), give full control
restart the server, now users will have the delete permissions.