Become a Web Developer (HTML5;CSS;JavaScript;Ruby;Ajax; SQL)
0.0
(0)
3 Enrolled
About Course
“This content is restricted to subscribers”
Course Content
01 The Web and Internet
-
01:20
-
05:05
-
003 What is HTTP
06:20 -
004 Installing web browsers
02:45 -
005 What is an API
05:57 -
006 Planning your web project
01:44 -
007 Sketching your website design
01:50 -
008 Choosing Assets
04:06 -
009 Creating project folder structure
07:35
02 Installing Text Editors
-
010 Please Read
-
011 Installing SublimeText
03:49 -
012 Installing visual studio code
04:54 -
013 Installing Brackets and Atom
07:17 -
014 Installing Notepad
03:50
03 Introduction to HTML
-
015 What is HTML
02:36 -
016 The Anatomy of an HTML Element
03:09 -
017 Basic structure of an HTML Document
09:17 -
018 Creating a HTML document structure -part 1
06:03 -
019 Creating a HTML document structure -part 2
06:49 -
020 Creating a HTML document structure -part 3
10:39 -
021 HTML Attributes
06:08 -
022 Marking UP Text
08:21 -
023 Setting up links on webpage
07:53 -
024 Adding comments to your HTML
04:58 -
025 The source code
06:06
04 HTML Forms
-
026 Introduction
02:54 -
027 Creating a simple form
04:21 -
028 Creating a Textarea
04:08 -
029 Creating a form with dropdwn list
03:20 -
030 Grouping data
05:41 -
031 Creating a form part
12:10 -
032 Adding css to the form
11:47 -
033 Storing form input locally
09:39
05 Introduction to CSS
-
034 What is CSS
06:05 -
035 How to apply css to web page
11:09 -
036 Styling multiple properties
02:38 -
037 Styling multiple elements
02:58 -
038 Modifying Css
04:59 -
039 Basic CSS Selectors
09:19 -
040 Adding comments to css
04:57 -
041 The Box Model
03:49 -
042 Setting margins and padding
10:48 -
043 Setting background color
04:13 -
044 Using Display property
07:49 -
045 Positioning and styling page title
06:54 -
046 The font property
04:37 -
047 Google fonts
06:37
06 CSS Positioning
-
048 The syntax
05:51 -
049 Static Positioning
04:13 -
050 Relative Positioning
06:29 -
051 Horizontal and Vertical Display
06:53 -
052 Containing elements with Overflow
06:53 -
053 Fixed Positioning
05:27 -
054 Z-index
06:08
07 Introduction to Bootstrap
-
055 What is Bootstrap
04:25 -
056 Accessing Bootstrap
05:02 -
057 Bootstrap Overview
06:56 -
058 Create a basic website
04:56 -
059 Create a progress bar
04:40 -
060 Create a carousel of rotating images
05:06
08 Introduction to JavaScript
-
061 What is JavaScript
02:38 -
062 The developer console
04:21 -
063 The Syntax
04:07 -
064 What are Statements
07:36 -
065 What are expressions
04:54 -
066 Executing a Program
06:28 -
067 Output
06:50 -
068 Input
10:20 -
069 Adding comments to your code
05:36 -
070 Variables
08:16 -
071 Variable naming convention
03:47 -
072 Data Types
10:57 -
073 Operators
01:23 -
074 Arithmetic Operators
06:42 -
075 Assignment Operators
03:56 -
076 Operator Precedence
04:34 -
077 String Operators
04:28 -
078 Comparison Operators
07:35 -
079 Logical Operators
03:45 -
080 Arrays
07:48 -
081 Conditional Statements
06:23 -
082 Functions
08:22
09 Introduction to JQuery
-
083 Introduction
03:00 -
084 Accessing jQuery
09:49 -
085 jQuery selectors
10:15 -
086 jQuery Event Handler Functions
10:44 -
087 jQuery Animations
12:50 -
088 jQuery Chaining
05:11 -
089 jQuery Callback Functions
07:51
10 Ajax and JSON
-
090 What is Ajax
09:54 -
091 How Ajax works
04:19 -
092 Ajax and API
06:33 -
093 Ajax Syntax
04:56 -
094 Http vs Https
05:13 -
095 Creating XMLHttpRequest Object
05:18 -
096 Ajax Request
05:19 -
097 Ajax Server Response
02:13 -
098 Ajax Events
07:03 -
099 Ajax Example
08:27 -
100 What is JSON
03:28 -
101 JSON Syntax
11:06 -
102 Creating a JSON Object
07:42
11 Project Creating a Web Calculator
-
103 The project tour
00:52 -
104 The design and sketch
01:46 -
105 Creating the directory and files
02:51 -
106 Creating the structure with HTML -Part 1
06:40 -
107 Creating the structure with HTML -Part 2
08:49 -
108 Creating the functionality
09:32 -
109 Adding styling
09:57
12 Project Create a web digital clock
-
110 The project tour
00:47 -
111 The design and sketch
01:06 -
112 Creating the structure
05:21 -
113 Adding functionality
08:52 -
114 Adding Styling
03:11
13 Introduction to SQL
-
115 Database Concepts
03:51 -
116 Download and install Oracle Database
08:12 -
117 Unlock sample schema
05:04 -
118 Download and install TOAD
07:09 -
119 Connecting TOAD to Oracle
06:38 -
120 Guideline for writing SQL
04:09 -
121 SQL Create
10:37 -
122 Creating Sequence
04:56 -
123 Creating Views
11:02 -
124 Adding data into database
07:24 -
125 The WHERE Clause
05:48 -
126 Updating Records
06:04 -
127 Deleting Records
04:19 -
128 Retrieving Data
10:19 -
129 Sorting and Restricting Data
05:42 -
130 Removing Duplicate Records
05:04 -
131 Viewing Table structure
03:19
14 Building a Database driven web app
-
132 What we will create
02:20 -
133 Introduction to APEX
02:42 -
134 Apps built with APEX
02:09 -
135 How to login to APEX
03:33 -
136 Displaying schema objects
07:08 -
137 Creating APEX Worksoace
07:51 -
138 Creating the CRUD App
10:52 -
139 Modifying the view
04:34 -
140 Creating APEX user
07:27 -
141 Publishing the app
08:06 -
141 Publishing the app
08:06 -
142 Basic CRUD Functions
08:40
15 Introduction to Ruby and Rails
-
143 What is Ruby
03:57 -
144 Downloading Ruby for Windows
05:06 -
145 Famous websites built with Ruby on Rails
02:44 -
146 What is MVC
04:41 -
147 installing Ruby for Windows
05:10 -
148 What is Git
04:09 -
149 Installing Git
06:01 -
150 What is Github
02:20 -
151 Ways of interacting with Ruby
01:21 -
152 Interacting with single command
06:04 -
153 Interacting with Ruby file
05:07 -
154 Using interactive Ruby
07:30 -
155 Clearing IRB screen
03:09 -
156 What are Ruby Gems
06:26 -
157 Ruby Objects
03:25 -
158 Variables
05:31 -
159 Variable Scope
08:03 -
160 Strings
09:05 -
161 Arrays
05:17 -
162 Manipulating Arrays
06:33 -
163 Hashes
06:27 -
164 Symbols
06:22 -
165 Arithmetic Operators
05:31 -
166 Logical Operators
04:51 -
167 Comparison Operators
06:16 -
168 Ranges
05:58 -
169 Constant
04:14 -
170 Booleans
04:25 -
171 Adding comments to code
05:45 -
172 Conditional Statements
07:15 -
173 While Loops
06:02 -
174 For Loops
04:01 -
175 Break statement
03:46 -
176 Next statement
00:59 -
177 Until statement
03:01 -
178 Each method
04:55
16 Build a Ruby on Rails Blog Application
-
179 Installing Rails
04:22 -
180 Web servers
04:34 -
181 Dev tools
03:51 -
182 Creating a new rails project
05:31 -
183 Checking gem updates
02:53 -
184 Starting rails server
03:29 -
185 Generating a Controller
07:27 -
186 Setting the homepage
05:41 -
187 Declaring a resource
05:09 -
188 Create action to add Post
03:56 -
189 Add form to create new post
07:27 -
190 Add action to create post
08:49 -
191 Create the post model
08:58 -
192 Saving data to the controller
10:01 -
193 Displaying posts
09:24 -
194 Listing posts
07:32 -
195 Add styling using Bootstrap
13:20 -
196 Add form validation
08:33 -
197 Handling validation
05:28 -
198 Adding links to posts
04:05 -
199 Editing Posts
09:10 -
200 Deleting Posts
06:48 -
201 Generating comments Model
06:29 -
202 Associating Models
08:06 -
203 Generating Comments Controller
07:10 -
204 Adding action to create comments
08:44 -
205 Deleting comments
09:51 -
206 Adding security
09:21
Instructors
LW
Luna Waters
4.0
3740 Students
802 Courses
No Review Yet
Hi, Welcome back!



