-
Learning SQL — Part Three: Table Relationships
Watch Video: Learning SQL — Part Three: Table RelationshipsSo we’ve learned how to create webpages, style them, add content and change the page. Now it’s time to start learning SQL, Standard Query Language, and how we can use databases to bring dynamic data to the page. Today we’ll go over table relationships, primary keys, unique values and auto_increment to make your database connected…
-
Learning SQL — Part Two: Creating, Reading, Updating and Deleting Table Rows
Watch Video: Learning SQL — Part Two: Creating, Reading, Updating and Deleting Table RowsSo we’ve learned how to create webpages, style them, add content and change the page. Now it’s time to start learning SQL, Standard Query Language, and how we can use databases to bring dynamic data to the page. Today we’ll go over how you can create, read, update and delete table rows in SQL.
-
Learning SQL — Part One: What SQL is, creating databases and tables
Watch Video: Learning SQL — Part One: What SQL is, creating databases and tablesSo we’ve learned how to create webpages, style them, add content and change the page. Now it’s time to start learning SQL, Standard Query Language, and how we can use databases to bring dynamic data to the page. Today we’ll start by going over what SQL is and how to create databases and tables.
-
Learning JavaScript — Part Six: JSON
Watch Video: Learning JavaScript — Part Six: JSONSo now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things…
-
Learning JavaScript — Part Five: jQuery
Watch Video: Learning JavaScript — Part Five: jQuerySo now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things…
-
Learning JavaScript — Part Three: DOM, Getting and Changing Elements
Watch Video: Learning JavaScript — Part Three: DOM, Getting and Changing ElementsSo now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things…
-
Learning JavaScript — Part Two: Dates, Libraries and Debugging
Watch Video: Learning JavaScript — Part Two: Dates, Libraries and DebuggingSo now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things…
-
Learning JavaScript — Part One: Differences between JavaScript and PHP
Watch Video: Learning JavaScript — Part One: Differences between JavaScript and PHPSo now we know how to create webpages, add content to them and style the page. Now it’s time to learn how to change things on the page. And we do that with JavaScript. JavaScript is a programming language that resides in the browser, and it’s how things move, appear, disappear and do other things…
-
Learning PHP — Part Six: Classes, Objects and Object-Oriented Programming
Watch Video: Learning PHP — Part Six: Classes, Objects and Object-Oriented ProgrammingNow we know how to create a webpage and style it, so let’s move on to adding dynamic content to the page. And we do that with PHP, or PHP Hypertext Processor. This is how you can grab data from files or a database, loop through the data and display it in any way possible….
-
Learning PHP — Part Five: Cookies, Sessions, Errors and File Handling
Watch Video: Learning PHP — Part Five: Cookies, Sessions, Errors and File HandlingNow we know how to create a webpage and style it, so let’s move on to adding dynamic content to the page. And we do that with PHP, or PHP Hypertext Processor. This is how you can grab data from files or a database, loop through the data and display it in any way possible….
-
Learning PHP — Part Four: Multidimensional Arrays and Dates
Watch Video: Learning PHP — Part Four: Multidimensional Arrays and DatesNow we know how to create a webpage and style it, so let’s move on to adding dynamic content to the page. And we do that with PHP, or PHP Hypertext Processor. This is how you can grab data from files or a database, loop through the data and display it in any way possible….