Installing FTP on Windows Desktop

On Windows Desktop (Windows 10, Windows 8, Windows 7 and Windows Vista) Go to Control Panel > Programs > Program and Features > Turn Windows features on or off. On a Windows Features window: Expand Internet Information Services > FTP Server and check FTP Service. Expand Internet Information Services > Web Management Tools and check IIS Management Console, if it is not checked yet.... » read more

Prep Images for Web

If you upload very large images to your website, your website will slow down when those images are viewed by your visitors. The solution is to learn how to optimise (trim images down to size) before you upload them. Preparing images involves reducing the physical size and file size, while still leaving the images looking... » read more

Summernote Icons Not Displaying

Problem: Summernote Icon Not Displaying when deployed to production server. Fix: In the summernote.css file, change all references of “font/” to “/Content/plugins/summernote/font/”. Resources: https://github.com/summernote/summernote/issues/1781

Angular or React – For .NET Developers

The Culture and People Angular is built by a team of engineers who share a passion for making web development feel effortless. We believe that writing beautiful apps should be joyful and fun. We’re building a platform for the future. The two biggest software development corporations, Google and Microsoft, are behind Angular development. Being close... » read more

React vs Angular

Out of all the front end development frameworks in the market, the two that have found a place in the list of Top 15 JS Frameworks for 2019 are React and Angular. React and Angular: A Brief Overview ReactJS is an open-source JavaScript library introduced by Facebook to build dynamic user interfaces. It is based on... » read more

TypeScript

TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language. TypeScript is designed for development of large applications and transcompiles to JavaScript.

Node.js

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser. Node.jsĀ® is a JavaScript runtime built on Chrome’s V8 JavaScript engine. As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications. In the following “hello world” example, many connections can be handled concurrently. Upon... » read more

jQuery

jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. Web analysis indicates that it is the most widely deployed JavaScript library by a large margin.