SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
AD303
Extreme Makeover – IBM® Lotus® Domino® Application
Edition
Ray Bilyk
Certified Instructor
Data Planners, Inc.




          ®
Ray Bilyk
  IBM Certified Instructor
     IBM® Lotus® Notes® and Domino® 7
     IBM Lotus Notes and Domino 6.x
     Certified Lotus Instructor (CLI) since release 4

  IBM Certified Advanced Developer & Administrator since R4.x
     Certified in IBM AIX, Microsoft, Novell as well

  Instructor and Primary Support at Data Planners, Inc.
  (Southfield, Michigan)

  Speaker and Member of Detroit Notes Professionals User Group

  Blogger / Podcaster
     http://www.thepridelands.com
     http://thepridelands.podshow.com
My REAL ‘claims to fame’
  Grappled with (and DEFEATED) two professional wrestlers

  Bowled a perfect game at a tournament in 1998

  Counselor for inner-city youth group since 1988

  Proud father of Kiara Anne!
Session description
  Your once ‘state of the art’ applications are now showing their age,
  which means it’s time for an ‘extreme makeover’. You'll learn how
  to take a Lotus Notes and Domino application and apply new
  features from Notes and Domino releases 6 and 7 that make your
  old applications look and act like new. Watch not only how an old
  application can be given a visual makeover, but how to apply new
  features that will improve application performance.
Agenda
 What is an ‘Extreme Makeover’?

 What it is NOT…

 First Steps

 What’s New in release 6.x and 7

 Where do we go from here?

 Database properties

 Other design properties

 If all else fails…

 Conclusion
What is an “Extreme Makeover”?
  According to Wikipedia:
  A television program from ABC in which individuals volunteer to
  receive an extensive makeover in Hollywood.
     http://en.wikipedia.org/wiki/Extreme_Makeover

  According to me:
  Taking an IBM Lotus Domino application created in previous
  versions of Notes/Domino and applying ‘new’ technology and
  features to improve the look (and possibly the performance) of the
  application.
What this “Extreme Makeover” is NOT…
  It is NOT ‘rip and replace’
     ‘Extreme Makeover: Home Edition’ has a tendency to tear the house down and
     rebuild a new one
     This is usually NOT necessary in Notes/Domino

  It is NOT necessarily ‘Best Practices’
     Sessions like that will be mentioned at the end

  It is NOT a code giveaway

  It is NOT a session on every feature currently available

  It is NOT Ty Pennington’s session!
First Steps
  Examine existing application
     What works?
     What doesn’t work?

  Find the application audience
     Current audience
     Future audience?

  Look at it with ‘new eyes’
     Have existing audience examine the application
     Let a neutral audience check it out
What’s new?
  In Release 6
     @ThisName and @ThisValue
     Field hints
     New field type: Rich Text Lite
     Embedded elements
     Goodbye layout regions… Hello Layers!
     Color fields
     Enhancements to tabbed tables
     Changing the twistie image
     Allowing view customizations
     Creating documents at a view level
     View style options
     Adding colors to a view
     @Command([EditRestoreDocument])
What’s new?
  In Release 7
     RSS feed generation (7.0.2)
     Shared columns
     Autosaving documents
     Tighter Sametime Integration
     Using web services design elements
     Agent profiling
     Store, view and access application data in DB2
     Adding actions to the right mouse click menu
     New @Functions and LotusScript Methods/Properties
Where do we go from here?
  Database Properties

  Form(s)
     Layout
     Field formulas

  Views

  Remember to evaluate for either Notes clients, Web clients, or both

  Database Performance
Our demo application
Database Properties
  If you see this in your Advanced tab, your ODS is version 20




  Upgrade the ODS to 43 by selecting the database from the Files tab
  of the Domino Administrator. In the Tools pane, select
  Database -> Compact.

  Verify that the database extension is not .ns4 or .ns5
Advanced Database Properties
  Now that we have the Advanced properties...
     Don’t maintain unread marks
     Document table bitmap optimization
     Don't overwrite free space
     Maintain Last Accessed property
     Disable transaction logging
     Allow soft deletions
     Don't support specialized response hierarchy
     Don't allow headline monitoring
     Allow more fields in database
     Use LZ1 compression for attachments
     Limiting the number of entries in the $UpdatedBy & $Revisions fields

  Check Domino Designer Help – ‘Properties that improve database
  performance’ for more information
Form - Layout
  Layout will depend on whether it is a Notes-based application or a
  Web-based application

  Many options are available, but remember that cleaner is better

  One way an application can be modified is through style sheets
