preview

How to Create a Text Editor Live Preview

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple live preview of a text editor using jquery/javascript with iframe. If your building a CMS site and integrated a function where users can be able to send articles and have a text editor. You can include this live preview to have a better user experience since the page wont reload on preview.

AngularJS File Preview before Upload

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a preview before upload in Angular JS. Preview is useful in application so that the user can check the file before he uploads it. In this tutorial, we're going to preview images using Angular Js. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.