Posts
Showing posts from January, 2016
PHP (Workshop at NSIT - 3rd January 2016, Morning Session by Mr. Mukesh Kumar)
- Get link
- X
- Other Apps
Javascript (Workshop at NSIT - 3rd January 2016, Morning Session by Ms. Gurpreet Kaur)
- Get link
- X
- Other Apps
Multimedia & Web Technology (Workshop at NSIT - 2nd January 2016, Afternoon Session by Ms. Gurpreet Kaur)
- Get link
- X
- Other Apps
Innovative Teaching (Workshop at NSIT - 2nd January 2016, Afternoon Session by Ms. Rashmi Kathuria)
- Get link
- X
- Other Apps
Computer Science C++ (Workshop at NSIT - 2nd January 2016, Morning Session by Mr. Mukesh Kumar)
- Get link
- X
- Other Apps
Latest Technologies (Workshop at NSIT - 2nd January 2016, Morning Session by Mr. Manu Gupta)
- Get link
- X
- Other Apps
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...