Adding CSS to the application
  Cascading style sheets (CSS) is an easy way to give the application
  a consistant look and feel

  Domino supports many style sheet properties including:
     Background color
     Font
     Border and margin options

  A complete list of properties can be found in Domino Designer Help

  Try it today at HND105 ‘The Ultimate Make-Over of an IBM Lotus
  Domino Site Using CSS’
     Goes with session BP306 ‘How to Make IBM Lotus Domino Sites That Don't Look
     (or Act) Like Lotus Domino’
Form – Field formulas
  Review the field formulas

  Many times, code can be reused
     @ThisName
     @ThisValue

  CAUTION – Sometimes it’s okay to NOT share
Views
  Shared Columns… more sharing goodness

  Using views to create documents

  Adding colors to a view

  Soft deletions view
     @Command( [EditRestoreDocument] )
     NOTE: @Command does NOT work from the Web
More fun with views in Lotus Domino 7.0.2
  RSS feed generator
     Allowing more people to get the information in different ways
Adding Sametime to your application
  For a view:
Adding Sametime to your application
  For a field (for a Name data type):




  You can even assign a Contact List Group label for the field
Database performance
  Besides database properties…

  Required reading: IBM Redbook - Performance Considerations
  for Domino Applications (IBM Form Number SG24-5602-00)

  nsftools.com – Julian Robichaux
  ‘12 Thoughts About Making Code More Efficient’
     http://www.nsftools.com/blog/blog-09-2003.htm#09-08-03


Best advice from Julian…
  “Know when to say when.”
If all else fails
   Remember…
Application Development with Lotus software
New Web Site!

Discover how Lotus software
helps you develop Productivity
Applications for your People

You will learn:
  How Lotus software helps address
  your application development needs.
  Key technical benefits you can
  realize through Lotus software.
  The combined Lotus software
  offerings that deliver these benefits

                            Visit today!
                       ibm.com/lotus/appdev
                      (Enhancements planned throughout 1Q)
Other Sessions of Interest
  JMP301 JavaScript and AJAX JumpStart
  HND104 AJAX for IBM Lotus Domino Hands-On
     Scott Good

  JMP201 IBM Lotus Notes Development for Non-Developers
     Kevin Pettitt

  BP104 Worst Practices in IBM Lotus Domino Environments
     Bill Buchan & Paul Mooney

  AD304 IBM Lotus Domino Web Access Customization
     Vinod Seraphin & Shu Sia Lukito

  AD502 Creating Maintainable IBM Lotus Notes and Domino
  Applications
     Rocky Oliver
Other Sessions of Interest - continued
  BP306 How to Make IBM Lotus Domino Sites That Don't Look
  (or Act) Like Lotus Domino
  HND105 The Ultimate Make-Over of an IBM Lotus Domino Site
  Using CSS
     Scott Good & Henry Newberry

  BP311 The Great Code Giveaway – Web 2.0 Edition
     Viktor Krantz & Rob Novak

  AD401 Leveraging AJAX Frameworks to Build IBM Lotus Domino
  Web Applications
     Vinod Seraphin & Akira Sudoh

  AD402 @Formulas Meet AJAX
     Jack Ratcliff
Other Sessions of Interest - continued
  ID109 IBM Lotus Notes Hints, Tips, and Tricks
     Alan Lepofsky

  AD505 DevBlast - 30 LotusScript Tips
     Bill Buchan

  BP101 Designing the User Experience: Why Your Interface Matters
     Chris Blatnick, Nathan Freeman

  BOF507 OpenNTF - An Open Source Community
     Bruce Elgort

  AD305 Application Development with IBM Lotus Domino and IBM
  DB2 Integration
  HND106 IBM Lotus Domino NSFDB2: Development and Integration
  Hands-On
     Robert Bertolino, Patrick Mancuso & Giancarlo Giannini
Other Sessions of Interest - continued
  AD510 How to Deploy IBM Lotus Domino Applications to Mobile
  Phones
     Michael Brung, David Girle

  ID215 IBM Lotus Domino and RSS
     Mac Guidera & Dan Gurney

  BP305 From Retro to Rocket: Retooling R5 apps to IBM Lotus Notes
  and Domino 7 and Beyond
     Jack Dausman & Allison Pang
Additional Sites and Information
  CodeStore – www.codestore.net

  OpenNTF – www.openntf.org




  Taking Notes Podcast – takingnotes.openntf.org
     Bruce Elgort & Julian Robichaux

  IdoNotes Podcast – idonotes.com
     Chris Miller
