I have never...Spent a good chunk of time this week putting together the admin pages for qrisper.   There’s a lot going on back there!  I’ve gained a new appreciation for the folks that developed all of the admin pages that I’ve utilized over the years.  Actually, the one’s at JPM were crappy as hell.  Admin pages never got any love over there.

Working on these pages and seeing the data flowing through gave me some more ideas for user incentives.  More on that in a future posts.

Anyway, here are a few more enhancements:

  • after logging in, clicking on the logo now takes you back to the splash page, without logging you out.  Once I change the question and answer interface for both sides, not sure if this will still be necessary.  But more than one person asked for it so there you go.
  • after a lot of procrastinating, finally put together a decent FAQ page.  The FAQ page got a decent amount of hits so I needed to get on that.  The remaining pages should follow shortly.
  • don’t think anyone noticed (since no one used the feedback form in qrisper.com to provide feedback) but that link was fixed.
  • also fixed a problem where clicking on the “get password” submit button wasn’t pushing out the email with the user’s id and pw.
  • been dipping my toes into modifying the .htaccess file and minifying js and css for site speed optimization.  Not sure if I’m doing something wrong or my site just isn’t big enough, but I don’t see much of a difference.

Also hit a bit of a milestone this week.  I wrote my first line of original php code to solve a problem.  Woohoo!  Up until now, I’ve been recycling Amos’ code.  Baby steps.

Ajax is staring me in the face right now.  Need to figure out a way to tackle that bastard.