<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/wordpress-mu-1.0" -->
<rss version="0.92">
<channel>
	<title>Tech Academy 2009</title>
	<link>http://titania.stockton.edu/techacad09</link>
	<description>Just another Titania weblog</description>
	<lastBuildDate>Fri, 06 Nov 2009 14:54:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Blue Microphone&#8217;s Eyeball</title>
		<description>Here's a review of a new small camera and mic for podcasting/screencasting. </description>
		<link>http://titania.stockton.edu/techacad09/2009/11/06/blue-microphones-eyeball/</link>
			</item>
	<item>
		<title>An example of mashup</title>
		<description>
 </description>
		<link>http://titania.stockton.edu/techacad09/2009/06/29/an-example-of-mashup/</link>
			</item>
	<item>
		<title>TurningPoint PRS &#8212; clickers</title>
		<description>Here's the link to Turning Technologies, the company that makes Stockton's PRS system.  Go here to download software for Windows and Mac, and you can develop quizzes at home. </description>
		<link>http://titania.stockton.edu/techacad09/2009/06/29/turningpoint-prs-clickers/</link>
			</item>
	<item>
		<title>Clickers in the Classroom</title>
		<description>
White paper that may be of benefit to people wanting research/evidence to support the use of clickers.


http://www.cmu.edu/teaching/resources/PublicationsArchives/StudiesWhitepapers/ClassroomResponse_Nov07.pdf </description>
		<link>http://titania.stockton.edu/techacad09/2009/06/29/clickers-in-the-classroom/</link>
			</item>
	<item>
		<title>More Twitter</title>
		<description>
Introduction to Twitter and Microblogging

Howard Rheingold's twitter and comm217 Bookmarks </description>
		<link>http://titania.stockton.edu/techacad09/2009/06/25/more-twitter/</link>
			</item>
	<item>
		<title>how to assign a macro to an option button in excel</title>
		<description>
http://support.microsoft.com/kb/141689



Thanks,Bob </description>
		<link>http://titania.stockton.edu/techacad09/2009/06/24/how-to-assign-a-macro-to-an-option-button-in-excel/</link>
			</item>
	<item>
		<title>Hiding Excel Rows when Columns are Null or Zero</title>
		<description>Add the following macros and set the range as needed.

Sub HideZeroRows()
Dim r As Range, cell As Range
Set r = Range("C7:C8")
For Each cell In r
If cell = 0 And cell.Offset(0, 1) = 0 And _
 cell.Offset(0, 2) = 0 Then
 cell.EntireRow.Hidden = True
Else
 cell.EntireRow.Hidden = False
End If
Next
End Sub

Sub UnHiderows()
Rows.Hidden = False
End ...</description>
		<link>http://titania.stockton.edu/techacad09/2009/06/24/hiding-excel-rows-when-columns-are-null-or-zero/</link>
			</item>
	<item>
		<title>How do I create a Quicktime reference movie</title>
		<description>you do not have Quicktime Pro, you can modify the code below as needed. Save it into a text file with a .mov extension and link to it from your website.


&#60;?xml version="1.0"?&#62;
&#60;?quicktime type="application/x-quicktime-media-link"?&#62;
&#60;embed
autoplay="true"
moviename="My Sample File"
src="rtsp://qtss.streamguys.com/sample_100kbit.mov"
/&#62; </description>
		<link>http://titania.stockton.edu/techacad09/2009/06/24/how-do-i-create-a-quicktime-reference-movie/</link>
			</item>
	<item>
		<title>Word cloud for #techacad</title>
		<description>Below is a Wordle cloud for the Tech Academy.

It's made from the complete rss feed of the #techacad tag on Twitter (as of 10 pm June 23 09) dumped into Wordle, a site that generates word clouds.  The clouds give prominence to words that appear more frequently in the ...</description>
		<link>http://titania.stockton.edu/techacad09/2009/06/23/word-cloud-for-techacad/</link>
			</item>
	<item>
		<title>Pics from the 1st &#038; 2nd days</title>
		<description>Here's a small video I made using keynote.  

I have a larger version with sound, but haven't been able to upload it yet.

 </description>
		<link>http://titania.stockton.edu/techacad09/2009/06/23/pics-from-the-1st-2nd-days/</link>
			</item>
</channel>
</rss>
