-
Recent Posts
Recent Comments
All on ERROR: Cannot determine the lo… Andy on LibHaru – Windows Build… Zipping files in VA… on VASmalltalk – how to cre… Peter on Smalltalk – Better produ… Vinnie Moag on About Archives
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
Categories
Meta
Monthly Archives: April 2011
VASmalltalk – ICU under Ubuntu 10.10
Ok, now I switched my code to Ubuntu 10.10 and noticed, that on this platform only ICU 4.2 is delivered and even here some links were missing in my /usr/lib directory, that I had to set manually (the main links … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – ICU: working with time zones
To get a first impression here are some code examples: // create a special calendar with a time zone and a country information localCalendar := UCalendar openDefaultWithLocale: ‘de_DE’ timezone: ‘Europe/Berlin’. // localCalendar now contains the local time binded to // … Continue reading
VASmalltalk – Repairing DateAndTime with ICU
I uploaded version 0.0.3 to vastgoodies.com and here are some simple examples to fix all these bugs I mentioned in my earlier posting. To get a correct DateAndTime instance with the current local date/time I added DateAndTime class>>currentLocalDateAndTime. This method … Continue reading
VASmalltalk – ICU, International Components for Unicode
Another day, another playground. I was thinking about questions (which never got answered from the company – by the way: why ?) in the Instantiation forum, why there is no call to retrieve a platform independent call to get an … Continue reading
VASmalltalk – MSC001-VastGoodies
After publishing it at smalltalkinspect.podspot.de I noticed, that I had lots of problems with the content of my video file. Therefore I changed my host site for this episode to … MSC001-VastGoodies
VASmalltalk – #004 – VA Smalltalk – Teil 03 – unendliche Weiten…
Heute haben wir den dritten Teil unserer Betrachtungen über VASmalltalk veröffentlicht. Wir haben dann in einem lockeren Gespräch all die Punkte abgehandelt, die wir in den beiden beiden ersten Episoden auslassen mussten. Viel Spass beim Zuhören von VASmalltalk – 3.ter … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – Simple REST GET framework
I needed a playground for a simple REST GET based framework. I converted the code from Seaside-REST from Squeak to VASmalltalk – but after one day of work I stopped the work on that, because several SUNIT tests were failing … Continue reading
Posted in Smalltalk
Leave a comment
VASmalltalk – JSON and the delivered JSJsonParser
Perhaps you have noticed, that in VASmalltalk, there is a built-in JSON parser. It’s the class JSJsonParser in the subapplication JavascriptCoreJSON. Using this class you may read any JSON stream and get a dictionary containing all resulting values you would … Continue reading
Posted in Smalltalk
Leave a comment