Skip to main content

Recovering from MWLUG 2009 and Summary

It has been a great two days at the MWLUG conference. I could not believe how tired I was after the conference. I actually lost weight. For me this has been a great experience. It took much more of my time than I expected. However, this was a team effort involving IBM staff, other Business Partners, Sponsors, and IBM customers to make it happen.

The volunteers and the staff at the IBM Center in Chicago including Donna Hunter, Alan White, and Joanna Bick were great. Thanks to all the speakers who presented at the conference some of who which came from great distance under bad weather conditions. Thanks to Ed Brill for flying all the way from Australia overnight to present the keynote. I hope he enjoys his Buddha and add it to his collection. Attendance was very good. Almost everyone came. Unfortunately, there was a few that had to leave just when they got to the conference because of emergencies. There were a few who could not make it at all because of issues. It seems like there were many server upgrading going on.

Everything went much smoother than I was expecting. The MWLUG fixture, the "Wings of Collaboration" survived the move. The box was accidentally dropped a few times, but it made it.

Most of the keynote presentation will be available on YouTube soon thanks to Keith Brooks. The first part of unfortunately got cut off.

We were worried about the heavy rains that we were having on Thursday, the day of the architecture boat ride. However, for a period of 4 hours the fog and rain stop and we were fortunate to have a great double-decker bus ride and boat ride. I forgot how low the bridges are. Don't raise your hands when riding on the top of the double-decker bus. If not, you will not have any. It was a bit cool but we took what we could. A bit less than half of the attendees came with us. Most were concerned about the rain and did not come.

Right after the boat ride a few more people joined us at the Hyatt Regency for drinks and food. We also had a couple of party crashers which we kicked out. Everyone was there to about 8:30 PM. They closed the bar and eventually forced us out. Many continued their drinking at the Hyatt bar some way past midnight. Some took the time to visit other events that were going on downtown.

I will be posting pictures and videos of the conference on the MWLUG site sometime this week. If you have pictures or video that you would like to contribute, please send them to me. We will have available many of the presentations on the MWLUG site over the next couple of weeks as we collect them.

Thanks to everyone who attended, the great sponsors, the great speakers, staff at IBM, and volunteers. Everyone is part of the Lotus community and building the Lotus community make everyone a success. See you next year.

Comments

Keith Brooks said…
I only missed you and gregg intro's, got all of Ed. But the vid is over 3gb, not sure youtube will let it in.

Thanks for everything, it went real smooth from my perspective and you guys did so much for me and everyone else. I will blog it later but took the weekend off and now cleaning up customers so maybe mater today.
Keith,

Thanks for taping it. I took the entire weekend off and I think Gregg did too. I slept for 10 hours which is extremely abnormal for me. If you can put it on a server somewhere so I can download it that would be great. A friend of mine is a video production person and he can reduce it down so that we can put it on YouTube. Thanks. Good to see you and everyone else.

Popular posts from this blog

Creating Twitter Bootstrap Widgets - Part II - Let's Assemble

Creating Twitter Bootstrap Widgets - Part I - Anatomy of a Widget Creating Twitter Bootstrap Widgets - Part II - Let's Assemble Creating Twitter Bootstrap Widgets - Part IIIA - Using Dojo To Bring It Together This is two part of my five part series "Creating Twitter Bootstrap Widgets".   As I mentioned in part one of this series, Twitter Bootstrap widgets are built from a collection standard HTML elements, styled, and programmed to function as a single unit. The goal of this series is to teach you how to create a Bootstrap widget that utilizes the Bootstrap CSS and Dojo. The use of Dojo with Bootstrap is very limited with the exception of Kevin Armstrong who did an incredible job with his Dojo Bootstrap, http://dojobootstrap.com. Our example is a combo box that we are building to replace the standard Bootstrap combo box. In part one, we built a widget that looks like a combo box but did not have a drop down menu associated with it to allow the user to make a select

The iPhora Journey - Part 8 - Flow-based Programming

After my last post in this series -- way back in September 2022, several things happened that prevented any further installments. First came CollabSphere 2022 and then CollabSphere 2023, and organizing international conferences can easily consume all of one's spare time. Throughout this same time period, our product development efforts continued at full speed and are just now coming to fruition, which means it is finally time to continue our blog series. So let's get started... As developers, most of us create applications through the conscious act of programming, either procedural, as many of us old-timers grew up with, or object-oriented, which we grudgingly had to admit was better. This is true whether we are using Java, LotusScript, C++ or Rust on Domino. (By the way, does anyone remember Pascal? When I was in school, I remember being told it was the language of the future, but for some reason it didn't seem to survive past the MTV era).  But in the last decade, there a

The iPhora Journey - Part 4 - JSON is King - The How

  The iPhora Journey - Part 1 - Reimagining Domino The iPhora Journey - Part 2 - Domino, the Little Engine that Could The iPhora Journey - Part 3 - Creating an Integrated UI Framework The iPhora Journey - Part 4 - JSON is King - The Why The iPhora Journey - Part 4 - JSON is King - The How As we mentioned yesterday, in reimagining Domino, we wanted Domino to be a modern web application server, one that utilized a JSON-based NoSQL database and be more secure compared to other JSON-based NoSQL platforms. A Domino document existing within a Domino database is the foundational data record used in iPhora, just as it is with traditional Domino applications. But instead of just storing data into individual fields, we wanted to store and process the JSON in a Domino document.  However, text fields (AKA summary fields) in Domino documents are limited to only 64 KBytes, and that is a serious limitation. 64 KBytes of JSON data does not even touch what the real world typically transfers back and fo