Responsive Web Design – Sample Code Created By: Debasis Das (25-Nov-2016) There is no doubt that Websites needs to be designed to be responsive to different viewing areas and should be usable with equal ease in mobile, tablets and computer…
Responsive Web Design – Sample Code Created By: Debasis Das (25-Nov-2016) There is no doubt that Websites needs to be designed to be responsive to different viewing areas and should be usable with equal ease in mobile, tablets and computer…
HTML5 Color Code Created By: Debasis Das (25-Nov-2016) Placeholder for different color code palettes and themes for websites and presentation slide decks
Angularjs To Do List Manager Created By: Debasis Das (21-Nov-2016) Online Demo at https://knowstack.github.io/angularjs/todolist/ Download the source code at https://github.com/knowstack/angularjs/tree/master/todolist Angularjs ToDo List Manager Source Code <!doctype html> <html lang=”en” ng-app = ‘KSTodoListTracker’> <head> <title>Knowstack To Do List Tracker</title> <meta name=”viewport” content=”width=device-width,…
Table Filter in angularjs Created By:Debasis Das (15-Nov-2016) In this post we will create a simple table with data read from a javascript array and using the ng-repeat command will load the same in a html table followed by filtering…