Off to a great sturt
2009-01-27 4:24 pm ∴ Thoughts ∴ by matt -

I was just reading over my post from yesterday — I didn’t mean it to come across as whiny. It was more of a cynical tone that I intended. Firefox and Firebug have saved me more trouble than they’ve caused, so it’s not a total bash against those two pieces of total garbage. ;)

Anyway, the point of this post was to say that I was hoping to make this more than a site in which I complain about stuff — and that I’m off to a terrific start! Also I wanted to list topics that I’ve been thinking of just today –

  1. Writing robust web apps is still a lot of work
  2. PHP ORMs are truly the work of Satan
  3. On a more personal level — My thoughts on why I feel like I don’t fit in with anyone.
  4. Taking pictures and doing stuff not computer related
  5. The ins and outs of some wordpress plugin I’m going to write.
  6. The process of converting a 2-D game from D3D to SDL.

Those are just some potential things to explore. Any other ideas?

How to break Firefox
2009-01-26 11:07 am ∴ Rant ∴ by matt -

I don’t know how long this has been around (I think only since 3.x), but if you’re using Firebug…

  1. Open a site with javascript that you’re presumably trying to debug or are otherwise involved in some time sensitive development.
  2. Set a breakpoint in a script.
  3. Get the breakpoint to be reached, thus halting execution of the script.
  4. Find exactly what you’re looking for.
  5. Fix it in the code file you’re working on
  6. Refresh the page.
  7. Notice that none of the Javascript seems to be working — if the page even displays
  8. Remove the breakpoint and try again
  9. Copy the URL because you know you’re going to have to restart the browser
  10. Get a message about Firefox already running
  11. Open up your process manager and see Firefox using up 100% cpu and an enormous amount of memory
  12. End the process
  13. Start Firefox again
  14. Find out that your URL wasn’t copied
  15. ARGGHH

Note that this can be avoided by resuming the javascript engine before step 6 — but I never remember to do that.

WordPress Installed
2009-01-25 9:59 pm ∴ Uncategorized ∴ by matt -

Working on getting this thing up and running…