Archive

Archive for June, 2008

Latest project, TimeTracker

June 29th, 2008 No comments

You probably don’t remember O.D. Mag, and I doubt you know of Screenplaze or U of M Dentists.com. But you may want to become familiar with my latest personal project, TimeTracker. It’s a standards-compliant, accessible web application, even with some “web 2.0″ jazz sprinkled in. It’s written out of need of a friend who’s a music therapist, but may be used in many other fields and professions. Here’s a description from the site:

TimeTracker is a web-based application designed to track and report sessions between professionals and their clients. TimeTracker is designed for social workers and psychologists, but can also be used by countless other professions including counselors, teachers, consultants, and physical therapists.

I eventually hope to sell this application, but contact me if you’d like the info for a free trial account.

Questions Asked During Web Developer Interviews

June 20th, 2008 1 comment

So I’ve become familiar with questions that tech companies ask when interviewing candidates for web developer positions in “Silicon Valley” in California. So if you’re interviewing, you should prep yourself for the following interview questions that always seem to come up:

  • What JavaScript libraries have you used? (And for YUI, which seems to be popular, which components have you used?)
  • What’s the difference between “if (a==x)” and “if (a===x)”?
  • Have you developed CSS for different browsers and versions? What are some examples of issues you’ve had? (i.e. box model)
  • How do you keep up on web technology? (books, blogs, etc.)
  • Use this text editor to properly properly markup this form from memory (with XHTML, CSS, JavaScript).
  • Use this text editor to properly properly markup this table from memory (with XHTML).
  • What’s the difference between “visibility:hidden” and “display:none”?
  • What’s the difference between using var inside and outside of a JavaScript function? (or an exercise involving this)
  • How would you write the HTML and CSS for a standard three-column layout with header and footer?

Dreamweaver CS4 Beta

June 12th, 2008 No comments

Guess what? Adobe’s Dreamweaver CS4 Beta is available! And I’m just getting used to CS3! New features include:

  • Live View
  • Code Navigator
  • CSS best practices
  • Code hinting for Ajax and JavaScript frameworks
  • HTML data sets
  • Photoshop Smart Objects
  • Subversion integration
  • AIR support
  • New user interface