This site was created to be a replacement site whenever my main site went down. I'll link my posts and things into here so you still up to date on things. This place is just going to stay super simple. I can't really add anything else. It'll just have my posts. If you want, you can still check in on the broken main site by going to broken321jap123.blogspot.com.
During the time of not being used, this site will go out of date. But when it is needed, I'll upload all the posts from the main site in a millisecond and it's up to date again. Not that hard.

Thursday, January 30, 2014

SITE UPDATE-18.5

CLICK HERE to go back to the past changes "2014 MONTHS" menu.
V.18.5- This is just a little update. Loads of little adjustments everywhere. The biggest thing isn't even on the sites anymore. Here's what I did:
  • The new Christmas lights and snow code!
    • I know what you're thinking. "What lights and snow?" Well, for a while I wanted something simple. Just a that turns the snow on, and off. Simple. I researched from day one. Never found an answer. Well, after taking the codes down, I wanted to rename the codes to group them together. Lights went from just "lights.js" to "christmaslights.js" and the snow went from "snowstorm.js" to "christmassnow.js". Then I got to thinking, maybe I was looking in the wrong way. Snowstorm.js is the original name....maybe I should search that. Before I was search how to change codes or load .js files. So, I searched how to turn snowstorm.js on and off with a button. And the first link had the solution. IT WAS IN THE CODE ITSELF!! If I would have just studied the code I would have seen "this.toggleSnow = function() {" The "this" part would be snowStorm from the rest of the code. And if you put that into a button since it's a function "onclick="snowStorm.toggleSnow();" IT WORKS! I was happy and mad at the same time. But that wasn't all...I WANTED MORE! I studied the code and started to understand how java works. I had the idea of have an alert box popping up warning about what the snow effect does to computers. It's the main reason for the button. So, I tinkered and messed around. I already had alert box codes from various things on my sites, so I took one, raw, pure JS code. I looked and saw similarities. I keep messing around. I had it alert you when it was going to start. You click OK and it goes. But if you hit cancel...it still went. I had to keep trying. After two full days, I GOT IT RIGHT! You click the button, it alerts you, you click OK it starts, you click CANCEL, it doesn't. But there's more, I figured out how to make it do that ONLY when it turns on. And when you start it the FIRST time, it'll jump to the top of the page. Or else you won't see it start. But only the first time. AMAZING! I had in issue that whenever you hit the button, the alert popped up. So, after so long, I have what I wanted. There is a glitch that if you turn it on, then off, then on again, if you hit cancel, you'll have to click the button twice in order to get the alert to pop up again. I can't seem to get that to work right. It works, but you have to push it twice. I don't know why. It's no big deal. 
    • Well, that was a long story. Too bad it was after I took it all off the sites. I was starting to hate it because it was impacting my sites. I tried loading my blog on my little laptop and it almost crashed from the snow. It ran really slow. Anyways, I guess that means next year will be even better! I can put snow on the MAIN SITE! FINALLY!
  • New site widths.
    • I finally figured out how to make my sites adjust to screen sizes. I don't know why I couldn't figure it out. It was simple. Now, if you zoom out the page does with you. However, if you go too far in, it'll stop at the width it was first set at. The default one all my sites go by to fit in my laptops screen. I'll have to go through each site and change other things around to auto adjust as well. Like the text on top of the Site Changes...Site. I made it centered. Just little details to make it all look better.
  • The Membership Site.
    • The Membership site has been dead for a while. The reason is I can't edit it. Webs site builder won't load for me. I'm working on the issue. But I found out that I can still get to the sidebar and other pages. The only pages I can work on are app pages like the forum and the member's page and from there, I can get to the sidebar. The home page is a normal page and it won't load those. It's the only normal page there. Anyways, now that I found a way to work on some of it, I will. I already updated the floating things and combined the codes into the copyright section. I feel like this could be the comeback it needed. I'll keep working on it. I need to take my time and plan things out. Maybe it'll finally get its own favicon and have it be put in the row with the others at the bottom of the sites.
