CEIT133 Programming in Internet Environment

Programming in Internet Environment is an introductory course designed to familiarize students with the fundamentals of computers, the Internet, and programming within the context of web technologies. The course bridges theoretical understanding with hands-on application, making it an essential foundation for students in the CEIT department aiming to pursue careers in web development, instructional design, or technology-enhanced education.
- Understand the fundamental functions of computers and the Internet
- Explore common Internet applications and their potential for educational purposes
- Learn principles of using Internet applications effectively in education
- Develop basic programming skills to create and manage web content
- Gain foundational knowledge of HTML, CSS, JavaScript, PHP, and MySQL
Course Objectives
Learning Materials
Resources
- HTML Basics by MDN Web Docs
- CSS Basics by MDN Web Docs
- W3Schools HTML Tutorial
- W3Schools CSS Tutorial
📍 Beginner
Roadmaps
Skills to Learn
- Familiaring with the fundamentals of computers and the Internet.
- Exploring common Internet applications and their potential for educational purposes.
- Building web pages with HTML and CSS.
- Designing simple and aesthetically pleasing layouts using CSS.
- Creating interactive elements using JavaScript.
- Manipulating the DOM (Document Object Model) for dynamic content updates.
- Adding interactivity to websites using event listeners.
- Managing data-driven websites with PHP and MySQL.
- Developing CRUD (Create, Read, Update, Delete) operations using MySQL.
- Building secure and efficient database connections.