Scratch Player for Jailbroken iPhone
Looks like you can finally play "Scratch" projects on your jailbroken iPhone! Don't know anything about this... just passing it along.
Technorati Tags: scratch
. .
The author of this blog, James Robertson, passed away in April 2014. This blog is being maintained by David Buck (david@simberon.com).
Looks like you can finally play "Scratch" projects on your jailbroken iPhone! Don't know anything about this... just passing it along.
Technorati Tags: scratch
Today's Smalltalk 4 You looks at the ENVY config map browser - what each part shows, and how you would use the various aspects. 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 take a brief tour of the Configuration Map browser in VA Smalltalk. For any VA project, it's a tool you'll get very familiar with; it's where you set up all of the loading information for your project. Take a look at the screen capture below:
The list on the left is all of the defined maps in the library. Since your image must be connected to a library to work, this list will grow over time. There are two panes to the right, labeled "Editions and Versions", and "Applications". Any map has a number of versions (anything not versioned will be an open edition - we'll discuss those soon). The list of Applications tells us which Applications make up the config map, and what the load order for them is.
The lower left pane, "Config Expressions" requires some explanation. Generally, you leave this blank, or put in the simple statement "true". However, any Smalltalk expression that answers a boolean could go here. Say you wanted to define a Config Map that should only load on Unix/Linux systems; you might want something like this:
(System respondsTo: #subsystemType:) and: [(System subsystemType: 'CFS') = 'POSIX']
The next pane to the right contains a listing (in order) of any pre-requisite maps - those that need to load before your map can be loaded. One of the nicer things about Envy is that you can edit all of this information without actually loading the map; if you make a mistake that prevents the map from loading, you can some back here and address it.
The last pane on the bottom is for comments - it's often used for license information, or copyright notices. It's free form, and can contain any information you feel is relevant.
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.
Technorati Tags: smalltalk, va smalltalk, envy
Enclosures:
[st4u234-iPhone.m4v ( Size: 4042512 )]
![]() |
Today's Javascript 4 You looks at the how to select the first of a set of matching elements in JQuery. 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.
You can also watch it on YouTube:
Technorati Tags: javascript, jquery, tutorial
Enclosures:
[js4u158-iPhone.m4v ( Size: 1231461 )]
Today's Smalltalk 4 You looks at some of the startup options for VisualWorks (most of which also apply to ObjectStudio now). 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:
Technorati Tags: smalltalk, startup, visualworks
Enclosures:
[st4u233-iPhone.m4v ( Size: 2833175 )]
I saw this on the ESUG mailing list:
I am pleased to announce that registration for the 20th ESUG Conference in Ghent, Belgium is now open!
To register, please proceed to the website or go directly to the accomodations page.
Important: do not forget to book your accomodation directly at one of the hotels in Ghent before June30th!
Technorati Tags: esug
Craig Latta would like to hear from you about Spoon.
Technorati Tags: spoon
Travis talks sorting n VisualWorks:
The core default sort algorithm in VisualWorks is hybridization of quicksort and a insertion sort. The implications for this, is that this somewhat expensive toolListDisplayString method may be called repeatedly for some objects. That means redundant CPU cycles. A common solution to this kind of problem is memoization. Memoization basically is a fancy word which means "cache the results of your computation function, so you only evaluate the function once for each unique input and just look up the cached result for subsequent calls."
Technorati Tags: sorting
There's another logging framework available for Smalltalk, but this one isn't standalone - it's an interface to Fluentd:
Nagare is designed to be simple and scalable. Contrary to other logging frameworks which provide rich set of log output methods (file, socket, DB, etc.), Nagare just connects to fluentd (http://fluentd.org). And Fluentd does the various log processing jobs.
Technorati Tags: nagare
![]() |
Today's Javascript 4 You looks at the first() function in JQuery. 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.
You can also watch it on YouTube:
Technorati Tags: javascript, jquery, tutorial
Enclosures:
[js4u157-iPhone.m4v ( Size: 837927 )]
Today's Smalltalk 4 You looks at the StartupLoader in Pharo - this is all based on this post from Mariano Martinez Peck. 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:
Enclosures:
[st4u232-iPhone.m4v ( Size: 3484126 )]
Need to load a bunch of stuff into a new Pharo image before you get to work? Mariano has some tools for that.
Technorati Tags: pharo
Welcome to episode 77 of Independent Misinterpretations - a Smalltalk and dynamic language oriented podcast with James Robertson and David Buck.
This week Dave and I wrap up our discussion of Smalltalk history - a topic Dave has been doing some research on lately. Dave recommends this PDF if you want to look into this history yourself. Yu can find part 1 of this discussion here.
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!
Enclosures:
[im77.m4a ( Size: 22741051 )]
Welcome to episode 77 of Independent Misinterpretations - a Smalltalk and dynamic language oriented podcast with James Robertson and David Buck.
This week Dave and I wrap up our discussion of Smalltalk history - a topic Dave has been doing some research on lately. Dave recommends this PDF if you want to look into this history yourself. Yu can find part 1 of this discussion here.
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!
Enclosures:
[im77.mp3 ( Size: 16410292 )]