Skip to main content

Welcome the Detroit Lotus User Group to the MWLUG Conference 2010

The Detroit Lotus user group, Detroit Notes Professionals, is now part of the Midwest Lotus User Group Conference 2010. The MWLUG 2010 Committee is excited that another Lotus user group has joined us and be involved into this unique event. The MWLUG Conference 2010 now including nine different user groups throughout the Midwest including:

- Central Ohio Notes/Domino Users Group
- Detroit Notes Professionals
- GRANITE Lotus User Group
- Minnesota Lotus User Group (MNNOTES411)
- Northeast Ohio Lotus User Group
- Northeast Wisconsin Lotus User Group
- Southern Wisconsin Lotus User Group
- Western Michigan Lotus User Group
- Western PA Lotus User Group

If your Lotus user group is in the Midwest and would like to join us to be part of this event let us know. You can contact myself or Gregg Eldred. Planning for MWLUG Conference 2010 is almost complete and we are expecting a great event.

Comments

Scott Marchione said…
Hmm, being a member of the DNP, you'd think I would have received an email from Mike Sobczak regarding our new affiliation, and what this means in terms of our usual quarterly meeting... but I guess I'm glad that we are part of something larger
Scott,

It was just decided a couple days ago. I don't think Mike have had the chance to send everyone an email. The MWLUG conference is designed to compliment your existing meetings and bring more awareness of each individual user group to their local Lotus professionals. So your normal meetings will still be there.

In addition, our goal is to help raise money for each of the participating user groups to fund their meetings. So I hope you can attend the conference. It gives many Lotus professionals a chance to network with their peers and learn. There is also a LinkedIn site if you are interested.

Midwest Area Lotus User Group
As someone who's sent out countless e-mails for DNP events over the past 10 years, I find it hilarious that I was criticized for not sending out an e-mail!

Rest assured, I will send something soon.

Popular posts from this blog

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...

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 3 - Creating an Integrated UI Framework

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 There are many ways to create the user interface (UI) for a web application. The HTML page could be created on the server and then pushed out. It could be static with the data generated on the page by the server with JavaScript, providing a more dynamic experience, or the server could generate new HTML content to update portions of the web page. XPages or PHP are good examples of this. Another method is to have the web page partially generated by the server and have JavaScript build the rest of the HTML by pulling data from the server via an API. This is the approach used in the Single Page Application (SPA) model. In all cases, it is still dependent on the web server technology being using.  As mentioned previously in this blog, XPages is dependent on complete integration between form and document, whi...