I have compiled a list of some of the best e-learning websites for PHP that are sorted from easy (basic) to hard (advanced) manner that will guide you and will help you in learning PHP from scratch to advanced level.If you are new to PHP, then start from the 4 or 5 resources given below, If you are an intermediate programmer and want to learn advaned PHP concepts then try consulting the resources from 6 to 10.
This is an introductory tutorial for J2EE (Java 2 Enterprise Edition). It is useful for those who have very little programming experience in any language and those programmers who have worked in Java programming language. However, knowledge in web development technologies like HTML, CSS and Javascript is prerequisite to learn this tutorial. J2EE is an [...]
The purpose of this tutorial is to present you the manner in which data is organized and represented and to get familiarized with important, most often used and efficient data structuring techniques. After completion of this tutorial, you will be equipped with data organization mechanisms enabling you to write simple, clear, and efficient programs. This is [...]
Data structures is the logical arrangement of data as used by a system for data management. A collection of data elements whose organization is managed by the operations that are used to store and retrieve the individual data elements. More specifically, a data structure is a collection of fundamental types (like integers, floating point numbers, characters [...]
Each design pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to that problem, in such a way that you can use this solution a million times over, without ever doing it the same way twice. This tutorial is for a programmer who is [...]
This tutorial is for the person who has basic Java programming skills but does not 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.
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.
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.
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. For more about the programming exercises in Java visit Forums.
JUnit is an open source unit testing framework for automatically unit testing Java programs. JUnit provides functionality for writing and running unit test cases for a project under development, and is helpful when doing XP. This tutorial describes how to use JUnit within the Eclipse environment. After reading this tutorial, you can quickly create test case and test suite classes to write your test code in.
Popular Posts (last 30 days)
- Attendance Management System 1506 view(s)
- Advanced Java Tutorial (For Intermediate) 745 view(s)
- JAVA Graphical User Interface (GUI) 670 view(s)
- Graph Implementation in C++ 510 view(s)
- File Handling using Input-Output Streams in Java 428 view(s)
- Linked lists in C++ 400 view(s)
- Sockets and Network Programming in Java 350 view(s)
- UDP Datagram Sockets in Java 336 view(s)
- Applications of Stack in data structures 325 view(s)
- Circular Linked Lists 304 view(s)
