AngularJS Syntax of $http.post in Different Versions
The http post action in AngularJS versions is designed with different syntaxes: We normally use or see lots of online source code as $http…post…success(function ())…error(function()), but it is the...
View ArticleAn ASP.NET MVC Website Using AngularJS and Running on Azure Cloud Platform
I created Amazon Filler Items Searching website in last month. I used multiple technologies such as ASP.NET MVC 5, C#, .NET Framework 4.6, Async Task, Ajax, jQuery, Bootstrap etc. All these...
View ArticleUsing the Bing Map REST Service with .NET (simple notes)
I had a chance to learn a little bit Microsoft Bing Map Development Knowledge when a friend visited. Let me record something which we talked about (actually I learnt) Microsoft released the new Bing...
View ArticleRecent GIS Links
1: ESRI; 2: ESRI’s products: ArcGIS series.; 3: ArcGIS for developers; 4: ArcGIS Development Licences; 5: Open Layers 6: Switch 2 OSM
View ArticleHow to override bootstrap styles
Let’s just give an example directly, about how to override bootstrap styles: The original code: <img src=”….” class=”img-rounded img-responsive” > Now we need to have custom style for the image,...
View Article