The Applied Guide To Corvid Aka Wix Code From Beginner

Tags: Wix

Learn how to build a fully functional website, step by step from scratch, using Velo Code and Wix!

Last updated 2022-01-10 | 4.6

- Learn Velo Code for Wix while building a fully functional 'jobs listing' website!
- Allow job seekers to browse for jobs using conditional filters and keyword searches
- Allow job seekers to submit their CV and cover letter to apply for jobs

What you'll learn

Learn Velo Code for Wix while building a fully functional 'jobs listing' website!
Allow job seekers to browse for jobs using conditional filters and keyword searches
Allow job seekers to submit their CV and cover letter to apply for jobs
Allow recruiters to sign-up
login
logout
create
update and manage their profiles
Allow recruiters to post job adverts to the jobs board and later edit their jobs if need be
Allow recruiters to access the job seeker applications for each of their jobs advertised
Allow recruiters to pay for their job listings before they are live on the jobs board website
Allow recruiters to see how many job seekers have viewed each of their job postings
Over 30 minutes of this course is free to try before you enroll!
... and much more!

* Requirements

* No prerequisites

Description

*** Please note that the Wix editor has changed since this course was developed. The majority of the code will still work as taught in this course, but the buttons and layout of the Wix editor will look different. Also please note that I do not offer technical support for this course any longer. However, 99% of the time, student issues have been due to a syntax error (typo) in their code or from deviating from the course content. Please check your code carefully and note that Velo is a case sensitive language. All the best! ***

Do you have a million-dollar website idea but don’t have the technical skills to bring it to life? This course is for people just like you who want to create websites with advanced functionality – but are not website developers by trade. You are generally quite computer savvy, and may have a light coding background – even if it is just with formulas in Excel, … hey that’s a start! The good news is: you have found the right course!


Ever since Wix released Velo, you can do just about anything on the Wix platform using code and data – while still having the traditional Wix 'drag and drop' functionality at your disposal to make it all look great. Velo is the name of the new programming language for the Wix platform. Some people refer to it as Wix Code. It is essentially a variant of Javascript and the best part is: it is relatively easy to learn. Velo by Wix allows for the rapid development of advanced websites with significantly less development time needed. It is literally a game changer!


This is an applied guide to Velo (a.k.a. Wix Code) meaning you will learn how to build a fully functional website, from scratch, using code. I believe the best way to learn is by way of practical example. Therefore, everything taught in this course will have a purpose or business function behind it. This is not a course in programming theory and vague principals – only real-world application and functionality which you can take, adapt and apply to your own Wix based websites.


What will you learn in this course?

In this course you will learn how to build a fully functional jobs board website, step by step using Velo Code and Wix! The finished website will:

· allow job seekers to browse for jobs using conditional filters and keyword searches

· allow job seekers to submit their CV and cover letter to apply for jobs

· allow recruiters to create, update and manage their profiles

· allow recruiters to post job adverts to the jobs board and edit their jobs if need be

· allow recruiters to access the job seeker applications for each of their jobs advertised

· allow recruiters to pay for their job listings before they are live on the jobs board website

· allow recruiters to see how many people have actually viewed each of their posted jobs

· and much more!


What useful things are covered in this course which I can apply to my own Wix based websites?

· Learn functional code which can be applied to a variety of purposes

· Conditional dropdown lists and conditional filtering

· Dynamic pages which populate from your various databases

· Repeater menus which allow for dynamic browsing of data

· Receive user input using custom forms

· Create unique reference numbers for database entries

· Saving user input into a database and retrieving it again for later use/display

· Querying and updating data from a database

· Work across related databases with reference keys

· Calculated fields in code e.g. days until each job advert closes

· Create members pages including profile and dashboard

· Automatic email verification / authentication for site members

· Take dynamic payments via customised payment forms

· Add a views counter to dynamic pages

· And lots more!


This is the course you have been waiting for and is suitable for beginners. Hurry before someone else develops your amazing website idea before you get a chance to build it for yourself!

Who this course is for:

  • Beginner Wix website developers with little prior coding experience through to intermediate Wix coders with some experience.

Course content

12 sections • 45 lectures

The Editor + Exercise Preview 09:40

Working with Variables Preview 24:58

Logical Operators and Conditions Preview 23:39

User Input - Short Text + Exercise Preview 54:39

User Input - Long Text Preview 17:26

User Input - Radio Buttons Preview 07:16

User Input - Dropdown Box Preview 07:01

User Input - Multiple Checkboxes Preview 08:46

User Input - Single Checkbox Preview 03:59

User Input - Dates Preview 10:37

User Input - Files e.g. Images, Videos, Documents Preview 11:01

Database Setup Preview 10:31

Populating a Database Preview 13:36

Display Data with Repeaters Preview 15:12

Show More Using Dynamic Pages Preview 14:56

Sorting a Repeater Preview 12:30

Filtering a Repeater Preview 19:33

Multiple Filtering of a Repeater Preview 34:38

No Results Repeater Message Preview 12:21

Reference Field Basics Preview 45:28

Default Wix Log In and Sign Up - Part 1 Preview 03:09

Default Wix Log In and Sign Up - Part 2 Preview 43:50

Quick Message from Will Fourie Preview 01:08

Recruiter Login/Sign-up and Logout Preview 31:18

Recruiter Profile Pages Preview 11:50

Recruiter Profile Update Page Preview 11:50

Recruiter Email Verification Preview 33:13

Create Job Posting Form for Recruiters Preview 24:06

Conditional Dropdown Inputs Preview 23:53

Unique Job Reference Numbers Preview 13:17

Display Jobs in a Repeater Preview 20:25

Dynamic Page for Viewing Job Details Preview 13:41

Allow Recruiters to Edit their Job Postings Preview 16:22

Dynamic Page for Applying for Jobs Preview 18:07

Applicant Collection Error Fix Preview 01:18

Allow Recruiters to View Applicants for their Job Adverts Preview 16:56

Allow Job Seekers to Filter the Jobs Listings Preview 44:40

Custom Payment Form using Stripe API Preview 01:09:36

Setting Job Priority by Listing Type Preview 02:32

Finishing Touches, Course Code Files and Thank You Preview 04:28

Add a Views Counter to each Job Posting Preview 22:32

Security Concerns Preview 04:06

Lesson 42 at 18 min - Line 28 of code should be: let item = results.items[0];  (not item[0])