There are several c# project about QR code. Among them, http://code.google.com/p/zxing/ looks one of the best as of now. Tip 1. When reading QR code from jpg file, the image size should be relatively small. I thought that big image of QR code is better to read, but it was wrong. Small QR code image… Continue reading C# Library for QR code
Why it’s better to use Mercurial than old SVN
1. It’s much faster than SVN. Isn’t it enough? 2. Can setup repository anywhere so easily. It does not require a central repository server as a mandatory element to use it.
Interesting tech skills to me recently as of Aug 2012
MS Tech ASP.Net WebForm 4.5 ASP.Net MVC 3, 4 Web Tech HTML5 JSON + jQuery + AJAX (JQuery with ASP.NET) Javascript Framework: Ember, Backbone CSS Framework: 960.gs Dynamic Style Sheet: Less Others Agile (Extreme Programming) MVVM architecture iPhone Dev Configuration Management Git APIs Facebook API Tweeter API Google API Google Analytics API PHP Joomla +… Continue reading Interesting tech skills to me recently as of Aug 2012
MVC web framework will be replaced with client side javascript framework
Mailinator(tm) Blog: I Further Predict the Death of Your Web Framework. This is interesting blog article, which argues that MVC will be replaced by backbone.js or ember.js. In this way, web browser (client side) will take the job of rendering. As such, server side will only provide JSON formated data to the client.
How to use source control effectively
http://grokcode.com/717/how-to-use-source-control-effectively/ This is quite useful and practical how to on source control.