Sunday, May 10, 2009
Google View Image
Go to a Google search page. In the top-left hand corner, right click the Google logo and click View Image (in Firefox).
JavaScript: Toggle Visibility Script
<html><head>
<script language="JavaScript">
function toggle(id) {
var state = document.getElementById(id).style.display;
if (state == 'none') {
document.getElementById(id).style.display = 'block';
} else {
document.getElementById(id).style.display = 'none';
}
}
</script>
</head><body>
<a href="#" onclick="toggle('toggled'); return false;">Toggle</a>
<div id="toggled" style="background-color: yellow; border: 1px solid black; width: 200px; height: 100px; position: absolute;top: 100px; left: 100px;">
Can you see me now?</div>
<a href="#" onclick="toggle('toggled2'); return false;">Toggle2</a>
<div id="toggled2" style="background-color: yellow; border: 1px solid black; width: 200px; height: 100px; position: absolute;top: 350px; left: 350px;display:none">
Can you see me now 2?
</div></body></html>
Source: http://classes.design.ucla.edu/Fall06/161A/examples/javascript/toggle.html
<script language="JavaScript">
function toggle(id) {
var state = document.getElementById(id).style.display;
if (state == 'none') {
document.getElementById(id).style.display = 'block';
} else {
document.getElementById(id).style.display = 'none';
}
}
</script>
</head><body>
<a href="#" onclick="toggle('toggled'); return false;">Toggle</a>
<div id="toggled" style="background-color: yellow; border: 1px solid black; width: 200px; height: 100px; position: absolute;top: 100px; left: 100px;">
Can you see me now?</div>
<a href="#" onclick="toggle('toggled2'); return false;">Toggle2</a>
<div id="toggled2" style="background-color: yellow; border: 1px solid black; width: 200px; height: 100px; position: absolute;top: 350px; left: 350px;display:none">
Can you see me now 2?
</div></body></html>
Wednesday, May 06, 2009
Netbook Gear
[[Links]]
HP 2140
LG GP08LU10
HP Powered USB Cable 367622-001
OCZ Slate Series Express Card 32GB
Kingston 32GB SDHC
Mvix Nubbin MS-811N "World's Smallest USB Wireless-N Adapter"
MoGo Mouse
HP 2140
LG GP08LU10
HP Powered USB Cable 367622-001
OCZ Slate Series Express Card 32GB
Kingston 32GB SDHC
Mvix Nubbin MS-811N "World's Smallest USB Wireless-N Adapter"
MoGo Mouse
Sunday, May 03, 2009
Spider-Man: WOS Intro Song
[[Links]]
The song in the first clip of Spider-Man: Web of Shadows the video game is Beethoven’s Moonlight Sonata.
The song in the first clip of Spider-Man: Web of Shadows the video game is Beethoven’s Moonlight Sonata.
JavaScript: Post-it Notes Script
[[Links]]
http://www.benjaminkeen.com/software/post_its/ (Multiple Post-its)
http://www.benjaminkeen.com/software/post_its/ (Multiple Post-its)
Saturday, May 02, 2009
Tug-of-War Variations
- Have two water-filled balloons under everyone's two arms. If anyone's balloons pop, he/she is out.
- Have one designated person from each team try to make somebody on the opposite let go. Once someone lets go, he/she cannot come back.
- Have one ball thrown back and forth between teams. Throwers must call out a name, throw the ball to that person, and the catcher may let go to catch the ball and throw again. He/she may re-join the game.
Tuesday, April 28, 2009
Monday, April 27, 2009
Sunday, April 26, 2009
Compound Interest for Haircut $10
$10 at 9.578134969000000000% compound interest for seven days ($18.97).
Web OS
[[Links]]
- http://www.g.ho.st/ [Ghost (Global Hosted Operating SysTem)] - 5GB web-based operating system
Accelerate Vista #2
- "Start" > Type "sysdm.cpl" > "Advanced" >"Performance Box" > "Settings" > "Visual Effects" > Uncheck unnecessary options
- Reduce the types of search results displayed
- Right-click "Start" > "Properties" > "Start Menu" tab > "Customize"
Accelerate Vista #1
- Use Windows ReadyBoost
- PCWorld: "Annoyance Buster: Make Vista's User Account Control Work for You"
- "Control Panel" > "Appearance and Personalization" > "Windows Sidebar Properties" > Uncheck "Start Sidebar when Windows Starts"
- Click "Start" > Type "systempropertiesperformance" > Select "Adjust for best performance" or pick by yourself
- "Control Panel" > "System and Maintenance" > "Power Options" > "High performance" (requires more electricity)
Tuesday, April 21, 2009
Famous Volcano Locations
[[Links]]
View Step 10 of 10 of the interactive animated guide to volcanoes linked to in the source.
Source: http://news.bbc.co.uk/2/hi/science/nature/7533964.stm
View Step 10 of 10 of the interactive animated guide to volcanoes linked to in the source.
Source: http://news.bbc.co.uk/2/hi/science/nature/7533964.stm
Subscribe to:
Posts (Atom)
r4TS Archive
-
►
2009
(97)
- ► March 2009 (3)
- ► April 2009 (33)
- ► August 2009 (28)
- ► September 2009 (2)
- ► October 2009 (2)
- ► November 2009 (7)
- ► December 2009 (3)
-
►
2010
(16)
- ► January 2010 (4)
- ► February 2010 (1)
- ► March 2010 (2)
- ► August 2010 (5)