Today's Smalltalk 4 You looks at a useful window menu in Pharo that's easy to miss - but has a number of useful features on it. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube. To watch now, click on the image below:
If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.
I fly a lot these days, commuting to my job site in Dallas - I almost always fly American (since they have a hib in Dallas, it makes it easier to find direct flights). One of the reasons I like American is seatback power - they have it on most of their planes, and at most of the seats on those planes.
However - I think this is one of the things they are allowing to degrade during their time in bankruptcy. I've noticed the power not working in different seats on a number of planes, and this morning (I had the excitement of a 7:05 AM flight), the power was off on one whole side of the plane.
I hope this isn't a sign of them letting other, more important things slide...
Join the Facebook Group to discuss the tutorials. You can view the archives here.
To watch now, click on the image below:
If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.
The Altitude web framework has reintroduced work done on a new streams library Xtreams. Traditional Smalltalk-80 streams have served well for decades. Michael Lucas-Smith and Martin Kobetic started Xtreams as an attempt to distill some of their experience into a new implementation of streams. A great video of the 2010 ESUG talk is available here
While Xtreams originated in Cincom Smalltalk, the full codebase is no longer available in the Cincom public repository (you would have to check with Cincom to find out why that is; I have no idea). That means that going forward, Pharo and Squeak are probably your best sources for Xtreams.
Update: Looks like Cincom changed their mind - the code is now in the public store repository
Today's Smalltalk 4 You starts looking at Web Services support in VA Smalltalk. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube. To watch now, click on the image below:
If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.
You can also watch it on YouTube:
Today we'll start looking at how VA Smalltalk supports Web Services. To get started, we'll load the right code in from ENVY:
Move the Web Services library over to the right (a number of packages will show up there), and then load it. That brings in everything you'll need. Next time, we'll start looking at an example. In the meantime, you can try the included tutorial:
WebServicesIn10MinutesExample new open
Need more help? There's a screencast for other topics like this which you may want to watch. Questions? Try the "Chat with James" Google gadget over in the sidebar.
Today's Javascript 4 You looks at the specifying the display language used when setting up a Google map in Javascript. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube.
Join the Facebook Group to discuss the tutorials. You can view the archives here.
To watch now, click on the image below:
If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.
Today's Smalltalk 4 You starts creating a simple web service in VA Smalltalk. Before you get this far, you'll need to load the required support. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube. To watch now, click on the image below:
If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.
You can also watch it on YouTube:
Today we'll start setting up a Web Service for a simple application. To get started, here's the simple application: a counter application with one variable, and two methods that we want to advertise. If you need to see what code to load first (the basic VA support code for all of this), then watch this screencast first.
Notice that the methods we want to advertise are in the @WS-API category. That's important; the VA tools that generate the XML look for methods in that category. The next thing to note is the following lines in your ini file (abt.ini if you have not changed the name of your image):
The XML stanza in that file tells you where VA will drop (and where it will look for) any XML files used by the Web Services system. To create the XML files we need, use this:
There are other variations on that where you can specify other options; we'll leave that aside for now. Once you execute that, look in the directory specified in your ini file:
We'll look at those files in detail next time, and go over the changes you'll want to make to the boilerplate before you use them.
Need more help? There's a screencast for other topics like this which you may want to watch. Questions? Try the "Chat with James" Google gadget over in the sidebar.
I was scheduled for a 9:15 PM flight last night, so I thought "I have platinum status, I'll go to DFW and see what I can get on earlier". I decided not to try the 5PM flight to DCA, since all they had left were middle seats in the back - the 6:45 to BWI sounded like a better idea. THis, as it happens, was a huge mistake. The 6:45 was oversold, and - even though I was first on the standby list - I didn't get on. Then absurdity began.
First, due to the bad weather in the midwest, some of the flight crew were late. They finally arrived, but then there was a mechanical issue... which dragged on, and on.. and on some more. We didn't leave until after midnight Dallas time, so I didn't get back to my house until learly 4 AM. That wouldn't have been so bad, except that we had scheduled a grocery delivery for 9 AM. I crawled out of bed, made coffee, checked my phone.... and found out that the delivery was delayed up to 5 hours.
Welcome to episode 90 of Independent Misinterpretations - a Smalltalk and dynamic language oriented podcast with James Robertson and David Buck.
This week James and David talk about the Xtreams library - a new streaming library created by Cincom's Smalltalk engineers, and since ported (at least in part) to Pharo, Squeak, and Gemstone. You can check out the documentation at the Google Code site, and check the code itself out in the Cincom Smalltalk Repository.
You can subscribe to the podcast in iTunes (or any other podcatching software) using this feed directly or in iTunes with this one.
To listen now, you can either download the mp3 edition, or the AAC edition. The AAC edition comes with chapter markers. You can subscribe to either edition of the podcast directly in iTunes; just search for Smalltalk and look in the Podcast results. You can subscribe to the mp3 edition directly using this feed, or the AAC edition using this feed using any podcatching software. You can also download the podcast in ogg format.
If you like the music we use, please visit Josh Woodward's site. We use the song Troublemaker for our intro/outro music. I'm sure he'd appreciate your support!
If you have feedback, send it to jarober@gmail.com - or visit us on Facebook - you can subscribe in iTunes using this iTunes enabled feed.. If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!
Welcome to episode 90 of Independent Misinterpretations - a Smalltalk and dynamic language oriented podcast with James Robertson and David Buck.
This week James and David talk about the Xtreams library - a new streaming library created by Cincom's Smalltalk engineers, and since ported (at least in part) to Pharo, Squeak, and Gemstone. You can check out the documentation at the Google Code site, and check the code itself out in the Cincom Smalltalk Repository.
You can subscribe to the podcast in iTunes (or any other podcatching software) using this feed directly or in iTunes with this one.
To listen now, you can either download the mp3 edition, or the AAC edition. The AAC edition comes with chapter markers. You can subscribe to either edition of the podcast directly in iTunes; just search for Smalltalk and look in the Podcast results. You can subscribe to the mp3 edition directly using this feed, or the AAC edition using this feed using any podcatching software. You can also download the podcast in ogg format.
If you like the music we use, please visit Josh Woodward's site. We use the song Troublemaker for our intro/outro music. I'm sure he'd appreciate your support!
If you have feedback, send it to jarober@gmail.com - or visit us on Facebook - you can subscribe in iTunes using this iTunes enabled feed.. If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!
Today's Smalltalk 4 You looks at using "Halt Once" in Pharo. Sometimes, putting a halt in code can be problematic - you would like to just hit the halt once. Today's screencast shows you how to do that in Pharo. If you have trouble viewing it here in the browser, you can also navigate directly to YouTube. To watch now, click on the image below:
If you have trouble viewing that directly, you can click here to download the video directly. If you need the video in a Windows Media format, then download that here.