|
Google Sites is a wiki-like system for collaboratively creating web
sites. Google stores the pages for you on their servers, and the
software is extremely easy to use. The page you are looking at was
created with Google Sites.
Here's the support page for getting started: http://sites.google.com/support/ . Need a Google Account? Go here: https://www.google.com/accounts/NewAccount Here's a short introductory video Advanced Functionality with Google SitesWorking with othersSelect Site Settings from the top-right menu, then select sharing. You can invite people to join you as owners/collaborators of the site.Embed YouTube video.1. Go to the YouTube clip you want to embed. Select the URL in the browser bar and copy it.2. Back on your Google Sites page, select Insert | Video | YouTube Video. Paste the URL as the YouTube URL and provide a title for the clip. 3. Save your Google Sites page and check it out. Embed your Calendar1. Go to your Google Calendar and choose Settings. Under Calendar Details, near the bottom, is the Calendar Address. Click the HTML button and copy the URL (address) shown.2. Back on your Google Sites Page, select Insert | Calendar. Paste the URL in. Image LinksThere doesn't seem to be a way to make an image link somewhere with the Google Sites editor. Here, you'll need to drop into the HTML editor provided (the button to the far right in the Sites toolbar). You can make an image link to another page by placing the image tag itself as the value within an anchor tag:
<a href="pageToLinkTo"><img src="picToShow"/></a>
Note that the src of the image needs to be uploaded to the server where the HTML resides. And the "pageToLinkTo" is often an html file. Here's an example: <a href="http://cs.usfca.edu"><img src="client_server.png"/></a>
Gadget
Google gadgets are tools
that you can add to your site to do interesting things. These gadgets
are created by programmers and added to the Google Gadget world.
Fortunately, you don't have to program them, you can just use them. Try
Insert | Gadget and see what exists.
|