PHP Tutorial (For Beginners)
This tutorial is for the person who understands HTML but doesn’t know much about PHP. One of PHP’s best luxury is that it is a freely distributed open-source language, so there is all kinds of excellent reference material about it out there, which means that once you understand the basics, it is easy to find the stuff that you need to push your skills.
Contents
- Lecture 1 – PHP Basics
- Lecture 2 – PHP Form Handling
- Lecture 3 – PHP File Handling
- Lecture 4 – PHP and MySQL Affair
- Lecture 5 – More on PHP-MySQL
- Lecture 6 – Variable passing between pages
- Lecture 7 – Cookies in PHP
- Lecture 8 – Sessions in PHP
- Lecture 9 – Using AJAX with PHP
C++ Tutorial (For Intermediate Programmers)
This tutorial is for the person who has basic programming skills in C language but doesn’t know much about C++ and Object-oriented Programming. There are many C++ tutorials available on the web. But this tutorial is different from others in the way that these are the lectures that I taught to graduate students at a University. Secondly, at the end of every lecture you’ll find programming exercise or home work that you can perform to test out your learning. For more about the solution of programming exercises visit Forums
Contents
- Lecture 1 – Arrays and Pointers in C++
- Lecture 2 – Pointers Arrays and Structures in C++
- Lecture 3 – Introduction to Classes and Objects
- Lecture 4 – This Pointer, Static Members and Destructors
- Lecture 5 – More on Static Members and Destructors
- Lecture 6 – Operator Overloading
- Lecture 7 – Inheritance
- Lecture 8 – Polymorphism
- Lecture 9 – File Input-Output (I/O)
- Lecture 10 – Exception Handling
Java Tutorial (For Beginners)
This tutorial is for beginners but knowledge in some programming language like C is extremely useful. This tutorial starts with basics programming language constructs in Java and then moves on to discuss Object-oriented Programming concepts in Java. Again, these are University lectures. For more about the programming exercises in Java visit Forums
Contents
- Lecture 1 – Introduction to Java Programming
- Lecture 2 – Basics of Java Programming
- Lecture 3 – Java Language Operators and Constructs
- Lecture 4 – Object Oriented Programming Concepts in Java
- Lecture 5 – Objects and References in Java
- Lecture 6 – Classes and Packages in Java
- Lecture 7 – Inheritance in Java
- Lecture 8 – Polymorphism in Java
- Lecture 9 – Abstract Classes and Interfaces in Java
- Lecture 10 – Exception Handling in Java
- Lecture 11 – String Manipulation in Java
Advanced Java Tutorial (For Intermediate)
This tutorial is for the person who has basic Java programming skills but doesn’t know much about Java object-oriented and GUI programming. This tutorial starts with GUI programming in Java and then moves on to discuss event handling, thread Programming, collection framework and network programming in Java. Again, these are University lectures.
Contents
- Lecture 1 – Java Graphical User Interface (GUI)
- Lecture 2 – Event Handling in Java
- Lecture 3 – Graphics class in Java
- Lecture 4 – Thread programming in Java
- Lecture 5 – Thread synchronization in Java
- Lecture 6 – Deadlocks and Threads in Java
- Lecture 7 – Java Collection Framework in Java
- Lecture 8 – ArrayList, LinkedList and Vector in Java
- Lecture 9 – File handling using Input-Output streams in Java
- Lecture 10 – Sockets and Network programming in Java
- Lecture 11 – UDP datagram sockets in Java
- Lecture 11 - JDBC (Java Database Connectivity) in Java
Popular Posts (last 30 days)
- Attendance Management System 1535 view(s)
- Advanced Java Tutorial (For Intermediate) 786 view(s)
- JAVA Graphical User Interface (GUI) 732 view(s)
- Graph Implementation in C++ 548 view(s)
- File Handling using Input-Output Streams in Java 471 view(s)
- Linked lists in C++ 439 view(s)
- Sockets and Network Programming in Java 378 view(s)
- UDP Datagram Sockets in Java 352 view(s)
- Applications of Stack in data structures 349 view(s)
- Circular Linked Lists 333 view(s)