Please remember to fill out your evaluation
  Name of Speaker
     Ray Bilyk

  Session:
     AD303

  Session Date:
     January 23 or January 25

  Session slides found at
  http://www.thepridelands.com
Legal Information
© IBM Corporation 2007. All Rights Reserved.
The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided
   for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any
   participant. While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is
   provided AS IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of,
   or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the
   effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the
   applicable license agreement governing the use of IBM software.
References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM
   operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based
   on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way.
   Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you
   will result in any specific sales, revenue growth or other results.
Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput
    or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of
    multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no
    assurance can be given that an individual user will achieve results similar to those stated here.
IBM, the IBM logo, Lotus, Lotus Notes, Notes, Domino, Sametime, WebSphere, Workplace and Lotusphere are trademarks of International
   Business Machines Corporation in the United States, other countries, or both.
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.
Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both.
Intel, Intel Centrino, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel
    Corporation or its subsidiaries in the United States and other countries.
UNIX is a registered trademark of The Open Group in the United States and other countries.
Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.
Other company, product, or service names may be trademarks or service marks of others.
All references to Acme Corp. refer to a fictitious company and are used for illustration purposes only.

Weitere ähnliche Inhalte

Was ist angesagt?

Presentation building the ibm®lotus®domino®8.5 infrastructure
Presentation   building the ibm®lotus®domino®8.5 infrastructurePresentation   building the ibm®lotus®domino®8.5 infrastructure
Presentation building the ibm®lotus®domino®8.5 infrastructurexKinAnx
 
IBM Connect 2014 AD 501 - IBM Worklight for IBM Domino Developers
IBM Connect 2014 AD 501 - IBM Worklight for IBM Domino DevelopersIBM Connect 2014 AD 501 - IBM Worklight for IBM Domino Developers
IBM Connect 2014 AD 501 - IBM Worklight for IBM Domino DevelopersMat Newman
 
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...John Head
 
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009Ed Brill
 
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...John Head
 
Introducing IBM Lotus Notes and Domino 8.5
Introducing IBM Lotus Notes and Domino 8.5Introducing IBM Lotus Notes and Domino 8.5
Introducing IBM Lotus Notes and Domino 8.5Thomas Coustenoble
 
bccon-2014 key01 ibm_collaboration_solutions_connect_2014
bccon-2014 key01 ibm_collaboration_solutions_connect_2014bccon-2014 key01 ibm_collaboration_solutions_connect_2014
bccon-2014 key01 ibm_collaboration_solutions_connect_2014ICS User Group
 
Iam Lug 2009 Integration And Coexistence Session
Iam Lug 2009   Integration And Coexistence SessionIam Lug 2009   Integration And Coexistence Session
Iam Lug 2009 Integration And Coexistence SessionJohn Head
 
Open mic what's new in ibm notes 9.0
Open mic   what's new in ibm notes 9.0Open mic   what's new in ibm notes 9.0
Open mic what's new in ibm notes 9.0Hansraj Mali
 
The History of Lotus Notes
The History of Lotus NotesThe History of Lotus Notes
The History of Lotus NotesPeter Presnell
 
MWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration StoryMWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration StoryJohn Head
 
bccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outbccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outICS User Group
 
Are You Ready for an Alternative in Application Development?
Are You Ready for an Alternative in Application Development?Are You Ready for an Alternative in Application Development?
Are You Ready for an Alternative in Application Development?LetsConnect
 
Application Modernization: Where Consumer, Social, and Mobile Converge
Application Modernization: Where Consumer, Social, and Mobile ConvergeApplication Modernization: Where Consumer, Social, and Mobile Converge
Application Modernization: Where Consumer, Social, and Mobile ConvergeJohn Head
 
IBM Connections – Managing Growth and Expansion
IBM Connections – Managing Growth and ExpansionIBM Connections – Managing Growth and Expansion
IBM Connections – Managing Growth and ExpansionLetsConnect
 
Customizing the Look of Lotus Notes 8
Customizing the Look of Lotus Notes 8Customizing the Look of Lotus Notes 8
Customizing the Look of Lotus Notes 8dominion
 
UKLUG - IBM Lotus Notes/Domino Application Development Competitive Advantage ...
UKLUG - IBM Lotus Notes/Domino Application Development Competitive Advantage ...UKLUG - IBM Lotus Notes/Domino Application Development Competitive Advantage ...
UKLUG - IBM Lotus Notes/Domino Application Development Competitive Advantage ...John Head
 
