Watchlist for Pernille HeroldHelpHelp

TagsHelpHelp

Tags for Pernille Herold

PeopleHelpHelp

People Related to Pernille Herold

Notify
 
Cancel

Flag this bookmark as broken

Cancel
 

By Pernille HeroldX|
  • 1
  • -
  • 9
  • of
  • 9
  • Previous
  • Next
  • 1

8.5.2 Notes/Domino‎

Pernille Herold - 2010-04-19 07:46:15.802

Her er lidt udvikler nyheder om hvad der kommer i 8.5.2. Forvent at der kommer flere iløbet af de næste uger da det nu officielt er tilladt for Beta testerne at udtale sig om rettelserne. ‎

  • More Actions

Turtleweb blog med masser af Sametime 8.5‎

Pernille Herold - 2010-02-26 20:41:51.665

  • More Actions

Har du problemer med at få lov til at tage afsted til Lotusphere?‎

Pernille Herold - 2009-11-18 07:27:48.207 | Tags: lotusphere

Her er så en "ansøgning" du måske kan bruge. Dette er beskrivelsen og linket fører dig til selve dokumentet. (Det er denne Warren som er gæste taler på admin sporet til foråret 2010).

"You ask each year around this time, hoping to push your bosses over the edge to send you to Lotusphere. You use the lure of the early discount pricing. You send them numerous blog postings and announcements on all the technical information being shared there. You leave hints on their desks, email, phone messages, and even IM clients. Yet you still have to make a business case to them that feels more like a firing squad than an appeal to attend the largest conference on the software that runs your enterprise.
Our own contributor to the weekly newsletter, Warren Elsmore, actually created a document a few years ago that stands true today. While you will need to update pricing, discounts dates, and the other information that changes over time, the basics of what Lotusphere can offer stands the same. You can grab the document for editing right here!
One of the key items to note is the direct access to the actual writers of the Lotus code and top business partners who can answer pretty much any question you have regarding deployment, errors, and planning. Highlight the labs, Gurupalooza and Ask the Developers. Make the effort to get your tired butt up for the early morning Birds-of-a-Feather discussions, where people with your exact questions and problems get together in roundtable format.
Warren does a nice job of dedicating an entire section to the retraining and presentations you offer to give when you return. I have seen many companies require this of the employee they send to Lotusphere. Once there, you are expected to gain some valuable knowledge to share with the team or management. Many of the presentations will be online and ready for you to download in pdf format. Some presenters will also have optional attachments for white papers or sample databases with code. If there isn't, do not be afraid to email the presenter for further information. Speakers are there to teach and share knowledge. Utilize them! I love getting follow-up emails after any seminar or conference. It lets me know people want to see my content or maybe I didn't explain something enough.
If you are in the position to fight for a place at Lotusphere, make sure you have what you need to make the argument. This pdf is a great start. Oh, and make sure you change the version numbers also, unless you are really just migrating to Domino 7.

  • More Actions

Computerworld - Lotus angriber Microsofts markedstal for mail-kunder‎

Pernille Herold - 2009-09-24 07:58:22.305

"Microsofts tal er latterlige og opdigtede," siger Lotus Notes - og kaster egne tal tilbage i kampen mod Exchange om hvem, der har flest mail-kunder. ‎

  • More Actions

DAOS Updates for Domino 8.5.1‎

Pernille Herold and 1 other - 2009-09-22 23:42:58.086

DAOS Updates for Domino 8.5.1 ‎

  • More Actions

IBM Lotus Knows‎

Pernille Herold - 2009-09-22 09:04:50.726

Research and insights on Chief Information Officers as change leaders and their ability to drive change, innovation and efficiency to help build a smarter enterprise ‎

  • More Actions

Live stream mandag 21 September kl 10.30 fra Collaboration University i London - Kik med!‎

Pernille Herold - 2009-09-20 21:13:12.342

Live streaming keynnote Monday for Collaboration University 2009 - London with Darren Adams ‎

  • More Actions

LotusScript Gold Collection‎

Pernille Herold - 2009-09-17 13:54:46.192

This is not a complete application, but a toolkit of reusable LotusScript libraries that can be included in your applications. There may also be any required supporting design elements (subform used in dialog, etc), and sample code to show how the functions in the script libraries are invoked.

Planned contents include:

[*] AttachmentAdder: adds file attachments (and images) to documents and rich text items.

[*] ReportGenerator: a tool to make it easier to create rich-text reports (including tables), which also tries to intelligently maximize the extent to which line breaks are used as opposed to paragraph breaks, so that there are fewer paragraphs (which is more efficient).

[*] StringDiff: a tool for comparing two pieces of text and generating a list of the differences and the same parts. This can be used for tools that summarize differences between replication conflict documents, for instance, or for automatically assigning credit for wiki articles by comparing the amount of text contributed by different authors.

[*] ClassicDataStructures: The classic data structures: Stack, Queue, Prioritized Queue, a Tree or two, and sorted and unsorted collections, designed for use with any content type or easily subclassed for better datatype control.

[*] RTDataTable: supports configuring applications based on data stored in a table in a rich text item. So for instance, you might have a product catalog in tabular form, and store it all in one document (or multiple documents if there's some logical division). The data could either be extracted "live" at runtime using LotusScript, or copies stored in an easier-to-manage form when the document is saved, so that they can be retrieved with lookups. The idea is that the user has an easy-to-edit table in which they can copy, paste, reorder rows, change column widths and even reorder columns or add "comment" columns which aren't part of the official data, and have this free-form data drive processes in the code.

[*] OptionalMessage: Support for messageboxes that include a checkbox the user can tick to avoid being shown that message again. The system keeps track for each user which messages they have asked to not see anymore.

[*] SendKey: (Windows-only, uses OS functions) Send keystroke sequences to the operating system, detect whether Ctrl or other keys are depressed. If there are implementations for other OS we would like to add them, along with automated detection of which OS you're on.

[*] Newsletter: Similar to the builtin NotesNewsletter class but allowing more control, this class lets you build up reports to send to users by email, including doclinks and data arranged in tables.

[*] ProgressBar: A base class and a couple of variations for reporting progress to users during long-running agents. Includes support for automatically disabling the progress bar when in debug mode.

[*] TempFileManager: Creates a temporary folder for your temporary files, creates the files on demand, and cleans up when you're all done.

[*] UniqueKey: Code to test whether the user is entering a unique value in a field, or a combination of fields (i.e. the combined value must be unique), as part of a form validation.</ul>

Depending on available time, these may not all be in the 1.0 version. We are also open to adding libraries from other contributors (please!), which will be carefully vetted, tested and code reviewed.

The target version is Notes 8.5 or later, but most of this stuff should also work in earlier versions. ‎

  • More Actions

Collaboration University 2009‎

Pernille Herold - 2009-04-19 18:54:45.133 | Tags: connectionsquickrsametime

Rigtig god konference om Sametime, Quickr og Connections- ‎

  • More Actions
  • Previous
  • Next
Feed for this page  HelpHelp
Skip to main content link. Accesskey S
IBM Lotus Connections Help Tools About