Did Xenix Become Ubuntu?
This is kind of amusing:
Cincom Smalltalk Community Blogs
Opinions expressed in this blog are not necessarily those of Cincom Systems, Inc.
Today's Smalltalk Daily looks at one of the nice browsing features of Web Velocity - changing code visibility while continuing to edit your own code. To watch, click on the viewer below:
If you have trouble viewing that directly, you can click here to download the video directly
You can also watch it on YouTube:
Technorati Tags: smalltalk, web velocity, seaside
Enclosures:
[http://www.cincomsmalltalk.com/casts/stDaily/2009/smalltalk_daily-07-03-09-iPhone.m4v ( Size: 7986208 )]
As Michael mentions on this weekend's podcast (out on Sunday), the Web Velocity site needs some work on the presentation side - but at least we're now eating our own dogfood. The site is running Web Velocity now.
Technorati Tags: seaside, web velocity
I've been doing some website/web app building in Web Velocity and Seaside today; it is so much easier than working with the server page/servlet model. Instead of a page and a servlet, I had this for a small form:
html form: [html table: [html tableRow: [self renderUserRowOn: html]. html tableRow: [self renderPasswordRowOn: html]. isLoggedIn ifTrue: [html tableRow: [self renderFileRowOn: html]]. html tableRow: [self renderButtonRowOn: html]]]
And the code for handling the form is all in the #renderButtonRowOn: method - not sitting in two places (form and servlet). Then there's the whole component based assembly thing. I built the Media Search app, but that mostly used Web Velocity scaffolding - I didn't get into much Seaside level work. Here's the rendering of the main part of the app I was mucking with:
renderContentOn: html html div id: #wrapper; with: [self renderDetailsOn: html] renderDetailsOn: html html render: WVHeader new. html render: WVMain new. html render: WVFooter new
I know other people have written about this before, but doing this kind of component based assembly in code, as opposed to with html include statements, just makes life simpler. Need to change something? Use the refactoring tools to make changes. Instead of moving back and forth between toolsets, everything is in one place. It's all very cool.
Apple has responded to reports of the iPhone getting hot:
Apple, however, has issued what some might call a "common sense" warning: a support document that warns users not to keep the iPhone in an environment where temperatures can exceed 113 degrees Fahrenheit, including parked cars.
If it overheats, you might see this:
![]()
I've had the iPhone get pretty hot when I've had multiple radios going (WiFi, 3G, and Bluetooth) - although the battery ran down before I ever got close to a warning like that.
Today's Smalltalk Daily looks at searching within Web Velocity - how do you find classes/methods, or senders/implementors within the browser environment?. To watch, click on the viewer below:
If you have trouble viewing that directly, you can click here to download the video directly
You can also watch it on YouTube:
Technorati Tags: smalltalk, seaside, web velocity
Enclosures:
[http://www.cincomsmalltalk.com/casts/stDaily/2009/smalltalk_daily-07-02-09-iPhone.m4v ( Size: 7708550 )]
Microsoft really, really needs to deep six their ad agency - and sack the people who approved the latest ads. Don't believe me? Wander over here, and have a look at the latest ad. Afterwards, see if you can say that the ad created any pleasant thoughts about Microsoft or their products.
Even worse - they've apparently gone with a whole series of them. I imagine that one person likes these ads - Steve Jobs.
The HPI guys have hooked up Phidgets (USB controllable gadgets) with Smalltalk. Looks pretty cool - there's a video at the link.
Technorati Tags: phidgets
On the podcast that will come out on Sunday Michael and I will be talking about two things that have gotten a lot of discussion in the vwnc and vw-dev mailing lists of late:
If you have concerns about either one that you would like to hear addressed, send me an email or drop a comment - if you want your question to be verbal, then record a short MP3 of your question and email that.
Technorati Tags: podcast, brace constructor, timers
Today's Smalltalk Daily continues from yesterday with Web Velocity, and demonstrates publishing your code to the embedded repository. To watch, click on the viewer below:
If you have trouble viewing that directly, you can click here to download the video directly
You can also watch it on YouTube:
Technorati Tags: smalltalk, web velocity, seaside
Enclosures:
[http://www.cincomsmalltalk.com/casts/stDaily/2009/smalltalk_daily-07-01-09-iPhone.m4v ( Size: 4976371 )]