Now that was the only big news. The rest are the little things.
    • Some new links on the Back-Up Site.
      • I added some quick links to the header of the Back-Up Site. Just ones that got to the main things. My Picture, My Blogs, and other things.
      • I wanted to add the hover menu that's in the hover warnings, but they wouldn't work right. I don't know why.
    • New Profile quick links.
      • In the sidebar on all sites, I have some normal quick links to my profiles. They are the same as the floating ones, but normal. Now I have two sections of profile quick links. The reason is because I disabled a part of the floating ones. The mobile part. When you are on a tablet, a phone or on a small computer screen, the floating profile links would go to the bottom and fill up the bottom of the screen. I noticed that it was blocking the Christmas lights and the Back-to-Top arrow. So, I just turned it off. But when they are off they go away when you view them under those circumstances. Thus, I added more if they go away.
    • Updated the RSS feeds.
      • In the floating profile links and the ones in the sidebar I have an RSS feed button. Well, when I coded them and added them to all the sites, I forgot to change the feed links. They were all set to the main site. So, I fixed them.
    • TRANSLATORS!!!
      • I added Google Translate into the sidebars on sites that didn't have one. Just in case.
    • New Mobile Links.
      • On all the sites, I made sure there was a mobile link as well. Just goes to the mobile version of any site. I did update the links though. I just used ?m=1 all alone. Before I had it link to the home page. But with just the ?m=1, it'll change on whatever page you are on.
    • Site Map Update.
      • I updated the Site Map. I forgot to do it for the New Year's update. I also to out some things. Like extra video links and players.
    • Updates to the Main Blog.
      • On my blog, I do this thing where I let you compare two images by hovering of one image and it changes to the other. It was the same thing I used for the Main Site's banner. Well, I revamped it for my 100th post. Before, I could only do one image changer on the page. I show you why and explain more in the 100th post. Now, with this update, I can do as many as I want. FUN!
      • Oh, and there was a glitch where the bottom scroll bar on the blog came back again. I have an issue before where it would go away! Have you notices none of my sites have bottom bars. I don't know why. There is a certain width they conform to and that's the standard I go by. Anyways, I fixed it before and then it just came back. All I did was change the main width from 1010 to 1009...JUST ONE PIXEL!! :-P
        • But, after I did all this, I figured out the auto adjusting width. Now, it doesn't matter. Unless you zoom in to much.
    • Lastly, behind the scenes things.
      • On Webs, I have a BOAT LOAD of codes stored. It seems to be the only place I can get the direct code links that work. I tried other places. I don't like Webs sometimes. And if they go down, everything goes down. I can't even work on the Membership site. They're site editor is broken for me. That's why the site is so out of date and not touched. Well, I organized my codes. I had a lot of unused or testing ones. So, I moved them to their own place. I might do some more organizing of the main codes. But that means updating ALL the URL's on my sites. If I move something to a folder, the folder name does in the URL before the code's name. Right now they are just the code's name. I'll have to add the folder. I'll think about it.
      • And then I did my usual fine tuning everywhere. Fixing typos and things. I haven't been testing anything new on the test site. I don't know what else to add. I'm getting to point where the sites are perfect and I can't add anything new that will make it more perfect. I know they aren't perfect though. I'm working on it. I would like to add the video player...changer....thing at the bottom of the test site, above the menu. It's cool. I just need it to play playlist. I can't figure it out. :-\
      OK! Well, that's all I think. This was a pretty small update. Just little things. It's getting to that point of "I can't add anything new." It's all perfect, but not perfect. Still some tuning. That's all I can think of, see you next month!
          Share this post with the Peeps!!!

          Wednesday, January 29, 2014

          Picture 271

          On my official blog, I made a post about the making of one of the POTW's. Now, instead of flooding the main site with the same picture everywhere, I'll just keep the post over there. CLICK HERE to see it. I'll be doing loads of "Making of's" and they'll only be posted on my blog. Also, there is a BTS video made for the new picture. It's 11:00 in length. You can CLICK HERE to see the video or click the thumbnail below. The video player messes with the menu or else I would embed the video.
          Share this post with the Peeps!!!

          Monday, January 27, 2014

          Latest Photo | 1-27-14


          Share this post with the Peeps!!!

          Friday, January 24, 2014

          Latest Photo | 1-24-14


          Share this post with the Peeps!!!

          Thursday, January 23, 2014

          Update Blog... Update | 1-23-14

          This is a post from my UPDATE BLOG.
          Thursday, January 23rd, 2014 at 7:40 P.M.- It's been a while since I update blogged...update blogged? I was updating about the last snow storm + the cold blast and then I went silent. Some things happened. I don't want to get into to many details. It's family things. Just the flu and a hospital. It wasn't me that was sick though. Anyways, we are in another snow storm again! It's just a quick lake effect band of snow, but it has the most snow I have seen. We have had two inches in 40 minutes. I would take more video but it's at night right now. But it's really falling. I can't see the church or the two group of trees in the front of the apartments. I should stop in a little bit. It's just a quick shifting band. It's been sitting on Gary IN. all day. We'll see how it is tomorrow. It's suppose to snow for a while. Like three days. :-P And it's getting cold again. In the 0's. More to come tomorrow.
          Share this post with the Peeps!!!

          Wednesday, January 22, 2014

          Picture 270

          On my official blog, I made a post about the making of one of the POTW's. Now, instead of flooding the main site with the same picture everywhere, I'll just keep the post over there. CLICK HERE to see it. I'll be doing loads of "Making of's" and they'll only be posted on my blog. Also, there is a BTS video made for the new picture. It's 11:00 in length. You can CLICK HERE to see the video or click the thumbnail below. The video player messes with the menu or else I would embed the video.
          Share this post with the Peeps!!!

          Tuesday, January 21, 2014

          Latest Photo | 1-21-14


          Share this post with the Peeps!!!

          Monday, January 20, 2014

          Latest Photo | 1-20-14


          Share this post with the Peeps!!!

          Thursday, January 16, 2014

          Latest Photo | 1-16-14


          Share this post with the Peeps!!!

          Wednesday, January 15, 2014

          Picture 269

          On my official blog, I made a post about the making of one of the POTW's. Now, instead of flooding the main site with the same picture everywhere, I'll just keep the post over there. CLICK HERE to see it. I'll be doing loads of "Making of's" and they'll only be posted on my blog.
          Share this post with the Peeps!!!

          Monday, January 13, 2014

          Latest Photo | 1-13-14

          Share this post with the Peeps!!!

          Friday, January 10, 2014

          Latest Photo | 1-10-14


          Share this post with the Peeps!!!

          Wednesday, January 8, 2014

          Picture 268

          On my official blog, I made a post about the making of one of the POTW's. Now, instead of flooding the main site with the same picture everywhere, I'll just keep the post over there. CLICK HERE to see it. I'll be doing loads of "Making of's" and they'll only be posted on my blog.
          Share this post with the Peeps!!!

          Monday, January 6, 2014

          Latest Photo | 1-6-14


          Share this post with the Peeps!!!

          Update Blog... Update | 1-6-14

          This is a post from my UPDATE BLOG.
          Monday, January 6th, 2014 at 10:00 a.m.- So...it's cold. Right now we are at -11°F FEELS LIKE -37°F. That was copy pasted straight from weather.com. And that's not the coldest. It's supposed to get to -13 and -40. I went out in it this morning when it was -6/-25. It wasn't bad, but I stayed on my patio that was blocking the wind. However, my fingers did start to freeze. So, I ran inside. I took some pictures + videos and that was it. More to come.
          Share this post with the Peeps!!!

          Sunday, January 5, 2014

          Update Blog... Update | 1-5-14

          This is a post from my UPDATE BLOG.
          Sunday, January 5th, 2014- It's snowing like crazy! It started early and has been going alllll night and day. We are suppose to get a whole foot, maybe more! 
          Here's a picture...
          I also made the same picture with a  blue tint. It looks better than this. The snow isn't flaky. It compacts nicely. So, that means it's sticks better. That means everything has a pile of snow on it. Even the smallest of branches.It looks epic. I have been recording video all day and exploring this Winter Wonderland. Just wait until tomorrow. We have a high of 1... That's better. Earlier it was -5 and then the next day was 0 with a low of 0. It's getting warmer. The forecast still says we are going to be in the -7 through -15 range. Stay tuned for more info.
          Share this post with the Peeps!!!

          Friday, January 3, 2014

          Latest Photo | 1-3-14


          Share this post with the Peeps!!!

          Latest Photo | 1-3-13


          Share this post with the Peeps!!!

          Update Blog... Update | 1-3-14

          This is a post from my UPDATE BLOG.
          Thursday, January 3rd, 2014- It's a new year! Time to test out the new Update Blog. Well, it's not new...just the way I'll post updates. No more long never ending posts that cover a whole month. I set it up so that all I do is just post an update by day now and still have it be organized in the menu and every else by using the month archive links in the sidebar. Now all my sites work that way. It's nice. Anyways...moving on. Today I made the update video for January. HERE IT IS. This is the year where I try to do things. Get a job and move out. I cover it all in the update video, that's why it's so long. I need to hurry up and edit my 2013 storm videos so I'm not a year behind again. Things will get better.
          Share this post with the Peeps!!!

          Wednesday, January 1, 2014

          Picture 267

          On my official blog, I made a post about the making of one of the POTW's. Now, instead of flooding the main site with the same picture everywhere, I'll just keep the post over there. CLICK HERE to see it. I'll be doing loads of "Making of's" and they'll only be posted on my blog. Also, there is a BTS video made for the new picture. It's 11:00 in length. You can CLICK HERE to see the video or click the thumbnail below. The video player messes with the menu or else I would embed the video.
          Share this post with the Peeps!!!
          comments powered by Disqus