-
Recent Posts
Recent Comments
Zipping files in VA… on VASmalltalk – how to cre… Peter on Smalltalk – Better produ… Vinnie Moag on About arihant on ERROR: Cannot determine the lo… JJACK on ERROR: Cannot determine the lo… Archives
- 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: October 2011
VASmalltalk – Conversion to UTF8
While working on character UTF8 conversion for Seaside/VAST I was looking for a fast conversion method doing this job. I took the code from Pharo and found, that they had a real speedy method. Then I implemented a way using … Continue reading
VASmalltalk – ICU 0.3.0
the ICU wrapper enters a 0.3.x version number and I changed pretty much and therefore it breaks the compatibility of 0.2.x: * class hierarchy has been changed: 1) Instances of Utf8String should only be used for documentation-like purposes. Instances of … Continue reading
VASmalltalk – UTF8, DBString and Seaside …
The more you work with Seaside under VA, the more problems are there. Joachim showed an Ajax example, which runs under Pharo but fails under VA. The reason is missing UTF8 support in VA/Seaside (actually this has nothing to do … Continue reading
Posted in Smalltalk
Leave a comment
Another language …
Another main()-programming-language is available for programming … dart
VASmalltalk – New versions of Software at vastgoodies
I published several new versions at vastgoodies: * Announcement * – Announcement has been refactored and it is now more at the current Pharo code base and all test cases are green – I removed the dependencies for Grease and … Continue reading
VASmalltalk – Headless IC’s now also under Linux
After having all the needed IC’s for headless distributing under VA 8.5/Windows I created today all IC’s for Linux. The procedure is pretty boring: * create a passive image * create all IC’s manually (because its the first time) The … Continue reading
VASmalltalk – Headless IC’s
Now after working with ICs the whole week I have to admit, that the mostly hated error I get is: “duplicated object while packaging”. I read the documentation, but I am not sure, if the IC building process is that … Continue reading