|
|
| About site: Philosophy/Philosophy of Logic - The Logic Course |
Return to Society also Society |
| About site: http://www.thelogiccourse.com/ |
Title: Philosophy/Philosophy of Logic - The Logic Course An interactive course in formal logic, with tutorials and quizzes on critical thinking, truth-tables, and sentential. |
|
|
|
|
\"Crimes_Against_Humanity\"_reviewed A book review of Geoffrey Robertson's history of modern human rights and the progress towards enforceable international laws against war crimes.
| Jesus_Loves_U_2 Includes information about child sexual abuse, survival issues, offenders, and abuse prevention, as well as statistics, safety tips and abuse indicators.
| YukonYouth_Com Information and programs for youth in Yukon, Canada.
| Hamakom_com Links to information and resources for Jewish people in the United States.
| David_Livingstone Biographical resources.
| University_of_Toronto Institute for the History and Philosophy of Science. Graduate and undergraduate programs, faculty list and resources for students.
|
|
| Alexa statistic for http://www.thelogiccourse.com/ |
Please visit: http://www.thelogiccourse.com/
|
| Related sites for http://www.thelogiccourse.com/ |
| Ashworth,_Christopher Includes theatre, photographs, and links. | | Gay_by_God Educational resource for GLBT community to answer questions about being and Christian. Resources, T-shirts, a list of affirming churches. | | The_Qabalah_Network Presents modern ideas on the Qabalah, Tarot, Astrology and the Tree of Life. | | Women_in_Medieval_Deccan Status of Women in 14th Century South India. Outlines specific traditions practiced in medieval regions. | | Rathakara_Sutta_(Pacetana_Sutta)_-_The_Chariot_Maker Buddha's parable about the straightness of wheels as corresponding to the straightness of practice. | | AIM_Support_Group_Ohio_&_Northern_Kentucky Official website for AIM Youth Council of Texas | | Angela_Stevens Offers guided Yoga tapes. | | Steve_and_Stella_Upton UK based minister and medium. Biography, schedule, general information, and contact details. | | Stephanie_and_Henry_Nevstad February 10, 2001 - Holmenkollen Kapell in Oslo. | | History_of_Education_Society International scholarly society which encourages and facilitates research in the history of education. | | Someone_Special Your sweetheart is as close as the phone with this date line service. | | The_O\'Connor_Factor A blog written by a Navy man with self-described South Park Republican views. | | The_Children_of_Shaken_Baby_Syndrome Features many children, all victims of Shaken Baby Syndrome. Tells their stories in pictures using quotes and stories submitted by parents or caregivers. Provides useful information and links on SB | | A_History_O\'_Germany A personal site with by-period summaries of German history from 1790 to 1999. | | The_Dungeon This Dungeon was created to spread (sic)ness to the world. | | Kersey_Cowboy_Church Kersey, Colorado. Explore a schedule, view pictures, or read a mission statement and a devotional. Also find a schedule for In His Rein Ministries. | | MultiFaithNet An information and dialogue tool, providing access to resources and interactions relevant to inter-faith dialogue and the study of religious traditions. Introductions to religions, centre history, res | | Peripatetic_Writings Educational texts and miscellanies - Pireu (the Portuguese version of Piraeus) is the Athenian Port portrayed in the opening of Plato's Republic. | | Pomp__The_True_Story_of_the_Baby_on_the_Sacagawea_Dollar The famous infant's later life as an adventurer in the American West. | | Van_Hemert Ancestral heritage, from the Netherlands to Marion County, Iowa, USA (1855). |
|
This is websites2007.org cache of m/ as retrieved on 2008.07.18 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
|
Tempest Media's BlueStorm: The Logic Course
div.clSlideMenu{ /* All slideMenu2 DIV elements */
position:absolute;
font-family:verdana,arial,helvetica;
font-size:10px;
overflow:hidden;
width:150;
height:22;
}
a.clA0{ /* All top level links */
color:white;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
a.clA1{ /* All sub level links */
color:black;
font-size:9px;
font-weight:bold;
text-decoration:none;
}
a.clA2{ /* All sub2 level links */
color:navy;
text-decoration:none;
}
a.clA3{ /* All sub3 level links */
color:black;
text-decoration:none;
}
a.clA4{ /* All sub4 level links */
color:green;
text-decoration:none;
}
/* NEEDED STYLES */
div.slideMenuBG{position:absolute; left:0; top:0; z-index:1}
div.slideMenuText{position:absolute; left:2; top:2; z-index:200;}
/* NEEDED ----- This class should be named like this:
#NAME_OF_YOUR_MENUcont
*/
#slideMenucont{position:absolute; height:600; width:200; visibility:hidden;}
/**********************************************************************************
SlideMenu 2.0
* Copyright (C) 2002 Thomas Brattli
* This script was released at DHTMLCentral.com
* Visit for more great scripts!
* This may be used and changed freely as long as this msg is intact!
* We will also appreciate any links you could give us.
*
* Made by Thomas Brattli
*
*Script date: 08/05/2002 (keep this date to check versions)
*********************************************************************************/
/*********************************
The actual script file is inside the
slidemenu.js file - remember to link
that to your HTML file.
**********************************/
//Creating the menu object -- You can call it whatever you want - just remember to
//have the same name as the argument.
slideMenu = new createSlideMenu("slideMenu")
//Variables to set:
slideMenu.menuy=80 //The top placement of the menu.
slideMenu.menux=10 //The left placement of the menu
slideMenu.useImages = 1 //Are you using images or not?
slideMenu.pxspeed=20 //The pixel speed of the animation
slideMenu.timspeed=25 //The timer speed of the animation
slideMenu.inset = 10 //How much the selected items should pop to the left
slideMenu.arrow = 0 //Set this to className that has font-family:webdings
//if you want to use the arrow feature. Note:
//This ONLY works on DOM capable browsers, and with
//useImages set to 0 - It's basically just a test I did.
//I hope to improve it later on.
//Needed dummy classes - leave in the stylesheet!
slideMenu.bgClass = "slideMenuBG"
slideMenu.txtClass = "slideMenuText"
/*******************************************************************************
Level properties - ALL properties have to be specified in level 0
This works the same way as the CM4 script (if you have used it)
The level[0] values will be the default value. Any value not specified
in higher levels will be inherited from level[0]. If anything
is spesified in level[1], but not in level[2], level[2] (sub2 menus)
will get the property value from level[1] and so on.
The availble values to control the menu by level are:
left - The left placement of all items in the current level ( px value )
width - The width of all items in the current level ( px value )
height - The height of all items in the current level ( px value )
between - The number of pixels between each item in the current level ( px value)
className - A name of a class specified in the stylesheet to control the
look of all items in this level.
NOTE: The class MUST be in a stylesheet, and it most have position:absolute.
classNameA - A name of a class specified in the stylesheet that will control the
Look of the TEXT for all items in this level. (you can also specify
a hover class for this className to get a mouseover effect on the
text.
regImage - If you choose to use image feature of the script you have to
spesify the default image here.
roundImg - This is the image that will used when a item is selected.
roundImg2 - This is the image used for sub-levels on the last item in a list.
(that's how the last items in this example are rounded on the sub-levels)
subImg - The image used when the item has sub-items. Only in use for sub-levels
subRound - Same as roundImg2 - only for items that have sub-items.
To understand the image setup see the images supplied with this script.
NOTE: Always specify the full (relative) path to the images!
The slideMenu_makeLevel function provides a shortcut to making levels.
If you are more comfortable with setting the properties by name you can
also set them like this:
slideMenu.level[0] = new Array()
slideMenu.level[0].left = 0
slideMenu.level[0].width = 138
..... and so on.
NOTE: In level 0 below I have included the names of the variables just for
readability - feel free to remove left = , width = , height = et cetera...
********************************************************************************/
slideMenu.level[0] = new slideMenu_makeLevel(
left = 0,
width = 138,
height = 21,
between = 5,
className = "clSlideMenu",
classNameA = "clA0",
regImage = "script/level0_regular.gif",
roundImg = "script/level0_round.gif",
roundImg2 = "",
subImg = "",
subRound= "")
slideMenu.level[1] = new slideMenu_makeLevel(10,127,20,2,"clSlideMenu","clA1","script/level1_regular.gif","script/level1_round2.gif","script/level1_round.gif","script/level1_sub.gif", "script/level1_sub_round.gif")
slideMenu.level[2] = new slideMenu_makeLevel(21,118,18,2,"clSlideMenu","clA2","script/level2_regular.gif","script/level2_round2.gif","script/level2_round.gif", "script/level2_sub.gif", "script/level2_sub_round.gif")
slideMenu.level[3] = new slideMenu_makeLevel(33,108,20,2,"clSlideMenu","clA3","script/level3_regular.gif","script/level3_round2.gif","script/level3_round.gif","script/level3_sub.gif","script/level3_sub_round.gif")
slideMenu.level[4] = new slideMenu_makeLevel(40,107,19,2,"clSlideMenu","clA4","script/level4_regular.gif", "script/level4_round2.gif","script/level4_round.gif","script/level4_sub.gif", "script/level4_sub_round.gif")
//Image preload --- leave this
for(var i=0;i |
|
| |
An | interactive | course | in | formal | logic, | with | tutorials | and | quizzes | on | critical | thinking, | truth-tables, | and | sentential. |
|
http://www.thelogiccourse.com/
The Logic Course 2008 July
dvd rental
dvd
An interactive course in formal logic, with tutorials and quizzes on critical thinking, truth-tables, and sentential.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Mortgages - MPAA - Mortgage - Online Loans - Phpnuke Database
|