TechnoApple Blogs
Developer's daily notes, blogs, and tutorials about software development, C#, Node.js, Javascript, AWS.
Use IIS Url Rewrite Module to Redirect from Http to Https
2015/12/31·1 min readHow to use IIS Rewrite module for redirect from http to https.
About Browsers Market Share
2015/12/30About Javascript on the browser.
About Javascript Best Practices, ECMAScript 5
2015/12/29·8 min readEverything about Javascript ECMAScript 5.
Windows Authentication
2015/10/31·2 min readSetup windows authentication
Javascript Unit Test With Jasmine, Angular and Chutzpah with Visual Studio
2015/10/2·1 min readEnable javascript unit test at Visual Studio Test Explorer window
How to add Google Fonts to Your WebSite
2015/10/2How to get start using Google Font API
How To Implement Mongodb TextSearch with C#
2015/1/31·2 min readSimple code snippet to use mongoC# text search
Troubleshooting - Windows Server Task Scheduler Didn't Run Properly
2015/1/31So you setup windows server 2010 / 2012 task scheduler to run your application and you didn't see anything updated. However, when you run the application manually and finish successfully. It might many different issue that cause the applicationnot run but you can read this blog as reference to try few way here.
List of Resources to Learn Foundation CSS Framework
2015/1/3·1 min readlist of foundation based templates, plugins and UI controls.
Few Visual Studio 2013 Helpful Settings
2014/8/31Javascript default behavior of load method
2014/8/2·1 min readWas curious and although I think I kind of know the result just want to do a check what's default javascript behavior to load themethod. Should I always put the method to the beginning of the script or the end of the script.
How to Keep Node.js Running at Linux Server
2014/8/2·1 min readThis blog shows how to use nohup + repawn.js to keep node.js web application running. Node.js/Express.js is great for Web API’sand applications. In contrast to known enterprise technologies, Node.js is very special. It’s a single process/threadedenvironment. If an unhanded exception occurs, the Node.js virtual machine simply stops, leaving the application in an unresponsivestate. Due to the async nature of Node.js, try/catch doesn't always work, even with domains and stuff you have a chance that theapplication crashes on production while you sleep. from http://java.dzone.com/articles/how-keep-nodejs-processes. This's node.js,it's different.
Mongodb 2.6 upgrade
2014/8/2·1 min readhow to upgrade mongodb from 2.4 to 2.6
Use Git with Visual Studio2012
2014/8/2·1 min readThis is a memo about how to use Git with Visual Studio 2012.
How to Use MongoDB TextSearch by Mongoose
2014/8/2·1 min readHow to use MongoDB text search
How to Get Start With Orchard to Create Module
2014/8/1·3 min readThis blog shows how to create a HelloWorld module to Orchard, ASP.NET MVC open source application, also how to add the module asrole at create role page.
Few Useful Links About JavaScript Best Practices
2014/7/5·1 min readFew collections about best practices of JavaScript.
Set MongoDB GMT Time in C#
2014/6/7How to Get Start by Using Express.js
2014/6/7·1 min readThis blog will show how to use Express.js default template on your local machine. Also deploy it to the cloud to verify itworking. The IDE using at this blog is Sublime Text and Cloud9 IDE.
How to Use Yeoman, Brower, Grunt, Angular.js and Node.js
2014/6/7Get Start Yeoman, Grunt and Brower with AngularJS, NodeJS I really like work with this fast, modern web development after try a simple html template provide by Yeoman. Run the buildtask with Grunt, search additional library with Brower. All that make the web development very simple and fast. In additional withclient side technology AngularJS and backend-side NodeJS.
How to Get Start with Mongoose
2014/6/21This article provide information for you to get start with mongoose.
Code Snippet - How to Add CSS Class to Jade
2014/5/31Code Snippet - How to Use Variable with Jade
2014/5/31JADE VARIABLE EXAMPLEfollowing h1 will show's the "hello, h1 will be this."- foo = "hello, h1 will be this." h1=fooMORE EXAMPLE YOU CAN FIND AT HERE.Jade Variable example [http://naltatis.github.io/jade-syntax-docs/#variables]
How to Log All WebAPI Request Response at ASP.NET MVC
2014/5/31·4 min readEXAMPLE OF LOG WEBAPI MVC3 CONTROLLERExample code of logging every request/response/exception when access to ASP.NET MVC 3 controller.
Few Commands about How to Export/Import MongoDB Collections
2014/5/31·1 min readThis blog shows few commands about how to export/import MongoDB Collections.
Simple Code to Setup WebApi with OData
2014/5/31·1 min readThis section show how to setup OData Web api
Few Tips for MongoDB
2014/5/2·1 min readFew mongo DB script/command note
Few Commands about Import/Export Mongo Database
2014/5/10·1 min readWith mongodb's mongodump & mongorestore command, you can achieve export and import data to your mongo database.
How to Use Ninject as Dependency Injection with ASP.NET MVC
2014/4/5·5 min readHow to use Dependency Injection in Ninject at ASP.NET MVC application
Useful Linux Command
2014/4/30