[Squeakland] Squeak projects on websites

Michael Rueger michael at squeakland.org
Mon Mar 14 06:40:49 PST 2005


Phil Firsenbaum wrote:
> Hi Michael. My Squeak school (the one where I do my Squeak work) finally 
> has a school website and I'd love to post some of the student projects. 
> The last time I looked at doing this it didn't seem very elegant. What 
> would you suggest?

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>


Michael


More information about the Squeakland mailing list