Modules in JS

2014-06-30

From this article, we can know the basic ideas of module and some detail specifications, and also we’ll try to give a demo module library as practice at last. Let’s start.

Character encoding

2014-06-08

Last time, we talk about numbers in computer, and we will take a look how characters stored in computer this time.

Numbers in computer

2014-04-29

This time, we will take a look at how numbers stored in computers.

Know more about svn merge

2014-04-14

In the early post ( How to use SVN ), we have some practices with basic SVN commands. Today, we will go a little deeper for merge operation. merge is an important command for co-work, but a little complex to understand than normal ones like update and commit.

Design Principles

2014-03-31

These are very simple abstract but common practical principles which should be kept in mind by the real developers.

How to use Git

2014-03-04

Here are some notes I’d like to share about using Git, let’s start.

How to use SVN

2014-02-11

Here are some notes for using SVN, for more details, svn help is a good choice.