Jessica's Web Programming Resources

Web Programming Links
Links to useful websites for web programming.

Jessica's Javascript Notes
Jessica's CSS Notes
Jessica's HTML Notes
Assorted notes about specific web-programming technologies.

Collapsing HTML at Runtime
A Javascript library with accompanying CSS & HTML to make divs expand and collapse at runtime.

Handy CSS Reminders
Snippets of CSS code to do commonly needed tasks.

Style Sheet Randomizer
A javascript library to use a random stylesheet.

Website Usability Presentation (3mb)
This was a PowerPoint presentation I put together in college for a team project to demonstrate some of the principles about the Psychology of Engineering and how that might apply to web-design.

HTML Escape Code Generator
Just a quick little javascript to convert < to &lt; and > to &gt;—handy for posting html source-code in blog comments.

Return to Homepage