HEY!!! This website is getting old and out of date. Sorry about that. I'm going to college right now, so I'm just too busy to do anything here. I am thinking about taking some web design/development classes. I love web stuff, this site is a result of that. So, maybe when I'm done I'll use my new skills to update this place! We'll see!!! Only time will tell.





On the HOME PAGE are the latest changes throughout my sites. CLICK HERE to see the past changes.

SITE UPDATE-17

CLICK HERE to go back to the past changes "2013 MONTHS" menu.
V.17- This was a big one. I keep a list of things that I do...and it's long. At least, it looks long to me. More than the usual small updates that have been happening lately. Here's what I did:
  • Re-fined the inner code of the Hover Warnings.
    • If you didn't know, the Hover Warnings are the red float text that is at the top of the Main Site when you scroll past them.
    • I re-worked the codes inside it.
      • I tested them on my blog once. Just to see what I could so with them. And it worked...but the title of the blog at the top of the page floated with the text. Because the code was set to <header>, anything with <header> floated...like the title.
        • Well, I went through the code and named all the <header>'s <header111>. And now, there's no conflict. PERFECT!
      • Next, I moved the .JS codes where the HTML codes are.