Member Access
Visual Studio Code is the workspace where your website actually lives — a free, professional-grade editor used by developers everywhere. Every page, style, and image comes together in one place, and changes preview the instant you make them. You don't need to be a programmer to open it; think of it as the desk where the work happens.
Claude Code is the collaborator that sits right inside that workspace. Instead of memorizing syntax or digging through documentation, you describe what you want in plain language — "make the header smaller," "add a contact form," "match the colors to my logo" — and Claude makes the change directly in your files, explaining each step as it goes.
Together they close the old gap between idea and result. The average user can direct real design and development work in minutes, watch it happen live in VS Code, and keep full ownership of the finished site — no agencies, no waiting on quotes, no black box. The two tools turn "I wish my site could do that" into something you can simply ask for.
Claude is built by Anthropic and lives at claude.ai. Click Sign up, create an account with your email (or continue with Google), and verify your address — you'll land in the Claude chat interface on the free plan. The free plan is enough to get a feel for Claude, but real design and development work in Claude Code — along with the message limits a full session needs — calls for a paid plan.
Pro is the entry paid plan and the practical starting point for most users. It unlocks Claude Code, raises your message limits, gives access to the latest models, and lets you work through a full session without hitting the free-tier ceiling. For light, occasional website edits, Pro is usually all you need.
CA$29/mo · US$20/mo
Max is for heavier, sustained work — long build sessions, larger projects, or days when you're directing Claude continuously. Its two tiers raise your usage to roughly 5× and 20× Pro, so you spend less time waiting on limits and more time shipping. If you regularly hit Pro's caps, Max is the upgrade.
5× usage — CA$147/mo · US$100/mo
20× usage — CA$294/mo · US$200/mo
VSCodeUserSetup file from your Downloads folder..zip — it expands to Visual Studio Code.app..msi installer and accept the defaults.Ctrl + `).npm install -g @anthropic-ai/claude-codeclaude and pressing Enter. Sign in with your Anthropic account when prompted.brew install node).Cmd + `).npm install -g @anthropic-ai/claude-codeclaude and pressing Enter. Sign in with your Anthropic account when prompted.A few things trip up almost everyone at first. None are serious — knowing them up front saves a lot of head-scratching.
Working with Claude is a conversation, not a command line. These habits make that conversation smooth from day one.
Your site lives on your computer while you build it, but the world can only see it once the files are copied up to your web host — the always-on server behind your domain. “Uploading” just means moving the finished files from a folder on your machine into the host's public folder (usually named public_html, www, or htdocs). Here are the ways to do it, most reliable first.
FTP (File Transfer Protocol) uses a small free app to move files between your computer and the server, exactly like dragging between two folders. We recommend FileZilla — it's free and identical on PC and Mac. First grab your FTP details from your host: a host/server address, username, password, and usually port 21 (or port 22 for the more secure SFTP).
.exe installer, accepting the defaults.sftp:// in front of the host and use port 22.public_html.C:\Users\You\Documents\my-site) and select everything inside it — index.html, images, CSS, and JS.public_html on the right. Watch the transfer queue at the bottom until every file reads successful..dmg, and drag FileZilla into your Applications folder.sftp:// in front of the host and use port 22.public_html./Users/You/Documents/my-site) and select everything inside it.public_html on the right and wait for the transfer queue to show every file as successful, then check your domain in a browser.Most hosts include a File Manager in their control panel (often cPanel), so you can upload straight from your browser with nothing to install. It's handy for a quick fix or a few files; for a whole site, FTP is faster. Uploading a single .zip and extracting it on the server is the quickest way to move many files at once.
.zip.public_html, then click Upload in the toolbar..zip onto the upload page (or click Select File) and wait until it reaches 100%..zip, choose Extract, then delete the .zip to keep things tidy.index.html sits directly inside public_html (not in a sub-folder), then load your domain.public_html, then click Upload in the toolbar..zip onto the upload page (or click Select File) and wait until it reaches 100%..zip, choose Extract, then delete the .zip.index.html is directly inside public_html — if Finder zipped the enclosing folder, move the files up one level — then load your domain.A tidy folder on your computer makes uploads quick and mistakes rare — what you see locally should mirror what's on the server.
my-site), with index.html at the top level and sub-folders like images/, css/, and js/ inside.public_html. When the structures match, links never break on upload.hero-banner.jpg, not Hero Banner (1).jpg. The web is case-sensitive, so tidy names prevent broken links._originals folder you don't upload — only the web-ready versions go to the server.my-site_2026-06-22. Sorting by name then lines your backups up in order..DS_Store (Mac) and Thumbs.db (PC), plus any test or old copies, before uploading so they never reach the live site.index.html and sit directly inside public_html, not in a sub-folder.Logo.PNG in your HTML won't find logo.png on the server. Match names and folders exactly.public_html or lack write access. Confirm the folder, and if needed set folders to 755 and files to 644 (right-click › File permissions in FileZilla or File Manager)..zip instead.https:// is pulling a file over http://. Update those links to https://, or use relative paths like images/photo.jpg.yoursite.com/my-site/. Move the files up one level into public_html and delete the empty folder.A shared vocabulary makes Claude faster and more accurate — the more precisely you name what you want, the closer the first result lands. Terms with a dashed underline have a hover example, and the + adds a term to My Notes. Tick a term's box and hit Build PDF to print your own glossary.
Note: Even without knowing these terms, Claude will be very accurate, but, even knowing some of these terms and techniques will speed up your efficiency (which in turn saves money).
Must be a 2Day Member to gain access2Day Members are clients who participated in a 2-day workshop.NOTE: to qualify, your two days of workshop time do not need to be consecutive.
The use of Member Resources and 2Day Reward Resources may only be re-published with original content.
Logos and other related brand content must not be re-purposed for commercial use.
Quick, animated walkthroughs — click a tutorial to play it right here.