Category Archives: Science

Eclipse

Apparently there was an eclipse today. I say “apparently” because people said it exists, but I didn’t see it even though I looked outside during the time it [..]

General Humor, Personal, Science

Um…Yeah

The guys who do the programming code behind YouTube are not as smart as you might think they are: Click picture to open it in a new window. [..]

Computer Science

I Found a Tie!

I knew it was a logically possibility, but I was actually able to get a tie in the War game (a tie being defined as an infinite loop). [..]

Computer Science, Math and Logic, PHP

War! Without Ties

Contrary to what you might think, I’ve not given up on the War card game! I’ve now programmed it to work in a limited sense. What is the [..]

Computer Science, PHP

VBScript to Format TikiWiki Entries

Today I began work on my next project, which first involves me needing to create a VBScript. I am going to be creating my own wiki, using TikiWiki [..]

Computer Science, VBScript

Can We Prove the Existence of God?

James Anderson has written an excellent post, titled Can We Prove the Existence of God? It is well worth the read, but one particular section stood out for [..]

Apologetics, Atheism, Math and Logic, Philosophy, Presuppositionalism, Theology

Size of Everything

This is a pretty cool Flash animation showing the relative sizes of many objects in the universe: The Scale of the Universe 2.

Science

Everyday I’m Shuffling

To shuffle an array in PHP, there’s a simple command. You may have already guessed it: shuffle. This makes shuffling a deck of cards very easy indeed, although [..]

Computer Science, PHP

All the Card Graphics

I have now uploaded all the graphics that I’ll be using for the War card game to my site. Here they are for anyone who wants to do [..]

C# WPF, Computer Science, PHP

The Cards

One feature that I want to make sure I can have when doing the program of “War” is to have graphics of the cards available. While I could [..]

C# WPF, Computer Science, PHP