De Anza Class Searching
·155 words·1 min
You can try it here: π da-class.shunyao.xyz
Overview #
A minimal, static web page that builds De Anza schedule URLs from a few inputs and opens them in a new tab. No backend, no dependencies. Itβs perfect for hosting on GitHub Pages / Netlify / Vercel / Cloudflare Pages.
- Base URL:
https://www.deanza.edu/schedule/listings.html - Params:
dept: Department code (official dropdown options)t:<QuarterLetter><Year>; e.g.W2026- Spring = S, Summer = M, Fall = F, Winter = W
Features #
- Centered, lightweight UI (pure HTML/CSS/JS, no frameworks).
- Official department
<select>options for convenience. - Live URL preview.
- Open in new tab and Copy link actions.
How to Use #
- Pick the Department Code from the dropdown.
- Choose Quarter and enter Year (4 digits).
- Click Open in New Tab (or Copy Link).
- The page composes
?dept=<DEPT>&t=<LETTER><YEAR>and navigates in a new tab.
Quarter Mapping #
- Spring β
S - Summer β
M(note the custom mapping) - Fall β
F - Winter β
W