I’m still struggling with my depression and OCD. I think I’m going to try and stay offline on Saturday, and try and relax as much as possible.
Well, relax as much as one call while running errands and doing laundry and such.
So amuse yourselves while I’m gone, just don’t eat ALL the chocolate, or I will be Very Put Out.
It’s back to all Kat all the time apparently.
For someone who hates water, he’s pretty obsessed with the tub.
That’s right. I’m 100% heathen and proud of it!
(via Jim)
I got nothing. So that means you get a game of word association.
Today’s word is…
Defiant
This weekend Michael and I both got new monitors for our desktop computers!
Best Buy has 18 months same as cash is you spent $500, and we both needed new monitors and I also needed an external hard drive, so, YAY!
I got a 22″ monitor. Michael got a 20″ monitor. Why, you’re asking, did I get a larger monitor? Because I use my desktop computer on a regular basis. Michael rarely uses his. Though he swears that now he has a new monitor he’ll use his desktop more often.
Yes dear.
As far as details in the picture, I’d like to point out the two best fortunes *ever* that are taped to the desk.
The first says, “The skills you have gathered will one day come in handy.”
The second (which is my favorite) says, “There is no substitute for good manners except maybe fast reflexes.”
Any questions about the crap on my desk, just ask. You should be able to just see three references to DS9 on my computer desk, two obvious, one not.
But still not, like, fiction writing.
// function to add/update reviews
function update_reviews($book_ID, $Review)
{
$query_review = “UPDATE books
SET Review = ‘$Review’, Status = ‘$Status’
WHERE book_ID = ‘$book_ID'”;
$result_review = mysql_query($query_review);
}
// create the query to add the review web address
$a = 1;
WHILE ($a <= $r)
{
$book_ID = $_POST['book_ID'.$a];
$Review = $_POST['Review'.$a];
$Status = $_POST['Status'.$a];
$Review_updated = update_reviews($book_ID, $Review, $Status);
$a++;
}
$a = $a - 1;
Of course after two days of fighting with it, Michael fixed my concatenation: $book_ID = $_POST[‘book_ID’.$a];. I tried everything under the sun but that.
However, it all works now, which is all that’s important.
And of course this is all for the back end/management of my book database. You all don’t get to play around in the back end–no offense, but I don’t need anyone else adding or editing books.
Homemade Oreos
Think they look good? They are!
The recipe can be found at Smitten Kitchen, and is very very easy. I use a ziploc freezer bag with a corner cut off to disperse the filling.
Almost forgot…
HAPPY BIRTHDAY NATHAN!
And a very very happy belated birthday to Erin! (Where are those baby pictures?!!)
Apropos of nothing…
Was staring at my keyboard, and noticed that I have worn off about a quarter of the C sticker on the C key.
Nothing else is worn away on this keyboard, but the A S E R T N and spacebar keys are shinier than the other keys.
Looking at my laptop, which ancient in technology terms, I’ve worn away the C and S and C stickers, and the A E R T H I L N and spacebar keys are very shiny.
So I’m curious, is this wear normal on all keyboards, or is it a function of how I type (which is NOT to touch type, as I never learned.)
Y’know, I’m getting really tired of this current bout of depression/anxiety.
I’m doing what I’m supposed to be doing–exercise, getting enough sleep–but I don’t feel like I’m getting much better.
One clue is that when I can play endless games of solitaire on the computer, my head isn’t all it should be. I’m trying to do things I like, such as baking, but even that seems kinda futile right now. I’ve got projects I want to do, I just can’t get up the oomph to do them.
So here’s your task for today: Amuse me. Make me laugh. Tell me really stupid jokes–the dumber the better, and I love bad puns.
Laughing makes me feel better, so I challenge you to give me something to laugh about.
Meanwhile, I’m going to try to keep busy, to see if that helps.
I think I’m more geeky than that, but I can accept Nerd.
(more…)
Just not in English, not really.
Here:
<table border=”0″ padding=”5″>
<tr>
<td><strong>Book ID</strong></td>
<td><strong>Author</strong></td>
<td><strong>Title</strong></td>
<td><strong>Review</strong></td>
</tr>
<?php
// display results
$b = 1;
$r = 1;
WHILE ($row = mysql_fetch_assoc($result))
{
?>
<tr>
<td><input type=”text” name=”book_ID<?php echo “$r”; ?>” maxlength=”5″ size=”5″ value=”<?php echo ($row[‘book_ID’]); ?>” /></td>
<td><?php echo ($row[‘FirstName’]); ?>
<?php echo ($row[‘LastName’]); ?> </td>
<td><?php echo ($row[‘Title’]); ?> </td>
<td><input type=”text” name=”Review<?php echo “$r”; ?>” maxlength=”155″ size=”40″ value=”<?php echo ($row[‘Review’]); ?>” /></td>
</tr>
<?php
$r++;
}
?>
</table>
Is that a thing of beauty or what?
Even better, it works perfectly.
Now I just need to write the update queries for it.
Yes, it’s that time of the week again!
Mr Furry seems to have gotten over his general pissiness and and although not friendly or anything, has gone back to being cute.
He just looks so soft! And cuddly!
Don’t be fooled. He isn’t.
Even though I’m not using the flash, apparently the soft click click click annoyed him.
Too bad. That was entirely too adorable a shot to pass up.
OK, so WP-Spam Free has been causing problems. So I’m going to turn it off and see if I can find a suitable replacement–preferably something that doesn’t involved captchas.
If you have trouble commenting, please let me know immediately, and I’ll try something different.