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
Author: rocker8942
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.
Payment Gateways used in Australia
Paypal – Various ways of integration solutions – Transfer transaction data through Session. – Most preferred way for SME and NPOs. – Developer’s page and it’s explanation contents are a little unorganised, so it’s a bit hard to grasp a whole picture of services for new comers. – Developer Resource: X.com, Sandbox eWay – Build:… Continue reading Payment Gateways used in Australia
MSSQL backup & restore using script.sql
MSSQL has the function called backup & restore, which is useful. It works fine between different versions. But, if you need to restore from script.sql, you can do it on command line. sqlcmd -S <server> -i C:\<your file here>.sql -o Full explanation : Link and Sometimes connection string can be tricky. You can get full help… Continue reading MSSQL backup & restore using script.sql