Domino app dev competitive advantage for blug
Domino app dev competitive advantage for blugDomino app dev competitive advantage for blug
Domino app dev competitive advantage for blugJohn Head
 
What’s Next? Application Modernization Roadmap For Socializing IBM Notes and ...
What’s Next? Application Modernization Roadmap For Socializing IBM Notes and ...What’s Next? Application Modernization Roadmap For Socializing IBM Notes and ...
What’s Next? Application Modernization Roadmap For Socializing IBM Notes and ...John Head
 
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...John Head
 

Was ist angesagt? (20)

Presentation building the ibm®lotus®domino®8.5 infrastructure
Presentation   building the ibm®lotus®domino®8.5 infrastructurePresentation   building the ibm®lotus®domino®8.5 infrastructure
Presentation building the ibm®lotus®domino®8.5 infrastructure
 
IBM Connect 2014 AD 501 - IBM Worklight for IBM Domino Developers
IBM Connect 2014 AD 501 - IBM Worklight for IBM Domino DevelopersIBM Connect 2014 AD 501 - IBM Worklight for IBM Domino Developers
IBM Connect 2014 AD 501 - IBM Worklight for IBM Domino Developers
 
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...
IBM Lotus Notes/Domino App. Dev. Competitive Advantage: The Social Business E...
 
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
Lotusphere 2009: INV102 Lotus Notes And Domino Strategy 2009
 
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
IBM Lotus Notes/Domino Application Development Competitive Advantage : The So...
 
Introducing IBM Lotus Notes and Domino 8.5
Introducing IBM Lotus Notes and Domino 8.5Introducing IBM Lotus Notes and Domino 8.5
Introducing IBM Lotus Notes and Domino 8.5
 
bccon-2014 key01 ibm_collaboration_solutions_connect_2014
bccon-2014 key01 ibm_collaboration_solutions_connect_2014bccon-2014 key01 ibm_collaboration_solutions_connect_2014
bccon-2014 key01 ibm_collaboration_solutions_connect_2014
 
Iam Lug 2009 Integration And Coexistence Session
Iam Lug 2009   Integration And Coexistence SessionIam Lug 2009   Integration And Coexistence Session
Iam Lug 2009 Integration And Coexistence Session
 
Open mic what's new in ibm notes 9.0
Open mic   what's new in ibm notes 9.0Open mic   what's new in ibm notes 9.0
Open mic what's new in ibm notes 9.0
 
The History of Lotus Notes
The History of Lotus NotesThe History of Lotus Notes
The History of Lotus Notes
 
MWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration StoryMWLUG 2011: The Never Ending Integration Story
MWLUG 2011: The Never Ending Integration Story
 
bccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&outbccon-2014 dev04 domino_apps_reaching_up&out
bccon-2014 dev04 domino_apps_reaching_up&out
 
Are You Ready for an Alternative in Application Development?
Are You Ready for an Alternative in Application Development?Are You Ready for an Alternative in Application Development?
Are You Ready for an Alternative in Application Development?
 
Application Modernization: Where Consumer, Social, and Mobile Converge
Application Modernization: Where Consumer, Social, and Mobile ConvergeApplication Modernization: Where Consumer, Social, and Mobile Converge
Application Modernization: Where Consumer, Social, and Mobile Converge
 
IBM Connections – Managing Growth and Expansion
IBM Connections – Managing Growth and ExpansionIBM Connections – Managing Growth and Expansion
IBM Connections – Managing Growth and Expansion
 
Customizing the Look of Lotus Notes 8
Customizing the Look of Lotus Notes 8Customizing the Look of Lotus Notes 8
Customizing the Look of Lotus Notes 8
 
UKLUG - IBM Lotus Notes/Domino Application Development Competitive Advantage ...
UKLUG - IBM Lotus Notes/Domino Application Development Competitive Advantage ...UKLUG - IBM Lotus Notes/Domino Application Development Competitive Advantage ...
UKLUG - IBM Lotus Notes/Domino Application Development Competitive Advantage ...
 
Domino app dev competitive advantage for blug
Domino app dev competitive advantage for blugDomino app dev competitive advantage for blug
Domino app dev competitive advantage for blug
 
What’s Next? Application Modernization Roadmap For Socializing IBM Notes and ...
What’s Next? Application Modernization Roadmap For Socializing IBM Notes and ...What’s Next? Application Modernization Roadmap For Socializing IBM Notes and ...
What’s Next? Application Modernization Roadmap For Socializing IBM Notes and ...
 
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
MWLUG 2010 - “Kum Bah Yah” meets “Lets Kick Butt” : The Integration of IBM Lo...
 

