Well, not a lot has been going on with the site. I'll need to investigate the issue with the counter. Not sure what caused it to reset, but I am guessing it had something to do with multiple users accessing the page at the same time. A good site for information about PHP is PHP Help.com. The forums are constantly monitored and the advice is elaborate.
What a pain in the ass it was this weekend trying to get the laptop to be able to access the internet via the desktop. What I decided to do instead of simply buying a cablemodem/dsl router-hub was to install a second NIC into my desktop and buy a back-to-back (or crossover) cable to connect the laptop to the second card. Well, I couldn't get it to work. I know a couple of people who might have some suggestions regarding this, so I still might be able to get it to work. Although, it might be more convenient to have the ability to add addtional computers to the network with little difficulty. I wonder if I am missing a step, or if Win98 (desktop) and Win XP (laptop) have problems communicating?
I was surprised that a couple of people signed the guestbook this weekend. One of them I knew, the other I didn't recognize. I'll have to investigate where she found my site listed. I suspect somewhere at Blogger.com.
How sad. The US lost the Gold. But, if I had to pick a country other than the US to win, it would have been Canada; they are a neat bunch of folks. :)
Sunday, February 24, 2002
Saturday, February 16, 2002
| Added happy little New icon and ability to be replace text with image by using <NEW>. It is case sensitive. | |
| Updated the choose style page. Now you can decide which page, either The Daily Monkey, or the Silly Monkeys, you would like to be the default. | |
I should have a lot of time to update the site this weekend. I really don't have a lot of other things planned.
Ryan and I had a good time with D2 tonight. If anyone else has D2X and would like to join us in a game, email us; we'd be thrilled to have another along.
Thursday, February 14, 2002
Wednesday, February 13, 2002
Ouchy! I way over-did the workout on Monday! My arms are so sore that I can barely bend them! I guess I should be a little more careful when first starting working out again. :(
On a happier note, I have updated the counter so that the error where it would not display the number of hits the first time to the page has been fixed. Additionally, the value is incremented if the page is viewed by someone else while you are at the page; before it would remain the number that you first saw for the entire duration of your time on the web, regardless of how many would come and go. :-D
On a happier note, I have updated the counter so that the error where it would not display the number of hits the first time to the page has been fixed. Additionally, the value is incremented if the page is viewed by someone else while you are at the page; before it would remain the number that you first saw for the entire duration of your time on the web, regardless of how many would come and go. :-D
Tuesday, February 12, 2002
Monday, February 11, 2002
For the first time in a long while, I actually worked out today. It is amazing how quickly I felt the effects as I was working out. I am certain I will be sore tomorrow, but it is all good. :)
As you can probably tell, I have added a counter to the site. In its current state, it is pretty simplistic; every time you refresh the page will count as a hit. All I had to do was fiddle with permissions for the counter file to get it to work, since I had already written the script several days ago. I'll spend some time and adapt the script to handle multiple counters and also disallow refreshes as counting toward the totals.
Although it may seem trivial, the counter is the first step in creating many wonderous marvels here. :-D It makes use of reading and writing to a file, and knowing how to do that opens a world of possibilities. For instance, I have noticed that Blogger is becoming busier; I had a hard time actually logging onto the site to post this because of the heavy traffic. Thus, it may be possible to replace Blogger with my own Blog script. I'll probably start by replacing the html-gear I have with my own guestbook script and poll script, although you can feel free to continue to create and post any polls you want from html-gear.
I love PHP. :-D
As you can probably tell, I have added a counter to the site. In its current state, it is pretty simplistic; every time you refresh the page will count as a hit. All I had to do was fiddle with permissions for the counter file to get it to work, since I had already written the script several days ago. I'll spend some time and adapt the script to handle multiple counters and also disallow refreshes as counting toward the totals.
Although it may seem trivial, the counter is the first step in creating many wonderous marvels here. :-D It makes use of reading and writing to a file, and knowing how to do that opens a world of possibilities. For instance, I have noticed that Blogger is becoming busier; I had a hard time actually logging onto the site to post this because of the heavy traffic. Thus, it may be possible to replace Blogger with my own Blog script. I'll probably start by replacing the html-gear I have with my own guestbook script and poll script, although you can feel free to continue to create and post any polls you want from html-gear.
I love PHP. :-D
Sunday, February 10, 2002
Saturday, February 09, 2002
I didn't even think about the website last night; too busy watching the Olympic's opening ceremony and then playing Diablo II with Ryan.
I probably won't do much tonight, either. Kendra and I are going to dinner with Courtenay and Dave. That is, of course, unless she decides to give birth instead. If that happens, I imagine it would become a very interesting evening.
:-D
I probably won't do much tonight, either. Kendra and I are going to dinner with Courtenay and Dave. That is, of course, unless she decides to give birth instead. If that happens, I imagine it would become a very interesting evening.
:-D
Thursday, February 07, 2002
Kung Pow: Enter the Fist was hilarious! The previews made it look like it could go either way, but rest of the theater and I were dying. I highly recommend it. The way they did stuff made me think of the old Woody Allen movie, "What's up, Tigerlily?"
Not enough time to work on any new stuff tonight. I should have time this weekend to fool around with my site.
Not enough time to work on any new stuff tonight. I should have time this weekend to fool around with my site.
Wednesday, February 06, 2002
Red Wings rock. :-D
Tonight I added the Shakespearean Insult generater and added it to automatically display when the page is reloaded. Give it a try.
I know that this has been done before and if you do a search of the web you can find a bunch of such insulting scripts. However, back in the day when I had the "Domain of the Andyman" hosted at umich, I had received the Shakespeare insult email and immediately decided it would be a good perl script. So, although it really isn't original, I was one of the original implementors of such a script, so it is kinda original. Hmm... At any rate, it was very easy to write in PHP. In fact, some of the built in functions of PHP make me wonder if it was designed with the thought of creating such a script.
Some other things I have been working on is a third template option. This one displays my two blogs side by side in the old school format. I have some addtional tinkering I need to do, but I should get that up tomorrow.
I also have been fooling around with writing a counter script. The way it should work isn't too complicated, and it was very easy to write. The difficulty I am facing is that the script does not have the necessary rights to create or edit a file. There might be something I'm missing, but I need to investigate further.
If anyone has any suggestions for neato things they would like to see here, please post at the Damn Dirty Apes (aka Silly Monkeys). I will be sure to promptly ridicule your suggestion and make you feel dumb. :-D
Tonight I added the Shakespearean Insult generater and added it to automatically display when the page is reloaded. Give it a try.
I know that this has been done before and if you do a search of the web you can find a bunch of such insulting scripts. However, back in the day when I had the "Domain of the Andyman" hosted at umich, I had received the Shakespeare insult email and immediately decided it would be a good perl script. So, although it really isn't original, I was one of the original implementors of such a script, so it is kinda original. Hmm... At any rate, it was very easy to write in PHP. In fact, some of the built in functions of PHP make me wonder if it was designed with the thought of creating such a script.
Some other things I have been working on is a third template option. This one displays my two blogs side by side in the old school format. I have some addtional tinkering I need to do, but I should get that up tomorrow.
I also have been fooling around with writing a counter script. The way it should work isn't too complicated, and it was very easy to write. The difficulty I am facing is that the script does not have the necessary rights to create or edit a file. There might be something I'm missing, but I need to investigate further.
If anyone has any suggestions for neato things they would like to see here, please post at the Damn Dirty Apes (aka Silly Monkeys). I will be sure to promptly ridicule your suggestion and make you feel dumb. :-D
Kendra and I went to see "Mamma Mia," the play with the music of ABBA. It was a lot of fun and very interesting; they did a good job of working the songs into the play in a meaningful way. I give it my approval. :) Only down side was that the seats in the Masonic Temple are the most uncomfortable I have ever encountered.
I have made some corrections to my scripts so that they work better. I also cleaned up the scripts and set the groundwork for addtional features. Unless you are really observant, you will not notice any of these changes. You'll just have to trust me when I say that they're there. :-D
I have made some corrections to my scripts so that they work better. I also cleaned up the scripts and set the groundwork for addtional features. Unless you are really observant, you will not notice any of these changes. You'll just have to trust me when I say that they're there. :-D
Monday, February 04, 2002
Since I love my honey, and she preferred the original name of The Damn, Dirty Apes, I have created an option under Choose Style that will allow you to select the name you prefer for the Silly Monkey/Damn Dirty Apes blog.
I love you, Kendra. :-D
In doing so, I needed to make a couple of additional changes that will make it easier to adapt additional features onto the site. Most of these changes will not be visible to the user, since the change really just breaks the visible webpage up into several smaller components which are then easy to rearrange without a lot of duplicated effort.
I love you, Kendra. :-D
In doing so, I needed to make a couple of additional changes that will make it easier to adapt additional features onto the site. Most of these changes will not be visible to the user, since the change really just breaks the visible webpage up into several smaller components which are then easy to rearrange without a lot of duplicated effort.
I have been working on my site a lot lately. It is just a lot of fun. Kendra has been saying that if I put forth the kind of effort I have been on developing this site into everything I do, I would be a dynamo of efficiency. I guess it all depends on how you look at it. I really enjoy playing around with stuff here, so it doesn't feel like work at all. I guess if I could "find the fun" in stuff, like Mary Poppins said, stuff I have to do wouldn't be so bad. Hmmm....
At any rate, the latest item developed for the site is my implementation of smileys. Right now, you can use :), :-D, and :( by typing in : ), : - D and : ( respectively. (Without the spaces.) I wrote a nifty little script that searches for those items and replaces it with images. Try it out; it is nifty. :-D
At any rate, the latest item developed for the site is my implementation of smileys. Right now, you can use :), :-D, and :( by typing in : ), : - D and : ( respectively. (Without the spaces.) I wrote a nifty little script that searches for those items and replaces it with images. Try it out; it is nifty. :-D
Saturday, February 02, 2002
It's been quiet around here lately so I have been playing around with the layout. PHP is a really powerful scripting option for the web. I have enabled cookies and now you now have an option as to which style you would like applied to this site. Currently, there are only two, but if you see a setup elsewhere on the web you like, I could easily add a third option.
Friday, February 01, 2002
I have discovered a fun online game called Sanctum. It is a "collectable card game" in the tradition of Magic: the Gathering, but done entirely online. Free to play, and a free deck of 60 cards is enough to check it out. No limit on amount of play, so feel free to take a look. You can find me under my handle, "A-Feeble-Mind".
Monday, January 28, 2002
Happy Hosting
I now am hosting stampor.com at logjamming.com. Thus, I have a greater limit than the 10 meg that I had at my mediaone default account. And, for $5 a month, I figured it wouldn't break the bank.It should have been an easy task, but it took forever to get everything looking properly at the new site. Hurts my head. At least all is well, for now.
This site is now the default page. To get to the Silly Monkeys, use the link on the left.
Saturday, January 26, 2002
The Return of the Monkey
Well, it has been a long time, but I am back at it. Although it is likely that I will be the only one to visit this site frequently, I am planning on actually making it true to its name. Namely, I am going to add monkeys here. Errr...or update it daily. I can't rememeber what I thought initially.Adventures in Cyberspace, old school style
The other day, I found a link at one of my favorite sites to another site that has a bunch of interesting links. Fark.com had a link to a site that has a game based on the light cycles from the movie Tron.Long story short: this game rocks! It is true to the movie and is fun to play.I remember desperately wanting to play the light cycle game from the movie as a child. It was too bad that it didn't really exist as it did in the movie. Now, with the addons, it is really like you are part of the movie. Without the addons, the game is pretty easy against the computer. I'd be interested in joining up with some of my buddies and playing this together online. Check it out for yourself.
Damn Silly
Kendra has suggested that she is tired of the "new" title of the Silly Monkeys. Let's have a poll....If you choose "Other" post your suggestion after voting on the voting page.
Deals at Sams
Kendra and I went to Sams the other day. They have great deals, but a lot of their items are stuff that you would not normally get, as flavors are limited. For example, we got a good deal on some popcorn, but we're not sure we really want to eat it....Things to come
Neato things will be happening soon. I must resist speaking of it now; I don't want to ruin the surprise.Thursday, August 09, 2001
Popourri for $100, Alex
Today's edition of the Daily Monkey contains a bit of this, and a bit of that. Hopefully there is a little bit of something for everyone. If not, someone is taking too much and should learn how to share.More MonkeysContinuing in the tradition of monkeys, I have found an interesting site that reviews and discusses the original Planet of the Apes movies. StompTokyo.com is an amusing little movie review site that uses the ingenius lavalamp method of rating movies. | ![]() |
The Most Dangerous Desktop
| I have created a repeating background for your computer desktop that is both painful and fun at the same time. Download it now and display it proudly on your computer at home and at work. If commented on by a co-worker, reply in an amazed fasion and inquire why they don't read the Daily Monkey. |
Same House, New Roof
Because of the hail damage done last year, our insurance company agreed to replace our roof. We are pleased, since we never cared much for the old roof. The new roof looks much better. Now all we need to do is paint the front door and shutters. Then, we should have a super-funky looking house.Monday, August 06, 2001
What the...?
I went to see the new Planet of the Apes movie this past weekend. The "surprise" ending was a little confusing, to say the least. Some would argue that it makes no sense. I would agree. However, I have put some thought into this and have concocted a theory about how the ending could come to be.SPOILER ALERT
Don't keep reading unless you've seen the movie, or else the totally bizarre and very weird ending will be ruined for you. You've been warned.
Just to recap the ending, Marky-Marc travels back to present day earth, only to discover that there are a bunch of monkeys (er...apes) running Washington (I will allow you to make your own politician joke here. That was very clever; you are a freakin' genius. I am sure no one else thought of something that brilliant. Keep up the good work.) The Lincoln Memorial is actually a temple devoted to the memory of General Thade and how he saved the planet. Police monkeys draw their guns and the movie ends with Marky-Marc bustin' a move...err...or something. Actually, he just raises his hands and the movie is done.
"But wait," everyone in the entire audience says at once, "how would the past be affected by monkeys(err...apes) from the future?" If you haven't yet seen the movie, the strange, borg-like collective speech from the audience after the movie finishes alone makes it worth while. So we are all left scratching our heads like monkeys.
One thought is based on the rumor that the movie had several endings filmed with the hope that the real ending wouldn't be leaked. Perhaps the wrong ending was placed at the end?
Director: *whew* That was a job well done. I am glad we are finally finished. I am glad that we filmed the real ending first and spliced it before we did the rest of these extremely silly endings. These were a nice, fun way to relax, huh?
Director's Lackey:Uh...you mean the second ending, right?
D: What?! How could you have possibly confused the real ending with any of the strange fake endings?!
DL: Well, you are Tim Burton after all; all of the endings were pretty strange.
Or, maybe they were nearing the completion of the film, decided that they really didn't like the current ending and just wanted to put monkeys on earth, without regard for rhyme or reason.
Studio Executive:(after watching original ending) You know what? I think a better ending would be if Marky-Marc lands on earth and is surrounded by monkeys in modern day Washington D.C! What do you think? Am I brilliant or what?
Tim Burton:Uh...all of the monkeys exist only in the distant future...it doesn't make any sense that they would somehow be on present day earth...it would confuse (and possibly anger) the audience.
SE:Exactly! I knew we were thinking along the same wave length.
Or, assuming that it really was no mistake (apparently, there is a rumor that everything will be explained in the sequel,) I have come up with a theory to explain what the hell happened.
Andy's Theory
When Marky-Marc leaves the Planet of the Apes, he leaves it at the beginning of what would seem to be a peaceful coexistence between man and ape. Living together, man and ape forge a new society with brilliant technological advances. But, man betrays ape, or ape betrays man, or man's advances intimidate the ape, or the advances are destroying the planet (like the ozone or nuclear power or some environmental crap like that.) At any rate, with only the Funky Bunch left to resist him, General Thade mercilessly destroys the remainder of human life on the planet. Then, over the course of the next thousand years (or more...or less...it doesn't matter) the apes develop space travel (or they pull out the pod that Marc crashed in and reverse engineer the technology, similar to what happened in Escape from the Planet of the Apes) and decide to explore outer space. So, they build the biggest, baddest space ship of all time and climb aboard. As they lift off, they encounter the bizarre space-time anomaly that started the whole thing and are sent back into the past, around 1960AD. They then fly to earth, conquer the measly humans, deface the Lincoln Memorial and change it into a temple to Thade. Thus, when our spaceman hero reaches earth, it has already been altered by monkeys from the future.But, if Marky goes into the past first, wouldn't he be able to stop the monkeys from even existing simply by stopping the Oberon (the space station) from trying to follow him into the anomaly? No. The anomaly seems to be a LIFO stack, or Last In, First Out. In the movie, the monkey Percales enters the anomaly first, then Marky, then the Oberon. But, we find that the order they come out is the Oberon first, then Marky, then Percales. Thus, if the same order is followed, Marky leaves the Planet of the Apes and enters the anomaly first, but since the monkeys enter after him, they arrive further back in the past, allowing them to change history before he arrives.
There you have it. For some additional discussion, take a look at this post or additional conversations about the movie here.
Monday, July 23, 2001
I Knew It Wasn't Just a Waste of Time
Slashdot has posted a link to an interesting article regarding a study which claims that playing video games may actually make kids smarter. Finally, something to counter all the negative publicity that the video games have been receiving. Now I can justify my time spent on Diablo II as self-improvement.
On a different note...these ads somehow seem to be suggesting a different reason than the one they state. What do you think they might be trying to say?
Now...get your stinkin' paws off me, you damn, dirty ape.
Subscribe to:
Posts (Atom)
