Ideas for Talks

Ideas? Post here. If outside CCS, email crew[aught]lists.ccs.neu.edu.
  • Web Application Security
    What unique vulnerabilities are exposed when developing for the web? Why are the majority of web applications, even those from major corporations, blatantly insecure? This talk will cover a few of the security problems specific to HTTP, but not specific to any particular client or server side technology, and then explain how you can prevent against such attacks.
    Audience: knowledge of HTML forms/HTTP necessary, some Perl/PHP/ASP/JSP or Javascript recommended

    [ added by chris ]
  • Running Your Own Web Site
    The guts behind logicallemon.com. Show how to get a domain (PairNIC), set up DNS (ZoneEdit or DynDNS, and what cool stuff you can do), set up mail (Postfix and virtual maps), start the web site (Apache virtualhosts). Give props to Kevin. Possibly do this on the fly with a demo.crew.ccs.neu.edu domain and machine? Mention what happens when mail can't be sent to your machine. See also: http://www.projektfarm.com/en/support/debian_setup/index.html
  • SSH: more than just logging in
    Covering passwordless SSH, ssh-agent/askpass, keychain, port-forwarding, etc.
    [ added by bass / peterm ]
  • CSS2: Style Sheets
    Introduction to CSS.
    [ added by andynu ]
  • Essential Little Windows Tools
    All those tiny apps that I've collected for my systems. The best of the best have made their way onto my keychain. Anyone one else with great little windows tools should contribute. And I would love to see a talk for similar Linux Apps.
    [ added by andynu ]
  • Simple Irssi scripting
    How to extend irssi. Covering how to work with and develop scripts, basics, command binding, events + signal control, settings, timers, statusbar items. Also, infobot plugin vs. irssi script. Basic Perl knowlege required.