Ähnlich wie AD303 - Extreme Makeover: IBM Lotus Domino Application Edition

Domino 8.5 Presentation for ATLUG
Domino 8.5 Presentation for ATLUGDomino 8.5 Presentation for ATLUG
Domino 8.5 Presentation for ATLUGDarren Duke
 
Harness the power of XPages in Lotus Domino
Harness the power of XPages in Lotus DominoHarness the power of XPages in Lotus Domino
Harness the power of XPages in Lotus Dominodominion
 
Notes Domino Symphony Strategy May2009
Notes Domino Symphony Strategy May2009Notes Domino Symphony Strategy May2009
Notes Domino Symphony Strategy May2009Ed Brill
 
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And DxlBp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxldominion
 
AD308: XPages in a Social World
AD308: XPages in a Social WorldAD308: XPages in a Social World
AD308: XPages in a Social Worldpaidi_ed
 
Lotus Notes/Domino update for Lotus user groups - Q4 2007
Lotus Notes/Domino update for Lotus user groups - Q4 2007Lotus Notes/Domino update for Lotus user groups - Q4 2007
Lotus Notes/Domino update for Lotus user groups - Q4 2007Ed Brill
 
MWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive AdvantageMWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive AdvantageJohn Head
 
Entwicker camp2007 calling-the-c-api-from-lotusscript
Entwicker camp2007 calling-the-c-api-from-lotusscriptEntwicker camp2007 calling-the-c-api-from-lotusscript
Entwicker camp2007 calling-the-c-api-from-lotusscriptBill Buchan
 
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...John Head
 
Notes/Domino Application Development Competitive Advantage - UKLUG 2011 Edition
Notes/Domino Application Development Competitive Advantage - UKLUG 2011 EditionNotes/Domino Application Development Competitive Advantage - UKLUG 2011 Edition
Notes/Domino Application Development Competitive Advantage - UKLUG 2011 EditionJohn Head
 
The Notes/Domino Application Development Competitive Advantage - IamLUG
The Notes/Domino Application Development Competitive Advantage - IamLUGThe Notes/Domino Application Development Competitive Advantage - IamLUG
The Notes/Domino Application Development Competitive Advantage - IamLUGJohn Head
 
Lotusphere 2012: BP110 Performance Boost for your Notes Client
Lotusphere 2012: BP110 Performance Boost for your Notes ClientLotusphere 2012: BP110 Performance Boost for your Notes Client
Lotusphere 2012: BP110 Performance Boost for your Notes Clientpanagenda
 
Domino app dev competitive advantage final
Domino app dev competitive advantage finalDomino app dev competitive advantage final
Domino app dev competitive advantage finalJohn Head
 
Microsoft lync server 2013 step by step for anyone
Microsoft lync server 2013  step by step for anyoneMicrosoft lync server 2013  step by step for anyone
Microsoft lync server 2013 step by step for anyoneVinh Nguyen
 
Microsoft lync server 2013 step by step for anyone
Microsoft lync server 2013 step by step for anyoneMicrosoft lync server 2013 step by step for anyone
Microsoft lync server 2013 step by step for anyoneVinh Nguyen
 
Introducing ibm-lotus-notes-and-domino-85-slideshow-1231267606343259-1
Introducing ibm-lotus-notes-and-domino-85-slideshow-1231267606343259-1Introducing ibm-lotus-notes-and-domino-85-slideshow-1231267606343259-1
Introducing ibm-lotus-notes-and-domino-85-slideshow-1231267606343259-1Mehdi Loutfi
 

Ähnlich wie AD303 - Extreme Makeover: IBM Lotus Domino Application Edition (20)

Connectr #6
Connectr #6Connectr #6
Connectr #6
 
Domino 8.5 Presentation for ATLUG
Domino 8.5 Presentation for ATLUGDomino 8.5 Presentation for ATLUG
Domino 8.5 Presentation for ATLUG
 
Harness the power of XPages in Lotus Domino
Harness the power of XPages in Lotus DominoHarness the power of XPages in Lotus Domino
Harness the power of XPages in Lotus Domino
 
Notes Domino Symphony Strategy May2009
Notes Domino Symphony Strategy May2009Notes Domino Symphony Strategy May2009
Notes Domino Symphony Strategy May2009
 
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And DxlBp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
Bp308 Ibm Lotus Domino Web Facelift Using Ajax And Dxl
 
