Re: [Newbies] problems with SqueakMap account

2006-09-14 Thread stephane ducasse

Hi dave

I'm sure that goran will reply and help you.
Now I suggest you to use monticello and squeaksoruce to manage your code
have a look at my video to get a step by step video of the process
http://www.iam.unibe.ch/~ducasse/Videos/

Stef

On 14 sept. 06, at 01:51, Dave Raymer wrote:


Gentlebeings,

I'm not sure if this is the correct place for this question ... but  
given that I'm a Squeak beginner it seems like the first place to  
start.  I've tried to create a SqueakMap account, and much like  
building a castle in a swamp -- it fell over.  That is, I got a  
simple an error has occurred message.  So I tried it again, and  
guess what, it fell over too.  I am now the proud owner of 2  
SqueakMap accounts for which I never received the initial login email.


I tried the 'mainteiners' [sic] link -- but got an email in spanish  
that seemed to indicate that the email address for the  
'mainteiners' was not good (but my spanish is rotten ...).


Any suggestions or guidance would be greatly appreciated.

br,
  Dave
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] what does Squeak leave out?

2006-09-14 Thread Jerry Muelver
Cincom Smalltalk is a 640Meg download. Squeak is a 17Meg download. 
What's missing from Squeak?


 Jerry Muelver
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] Re: firewall question -- htaccess authentication @ proxy-server/firewall

2006-09-14 Thread Dave Raymer
please disregard -- I changed my search parameters and saw a post that referenced a fix provided by David Faught. I hacked my local image et voila ... apologies and thanks.On 9/14/06, 
Dave Raymer [EMAIL PROTECTED] wrote:
Gentlebeings,Using Squeak3.8-6665full.image I've been tryting to get this to work for three days now without success [htaccess authentication] -- I've looked at all the posts I can find in various mail archives and I've looked at all the web pages. 
Basically, I need to get FTP and HTTP running through the corporate firewall/proxy that requires htaccess authentication. Is there a patch to make this work?thanks, - dave



___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


RE: [Newbies] Re: firewall question -- htaccess authentication @proxy-server/firewall

2006-09-14 Thread Ron Teitelbaum








Hi Dave, 



Can you post a link to what you found? Maybe
the link will help others!



Ron













From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Raymer
Sent: Thursday, September 14, 2006
9:49 AM
To:
Beginners@lists.squeakfoundation.org
Subject: [Newbies] Re: firewall
question -- htaccess authentication @proxy-server/firewall





please disregard -- I
changed my search parameters and saw a post that referenced a fix provided by
David Faught. I hacked my local image et voila ... apologies and
thanks.



On 9/14/06, Dave
Raymer [EMAIL PROTECTED]
wrote:



Gentlebeings,

Using Squeak3.8-6665full.image I've been tryting to get this to work for three
days now without success [htaccess authentication] -- I've looked at all
the posts I can find in various mail archives and I've looked at all the web
pages. 

Basically, I need to get FTP and HTTP running through the corporate
firewall/proxy that requires htaccess authentication. Is there a patch to
make this work?

thanks,





 - dave















___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Re: firewall question -- htaccess authentication @proxy-server/firewall

2006-09-14 Thread Dave Raymer
http://lists.squeakfoundation.org/pipermail/squeak-dev/2005-April/091022.htmlFor those who aren't comfortable hacking smalltalk -- doing the fix is quite easy. 
Open a browserSelect the Network-Protocols packageSelect HTTPSocket from Network-ProtocolsSelect class goto httpGetDocument:args:accept:request:
find the line of code that reads -- HTTPBlabEmail, may be emptyimmediately above the line of code mentioned in 6, add -- HTTProxyCredentials, (that comma required) [and a comment is always good practice]
Everything should work from there.Apologies for not posting this information the first time.-- daveOn 9/14/06, Ron Teitelbaum
 [EMAIL PROTECTED] wrote:













Hi Dave, 



Can you post a link to what you found? Maybe
the link will help others!



Ron













From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] 
On Behalf Of Dave Raymer
Sent: Thursday, September 14, 2006
9:49 AM
To:
Beginners@lists.squeakfoundation.org
Subject: [Newbies] Re: firewall
question -- htaccess authentication @proxy-server/firewall





please disregard -- I
changed my search parameters and saw a post that referenced a fix provided by
David Faught. I hacked my local image et voila ... apologies and
thanks.



On 9/14/06, Dave
Raymer [EMAIL PROTECTED]
wrote:



Gentlebeings,

Using Squeak3.8-6665full.image I've been tryting to get this to work for three
days now without success [htaccess authentication] -- I've looked at all
the posts I can find in various mail archives and I've looked at all the web
pages. 

Basically, I need to get FTP and HTTP running through the corporate
firewall/proxy that requires htaccess authentication. Is there a patch to
make this work?

thanks,





 - dave
















___Beginners mailing listBeginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


RE: [Newbies] Re: firewall question -- htaccess [EMAIL PROTECTED]/firewall

2006-09-14 Thread Ron Teitelbaum








 Apologies
for not posting this information the first time.



Not at all thanks for posting it!



Ron













From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave Raymer
Sent: Thursday, September 14, 2006
11:22 AM
To: [EMAIL PROTECTED]; A friendly
place to get answers to even the most basic questions aboutSqueak.
Subject: Re: [Newbies] Re:
firewall question -- htaccess [EMAIL PROTECTED]/firewall





http://lists.squeakfoundation.org/pipermail/squeak-dev/2005-April/091022.html

