Brief Hiatus

There is a distinct possibility that I may be posting less over the next couple of weeks, as I really need to get the Lakeshoremen website ready for its October 1st launch date.

I thought it was all just busywork left, but I apparently still have some troubleshooting to do. I’m going to spend another evening on this particular problem of mine, then if I haven’t figured out why my variables aren’t talking to each other, I’ll ask my geeky homies to get my back.

So, updates will be limited in the very near future, unless something really fascinating happens in the next couple weeks (and I wouldn’t count that out entirely) or unless I really get a bug up my ass about something (again, don’t rule that out either, as I do have a couple blog entries brewing in my head).

In that same vein: if you’ve e-mailed me recently and I haven’t responded, don’t worry. I still love you. You don’t suck. I suck.

But, right now, I sleep.

Time To Go All Otaku On Your Ass

First, I would like to make you all aware of a new podcast out on the podwaves: the Weekly Anime Review Podcast. Which just so happens to be produced and hosted by one Aaron Schnuth.

Every Friday, Aaron will be reviewing a different anime; this week, he reviews Genshiken. He’s been trying to get me to watch this short series for some time now, but his podcast review was what finally drove me to drag it out of the stack o’ anime and watch it. (That, and coming to the end of my Muppet Show Season One DVDs.) I’m on episode three, but only because I’m pacing myself and not letting myself have a crazy Friday Night Genshiken-a-thon.

If you want to find out what it’s all about (both Genshiken and the podcast), check it out! Better yet, subscribe to the RSS feed in the podcast aggregator of your choice, and you’ll never miss a show.

If you’re at all interested in Japanese animation, I would highly suggest checking it out. And not just because my husband is the host. ^_^

Now that the WARP plug has been covered, on to Otaku topic #2: I need a cosplay idea for Youmacon in November.
Continue reading

OMFG SQL WTF BBQ

Dude. SOMEBODY please tell me what’s wrong with this statement:

$query="UPDATE eventTable SET date='$ed_eventDate',
   eventTitle='$ed_eventTitle', location='$ed_location', 
   desc='$ed_desc' WHERE eventID=$ed_eventID";

I’ve been fighting with this one line for over an hour, trying to get the damn LSM calendar to update, and it keeps telling me I have a syntax error. I know it’s gotta be something small and stupid, but fuck if I can tell what it is.

If you know what’s wrong and you’d like to share, or if you might know but need to see the code around this to be sure, please share your infinite wisdom with me.

I’m getting that old frustrated “Come on, Diana, it’s time for a break / No, I’ve almost got it, I don’t want to stop now” feeling that I used to get when I was learning attempting to learn Macromedia Lingo back in the day. Except this time, I’m not going to stay up all night and watch Weird Al on MTV or Futurama on… whatever channel it was on. I’m going to go to bed instead.

Update, 8/24/2005 8:55pm: It was my variable names! I used “date” and “desc” as variables, and they’re reserved words. Once I changed my variable names, the query worked in MyPHPAdmin. I’m still working on getting the actual page to update, as I have several variable names to correct…

PHP + MySQL = r00lz my world

Oh. Mah. Gawd.

OMFG. This is so, SO cool. I feel like an uber-nerd, but I’ve totally seen the light. After years of explanation and geekitude from Dan (and, more recently, from this tutorial), some support from Sheryl, and of course, an initial introduction from Jamie and from Colvey, I finally have created a functional MySQL database.

It’s still pretty simple, and it’s definitely not secure yet. But that’s OK. I’m just testing my newfound skillz on my own stuff, then I’ll worry about security measures to implement when I work on the actual LSM page. For now, though, all my craziness is over that little module in the index sidebar (visible only on the main index page and on the full listing of all entries) labeled, “Keeping Busy.”

It’s probably one of the simplest things I could have made, but it works. It even sorts the events in date order, and only shows events that happen after today. I’m damn proud of myself.

This has virtually unlimited possibilities. OMG. I should have *made* the opportunity to learn this *years* ago.

*shakes head*

I’ve got a lot of catching up to do.