June 20, 2016
Did You Catch the Wave?Do you even remember it? Six years ago, Google gave WAVE a proper goodbye. I never did ride the Google Wave; I think I tried it once, but it held no appeal. I could see that in order for it to truly work and work well, practically everyone had to use it, and often. This type of participation early on is impossible today. Not everyone is an early adopter and, apparently not even being a Google product could save the Wave.Technology TodayTechnology, on the back-end, becomes complicated by the hour, by the minute. And this is all in an effort to present to you and I - the users of technology - an opportunity to actually use it with ease. The more intuitive and easy it is to use, the more complicated the technology, typically.And while I love technology and…
The Wave of Consistent Technology Development
June 20, 2016
Did You Catch the Wave?Do you even remember it? Six years ago, Google gave WAVE a proper goodbye. I never did ride the Google Wave; I think I tried it once, but it held no appeal. I could see that in order for it to truly work and work well, practically everyone had to use it, and often. This type of participation early on is impossible today. Not everyone is an early adopter and, apparently not even being a Google product could save the Wave.Technology TodayTechnology, on the back-end, becomes complicated by the hour, by the minute. And this is all in an effort to present to you and I - the users of technology - an opportunity to actually use it with ease. The more intuitive and easy it is to use, the more complicated the technology, typically.And while I love technology and…
May 10, 2010
Yuval over at NextGen Consulting has recently started blogging about Clarify/Amdocs. Good stuff. He recently posted a quick survey regarding preferences for a front-end for Clarify. It’s only 2 questions, so it’ll only take a few seconds. So jump over there and fill out the survey. It’s cool to see other bloggers discussing Clarify/Amdocs – I wish there were more. Rock on.
April 24, 2009
This is a sample post using Alex’s very nice looking Syntax Highlighter for code snippets. Let’s see if I can get Community Server to behave. Teaser Code public class SolutionMap : DovetailMap { protected override void MapDefinition() { FromTable("probdesc") .Assign(d => d.SolutionID).FromIdentifyingField("id_number") .MapMany().To(d => d.Resolutions).ViaRelation("probdesc2workaround", workaround => workaround .Assign(d => d.DatabaseIdentifier).FromField("objid") ); } } Update: Looks like I got it working. Sorry about the guinea pig post. The code above is actually something I have been wanting to post about for some time. Maybe now with these super sweet code blocks I’ll get’er done.