Skip to main content

Two Weeks to the Start of MWLUG 2015, See What You Are in For

It is two weeks away from the official start of MWLUG 2015, after the early bird sessions on Wednesday and a bit of fun, drinks, and food during the Wednesday Evening Exhibitor Showcase Reception, the seventh annual MWLUG 2015 conference will officially open on early Thursday morning. This year it starts a bit earlier. We have lined up an incredible list of speakers for you.  So join us in Atlanta for MWLUG 2015.  We still have a few slot left as I post this blog.  So don't wait, because there will not be any attendee slots left.

http://www.mwlug.com/mwlug/mwlug2015.nsf/Register.xsp


"Everything Starts From A Dot": The Elements and Principles of Design as the Visual Link to Innovation
Katherine Rhodes Fields, Professor of Fine Arts and Head of Printmaking - HCC Central

Historically, design, as a practice, is the connection point between the object and the user.  This lecture will focus on the foundations of design and how it has and continues to impact our world. The famous quote of Russian born artist and Bauhaus professor Wassily Kandinsky succinctly evokes the notion that all things begin from one point ( a basic element of design) and extend from there to manifest some of the greatest ideas of all time.




Establishing a New Culture of Design
Phil Gilbert, General Manager of IBM Design - IBM

In 2012, IBM reactivated its Design Program to spread human-centered design practices across the breadth of our portfolio. Hiring hundreds of formally trained Designers was only the start; now we are establishing IBM Design Thinking practices across the company—for our own product design and for our clients. First established in 1956, the reactivated IBM Design program is impacting every division and clients around the world.





IBM ESS Strategy, and Radar “A New Way to Work”
Kramer Reeves, Director, Offering Management Portfolio IBM Enterprise Social Solutions


With the announcement of IBM Verse, IBM has a wide selection of social software both on premise, in the cloud or in a hybrid configuration. In addition to IBM Verse, IBM delivers a complete portfolio of capabilities needed to help you become a social business, including IBM Notes Domino for messaging, calendaring and application development, IBM Connections for enterprise social networking, along with IBM Connections Chat, Meetings and more. This OGS will take you through the portfolio and highlight what IBM has in store to help you accelerate your social business journey. There will be plenty of interaction and a peek at our future plans, including how we see cognitive analytics fitting into our entire social platform.



The Greater Good of Social Collaboration
Louis Richardson, IBM Storyteller & Enthusiast - IBM

The Story Teller, Louis Richardson from IBM will be presenting the MWLUG 2015 Thursday Keynote Session during Thursday lunch.
Louis will be presenting "The Greater Good of Social Collaboration." This unique session brings to light the power of social collaboration.  So come to this Thursday session and have a great lunch, listen, and learn.

Comments

David Price said…
Richard,

You have, again, put together a great event. Glad to see a great lineup of both IBM and community speakers. Congratulations on all the planning, I am sure you will have an amazing event. Wish I could join you.

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, which e