Technical articles
The most important feature of Apple products is usability--Simple, aesthetic, easy to use.Their products may not necessarily the most powerful, but they usually are the easiest to use. Following picture show a Mac (left) and a PC(right), which one looks better?Many products are trying to mimic these features, but one problem comes out:It's hard to keep a product simple while providing so many new ...
973 0 Tag: Market positioning,Product manager Create date: 2012-05-19 13:29:20
There is one statement which says Giving out your email address is like starting a relationship. What happens when you want to break up?Once you gave out your email address, you may take the risk of receiving big amount of junk emails. However, when we register on some websites, we must provide our Email address to receive authentication emails. If we cannot receive the authentication email, we ca...
5283 5 Tag: Disposable email,Website,Summary Create date: 2012-05-19 12:27:14
10 principles to start your own business
Guy Kawasaki is a Silicon Valley venture capitalist, bestselling author, and Apple Fellow. He was one of the Apple employees originally responsible for marketing the Macintosh in 1984. He is currently a Managing Director of Garage Technology Ventures, and has been involved in the rumor reporting site Truemors and the RSS aggregation Alltop. He is also a well-known blogger.We summarized 10 princ...
1909 0 Tag: Business,Guy Kawasaki,Tips Create date: 2012-05-18 12:11:20
In programming and document editing, we may frequently encounter carriage return and line feed, i.e the well known CRLF. Do you know about the history and difference of carriage return and line feed?Before computer came out, there was a type of teleprinter called Teletype Model 33. It can print 10 characters each second. But there is one problem with this, after finishing printing each line,...
1078 0 Tag: Carriage return,Line feed,CR,LF,new line Create date: 2012-05-18 11:12:55
Cripple Pachebel's Canon on Matlab
What can Matlab do? What the following Matlab code does is playing the piano music of Cripple Pachebel's Canon. You can have a try if you have Matlab installed on your computer. % Cripple Pachebel's Canon on Matlab % Have fun fs = 44100; % sample rate dt = 1/fs; T16 = 0.125; t16 = [0:dt:T16]; [temp k] = size(t16); t4 = linspace(0,4*T16,4*k); t8 = linspace(0,2*T...
678 0 Tag: Matlab,Programming,Canon,Music Create date: 2012-05-16 11:55:13
Recent articles
- Not better, but different
- Disposable Email address
- 10 principles to start your own business
- Carriage return and line feed
- Cripple Pachebel's Canon on Matlab
- Google+ is sick
- App defeats web
- How do Silicon Valley companies recruit
- A C++ program puzzle
- Facebook : App Center is more suitable for developers
- more>>
Most read
- TIOBE : C overtakes Java as the No.1 programming language
- Which programming language should I learn first?
- Hacking Vs. Programming
- Never ever touch a programmer
- Google is developing advanced programming technology to simplify Web application development
- Eight C++ programming mistakes the compiler won’t catch
- TIOBE : Where is that next big programming language?
- Error handling style in C
- 10 controversial programming opinions?
- Unix Philosophy
- more>>
Most commented
- Hacking Vs. Programming
- Which programming language should I learn first?
- Error handling style in C
- 10 controversial programming opinions?
- Google+ is sick
- TIOBE : C overtakes Java as the No.1 programming language
- Unix Philosophy
- C vs Java Complete Comparison
- Disposable Email address
- Frequently used explanations of programmers
- more>>
