Posts

Showing posts from January, 2016

NSIT Computer Science Teachers Workshop Day 2

PHP (Workshop at NSIT - 3rd January 2016, Morning Session by Mr. Mukesh Kumar)

Javascript (Workshop at NSIT - 3rd January 2016, Morning Session by Ms. Gurpreet Kaur)

NSIT Computer Science Teachers Workshop Day 1

Multimedia & Web Technology (Workshop at NSIT - 2nd January 2016, Afternoon Session by Ms. Gurpreet Kaur)

Innovative Teaching (Workshop at NSIT - 2nd January 2016, Afternoon Session by Ms. Rashmi Kathuria)

Computer Science C++ (Workshop at NSIT - 2nd January 2016, Morning Session by Mr. Mukesh Kumar)

Session 2 Mr. Mukesh Kumar

Latest Technologies (Workshop at NSIT - 2nd January 2016, Morning Session by Mr. Manu Gupta)

Session 1:  Topic : Latest Technologies Resource Person : Mr. Manu Sheel Gupta Application Develpment on mobile, tablet and desktop Ionic Platform - Cross platform app development platform Get started on installing and making apps using http://ionicframework.com/ User interface libraries angularjs - https://angularjs.org/ jquery mobile - https://jquerymobile.com/ Apache Cordova platform to communicate with Device using device apis. https://cordova.apache.org Quora - https://www.quora.com/ Collaborative project based learning github  (you can share your project here (in Public/Private mode ) www.github.com Follows distributed ( When one of team member modifies and uploads, others can pull) github Commands git projectname git add .   (Initialises the project ...between the server and your machine) git commit - a -m "project task"  (saves changes) git.push git.pull (Others can pull the changes) git help manual is available which can help you customis...