TechnoApple Blogs
Practical guides, tutorials, and insights on cloud, full-stack development, and everything in between.
Fix 404 Issues to Load Bootstrap Icons on IIS
2015/01/31·1 min readFix 404 errors when requesting Bootstrap font files on ASP.NET and IIS.
How to Implement MongoDB TextSearch with C#
2015/01/31·1 min readSimple code snippet to use MongoDB C# text search.
Troubleshooting - Windows Server Task Scheduler Didn't Run Properly
2015/01/31·1 min readSo 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.
Sample Code for Creating ASP.NET MVC
2015/01/03·2 min readA simple example demonstrating how to make ASP.NET MVC modular by dynamically adding MVC projects to a main web application.
Few Useful Commands for Connect to FTP
2015/01/03·2 min readA few useful commands for connecting to an FTP server via the command line.
Troubleshooting Issue When Deploy ASP.NET MVC5 to Windows Server
2015/01/03·2 min readIf you are getting an error such as "Could not load file or assembly" in IIS when deploying ASP.NET, this blog might help you resolve the issue.
List of Resources to Learn Foundation CSS Framework
2015/01/03·1 min readA list of Foundation-based templates, plugins, and UI controls.
Pack.net javascript css bundling and minification
2014/11/01·3 min readThis is about .NET Library I build for Javascript, CSS Bundling and Minification
Do You Know Random Will Generate the Same Result?
2014/11/01·1 min readA demonstration of how C# Random can generate the same result when instantiated multiple times, and how to fix it with a singleton pattern.
MVC Bundle and Minification at Sitecore
2014/11/01·1 min readThis blog shows how to enable ASP.NET Bundle & Minification for JavaScript and CSS in Sitecore.
List of Useful Links to Learn Sitecore
2014/10/31·1 min readA list of resources for learning Sitecore. Although I don't like Sitecore, just in case I have to work with it, following are links for reference.
How to Use CSS3 Media Query
2014/10/04·1 min readA few tips about CSS3 media queries for responsive web design.
Few Useful Links About How to Customize Bootstrap
2014/10/04·1 min readA few useful tips and information about how to customize Bootstrap.
How to Embed Video on Your Site
2014/10/04·1 min readA few tips for embedding video on your site
Few Useful Links About How to Test Responsive UI
2014/10/04·1 min readA collection of useful tools and links for testing responsive web design across different devices and screen sizes.
Few Useful Links for Responsive Web UI Frameworks
2014/10/04·2 min readA list of responsive web UI frameworks and resources to help you choose the right CSS framework for making your website responsive.
How to Turn Off Browser Link for Visual Studio
2014/10/04·1 min readHow to turn off the Browser Link feature in Visual Studio 2013 to stop the annoying poll?transport= GET requests in your browser.
How to Create Your First Nuget Package
2014/10/03·2 min readHow to create and publish nuget package
A Few Useful Links for Starting with Python Frameworks
2014/09/27·1 min readA collection of useful links to help you get started with Python web frameworks.
Customize Bootstrap Breakpoint for Show/Hide Nav Icon
2014/09/06·1 min readHow to customize the Bootstrap breakpoint for showing or hiding the nav icon, for example at 1024px instead of the default 760px.
CSS Add Content Between Links
2014/09/06·1 min readSample code for inserting content between links using CSS and applying styles for tablet and mobile with media queries.
How to Deploy Orchard CMS Open Source to IIS
2014/09/05·1 min readOrchard CMS is an awesome open-source platform. This blog demonstrates how to download the source code and set it up on IIS.
Few Visual Studio 2013 Helpful Settings
2014/08/31·1 min readJavascript default behavior of load method
2014/08/02·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.
13 Intranet Applications for Backend Office Systems
2014/08/02·6 min readA comprehensive guide to choosing the right backend office system for your company. Compare open-source solutions like OpenAtrium and Orchard with enterprise options like SharePoint.
How to perform Geospatial Queries by Using MongoDB with C#
2014/08/02·1 min readThis blog shows an example of how to use C# to perform location-based queries with MongoDB.
How to Keep Node.js Running at Linux Server
2014/08/02·2 min readHow to use nohup and respawn.js to keep a Node.js web application running on a Linux server.
MongoDB 2.6 Upgrade
2014/08/02·1 min readHow to upgrade MongoDB from 2.4 to 2.6.
How to Setup MongoDB on Windows Service
2014/08/02·1 min readThis blog shows how to simply install and use MongoDB as a Windows service.
Use Git with Visual Studio2012
2014/08/02·1 min readThis is a memo about how to use Git with Visual Studio 2012.