What's Up?

Hiya people. Thx for checking out my blog! It's about me, and my life. So check it! :D!

Wednesday, July 13, 2011

Swimming, Swimming, In the lake I am

I swam in a lake today! It was a big lake- a dammed up river in fact. (I just got a sense of deja vu. I don't know why, though) I SAW a leech!! Luck was on my side though- no leeches got me! Me and my friends took a boat to the deeper part- and I swam around the boat. I'm still not big on lake swimming, though, so I got back in after that. We then went fishing. I caught exactly this many fish (shown in talley marks:
-.- One of my friends caught this may fish: l Another caught a whole lot of fish.
 Did you know that if you open a mosquito bite and squeeze, a clear liquid will flow out? I think it's the poison. Wonder if it'll make it better....  Well, see ya! And you know that challenge I gave ya? Well, think outside the box- You'll need to! There's a clue in this post! Try to find it!
Did you know, in the area I'm at, on 12/19/08, 10:13 PM, at 16 F, half moon, a picture of a male deer was taken? It's mega cool

Monday, July 11, 2011

Cells, Cells

No, not Cell Phones. Not prison cells, not monk "cells". Just. Plain. Cells. You probably think I wouldn't be interested in science. WRONG! I'm quite interested in sciene. Including Cells! Soon- I hope- you will be able to see a program I set up in HTML! With some help, of course. No, no spoilers shall be included in this post (mwa-hah-hah-hah-hah)

Don't you just love it when I don't give you all the info?

P.S. Did/Does your middle school give out summer homework?
P.P.S. Sorry that this post has no tags at the moment- second post of the day, so..... not working as hard at it. :)
P.P.P.S Do you like dogs? I love dogs! What's your favorite animal?!
P.P.P.P.S I apologize for all the P.S stuff. Sorry!

Random Posting!

If you've watched iCarly, you probably know what I'm refering to. If you haven't watched iCarly? Well, then you missed the joke. In iCarly, "Random Dancing" comes up alot. So.... Random Posting! LO...L? It's not that funny, is it. Oh well.
Movie. Movie. Movie. Movie.
If you watch Nick, you probably know about A Fairly Odd Movie Grow up, Timmy Turner! Well, it ROCKS. Hilarious. Made me LAUGH. Of course, I don't wanna spoil it for you. So, no, I won't tell you ANYTHING (well, almost). Just one thing: that it's not a cartoon. It's actors! See it now on........
I sound like an ad. Well, I saw it on Nick. Channel... um.... 64? 65? 63? I'm not sure... plus, would that even apply to people in different areas?
Hey! Hey, You! Hey, You, Hey! Hey, You, Hey, You!
Guess I got a bit carried away there. Let's try that again.
Hey! Hey, You! Hey, You, Hey!
Still a bit much.
Hey! Hey, You!
Umm.....
Hey, You!
That works!
Anyways, I have a question. What is your first langauge? The one you first learned. Mine was Babytalk! Just kidding. It was English. I <3 anime, so I'm trying to learn Japanese.... it's not working. :'(
Anyhow, I gotta thank you for reading this blog. What da ya think of it? Tell in a comment, please!!!
One more thing.
If you had to get bitten by something, would it be....
  • A Deer-Fly
  • A mosquito
Well? Well? The reason I'm asking is because mosquitos have been PESTERING me SO much lately. Even when I have a no-mosquito jacket. I, at the moment, have counted a total of 4 bites. I haven't been bitten by a deerfly yet. So? So? What's your answer?
New Blogger Can Be Gone
I just figured out that the New Blogger is kinda optional. I bet that's old to, huh.

Sunday, July 10, 2011

The Wonders of TV

Guess what?! Usually I'm not a big TV watcher- but I've been kinda bored lately and just discovered- TV rocks!! Disney, Discovery, Animal Planet, nickelodeon, and Cartoon Network!! Disney is what I usually end up watching- Discovery and Animal Planet are interesting, but only certain shows are really interesting- because it is the one that usually has good shows on. Nickelodeon and Cartoon Network..... well..... only a very select few shows are good..... and the rest STINK, in my opinion. What do you think? Oh! Oh! I have an idea! How 'bout you comment your favorite TV channel and the reason why you like it. That would be super COOL! I just realized- I haven't got of topic yet! Let's do that now :D
New Blogger
This might be OLD news, but this is new to me. Blogger looks TOTALLY different. It's.... AMAZING! This is my first post with the new blogger..... I do wonder how it'll work out, configuring all the labels and stuff in this new blogger. Hey! Another idea! 1-10, how much to you like the new blogger compared to the previous blogger??? Include that in your comment, too!
Where is the world is Horsenkat?
Guess what! Guess what! I am no longer where I usually am. Because it's kinda a vacationy time, I've been BUSY! With fun stuff, of course. So! So! I'm gonna give you a few hints and I want you to figure out the state I'm in. Or something like it.  BUT. I won't give them out straight foward. I'll drop hints as I go! Won't that be COOL??? If you figure out some hints that I dropped, you might want to comment- I suggest you people work toghether on this! I plan to make it HARD. K?
Last Bits
Hey! In your comment, I have one last thing I want you to do. (or maybe two or three or four.... I really have no idea. Planning for this post=0) In your comment, I want you to post where you found out about this blog. If you don't include it, that's understandable.
Oka- I just realized something. Look. At. The. Size. Of. This. Post. It's gigantic! Mammoth (ok maybe I'm exaggerating a bit)! Any other word for amazingly big! So. It. Ends. Now.  See ya! :D
Testing, Testing
I'm going to try an HTML script. Did it work? Did it work?
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<style type="text/css">
img#sun { position:absolute; left:0; top:100px; }
img#pig { position:absolute; left:600; top:100px; }
img#heart { position:absolute; left:500; top:300px; visibility:hidden;}
img#baby { position:absolute; left:500; top:300px; visibility:hidden;}
img#baby2 { position:absolute; left:700; top:300px;visibility:hidden;}
img#babyup { position:absolute; left:600; top:300px;visibility:hidden;}
</style>
<script>
$(document).ready(function() {
$("#animate").click(function() {
$("#sun").animate({ left:"400px"}, 3000);
setTimeout(function() { $("#heart").css("visibility", "visible");}, 3010);
setTimeout(function() { $("#baby").css("visibility", "visible");}, 6010);
setTimeout(function() { $("#heart").css("visibility", "hidden");}, 6010);
setTimeout(function() { $("#baby2").css("visibility", "visible");}, 6110);
setTimeout(function() { $("#babyup").css("visibility", "visible");}, 6210);
});
});
</script>
</head>
<body>
<button id="animate">Animate</button>
<img width="200px" height="200px" id="sun" src="pig 1.jpg"></img>
<img width="200px" height="200px" id="pig" src="pig 2.jpg"></img>
<img width="200px" height="200px" id="heart" src="heart.jpg"></img>
<img width="100px" height="100px" id="baby" src="babypig.jpg"></img>
<img width="100px" height="100px" id="baby2" src="baby.jpg"></img>
<img width="100px" height="100px" id="babyup" src="babypig1.jpg"></img>
</body>
</html>

Monday, July 4, 2011

Games for Girls, Girl Games, Play Girls Games Online!

Games for Girls, Girl Games, Play Girls Games Online!
This game site is SUPER fun!! I love it!
This is something like it looks like....