AD308: XPages in a Social World
AD308: XPages in a Social WorldAD308: XPages in a Social World
AD308: XPages in a Social World
 
Lotus Notes/Domino update for Lotus user groups - Q4 2007
Lotus Notes/Domino update for Lotus user groups - Q4 2007Lotus Notes/Domino update for Lotus user groups - Q4 2007
Lotus Notes/Domino update for Lotus user groups - Q4 2007
 
MWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive AdvantageMWLUG 2011: Notes/Domino Application Development Competitive Advantage
MWLUG 2011: Notes/Domino Application Development Competitive Advantage
 
Entwicker camp2007 calling-the-c-api-from-lotusscript
Entwicker camp2007 calling-the-c-api-from-lotusscriptEntwicker camp2007 calling-the-c-api-from-lotusscript
Entwicker camp2007 calling-the-c-api-from-lotusscript
 
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
BP218 IBM Lotus Notes 8 and IBM Lotus Expeditor Customization for LotusScript...
 
Notes/Domino Application Development Competitive Advantage - UKLUG 2011 Edition
Notes/Domino Application Development Competitive Advantage - UKLUG 2011 EditionNotes/Domino Application Development Competitive Advantage - UKLUG 2011 Edition
Notes/Domino Application Development Competitive Advantage - UKLUG 2011 Edition
 
The Notes/Domino Application Development Competitive Advantage - IamLUG
The Notes/Domino Application Development Competitive Advantage - IamLUGThe Notes/Domino Application Development Competitive Advantage - IamLUG
The Notes/Domino Application Development Competitive Advantage - IamLUG
 
Bp205
Bp205Bp205
Bp205
 
Lotusphere 2012: BP110 Performance Boost for your Notes Client
Lotusphere 2012: BP110 Performance Boost for your Notes ClientLotusphere 2012: BP110 Performance Boost for your Notes Client
Lotusphere 2012: BP110 Performance Boost for your Notes Client
 
Domino app dev competitive advantage final
Domino app dev competitive advantage finalDomino app dev competitive advantage final
Domino app dev competitive advantage final
 
Microsoft lync server 2013 step by step for anyone
Microsoft lync server 2013  step by step for anyoneMicrosoft lync server 2013  step by step for anyone
Microsoft lync server 2013 step by step for anyone
 
Microsoft lync server 2013 step by step for anyone
Microsoft lync server 2013 step by step for anyoneMicrosoft lync server 2013 step by step for anyone
Microsoft lync server 2013 step by step for anyone
 
Introducing ibm-lotus-notes-and-domino-85-slideshow-1231267606343259-1
Introducing ibm-lotus-notes-and-domino-85-slideshow-1231267606343259-1Introducing ibm-lotus-notes-and-domino-85-slideshow-1231267606343259-1
Introducing ibm-lotus-notes-and-domino-85-slideshow-1231267606343259-1
 
What's new in designer
What's new in designerWhat's new in designer
What's new in designer
 
Bp309
Bp309Bp309
Bp309
 

Kürzlich hochgeladen

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Kürzlich hochgeladen (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

AD303 - Extreme Makeover: IBM Lotus Domino Application Edition

  • 1.
  • 2. AD303 Extreme Makeover – IBM® Lotus® Domino® Application Edition Ray Bilyk Certified Instructor Data Planners, Inc. ®
  • 3. Ray Bilyk IBM Certified Instructor IBM® Lotus® Notes® and Domino® 7 IBM Lotus Notes and Domino 6.x Certified Lotus Instructor (CLI) since release 4 IBM Certified Advanced Developer & Administrator since R4.x Certified in IBM AIX, Microsoft, Novell as well Instructor and Primary Support at Data Planners, Inc. (Southfield, Michigan) Speaker and Member of Detroit Notes Professionals User Group Blogger / Podcaster http://www.thepridelands.com http://thepridelands.podshow.com
  • 4. My REAL ‘claims to fame’ Grappled with (and DEFEATED) two professional wrestlers Bowled a perfect game at a tournament in 1998 Counselor for inner-city youth group since 1988 Proud father of Kiara Anne!
  • 5. Session description Your once ‘state of the art’ applications are now showing their age, which means it’s time for an ‘extreme makeover’. You'll learn how to take a Lotus Notes and Domino application and apply new features from Notes and Domino releases 6 and 7 that make your old applications look and act like new. Watch not only how an old application can be given a visual makeover, but how to apply new features that will improve application performance.
  • 6. Agenda What is an ‘Extreme Makeover’? What it is NOT… First Steps What’s New in release 6.x and 7 Where do we go from here? Database properties Other design properties If all else fails… Conclusion
  • 7. What is an “Extreme Makeover”? According to Wikipedia: A television program from ABC in which individuals volunteer to receive an extensive makeover in Hollywood. http://en.wikipedia.org/wiki/Extreme_Makeover According to me: Taking an IBM Lotus Domino application created in previous versions of Notes/Domino and applying ‘new’ technology and features to improve the look (and possibly the performance) of the application.
  • 8. What this “Extreme Makeover” is NOT… It is NOT ‘rip and replace’ ‘Extreme Makeover: Home Edition’ has a tendency to tear the house down and rebuild a new one This is usually NOT necessary in Notes/Domino It is NOT necessarily ‘Best Practices’ Sessions like that will be mentioned at the end It is NOT a code giveaway It is NOT a session on every feature currently available It is NOT Ty Pennington’s session!
  • 9. First Steps Examine existing application What works? What doesn’t work? Find the application audience Current audience Future audience? Look at it with ‘new eyes’ Have existing audience examine the application Let a neutral audience check it out
  • 10. What’s new? In Release 6 @ThisName and @ThisValue Field hints New field type: Rich Text Lite Embedded elements Goodbye layout regions… Hello Layers! Color fields Enhancements to tabbed tables Changing the twistie image Allowing view customizations Creating documents at a view level View style options Adding colors to a view @Command([EditRestoreDocument])
  • 11. What’s new? In Release 7 RSS feed generation (7.0.2) Shared columns Autosaving documents Tighter Sametime Integration Using web services design elements Agent profiling Store, view and access application data in DB2 Adding actions to the right mouse click menu New @Functions and LotusScript Methods/Properties
  • 12. Where do we go from here? Database Properties Form(s) Layout Field formulas Views Remember to evaluate for either Notes clients, Web clients, or both Database Performance
  • 14. Database Properties If you see this in your Advanced tab, your ODS is version 20 Upgrade the ODS to 43 by selecting the database from the Files tab of the Domino Administrator. In the Tools pane, select Database -> Compact. Verify that the database extension is not .ns4 or .ns5
  • 15. Advanced Database Properties Now that we have the Advanced properties... Don’t maintain unread marks Document table bitmap optimization Don't overwrite free space Maintain Last Accessed property Disable transaction logging Allow soft deletions Don't support specialized response hierarchy Don't allow headline monitoring Allow more fields in database Use LZ1 compression for attachments Limiting the number of entries in the $UpdatedBy & $Revisions fields Check Domino Designer Help – ‘Properties that improve database performance’ for more information
  • 16. Form - Layout Layout will depend on whether it is a Notes-based application or a Web-based application Many options are available, but remember that cleaner is better One way an application can be modified is through style sheets
  • 17. Adding CSS to the application Cascading style sheets (CSS) is an easy way to give the application a consistant look and feel Domino supports many style sheet properties including: Background color Font Border and margin options A complete list of properties can be found in Domino Designer Help Try it today at HND105 ‘The Ultimate Make-Over of an IBM Lotus Domino Site Using CSS’ Goes with session BP306 ‘How to Make IBM Lotus Domino Sites That Don't Look (or Act) Like Lotus Domino’
  • 18. Form – Field formulas Review the field formulas Many times, code can be reused @ThisName @ThisValue CAUTION – Sometimes it’s okay to NOT share
  • 19. Views Shared Columns… more sharing goodness Using views to create documents Adding colors to a view Soft deletions view @Command( [EditRestoreDocument] ) NOTE: @Command does NOT work from the Web
  • 20. More fun with views in Lotus Domino 7.0.2 RSS feed generator Allowing more people to get the information in different ways
  • 21. Adding Sametime to your application For a view:
  • 22. Adding Sametime to your application For a field (for a Name data type): You can even assign a Contact List Group label for the field
  • 23. Database performance Besides database properties… Required reading: IBM Redbook - Performance Considerations for Domino Applications (IBM Form Number SG24-5602-00) nsftools.com – Julian Robichaux ‘12 Thoughts About Making Code More Efficient’ http://www.nsftools.com/blog/blog-09-2003.htm#09-08-03 Best advice from Julian… “Know when to say when.”
  • 24. If all else fails Remember…
  • 25. Application Development with Lotus software New Web Site! Discover how Lotus software helps you develop Productivity Applications for your People You will learn: How Lotus software helps address your application development needs. Key technical benefits you can realize through Lotus software. The combined Lotus software offerings that deliver these benefits Visit today! ibm.com/lotus/appdev (Enhancements planned throughout 1Q)
  • 26. Other Sessions of Interest JMP301 JavaScript and AJAX JumpStart HND104 AJAX for IBM Lotus Domino Hands-On Scott Good JMP201 IBM Lotus Notes Development for Non-Developers Kevin Pettitt BP104 Worst Practices in IBM Lotus Domino Environments Bill Buchan & Paul Mooney AD304 IBM Lotus Domino Web Access Customization Vinod Seraphin & Shu Sia Lukito AD502 Creating Maintainable IBM Lotus Notes and Domino Applications Rocky Oliver
  • 27. Other Sessions of Interest - continued BP306 How to Make IBM Lotus Domino Sites That Don't Look (or Act) Like Lotus Domino HND105 The Ultimate Make-Over of an IBM Lotus Domino Site Using CSS Scott Good & Henry Newberry BP311 The Great Code Giveaway – Web 2.0 Edition Viktor Krantz & Rob Novak AD401 Leveraging AJAX Frameworks to Build IBM Lotus Domino Web Applications Vinod Seraphin & Akira Sudoh AD402 @Formulas Meet AJAX Jack Ratcliff
  • 28. Other Sessions of Interest - continued ID109 IBM Lotus Notes Hints, Tips, and Tricks Alan Lepofsky AD505 DevBlast - 30 LotusScript Tips Bill Buchan BP101 Designing the User Experience: Why Your Interface Matters Chris Blatnick, Nathan Freeman BOF507 OpenNTF - An Open Source Community Bruce Elgort AD305 Application Development with IBM Lotus Domino and IBM DB2 Integration HND106 IBM Lotus Domino NSFDB2: Development and Integration Hands-On Robert Bertolino, Patrick Mancuso & Giancarlo Giannini
  • 29. Other Sessions of Interest - continued AD510 How to Deploy IBM Lotus Domino Applications to Mobile Phones Michael Brung, David Girle ID215 IBM Lotus Domino and RSS Mac Guidera & Dan Gurney BP305 From Retro to Rocket: Retooling R5 apps to IBM Lotus Notes and Domino 7 and Beyond Jack Dausman & Allison Pang
  • 30. Additional Sites and Information CodeStore – www.codestore.net OpenNTF – www.openntf.org Taking Notes Podcast – takingnotes.openntf.org Bruce Elgort & Julian Robichaux IdoNotes Podcast – idonotes.com Chris Miller
  • 31. Please remember to fill out your evaluation Name of Speaker Ray Bilyk Session: AD303 Session Date: January 23 or January 25 Session slides found at http://www.thepridelands.com
  • 32. Legal Information © IBM Corporation 2007. All Rights Reserved. The workshops, sessions and materials have been prepared by IBM or the session speakers and reflect their own views. They are provided for informational purposes only, and are neither intended to, nor shall have the effect of being, legal or other guidance or advice to any participant. While efforts were made to verify the completeness and accuracy of the information contained in this presentation, it is provided AS IS without warranty of any kind, express or implied. IBM shall not be responsible for any damages arising out of the use of, or otherwise related to, this presentation or any other materials. Nothing contained in this presentation is intended to, nor shall have the effect of, creating any warranties or representations from IBM or its suppliers or licensors, or altering the terms and conditions of the applicable license agreement governing the use of IBM software. References in this presentation to IBM products, programs, or services do not imply that they will be available in all countries in which IBM operates. Product release dates and/or capabilities referenced in this presentation may change at any time at IBM’s sole discretion based on market opportunities or other factors, and are not intended to be a commitment to future product or feature availability in any way. Nothing contained in these materials is intended to, nor shall have the effect of, stating or implying that any activities undertaken by you will result in any specific sales, revenue growth or other results. Performance is based on measurements and projections using standard IBM benchmarks in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon many factors, including considerations such as the amount of multiprogramming in the user's job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve results similar to those stated here. IBM, the IBM logo, Lotus, Lotus Notes, Notes, Domino, Sametime, WebSphere, Workplace and Lotusphere are trademarks of International Business Machines Corporation in the United States, other countries, or both. Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both. Intel, Intel Centrino, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. UNIX is a registered trademark of The Open Group in the United States and other countries. Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both. Other company, product, or service names may be trademarks or service marks of others. All references to Acme Corp. refer to a fictitious company and are used for illustration purposes only.