Disclaimer
Frank is a software engineer in north California. This is a personal web site. The opinions expressed here represent my own but not those of my employer. You can find him on Twitter too.
Recent Comments
- don on How to read cassandra source code by Ran
- lin1987www on Tutorial: Create android gradle project with dagger
- frankdu on Tutorial: Create android gradle project with dagger
- frankdu on Tutorial: Create android gradle project with dagger
- devender kumar on Tutorial: Create android gradle project with dagger
-
Recent Posts
Categories
Archives
- February 2019
- January 2014
- November 2013
- September 2013
- January 2013
- July 2011
- April 2011
- March 2011
- February 2011
- January 2011
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
Meta
Category Archives: Internet
Speed up static resources with AWS CloudFront CDN
Nowadays CDN is easy to use. Even a startup or personal website shall consider use CDN to speed up static resources, such as photos, javascript/css files. Here are simple steps to use AWS CloudFront CDN and enable it in Tornado. … Continue reading
Posted in Internet, python, Server
Leave a comment
Get the latitude and longitude from google map, which can be copied easily
1. Center the location of interest. You can use the yellow people marker to center it. 2. Copy and paste the following line to the address bar. Then press ENTER: javascript:void(prompt(gApplication.getMap().getCenter())); —- or —- javascript:void(prompt(”,gApplication.getMap().getCenter()));
Let firefox use your Windows authentications automatically
In Firefox, visit: about:config Then set network.automatic-ntlm-auth.trusted-uris to your trusted domains, separated by comma.
Posted in Internet
Leave a comment
Internet Gene & Software Gene
Last week, I read an article about a famous IM company. One statement is very interesting: A company has its genes carrying by its people. The company has more internet genes, while Microsoft has more software genes as a comparison. … Continue reading