For those who aren't comfortable hacking smalltalk -- doing the fix is
quite easy. 


 Open a browser
 Select the Network-Protocols package
 Select HTTPSocket from Network-Protocols
 Select class 
 goto httpGetDocument:args:accept:request:
 find the line of code that reads --
 HTTPBlabEmail, may be empty
 immediately above the line of code mentioned in
 6, add -- HTTProxyCredentials, (that comma required) [and a comment is
 always good practice] 


Everything should work
from there.

Apologies for not posting this information the first time.

-- dave



On 9/14/06, Ron
Teitelbaum [EMAIL PROTECTED]
wrote:







Hi Dave, 



Can you post a link to what you found? Maybe the link
will help others!



Ron













From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Dave Raymer
Sent: Thursday, September 14, 2006
9:49 AM
To: Beginners@lists.squeakfoundation.org
Subject: [Newbies] Re: firewall
question -- htaccess authentication @proxy-server/firewall









please disregard -- I changed my search parameters and
saw a post that referenced a fix provided by David Faught. I hacked my
local image et voila ... apologies and thanks.



On
9/14/06, Dave Raymer [EMAIL PROTECTED]
wrote:



Gentlebeings,

Using Squeak3.8-6665full.image I've been tryting to get this to work for three
days now without success [htaccess authentication] -- I've looked at all
the posts I can find in various mail archives and I've looked at all the web
pages. 

Basically, I need to get FTP and HTTP running through the corporate
firewall/proxy that requires htaccess authentication. Is there a patch to
make this work?

thanks,





 - dave 


















___
Beginners mailing list
Beginners@lists.squeakfoundation.org

http://lists.squeakfoundation.org/mailman/listinfo/beginners














___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


RE: [Newbies] what does Squeak leave out?

2006-09-14 Thread Ramon Leon
 
 Cincom Smalltalk is a 640Meg download. Squeak is a 17Meg download. 
 What's missing from Squeak?
 
  Jerry Muelver

Bloat ;)

___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


[Newbies] Re: what does Squeak leave out?

2006-09-14 Thread Klaus D. Witzel

On Thu, 14 Sep 2006 18:13:08 +0200, Ramon Leon wrote:



Cincom Smalltalk is a 640Meg download. Squeak is a 17Meg download.
What's missing from Squeak?

 Jerry Muelver


Bloat ;)


More Bloat 8-)


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] what does Squeak leave out?

2006-09-14 Thread Marcus Denker


On 14.09.2006, at 18:13, Ramon Leon wrote:



Cincom Smalltalk is a 640Meg download. Squeak is a 17Meg download.


The Cincom CD contains all VMs (12 plattforms), and all many many
3rd party packes.

The image itself is only 16MB + 12MB sources...

So for Squeak, you would need to build a package with all VMs and
SqueakMap to be comparable.


What's missing from Squeak?


You can get a CD for Squeak, too:

http://www.squeak.org/Download/SqueakCD/

and even a DVD with over 4GB of stuff:
http://www.squeak.org/Download/SqueakDVD/

  Marcus


___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] problems with SqueakMap account

2006-09-14 Thread Dave Raymer
Stephane,very helpful, thank you.-- daveOn 9/14/06, stephane ducasse [EMAIL PROTECTED]
 wrote:Hi daveI'm sure that goran will reply and help you.Now I suggest you to use monticello and squeaksoruce to manage your code
have a look at my video to get a step by step video of the processhttp://www.iam.unibe.ch/~ducasse/Videos/StefOn 14 sept. 06, at 01:51, Dave Raymer wrote:
 Gentlebeings, I'm not sure if this is the correct place for this question ... but given that I'm a Squeak beginner it seems like the first place to start.I've tried to create a SqueakMap account, and much like
 building a castle in a swamp -- it fell over.That is, I got a simple an error has occurred message.So I tried it again, and guess what, it fell over too.I am now the proud owner of 2
 SqueakMap accounts for which I never received the initial login email. I tried the 'mainteiners' [sic] link -- but got an email in spanish that seemed to indicate that the email address for the
 'mainteiners' was not good (but my spanish is rotten ...). Any suggestions or guidance would be greatly appreciated. br, Dave ___
 Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners
___Beginners mailing listBeginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners


Re: [Newbies] Monticello -- where is it?

2006-09-14 Thread Offray Vladimir Luna Cárdenas


Hi Patty,

peppermint-p escribió:

Hi Offray,

the sources of this tutorial (you mean i.e. the Open Office document 
that is editable?) are free too, I think. But to make sure whether I 
am right, I have to ask somebody.

But why do you need them?

Patty


Yep, I'm meaning the OpenOffice editable sources of the pdf files. I 
need them because I'm using Squeak in my classes in Colombia and having 
spanish material would be fine for teaching purposes and talks locally. 
So, if you can help me with that sources, that would be a lot of help.


Thanks,

Offray


___

AVISO LEGAL: El presente correo electronico no representa la opinion o el 
consentimiento oficial de la PONTIFICIA UNIVERSIDAD JAVERIANA. Este mensaje es 
confidencial y puede contener informacion privilegiada la cual no puede ser 
usada ni divulgada a personas distintas de su destinatario. Esta prohibida la 
retencion, grabacion, utilizacion, aprovechamiento o divulgacion con cualquier 
proposito. Si por error recibe este mensaje, por favor destruya su contenido y 
avise a su remitente.
En este aviso legal se omiten intencionalmente las tildes.

Este mensaje ha sido revisado por un sistema antivirus, por lo que su contenido 
esta libre de virus.
This e-mail has been scanned by an antivirus system, so its contents is free of 
viruses.
___
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners