Buddhism - "A widespread Asian religion or philosophy, founded by Siddartha Gautama in NE India in the 5th century bc,…
Mormon - "the doctrines and practices of the Mormon Church based on the Book of Mormon." Overview of Mormonism Mormons…
Christianity - "A person who has received Christian baptism or is a believer in Jesus Christ and his teachings." Overview…
Islam - "The religion of the Muslims, a monotheistic faith regarded as revealed through Muhammad as the Prophet of Allah.".…
I found this on youtube.com and couldn't resist sharing this with others. For those wondering, the cat is just playing…
Here's a neat guide I found for learning C to Python or Python to C provided by David Brezeale. Going…
// Returns the current page. function getPageURL(){ return 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; } // getCurrDir() returns the current directory.…
Here's an example of jQuizMe. Goal: Make a quiz for Addition, Subtraction and Multiplication for two digit numbers. Steps: Make…
For windows. When you're in MS-DOS, type "explorer ." or "start ." to open up explorer (windows file manager) with…
Today's Code of the Day is about how to find the digit of a number at a given position. I…