TechnoApple Blogs
Practical guides, tutorials, and insights on cloud, full-stack development, and everything in between.
Windows Authentication
2015/10/31·2 min readSetup windows authentication
Few Sample Applications for Angular.js
2015/10/02·1 min readList of angular app example, template from github or other open source.
Javascript Unit Test With Jasmine, Angular and Chutzpah with Visual Studio
2015/10/02·1 min readEnable javascript unit test at Visual Studio Test Explorer window
How to Use Bootstrap SCSS at Visual Studio 2015
2015/10/02·1 min readHow to use Bootstrap Sass at Visual Studio using NuGet and Web Compiler.
List of Useful Commands for Nuget
2015/10/02·1 min readNuget is a dependency management system for web development. If you use it, you'll already be familiar with the following commands. The first Nuget command is to install Angular, and the second one is to uninstall a Nuget package.
How to Load Multiple Google Fonts into One Single Request
2015/10/02·1 min readIf your page needs more than one Google font, instead of making multiple requests, you can combine them into one using the pipe character.
How to add Google Fonts to Your WebSite
2015/10/02·1 min readHow to get start using Google Font API
T-SQL Paging Sample
2015/10/01·1 min readA sample code snippet for T-SQL pagination using ROW_NUMBER.
Cross-Origin Resource Sharing Example with ASP.NET
2015/09/05·1 min readA simple example of how to achieve cross-domain access in ASP.NET by modifying web.config.
Tips About How to Deploy ASP.NET Web Application
2015/07/31·1 min readTips and examples for deploying ASP.NET web applications, including project file configuration and publish profiles.
How to Run Keystone.js within IIS
2015/07/31·2 min readInstructions for how to install and run Keystone.js (Node.js CMS) on Windows 7 IIS as a web application.
A Simple Design to Use Ghost Blog Platform with Visual Studio
2015/07/31·1 min readAn overview of the architecture for running Ghost blog platform on a Windows system with IIS.
List of Useful Links about Ghost Blog Platform
2015/07/31·1 min readA curated list of links and tips for the Ghost blog platform built on Node.js.
How to Use Ghost Blog CRM Platform
2015/07/31·2 min readThis blog provides basic information about how to use the Ghost Platform after installing Ghost.
Install Windows 10
2015/07/31·1 min readIf you can't install Windows 10, the following download links from Microsoft could help you.
How to Compile Bootstrap Sass in Visual Studio 2013
2015/07/31·2 min readHow to compile Bootstrap Sass to CSS in Visual Studio 2013 using WebEssentials.
How to Run Ghost Blog Platform at IIS
2015/07/31·3 min readThis is about how to set up the Ghost blogging platform to run on an IIS Web Server with iisnode.
How to Setup Ghost as Intranet Network
2015/07/31·1 min readFollowing the guide on how to setup Ghost (Node.js) on a Windows server, you can set up Ghost as a Production server or use it for local development. This blog shows how to set it up as Production but use it inside the company's network as an Intranet.
Python Hello World
2015/07/09·1 min readGet started with Python with a simple Hello World example.
Sample Code - Google Map API - Get Location Info by Zipcode
2015/07/03·1 min readA C# code snippet to get location information such as state and county by zipcode from the Google Map API.
Few Free Node.js Web Application for Web Developers
2015/07/02·1 min readA list of free web application frameworks built on top of Node.js.
How to Install Node.js Ghost Blog Platform
2015/06/02·1 min readShows how to install the Ghost Node.js blogging platform.
Angular Directive for Check Number Input
2015/05/01·1 min readA simple angular directive input text only accept number as 10 digits, but also length is configurable at view.
How to Support IE9 Input Placeholder for Angular.js
2015/05/01·1 min readHow to make placeholder at IE9 use angular works, yes just make it work.
Example Code - How to Use Angular.js Location Hash
2015/05/01·1 min readangular location hash example code
Code Snippet - Sample Code for Beautify Json
2015/05/01·1 min readHow to Configure NLog to Log to File, Database, and Send Email
2015/05/01·1 min readThis blog shows an example of how to configure NLog to log to a file, a database, and trigger a class call.
Override Connection String at NLog Config Setting
2015/05/01·1 min readYou can define log-to-database settings in NLog, but you can't change the connection string depending on your environment. This blog shows how to change the connection string in C# based on your environment.
How to Add Item in Sitecore
2015/05/01·1 min readSample code showing how to programmatically add an item in Sitecore using C#.
Few Tips About Windows Hosts File
2015/03/31·1 min readBy changing the hosts file, you can map a specific hostname to point to your own IP address, or let a hostname point to a specific IP address on your current computer.