[Squeakland] Loading projects into local websites

Michael Rueger michael at squeakland.org
Tue Mar 29 16:17:30 PST 2005


Jennifer Voorhees wrote:
> 
> 
> My students have created some great projects they ’ d like to share with 
> the school community. How do I upload a Squeak project into onto a website?

The instructions below assume that you are building an html page to 
point to your projects.


The easiest way to link projects so they can directly load is through
our little project launcher on squeakland.

Assuming you have the project file at
http://www.my-own-domain.org/projects/my-little-project.170.pr

the links need to look like this:
http://www.squeakland.org/project.jsp?http://www.my-own-domain.org/projects/my-little-project.170.pr

or in html (substituted the above by ...the link... for readability)

<a href="...the link...">My little project</a>

or with a clickable thumbnail

<a href="...the link...">
<img
    src="http://www.my-own-domain.org/projects/my-little-project.gif"
    width="93"
    height="70"
  ></a>


Hope this helps, let me know it you have questions about the above.

Michael


More information about the Squeakland mailing list