Wednesday, December 9, 2015

Java



Topic
PPT/WebLink
Data Types and Variables
http://highered.mheducation.com/sites/dl/free/0072323051/43769/chapter3.ppt
Conditional Logic
http://cs.njit.edu/cis113/mk_slides/mk_slides05.ppt
Functions: Modifiers, Return type
http://www.ics.uci.edu/~stasio/winter06/Lectures/Lec4.ppt
Functions: Signature [Function Name, Parameters or Attributes]
http://www.ics.uci.edu/~stasio/winter06/Lectures/Lec4.ppt
Functions: Body, Calling a function
http://www.ics.uci.edu/~stasio/winter06/Lectures/Lec4.ppt
Loops/Iterations
http://www.cs.loyola.edu/~lawrie/CS630/F05/lectures/630-7.ppt
Arrays
http://logos.cs.uic.edu/340%20notes/JavaProgramming/javaArrays.ppt

PHP.

Sr#
Topic
PPT/WebLink
Audio Lecture Link
1
Database Driven Website and its Architecture
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_1/8.%20Database-driven%20Website%20and%20its%20Architecture.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_1/Lecture1-Topic%202.mp4
2
How to Integrate MySql Databases and the Web( PHP)
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_1/9.%20How%20to%20Integrate%20Databases%20and%20the%20Web.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_1/Lecture1-Topic%202.mp4
3
PHP Introduction
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_3/PHP%20INTRO.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_3/PHP%20Introduction.mp4
4
PHP Installation
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_3/setting%20up%20web%20server.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_3/webserver%20installation.mp4
5
PHP Configuration Steps
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_3/configuration%20steps.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_3/php%20configuration%20steps.mp4
6
PHP Syntax
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_4/PHP%20Syntax.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_4/PHP%20Syntax.mp4
7
PHP Data types
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_4/PHP%20Data%20types.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_4/PHP%20DataTypes.mp4
8
PHP Variables 
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_4/programming%20elements%20(variables).pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_4/php_variables.mp4
9
PHP Echo Print
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_4/Variables%20Scope.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_4/PHP%20variable%20scope.mp4
10
PHP Functions
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_5/Fucntions.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_5/Functions%20in%20PHP.mp4
11
PHP Control Structures 
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_5/Control%20stuructures.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_5/Conditional%20statements%20in%20php.mp4
12
PHP Loops 
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_5/Loops.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_5/loops.mp4
13
PHP Arrays
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_5/Array.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_5/Arrays%20in%20PHP.mp4
14
Embedded PHP in HTML 5, Strings and Regular Expression in PHP
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_6/How%20to%20embed%20PHP%20in%20HTML.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_6/Embedd%20php%20.mp4
15
Introduction to Objects
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_7/Object%20oriented%20Concepts.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_7/Object%20Oriented%20PHP.mp4
16
Using Objects 
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_7/How%20to%20create%20class%20and%20objects%20in%20PHP.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_7/how%20to%20create%20class%20and%20objects%20in%20php.mp4
17
Utilizing the commonly used API library objects and functions built in to PHP
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_7/Wroking%20With%20objects.pptx
http://vulms.vu.edu.pk/Courses/CS406/Lessons/Lesson_7/working%20with%20object.mp4

Microsoft Dot Net.

Topics [Phase 1] PPT/WebLink Video Link
Installation of MS Visual Studio & MS SQL Server http://vulms.vu.edu.pk/Courses/CS619/Downloads/MSDotNet%20Inst.docx  
Data Types and Variables [Section C# .NET: Variables] http://www.homeandlearn.co.uk/csharp/csharp.html https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Declaring-Variables-and-Assigning-Values-Duration-05
Conditional Logic [If-else and switch statements] [Section: C# .NET: Conditional Logic] http://www.homeandlearn.co.uk/csharp/csharp.htmlnt-and-the-Conditional-Operator-06 https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Branching-with-the-if-Decision-Statement-and-the-Conditional-Operator-06
Functions: Modifiers, Return type [Section: C# .NET: Methods] http://www.homeandlearn.co.uk/csharp/csharp.htmlnt-and-the-Conditional-Operator-06  
Functions: Signature [Function Name, Parameters or Attributes] [Section: C# .NET: Methods] http://www.homeandlearn.co.uk/csharp/csharp.htmlnt-and-the-Conditional-Operator-06  
Functions: Body, Calling a function [Section: C# .NET: Methods] http://www.homeandlearn.co.uk/csharp/csharp.htmlnt-and-the-Conditional-Operator-06  
Loops/Iterations [Section: C# .NET: Loops] http://www.homeandlearn.co.uk/csharp/csharp.htmlnt-and-the-Conditional-Operator-06 https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08
Arrays  [Section: (1-3) C# .NET: Understanding Arrays] http://www.homeandlearn.co.uk/csharp/csharp.htmlnt-and-the-Conditional-Operator-06 https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-Arrays-of-Values-09

write code and compile / run online

Basic_Assisting_Mathematical Concepts

In this course, we will use some of the basic mathematical concepts like
functions, solving series, sigma notation, summations and recurrence
relations in upcoming lectures.
It is important to note that we will use summations (i.e. Sigma notation) and
recurrences to solve loops while analyzing algorithms.
For the convenience of our students, we have uploaded handouts of
Discrete Mathematics MTH202 which contains the above mentioned topics
with lot of examples and exercises.
We will advise you to study/revise these basic topics and practice
exercises given so that you will not face any problem in future
lectures. Topics along with their Page Numbers are mentioned below.
Functions: Page 103
Series & Sigma Notation: Page 151 - 158
Recursion: Page 159 - 163
You can find the file "Discrete Mathematics MTH202" in Download section
of your VULMS course or by clicking here: Discrete Mathematics
MTH202.pdf
Some of the useful web links are also mentioned below. You are urged to
search by yourself on internet as well.
https://www.math.ucdavis.edu/~kouba/CalcTwoDIRECTORY/summationdir
ectory/
http://www.mathtutor.ac.uk/functions/sigmanotation
http://tutorial.math.lamar.edu/Classes/CalcI/SummationNotation.aspx
http://xlinux.nist.gov/dads


Guidelines to Upload your Web Page

Guidelines to Upload your Web Page
2. Click the Order now button under the Free hosting Column



3. Fill the order form as given below in the figure.
4. Provide your VU student email address for verification.
5. Choose the freesubdomain option and name of your subdomain should be your student ID
like  www.BC201256895.webege.com

















6. Click the Create My Account Button after filling the form.
7. You will receive an email for confirmation in your inbox as given in the below figure.
8. Click the given link to confirm your account.






 








9. After confirmation go to this link
and provide your user name and password to logon to the cpanel as given below.

10. Click the Go to CPanel link as given in figure (see the red arrow head)





11. Now click the File Manager icon in the CPanel window as given in the figure below:





12. You will see the File Manager window as given below in figure, click on the public_html directory to go to your subdomain file area and then click the Upload button to upload your webpage.









13. Choose the index.html file from your hard disk that you have saved in notepad including the HTML tags (your web page).
14. After choosing your webpage click the green tick mark (under the Upload files and archives heading) to upload your file.




15. You will see a confirmation message that your webpage has been uploaded successfully as given below in figure.

16. Click the Blue Back Arrow Button (under the Upload files and archives heading) to see the uploaded webpage or file in the public_html directory.




17.     You can see that your desired file/ web page has been uploaded in the required directory.



18.     Delete the Default.php file from public_html directory.
19.     Type your domain name in the browser to open your uploaded webpage like:
        www.BC201256895.webege.com




Regards