Sitepoint.com – Learn JavaScript Syntax and Programming Principles

Sitepoint.com – Learn JavaScript Syntax and Programming Principles-iNKiSO
English | Size: 409.34 MB
Category: Tutorial


From the browser to the server, JavaScript is one of the most versatile and popular languages powering the modern web In this course M. David Green will teach you the fundamentals of programming using JavaScript, covering everything that you need to have a solid foundation in the language, including the proper use of variables, operators, and statements. The fun doesn’t stop there you’ll also be using JavaScript functions to define objects, pass values, and deal with issues of scope With so much learning, you’ll be coding like a true developer in no time

Sitepoint.com – Understand HTML Principles with Your First Website-iNKiSO

Sitepoint.com – Understand HTML Principles with Your First Website-iNKiSO
English | Size: 144.82 MB
Category: Tutorial


They call HTML the markup language of the web, and for good reason:
every web page is rendered in HTML in some way. Its simple, its powerful, and its essential knowledge for those of us who want to code websites
With nothing more than a text editor and a browser, Guilherme shows you how to use the main HTML tags to code the semantic markup of a professional web page. Youll also learn to test and validate your code for cross-device and cross-browser compatibility Guilhermes work was reviewed by Aleksander Koko, so if youre an HTML beginner, youre in good hands here

Sitepoint.com – Understand HTML Principles with Your First Website

Sitepoint.com – Understand HTML Principles with Your First Website-iNKiSO
English | Size: 144.82 MB
Category: Tutorial


They call HTML the markup language of the web, and for good reason:
every web page is rendered in HTML in some way. Its simple, its powerful, and its essential knowledge for those of us who want to code websites
With nothing more than a text editor and a browser, Guilherme shows you how to use the main HTML tags to code the semantic markup of a professional web page. Youll also learn to test and validate your code for cross-device and cross-browser compatibility Guilhermes work was reviewed by Aleksander Koko, so if youre an HTML beginner, youre in good hands here

Sitepoint.com – Learn the Principles of Object-Oriented Programming in PHP

Sitepoint.com – Learn the Principles of Object-Oriented Programming in PHP-iNKiSO
English | Size: 132.26 MB
Category: Programming


Presented by accomplished PHP developer Lorna Mitchell (co-author of the SitePoint book PHP Master), this course is aimed at developers who want to write more readable, more sharable, and more maintainable code. For beginners to OOP, it covers an introduction to Object-oriented Programming (OOP) with PHP, inheritance, how to architect modular systems, magic methods, user accounts visibility (public, private and protected), and much more. Its aim is to provide the basic terminology and concepts to allow you to quickly delve in the world of OO programming. Each topic is presented with a practical code demonstration, and Lorna also shares plenty of hints and tips for writing more efficient and powerful code along the way

Sitepoint.com – Write Clean Pure Code by Following Functional JavaScript Principles

Sitepoint.com – Write Clean Pure Code by Following Functional JavaScript Principles-iNKiSO
English | Size: 228.38 MB
Category: Tutorial


Functional techniques are very useful for clarity, conciseness and maintainable coding practices. In this course, you will learn some of the functional programming techniques supported in JavaScript and how to apply them to make your own code easier to read and less repetitive. Afterwards you’ll be able to tell the difference between functional and imperative code, and add recursion to your development tool belt