Please wait until the page has completely loaded.
As some iframes (inline frames), gadgets and widgets and other items have to download, please be patient.
The page may have to be reloaded/refreshed.
Refresh/Reload via the right-click menu.
|
Find the Weather for any City, State or ZIP Code,
or three- or four-letter Airport Code or Country: |
http://www.wunderground.com/
|
||||
|
Temperature Converter. F - Fahrenheit (English Units) C - Celsius, Centigrade (Metric Units) Note: -40F = -40C.
Enter data in either field, then click outside the text box. |
Search any site in any language straight from here!
If you want only a general search with no particular site in mind, in the second field (any_domain) just type about:blank or about:Tabs |
||||
|
The following 'bidirectional' calculator can handle JavaScript Math. For example, enter Math.pow(2, 5), which really means 2 raised to the 5th power. The 5th root of 32 is expressed as Math.pow(32, 1/5) 2 + 3 2 -3 2 * 3 2 / 3 Click anywhere outside the boxes for the answers.
View more information alongside on the right.
Friday 12:56 PM PDT 10/2/2009 MMIX October 02 JavaScript
Test Window Try some examples. Watch out for the alert boxes!
16*16 alert(Date()) alert("WHENAS in silks my Julia goes\nThen,then (methinks) how sweetly flows\nThat liquefaction of her clothes.\n\nNext,when I cast mine eyes and see\nThat brave vibration each way free;\nOh how that glittering taketh me!\n\n- R. Herrick\n\n<A HREF='http://bartleby.com/106/93.html' TARGET='_blank'>http://bartleby.com/106/93.html</A>)") Butdocument.write('hiya, howdy!') and you will have to use the back button to get back! Have fun!
|
Perhaps you already know that the common logarithm values can be found by using the natural logarithm. Take a look at this:
Add or Addition: + Subtract or Subtraction: - (the dash or hyphen) Multiply or Multiplication: * (the asterisk) Divide or Division: / (the forward slash) w3schools.com - JavaScript Math Object More links to math at the end. Please scroll down.
What Methods and Constants are available with the Math object? Math.abs(number) absolute value Math.PI pi (3.14159...) Constants and Power Functions: Math.E -- 2.718281828459045(The base of the natural log system) Math.LN10 -- 2.302585092994046(Natural logarithm of 10) Math.LN2 -- 0.6931471805599453(Natural logarithm of 2) Math.PI -- 3.141592653589793(Ratio of circle circumference to diameter) Math.SQRT1_2 -- 0.7071067811865476(Square root of 1/2) Math.SQRT2 -- 1.4142135623730951(Square root of 2) Math.sqrt(x) Square root of x Trigonometric Functions: Math.cos(x) Cosine of x Note: The x parameter and the return values of the inverse functions are all in radians (PI radians = 180 degrees). Rounding Functions and Random Numbers: Function Description 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 Math.round(x) Rounds to the nearest integer 0 0 0 0 0 1 1 1 1 1 1
Math - Google Search Results |
Great handy tools -- free
1. MioPlanet Pixel Ruler http://www.mioplanet.com/products/pixelruler/ 2. Easy Text To HTML Converter http://www.easyhtools.com/ 3. Easy HTML To Any Script Converter http://www.easyhtools.com/ 4. Auto Window Manager http://www.eusing.com/WindowManager/Wi ndowManager.htm 5. Quick StartUp http://www.glarysoft.com/quick- startup/ 6. NoteTab Light http://www.notetab.com/ 7. Jarte http://www.jarte.com/ 8. T-Box - the "Test Box" AKA "T-Box" http://www.openjs.com/tutorials/basic_tutorial/ 9. Very useful! Description of the Windows Installer CleanUp Utility http://support.microsoft.com/default.aspx?kbid=290301 Download Windows Installer CleanUp Utility http://support.microsoft.com/default.aspx?kbid=290301# 10. AccuWeather Forecast for Any Five (5) Locations of Your Choice! Customizable. Make sure that cookies are enabled in your browser as otherwise your cities will revert to or be replaced by the initial default locations. Click a city to see all the amazing information you can get, including astronomy. http://regumrex.org/aw5.html 11. Online Spelling, Grammar, and Thesaurus checking -- Many languages http://regumrex.org//spch.html
Not in alphabetical orderCognates (allied, associated or related sites and pages):http://regumrex.org/ http://regumrex.org/123.html http://regumrex.org/colorwheel.html http://regumrex.org/cw.html http://regumrex.org/cw1.html http://holdall3.tripod.com/Color.html http://regumrex.org/colors.html http://www.angelfire.com/linux/bodiles69/FontControlCode.html >> == http://regumrex.org/fcc.html >> == http://regumrex.org/FontControlCode.html http://www.angelfire.com/linux/bodiles69/FONTCODEtext.txt You can see the font control code in action here: http://regumrex.org/font.html >> == http://regumrex69.250free.com/font.html >> == http://regumrex.org/langdix.html http://www.angelfire.com/linux/gopalfamily/ColorNamesList.html For a shorter and simplified version of |
|||
Added on Sunday 12:35 PM 8/16/2009
|
|
Would you like to add a site search box like the one above to your Web site (webpage)?
This box acts or functions exactly like Ctrl+F or Edit > Find on this Page...
Please copy the code in the textarea below and paste it.
$$$$$$$$$$$$$$$$$$$$$
• The Internet Archive, a nonprofit founded to build an Internet library and archive the public Web. See details or submit your site for indexing!
Browse through over 150 billion web pages archived from 1996 to a few months ago.
Internet Archive: The Wayback Machine
http://www.archive.org/web/web.php
http://www.archive.org/index.php
COLOR HELP TOOLS LINKS:
Cognates of regumrex.org (related or associated links):
http://regumrex.org/
http://regumrex.org/cw.html
http://regumrex.org/cw1.html
http://regumrex.org/fc.html
http://regumrex.org/fc1.html
http://regumrex.org/gebid.html
http://regumrex.org/colorchooser.html
Thursday 5:43 AM PDT 8/6/2009 MMIX August 06
Friday 5:26 AM PDT 8/7/2009 MMIX August 07
To call up your default emailer any time, copy and paste this JavaScript code in the address bar of your browser (Internet Explorer) and hit Enter.
This is all one line of code with no line breaks.
Javascript:selectedText=document.selection.createRange().text;selectedText=escape(selectedText);void(location.href='mailto:?BODY='+selectedText);
Reference:
http://webdeveloper.earthweb.com/webjs/jsutility/item.php/877381
http://webdeveloper.earthweb.com/repository/javascripts/2007/05/877381/CopyScript.html
When you click one of these two links, you will encounter an alert:
"This website is using a scripted window to ask you for information. If you trust this website, click here to allow scripted windows..."
Click Temporarily Allow Scripted Windows.
The prompt box usually appears at top left of your screen.
Enter your search word in the prompt field.
Mozilla Firefox:
For search results to open in the same window:
<a href="javascript:try{term=document.selection.createRange().text}catch(err){try{term=getSelection()+''}catch(err){}}if(term==''){void(term=prompt('Enter a word or phrase to look up at OneLook:',''))}if(term){location.href='http://www.onelook.com/?loc=bm6&w='+escape(term)}">OneLook.com Dictionaries</a>
For search results to open in a new browser window:
<a href="#" onClick="javascript:try{term=document.selection.createRange().text}catch(err){try{term=getSelection()+''}catch(err){}}if(term==''){void(term=prompt('Enter a word or phrase to look up at OneLook:',''))}if(term){window.open('http://www.onelook.com/?loc=bm6&w='+escape(term))}">OneLook.com Dictionaries</a>
|
|
|
||||||||||||
|
||||||||||||||||||||
http://dictionary.reference.com/translate
For any_domain, try
In fact, any language site on the World Wide Web or Internet...
"Why, then the world's mine oyster
-- With apologies to William Shakespeare(1564–1616) Shakespeare Merry Wives Windsor the world's mine oyster Pistol:
Please enter some search
terms.
| ||||||||||||||||||||
NOTE: Firefox does not seem to be able to handle the following chess links. I could be wrong!
http://www.chess.com/play/computer.html
http://www.answers.com/topic/click-and-drag
Click and drag:
Using a pointing device, such as a mouse, to latch onto an icon on screen and move it to some other location. When the screen pointer is over the icon of the object, the mouse button is clicked to grab it. The button is held down while the object is moved ("dragged") to its destination. Then the mouse button is released.
Play a game and see how smart your Computer is!
The following link will take you to a chess game in progress!
Click on the tab Watch.
You may have to wait for the game to load.
Added on Saturday 1:28 PM PDT 8/15/2009 MMIX August 15