Lotusphere update, and a question...
Category Lotusphere
Bookmark :
Planning for the Best Practices track at Lotusphere 2005 is going great. We have had a ton of awesome submissions, and are now going through the process of narrowing the track down to the "best" ones for this year. BTW, this year will be the biggest Best Practice track yet, which means more content for people in the field, by people in the field. I don't think you'll be disappointed.
On a more personal note I am looking for some input from you, gentle reader (and Lotusphere 2005 attendee!). I am going to do a "Formula" session at Lotusphere this year, but I am not sure about what direction to go with it. So, rather than guess what attendees want to see (or do what I feel like doing ;) ), I thought I would ask you - what do you want to see with regards to Formulas? Some possible topics include:
- Basic best practices with Formulas - why you should use them, best practice techniques, etc.
- Using Formulas on the Web - formulas that can/cannot be used on the web, techniques for using formulas, etc.
- Advanced Formula Examples - assume you know the basics, just basically go through a bunch of advanced Formula techniques like keyword tables, list manipulation, using hashes, etc.
- Something I haven't thought of yet!
Let me know which one of these interests you, or use the last bullet as an invitation to suggest something not listed - tell me what you want to see, what you're curious about, or what you want to know more about. I'll put together a session based on the suggestions here, and that's what you'll see at Lotusphere! Think of it as a "Geek's Choice Formula Session" ;)
Thanks!
Rock
**Bad Spellers of the world UNTIE!







Blog Roll









Comments
How about the difference in speed between certain R5 vs. R6 @commands or @formulas ?
I heard from a few people, that certain expressions are very fast on R5, but very slow R6 (I assume this has something to do with rewrite of the @formula-engine in R6).
Jeroen
Posted by Jeroen Jacobs At 05:51:13 AM On 11/09/2004 | - Website - |
I think you should include "@SetViewInfo: the Agony and the Ecstacy", especially when used with Framesets!
Posted by Christopher Byrne At 12:25:20 PM On 11/12/2004 | - Website - |
Rock
Posted by Rock At 08:14:23 AM On 11/10/2004 | - Website - |
Rock
Posted by Rock At 09:41:45 PM On 11/12/2004 | - Website - |
Damien, I think that the reason for the underuse of @Transform is the documentation in Designer Help -- it is not at all clear that the transformed array is the result of the formula. The Help doc almost implies that the original array will be transformed in situ, since the only example in which the value is assigned has the value assigned to a field using FIELD -- it's never assigned to a variable. Of course, if you use the original array after running @Transform, it will be the same as it was before, therefore @Transform "doesn't work", and we'll move on to @For.
Posted by Stan Rogers At 09:22:07 AM On 11/15/2004 | - Website - |
Maybe another good section would be on comparing formula to script, speed comparisons etc.
Posted by Declan Lynch At 04:48:20 PM On 11/09/2004 | - Website - |
Its wicked efficient, way better for looping over all elements than @For. People might actually use it if I had called it @ForAll or something like that.
Posted by Damien Katz At 12:29:17 AM On 11/11/2004 | - Website - |
-Grey
Posted by Greyhawk68 At 10:27:47 AM On 11/09/2004 | - Website - |
More and more I think an "Formula Big Top" session would be fun - can you see the abstract I'm going to write?
"COME SEE amazing @function feats! WATCH lists transform before your very eyes! COMMAND single lines of code to do the work of TEN JAVASCRIPT LINES! GAZE at the beatiful @Sort as she "massages" your messy list into order!"
OK, I think we have a WINNA here!
Thoughts? BTW, I would love to have your "acts" for the Formula Big Top. If I use a trick of yours, you get full credit in the demo code and on the slides.
Rock
Posted by Rock At 07:52:13 AM On 11/11/2004 | - Website - |
Posted by Stan Rogers At 02:11:23 PM On 11/09/2004 | - Website - |
Also, some stuff on decent error handling techniques.
Posted by Nathan T. Freeman At 03:42:16 AM On 11/10/2004 | - Website - |
Everything You Ever Wanted To Know About Lists* But Were Afraid To Ask
NULL Is A Keyword, And Other Formula Myths
Refactoring Old Notes Code With New Formula Language Features
-rich
Posted by Richard Schwartz At 12:27:17 AM On 11/10/2004 | - Website - |
Posted by Damien Katz At 11:01:00 AM On 11/09/2004 | - Website - |
I'd love to see an advanced formula session. I tend to go to Lotusscript for anything complex, so I sometimes miss out on just how far along the formula language has come.
r.
Posted by Rob Thomas At 01:33:42 PM On 11/09/2004 | - Website - |