
Imagine that you need to reopen a saved project to do some modifications.
By security reasons the "Squeak plugin" (the Squeak we are using) can't access to read the hard disk of your machine. So, you need access, using a browser, the project in the internet server.
In the webpage you can reopen any script, change it and save (in the hard disk of your machine) the modified project using another name.
If you save the project using the same name, it will have the same name but a suffix having its number increased of one. Something like: myproject.002.pr.
DON'T FORGET THE "accept"! for the scripts modified!
You can (obvious) put this project at another web page like we did whith our new calculator doing multiplications you can play with at our demo.
Not only the creator but any user can modify a project and save it at HIS computer (not in the web page!) and use it.
If you are a professional programer you will say: "WOW! Everybody can see and to copy my program!". Yes. It's true. If you don't like this, you don't have the "open source" spirit... Try another programming system.
We will see in the future that you can have another Squeak (we will download it too) that is not a "plugin". Using this Squeak you can access your hard disk to read and, the modification of projects will be more easy. But you will have some other problems...
PREVIOUS LESSON NEXT LESSON T. CONTENTS HOMEPAGE
