├── 2018 ├── ITE │ ├── Web System And Technology Project Teams.pdf │ └── readme.md ├── ITM │ ├── Web System And Technology Groups.pdf │ └── readme.md ├── SWE │ └── readme.md └── SWM │ ├── Web Engineering Agile SWE.pdf │ └── readme.md ├── Lab7 ├── GitHubSetup_exe ├── IICTSpring.2016WELabLab7-PHP.in.Depth.pdf ├── detailform.php ├── form.php ├── index.php ├── readme └── welcome.php ├── Lab8 ├── IICTSpring 2016WELabLab8-PHP Connection to Database.pdf ├── readme.md └── welcome.php ├── Labs ├── Lab1 │ ├── Lab 1.pdf │ ├── README.md │ └── lab1.html ├── Lab2 │ ├── Lab 2 HtmlX.pdf │ ├── Lab 2.docx │ ├── Lab 2.pdf │ └── README.md ├── Lab3 │ ├── README.md │ └── lab3.html ├── Lab4 │ ├── IICTSpring.2016WELabLab4-HTML.JS.CSS.pdf │ ├── changeCSS.html │ ├── changeHTML.html │ ├── code.js │ ├── readme │ ├── style.css │ ├── test.html │ └── textvalidate.html ├── Lab6 │ ├── IICTSpring.2016WELabLab6-PHP.Setup.pdf │ └── readme.md ├── Lab7 │ ├── IICTSpring.2016WELabLab7-PHP.in.Depth.pdf │ └── readme.md ├── Lab8 │ ├── IICTSpring 2016WELabLab8-PHP Connection to Database.pdf │ └── readme.md ├── Lab9 │ └── readme.md ├── lab5 │ ├── IICTSpring.2016WELabLab5-Form.Design.and.Events.pdf │ └── readme.md └── read.md ├── Lecturers ├── 5-minute-intro-to-REST.ppt ├── Content Optimization 21 Mar 2016.pdf ├── George_Ann_REST.ppt ├── REST.ppt └── read.md ├── README.md ├── notes ├── Rest │ ├── 5-minute-intro-to-REST.ppt │ ├── George_Ann_REST.ppt │ ├── REST Introduction.ppt │ └── read.md ├── course_outline.md ├── ebay.pdf ├── ebay2006.pdf ├── facebook.pdf ├── facebook_digg_twitter.pdf ├── instagram.pdf ├── read.md ├── reddit.pdf └── twitter.pdf ├── presentations ├── Magento.pptx └── read.md └── projects └── readme.md /2018/ITE/Web System And Technology Project Teams.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/2018/ITE/Web System And Technology Project Teams.pdf -------------------------------------------------------------------------------- /2018/ITE/readme.md: -------------------------------------------------------------------------------- 1 | # A fabulous day indeed for web. 2 | -------------------------------------------------------------------------------- /2018/ITM/Web System And Technology Groups.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/2018/ITM/Web System And Technology Groups.pdf -------------------------------------------------------------------------------- /2018/ITM/readme.md: -------------------------------------------------------------------------------- 1 | # Its a Great Day of Web 2 | -------------------------------------------------------------------------------- /2018/SWE/readme.md: -------------------------------------------------------------------------------- 1 | # A marvelous day for all of us. 2 | -------------------------------------------------------------------------------- /2018/SWM/Web Engineering Agile SWE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/2018/SWM/Web Engineering Agile SWE.pdf -------------------------------------------------------------------------------- /2018/SWM/readme.md: -------------------------------------------------------------------------------- 1 | # Its a great day of web. 2 | -------------------------------------------------------------------------------- /Lab7/GitHubSetup_exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab7/GitHubSetup_exe -------------------------------------------------------------------------------- /Lab7/IICTSpring.2016WELabLab7-PHP.in.Depth.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab7/IICTSpring.2016WELabLab7-PHP.in.Depth.pdf -------------------------------------------------------------------------------- /Lab7/detailform.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab7/detailform.php -------------------------------------------------------------------------------- /Lab7/form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab7/form.php -------------------------------------------------------------------------------- /Lab7/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab7/index.php -------------------------------------------------------------------------------- /Lab7/readme: -------------------------------------------------------------------------------- 1 | ... 2 | -------------------------------------------------------------------------------- /Lab7/welcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab7/welcome.php -------------------------------------------------------------------------------- /Lab8/IICTSpring 2016WELabLab8-PHP Connection to Database.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab8/IICTSpring 2016WELabLab8-PHP Connection to Database.pdf -------------------------------------------------------------------------------- /Lab8/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab8/readme.md -------------------------------------------------------------------------------- /Lab8/welcome.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lab8/welcome.php -------------------------------------------------------------------------------- /Labs/Lab1/Lab 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab1/Lab 1.pdf -------------------------------------------------------------------------------- /Labs/Lab1/README.md: -------------------------------------------------------------------------------- 1 | For Lab 1 2 | -------------------------------------------------------------------------------- /Labs/Lab1/lab1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab1/lab1.html -------------------------------------------------------------------------------- /Labs/Lab2/Lab 2 HtmlX.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab2/Lab 2 HtmlX.pdf -------------------------------------------------------------------------------- /Labs/Lab2/Lab 2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab2/Lab 2.docx -------------------------------------------------------------------------------- /Labs/Lab2/Lab 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab2/Lab 2.pdf -------------------------------------------------------------------------------- /Labs/Lab2/README.md: -------------------------------------------------------------------------------- 1 | for Lab 2 2 | -------------------------------------------------------------------------------- /Labs/Lab3/README.md: -------------------------------------------------------------------------------- 1 | for lab 3 2 | -------------------------------------------------------------------------------- /Labs/Lab3/lab3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab3/lab3.html -------------------------------------------------------------------------------- /Labs/Lab4/IICTSpring.2016WELabLab4-HTML.JS.CSS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab4/IICTSpring.2016WELabLab4-HTML.JS.CSS.pdf -------------------------------------------------------------------------------- /Labs/Lab4/changeCSS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab4/changeCSS.html -------------------------------------------------------------------------------- /Labs/Lab4/changeHTML.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab4/changeHTML.html -------------------------------------------------------------------------------- /Labs/Lab4/code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab4/code.js -------------------------------------------------------------------------------- /Labs/Lab4/readme: -------------------------------------------------------------------------------- 1 | .. 2 | -------------------------------------------------------------------------------- /Labs/Lab4/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab4/style.css -------------------------------------------------------------------------------- /Labs/Lab4/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab4/test.html -------------------------------------------------------------------------------- /Labs/Lab4/textvalidate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab4/textvalidate.html -------------------------------------------------------------------------------- /Labs/Lab6/IICTSpring.2016WELabLab6-PHP.Setup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab6/IICTSpring.2016WELabLab6-PHP.Setup.pdf -------------------------------------------------------------------------------- /Labs/Lab6/readme.md: -------------------------------------------------------------------------------- 1 | * lab 6 2 | -------------------------------------------------------------------------------- /Labs/Lab7/IICTSpring.2016WELabLab7-PHP.in.Depth.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab7/IICTSpring.2016WELabLab7-PHP.in.Depth.pdf -------------------------------------------------------------------------------- /Labs/Lab7/readme.md: -------------------------------------------------------------------------------- 1 | * Lab 7 2 | -------------------------------------------------------------------------------- /Labs/Lab8/IICTSpring 2016WELabLab8-PHP Connection to Database.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab8/IICTSpring 2016WELabLab8-PHP Connection to Database.pdf -------------------------------------------------------------------------------- /Labs/Lab8/readme.md: -------------------------------------------------------------------------------- 1 | * Lab 8 2 | -------------------------------------------------------------------------------- /Labs/Lab9/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/Lab9/readme.md -------------------------------------------------------------------------------- /Labs/lab5/IICTSpring.2016WELabLab5-Form.Design.and.Events.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Labs/lab5/IICTSpring.2016WELabLab5-Form.Design.and.Events.pdf -------------------------------------------------------------------------------- /Labs/lab5/readme.md: -------------------------------------------------------------------------------- 1 | * Lab 5 2 | -------------------------------------------------------------------------------- /Labs/read.md: -------------------------------------------------------------------------------- 1 | This folder contains lab work 2 | -------------------------------------------------------------------------------- /Lecturers/5-minute-intro-to-REST.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lecturers/5-minute-intro-to-REST.ppt -------------------------------------------------------------------------------- /Lecturers/Content Optimization 21 Mar 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lecturers/Content Optimization 21 Mar 2016.pdf -------------------------------------------------------------------------------- /Lecturers/George_Ann_REST.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lecturers/George_Ann_REST.ppt -------------------------------------------------------------------------------- /Lecturers/REST.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lecturers/REST.ppt -------------------------------------------------------------------------------- /Lecturers/read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/Lecturers/read.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/README.md -------------------------------------------------------------------------------- /notes/Rest/5-minute-intro-to-REST.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/Rest/5-minute-intro-to-REST.ppt -------------------------------------------------------------------------------- /notes/Rest/George_Ann_REST.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/Rest/George_Ann_REST.ppt -------------------------------------------------------------------------------- /notes/Rest/REST Introduction.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/Rest/REST Introduction.ppt -------------------------------------------------------------------------------- /notes/Rest/read.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /notes/course_outline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/course_outline.md -------------------------------------------------------------------------------- /notes/ebay.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/ebay.pdf -------------------------------------------------------------------------------- /notes/ebay2006.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/ebay2006.pdf -------------------------------------------------------------------------------- /notes/facebook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/facebook.pdf -------------------------------------------------------------------------------- /notes/facebook_digg_twitter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/facebook_digg_twitter.pdf -------------------------------------------------------------------------------- /notes/instagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/instagram.pdf -------------------------------------------------------------------------------- /notes/read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/read.md -------------------------------------------------------------------------------- /notes/reddit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/reddit.pdf -------------------------------------------------------------------------------- /notes/twitter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/notes/twitter.pdf -------------------------------------------------------------------------------- /presentations/Magento.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbilalshaikh/webeng/HEAD/presentations/Magento.pptx -------------------------------------------------------------------------------- /presentations/read.md: -------------------------------------------------------------------------------- 1 | # Folder to upload presentations on Various Topics 2 | -------------------------------------------------------------------------------- /projects/readme.md: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------