355 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Forum | Blogs | Search | myPL | About 
 
Latest 7 Posts
fantastic new single from Alexa Wilkinson
Wed, Jul 21st 2010 29
keeping things in perspective
Wed, Jul 7th 2010 101
the power of the extensibility API
Thu, Jul 1st 2010 140
characteristics of an App Store
Mon, Jun 28th 2010 185
Rolling your own authentication for REST API's - Epilogue
Fri, Jun 25th 2010 69
Rolling your own authentication for REST API's, part 6 - the sum of the parts
Fri, Jun 25th 2010 47
Rolling your own authentication for REST API's, part 5 - the Keymaster and the Gatekeeper
Wed, Jun 23rd 2010 113
Top 10
GUEST BLOG: Getting Serious about Domino as an App Dev Platform
Sun, Jun 20th 2010 698
how to make an XPage a "mashup" - Prologue
Fri, Mar 6th 2009 650
yet another reason 8.5.2 will rock
Tue, Apr 20th 2010 583
Rip and replace? Um... yeah, not so much.
Wed, May 19th 2010 499
Quick UI trick for XPages
Tue, Jun 16th 2009 303
tic-tac-toe for XPages
Mon, Apr 26th 2010 274
Rolling your own authentication for REST API's, part 1 - Putting your data to REST
Sat, Jun 19th 2010 265
we do because we must because we do
Sun, Mar 21st 2010 232
@GoogleSuggest()
Mon, Feb 22nd 2010 227
slides and example database from AD111
Mon, Feb 15th 2010 221


Tim Tripcony
Blog Title Tip of the Iceberg
Blog Description TimTripcony.com
Blog URL http://www.timtripcony.com/blog.nsf
RSS Feed http://www.timtripcony.com/blog.nsf/stories.xml
Validate Feed feedvalidator.org or validator.w3.org
Feed Last Checked Jul 30, 2010 6:01:46 AM EST. Realtime Update:
Languageen
Twitter URLhttp://www.twitter.com/timtripcony
Landed Here Dec 16, 2007
Location Canton
Posts: # / 1st / Latest - -
Total Hits 9,249. myPL RSS Selections: 84


Recent Blog Posts
29


fantastic new single from Alexa Wilkinson
Wed, Jul 21st 2010 5:20p   Tim Tripcony
My favorite singer/songwriter, Alexa Wilkinson has just released a great new single: "Waiting". You should totally check it out. Also, one of my favorite songs of hers, "Grey Skies", is included on an incredible compilation album, "1% for the Planet - The Music, Vol. 1". 41 tracks for $9.99. I'm a little fuzzy on the math, but if I'm not mistaken, that's, like, 24 cents a song.Oh, and she's touring with Lelia Broussard August 11 - 28. If they're coming to your town (or within driving distance), [read] Keywords: ldd lotus
101


keeping things in perspective
Wed, Jul 7th 2010 7:13p   Tim Tripcony
Because Domino Designer is now based on Eclipse, we suddenly have these wonderful things called "perspectives": basically, that term just means the sum total of all the interface components you see. In the case of Designer, that includes (among others) the applications navigator, control and data palettes, and panes for properties, events and problems. But (again, because Designer is now based on Eclipse) we can finally customize what Designer looks like: we can move stuff around, remove what we [read] Keywords: domino xpages application applications css eclipse interface java network properties server
140


the power of the extensibility API
Thu, Jul 1st 2010 3:38a   Tim Tripcony
Disclaimer: this post discusses features planned for version 8.5.2 of Lotus Notes and Domino. Version 8.5.2 has not yet been officially released. Ergo, what I'm about to describe to you may well vanish when the real thing arrives... if it does, I will be seriously tempted to continue using the beta version indefinitely. That is how powerful I consider the focus of this post to be. You might well be wondering what could possibly temper my tendency to upgrade to each bleeding edge version the very [read] Keywords: domino ibm ldd lotus notes notes client xpages apple application applications community dojo eclipse java properties server xml
185


characteristics of an App Store
Mon, Jun 28th 2010 2:52a   Tim Tripcony
Prior to the original release of the iPhone, I never heard any suggestion that Notes should have an App Store. The merits of OpenNTF, solutions catalog, "Nifty 50", sure... but nobody was calling any of these (or other theoretical entities) an "App Store" until the Apple App Store made apps the reason people buy an iPhone - not the fact that it's a phone. So I'm assuming that the success of that App Store is what has inspired some to believe that having an App Store for Notes would be A Good Thi [read] Keywords: admin domino lotus notes traveler apple applications blackberry iphone network openntf outlook security server
69


Rolling your own authentication for REST API's - Epilogue
Fri, Jun 25th 2010 2:10a   Tim Tripcony
In summary, let's recap some of the most unconventional characteristics of this approach to authentication: We're storing a hashed representation of the user's password directly within the application, but do not store their user ID within the same record. Despite not storing the user ID in the record that stores their password, we can rapidly retrieve the password when we need to because the UNID for that record adheres to a format that is both predictable and inexpensive to calculate. [read] Keywords: domino odf xpages application applications password security server
47


Rolling your own authentication for REST API's, part 6 - the sum of the parts
Fri, Jun 25th 2010 1:39a   Tim Tripcony
/** * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann * (http://qbnz.com/highlighter/ and http://geshi.org/) */ .java .de1, .java .de2 {font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;color: #000020;} .java {font-family:monospace;color: #006; border: 1px solid #d0d0d0; background-color: #f0f0f0;} .java a:link {color: #000060;} .java a:hover {background-color: #f0f000;} .java .imp {font-weight: bold; color: red;} .java li, [read] Keywords: domino ibm xpages application applications css database google java javascript xml
113


Rolling your own authentication for REST API's, part 5 - the Keymaster and the Gatekeeper
Wed, Jun 23rd 2010 10:20p   Tim Tripcony
[read] Keywords: domino xpages application css database google java password
62


Rolling your own authentication for REST API's, part 4 - Welcome to the club
Wed, Jun 23rd 2010 12:29a   Tim Tripcony
[read] Keywords: domino xpages application applications css database email google java password profile security




92


Rolling your own authentication for REST API's, part 3 - Anonymity is a warm blanket
Mon, Jun 21st 2010 12:37a   Tim Tripcony
Another aspect of this approach to authentication that may at first seem counter-intuitive is that, even if a valid token is passed with an API request, the user will not, in fact, be authenticated... that is, as far as Domino can determine. All data submitted and requested by consumer applications will be handled anonymously. You might well ask, "then what's the point?" Firstly, as was mentioned previously, we don't know that our consumers will handle cookies the same way that browsers do, and [read] Keywords: acl domino xpages application applications database interface java javascript server
698


GUEST BLOG: Getting Serious about Domino as an App Dev Platform
Sun, Jun 20th 2010 7:19p   Nathan T Freeman
This guest post from Nathan Freeman appears here because the comments on Nathan's blog are broken, and this post will definitely elicit some comments. Hope you enjoy. The last two weeks have seen a great deal of conversation about Notes & Domino as application platforms. I'm not going to rehash with a long series of links to other posts, but if you're unfamiliar with the conversation, check out http://edbrill.com and http://jonvon.net over the last week or so. The bulk of the c [read] Keywords: domino ibm notes application development email server
77


Rolling your own authentication for REST API's, part 2 - making a Token gesture
Sun, Jun 20th 2010 12:35a   Tim Tripcony
 A significant factor in the wide adoption of the REST architecture is that it liberates Internet data from the browser: any application or device with the capacity to issue HTTP requests can consume a REST API, allowing its own users to interact seamlessly with the application providing that API. One obstacle, however, to implementation of any REST API provider is... that it liberates data from the browser. Why is this potentially problematic? Because an API provider cannot take for granted al [read] Keywords: domino ibm lotus notes xpages application applications database password security server
265


Rolling your own authentication for REST API's, part 1 - Putting your data to REST
Sat, Jun 19th 2010 1:30a   Tim Tripcony
When I alluded recently to an article I've been working on - and asked for feedback on the format you'd prefer in which to view it - the consensus seemed to be not one of the options I listed, but rather a combination: split the content into chapters and post each as a separate blog entry, but also provide the entire article in PDF format. Without further ado, therefore, I humbly present the first chapter, along with a brief introductory paragraph. Rolling Your Own Authentication for REST AP [read] Keywords: domino ibm lotus xpages application applications blogging interface javascript server twitter wiki xml
48


speaking at MWLUG
Thu, Jun 17th 2010 4:16p   Tim Tripcony
I just received a notice that my abstract was accepted, so I will be presenting at this year's MWLUG: XPages: The Evolution of Possible XPages do not just provide a new way of developing the same Notes/Domino applications we always have; instead, they unlock a whole new realm of possibility, allowing us to include features in our applications that were previously considered difficult... if not impossible. In this session we will explore five pillars of functionality that will not merely ma [read] Keywords: domino lotus notes xpages application applications
90


quick tip: binding fields dynamically in a custom control
Mon, Jun 14th 2010 1:26p   Tim Tripcony
One issue I've occasionally seen cause others problems when developing in XPages is binding an edit control (i.e. input, textarea) to a dynamically named field. The archetypal example is a repeat control where you want to display a bunch of "line items", allowing users to add a new set of fields representing each item instead of having to add an entirely new document. As it turns out, this is surprisingly easy: just wrap the field in a custom control. Define a custom property of the contr [read] Keywords: ibm xpages properties
125


working on a lengthy article... how do you want it?
Wed, Jun 9th 2010 3:36a   Tim Tripcony
Chris Toohey (or, as I affectionately call him, "Winnie the Tooh") and I have long dreamed of creating true REST API's for Domino applications. In fact, some of you may remember that Yellowcast was originally created to establish an auditory documentary of our explorations in that area. And yes, to the many who have asked us (and even publicly called us out for not yet doing so), some new episodes are on the drawing board... we just haven't had time yet to record them. Some of you may also remem [read] Keywords: domino applications blogging development twitter wiki
52


speaking at IAMLUG
Wed, Jun 9th 2010 3:01a   Tim Tripcony
As evidenced by a slew of blog posts and the recently posted sessions list, this year's IAMLUG is shaping up to be quite the event. Joining the rest of the announced speakers list (which reads like a veritable "Who's Who" of our beloved community), Nathan and I will be co-presenting the following session: The Xpages Revolution: Scalabilité, Maintenabilité, Usabilité Are you ready to throw off the shackles of legacy code? Longing to realize the dreams of The Enlightenment? Tired of hea [read] Keywords: domino notes xpages applications community development interface sharepoint
126


Facebook Like as a custom control
Mon, May 24th 2010 4:07p   Tim Tripcony
[read] Keywords: ibm xpages css facebook java javascript properties xml
499


Rip and replace? Um... yeah, not so much.
Wed, May 19th 2010 9:50a   Tim Tripcony
I'll begin this post with what may prove to be the first of several disclaimers: the content to follow will duplicate some - perhaps much - of what I've already stated elsewhere... in emails, instant messages, hallway conversations at Lotusphere, comments on others' blogs, and maybe even some of my own blog posts. As I'll only be plagiarizing myself (and perhaps Toohey), I hope most of you can forgive me for doing so in an attempt to consolidate my thoughts on this topic into a form that can be [read] Keywords: acl domino formula language ibm lotus lotusphere lotusscript notes notes client xpages application applications community css database development interface java javascript mobile server xml
194


one month with the iPad
Fri, May 14th 2010 2:47a   Tim Tripcony
Approximately a month ago I gave in to the hype and purchased an iPad. Has it changed my life, as the hype suggested it would? I'll describe my experience thus far with the device and leave the answer to that question up to you. To establish a baseline, first allow me to disclaim that I am not an Apple fanboy. I have a fairly antiquated iPod I bought used on eBay 5 or 6 years ago, and had gradually stopped using it until my wife bought me a car stereo that (in addition to having an SD reader) [read] Keywords: agent domino lotusphere lotusscript notes notes client apple blogSphere bug email interface iphone ipod javascript laptop mac macbook network office server
274


tic-tac-toe for XPages
Mon, Apr 26th 2010 2:22a   Tim Tripcony
For various reasons, I spent part of my Sunday evening writing a 2-player tic-tac-toe game engine for XPages... click here to give it a try (per the usual, log in using your BleedYellow credentials). Since it's 2-player, you might want to first arrange for a partner to log in at the same time; otherwise, you'll just start a game and sit there waiting indefinitely for someone to join you. It's late and I'm sleepy, so I'm not going to bother posting the source database tonight, but if there's an [read] Keywords: xpages bleedyellow bleedyellow.com database wiki
583


yet another reason 8.5.2 will rock
Tue, Apr 20th 2010 2:57p   Tim Tripcony
The primary buzz topic thus far this week on PlanetLotus is the upcoming 8.5.2 release of Lotus Notes and Domino. As an employee of a Design Partner, I've gotten to play with it extensively, and figured I might as well weigh in. Put simply, 8.5.2 is, in my opinion, primarily a nuance release. Let's recap some of the tweaks that have already been announced elsewhere:Silent failover to a local replica when the server replica is unavailableMulti-threaded client replicationImprovements to indenti [read] Keywords: agent domino ibm lotus lotusscript notes notes client xpages application applications dojo eclipse firefox office planetlotus planetlotus.org server
163


refreshing more than one target ID in a single partial refresh event
Thu, Apr 8th 2010 12:27a   Tim Tripcony
 Since several folks have now asked me the same question, I'll go ahead and ask it here... and then answer it: Q: Is it possible to refresh more than one target ID during the same server-side event? A: Yes. Yes it is. Assuming you're now running version 8.5.1 of Domino or above (such as a DP code drop or managed beta of 8.5.2), there are three properties available to every server-side event that were not originally available in 8.5.0:onStartonCompleteonErrorEach of these properties is a String, [read] Keywords: agent domino xpages ajax application interface javascript network properties server
72


refactoring
Sat, Mar 27th 2010 3:43a   Tim Tripcony
if i go back to the beginning i could start it over again i could go line by line try and find a shorter way i could try to make it... better Proof (2005) [read] Keywords:
232


we do because we must because we do
Sun, Mar 21st 2010 7:09p   Tim Tripcony
[read] Keywords: domino lotus notes application javascript linux
154


unsung hero: @CheckFormulaSyntax
Tue, Mar 16th 2010 1:46a   Tim Tripcony
[read] Keywords: admin domino notes application archive xml
190


happy Friday... here's yer debugger
Fri, Feb 26th 2010 2:09p   Tim Tripcony
[read] Keywords: xpages development javascript openntf server
179


Medusa is coming...
Thu, Feb 25th 2010 9:03a   Tim Tripcony
[read] Keywords: xpages
227


@GoogleSuggest()
Mon, Feb 22nd 2010 11:19a   Tim Tripcony
[read] Keywords: domino ibm lotusscript notes script library xpages google javascript server xml
221


slides and example database from AD111
Mon, Feb 15th 2010 11:33a   Tim Tripcony
[read] Keywords: lotusphere odf xpages database
49


a year of firsts
Wed, Jan 27th 2010 11:04a   Tim Tripcony
[read] Keywords: domino lotus lotusphere notes notes client xpages application applications consulting css database development eclipse interface wiki
8


sessions I'll be attending at Lotusphere
Wed, Jan 27th 2010 11:04a   Tim Tripcony
[read] Keywords: domino dxl ibm lotus lotusphere lotusscript notes notes client xpages application applications css development java javascript server
7


portable Lotus Symphony installation
Wed, Jan 27th 2010 11:04a   Tim Tripcony
[read] Keywords: ibm lotus symphony application applications bleedyellow bleedyellow.com facebook laptop linux mac planetlotus planetlotus.org server vmware
12


suggest Lotus Symphony and Domino Designer to Ninite
Wed, Jan 27th 2010 11:04a   Tim Tripcony
[read] Keywords: domino ibm lotus symphony applications firefox openoffice planetlotus planetlotus.org
92


how to implement the Konami easter egg in JavaScript
Sun, Dec 13th 2009 2:53a   Tim Tripcony
[read] Keywords: javascript facebook server wiki
4


someday I will be this cool too
Fri, Dec 4th 2009 3:59p   Tim Tripcony
[read] Keywords: application
53


I will be speaking at Lotusphere
Tue, Nov 17th 2009 6:49p   Tim Tripcony
[read] Keywords: domino ibm javascript lotus lotusphere xpages application applications development interface java server
8


inheritance in JavaScript
Sun, Nov 15th 2009 6:59p   Tim Tripcony
[read] Keywords: ibm javascript xpages application bleedyellow bleedyellow.com java planetlotus planetlotus.org properties server widget
16


Upcoming book review: Ext JS 3.0 Cookbook
Sat, Nov 14th 2009 12:38a   Tim Tripcony
[read] Keywords: javascript sametime applications bleedyellow bleedyellow.com email google
4


Another VIEW article about XPages is live
Wed, Nov 11th 2009 12:59p   Tim Tripcony
[read] Keywords: xpages
7


XPages safety tip - avoid using hyphens in control ID names
Thu, Nov 5th 2009 3:57p   Tim Tripcony
[read] Keywords: xpages
62


XPages namepicker using standard typeahead
Sat, Oct 31st 2009 11:09p   Tim Tripcony
[read] Keywords: document domino ibm javascript ldd lotus script library xpages ajax applications database email planetlotus planetlotus.org properties wiki
12


automatic recompilation - a great idea in theory but not in practice
Thu, Oct 29th 2009 9:40a   Tim Tripcony
[read] Keywords: designer domino forms lotusscript notes script library template application eclipse server
8


Get on the Fast Track to XPages Fluency
Fri, Oct 23rd 2009 5:36p   Tim Tripcony
[read] Keywords: xpages applications development twitter
31


Namespacing your custom controls makes your XPage source more readable
Sun, Oct 18th 2009 8:29p   Tim Tripcony
[read] Keywords: document domino dxl ibm lotus notes template xpages application applications community eclipse interface java openntf properties wiki xml xslt
41


Quick tip: use session.evaluate() to retain the old @Unique syntax in XPages
Thu, Sep 17th 2009 10:48a   Tim Tripcony
[read] Keywords: document domino formula formula language javascript lotusscript notes notes client xpages java server
32


new blog template feature in 8.5.1?
Thu, Sep 17th 2009 9:42a   Tim Tripcony
[read] Keywords: domino ibm lotus notes template
2


public class Closet extends javax.faces.render.RenderKit
Mon, Sep 14th 2009 11:09a   Tim Tripcony
[read] Keywords:
0


Billie, meet Jason
Fri, Aug 21st 2009 9:52a   Tim Tripcony
[read] Keywords:
0


my idea for the Lotus Knows jam
Wed, Aug 19th 2009 3:18p   Tim Tripcony
[read] Keywords: ibm javascript lotus notes facebook ideajam ideajam.net integration linkedin outlook
1


all we are saying...
Wed, Aug 19th 2009 1:49p   Tim Tripcony
[read] Keywords: lotus ideajam ideajam.net
14


ie6nomore.xsp
Sat, Aug 8th 2009 3:15p   Tim Tripcony
[read] Keywords: notes xpages application community development
3


new XPages project: Elenchus
Sun, Jul 26th 2009 2:12p   Tim Tripcony
[read] Keywords: xpages application openntf
3


in which Comcast randomly throttles me
Thu, Jul 23rd 2009 8:03a   Tim Tripcony
[read] Keywords: domino notes bleedyellow bleedyellow.com server
13


Russian peasant multiplication in LotusScript
Wed, Jul 22nd 2009 11:23a   Tim Tripcony
[read] Keywords: lotusscript application
2


speaking about XPages at MWLUG
Tue, Jul 21st 2009 4:35p   Tim Tripcony
[read] Keywords: domino lotus xpages applications community development
2


the L in LGPL
Thu, Jul 16th 2009 12:06p   Tim Tripcony
[read] Keywords: lotusscript notes script library template application openntf
2


know your audience
Wed, Jul 15th 2009 2:45p   Tim Tripcony
[read] Keywords: bleedyellow bleedyellow.com
11


where is Kristen Lauria's blog?
Tue, Jul 14th 2009 10:47p   Tim Tripcony
[read] Keywords: ibm lotus lotusphere google planetlotus planetlotus.org
111


Dojo tooltips as a custom control in XPages
Mon, Jul 13th 2009 2:42p   Tim Tripcony
[read] Keywords: document ibm javascript xpages bleedyellow bleedyellow.com dojo xml
107


I beg to differ
Wed, Jun 24th 2009 9:36p   Tim Tripcony
[read] Keywords: domino ibm javascript lotus lotusscript xpages application applications bleedyellow bleedyellow.com java oop openntf properties server
303


Quick UI trick for XPages
Tue, Jun 16th 2009 12:09p   Tim Tripcony
[read] Keywords: javascript template xpages bleedyellow bleedyellow.com css interface
3


because I think I'm a writer
Fri, Jun 12th 2009 1:22a   Tim Tripcony
[read] Keywords: forms notes pearl
2


in which I eat a small portion of dog food
Wed, Jun 10th 2009 8:09p   Tim Tripcony
[read] Keywords: domino ibm notes bleedyellow bleedyellow.com laptop macbook php
3


tell me what to buy
Tue, Jun 9th 2009 10:22p   Tim Tripcony
[read] Keywords: designer domino lotusphere lotusscript notes apple applications eclipse ipod laptop mac macbook server vmware
2


Nathan wins at the internet
Tue, Jun 9th 2009 8:42p   Tim Tripcony
[read] Keywords: application planetlotus planetlotus.org viral
1


index does not exist
Thu, Jun 4th 2009 2:46p   Tim Tripcony
[read] Keywords: designer domino ibm xpages bug eclipse java workspace
4


biennial
Fri, May 29th 2009 5:19p   Tim Tripcony
[read] Keywords: agent domino lotus lotusphere lotusscript notes notes client xpages application bleedyellow bleedyellow.com development interface
17


How to sync your browser bookmarks and passwords to Domino via XMarks
Thu, May 7th 2009 5:59p   Tim Tripcony
[read] Keywords: admin designer dogear domino xpages database development firefox php server
3


An IBM commercial I'd love to watch
Wed, Apr 29th 2009 3:29p   Tim Tripcony
[read] Keywords: ibm lotus notes R4 application applications email exchange exchange integration wiki
3


DesignCatalog 1.2.2 Released
Mon, Apr 6th 2009 1:29a   Tim Tripcony
[read] Keywords: dxl forms xpages application archive openntf
3


IE8 released
Thu, Mar 19th 2009 12:59p   Tim Tripcony
[read] Keywords: desktop microsoft
0


some photos from Hilton Head
Tue, Mar 17th 2009 12:54a   Tim Tripcony
[read] Keywords: blackberry
1


Ohhhh, so that's where the other 48 GB went
Mon, Mar 16th 2009 9:50p   Tim Tripcony
[read] Keywords: domino laptop network office server vista
2


LotusScript isn't the only language that struggles with floating point
Mon, Mar 16th 2009 10:57a   Tim Tripcony
[read] Keywords: javascript lotusscript archive google java
15


Easy way to add type-ahead to text fields in the Notes client
Thu, Mar 12th 2009 12:37p   Tim Tripcony
[read] Keywords: notes notes client
2


not particularly helpful
Tue, Mar 10th 2009 3:20p   Tim Tripcony
[read] Keywords: designer domino notes
18


handy function for namespacing your scoped objects in server-side JavaScript
Tue, Mar 10th 2009 1:09p   Tim Tripcony
[read] Keywords: designer document domino ibm javascript lotusscript template xpages application applications java server wiki
6


the newest item on my XPages wishlist
Sun, Mar 8th 2009 10:25p   Tim Tripcony
[read] Keywords: designer xpages server
14


how to make an XPage a "mashup" - Epilogue
Fri, Mar 6th 2009 10:28a   Tim Tripcony
[read] Keywords: mashup xpages planetlotus planetlotus.org widget
82


how to make an XPage a "mashup" - Step 3
Fri, Mar 6th 2009 9:58a   Tim Tripcony
[read] Keywords: mashup xpages application widget
72


how to make an XPage a "mashup" - Step 2
Fri, Mar 6th 2009 9:57a   Tim Tripcony
[read] Keywords: domino ibm javascript mashup script library xpages server widget xml
131


how to make an XPage a "mashup" - Step 1
Fri, Mar 6th 2009 9:56a   Tim Tripcony
[read] Keywords: document domino formula formula language javascript mashup script library xpages database java properties server widget xml
650


how to make an XPage a "mashup" - Prologue
Fri, Mar 6th 2009 9:55a   Tim Tripcony
[read] Keywords: javascript mashup xpages application server widget
6


Occam's dollar sign
Wed, Mar 4th 2009 3:20p   Tim Tripcony
[read] Keywords: javascript xpages bug properties server wiki xml
4


occupational dialects
Wed, Mar 4th 2009 12:00p   Tim Tripcony
[read] Keywords:
7


case mismatch can cause broken links and images on a Linux server
Tue, Mar 3rd 2009 2:09p   Tim Tripcony
[read] Keywords: domino css linux server
3


upgrade to RYOML (roll your own markup language)
Tue, Mar 3rd 2009 1:19a   Tim Tripcony
[read] Keywords: agent domino dxl forms script library database xml
9


script for rapid duplication of all replicas from one Domino server to another
Mon, Mar 2nd 2009 10:56a   Tim Tripcony
[read] Keywords: admin adminp agent domino database linux openntf server
7


Quick tip: fixing a column that doesn't display what it ought
Wed, Feb 25th 2009 4:27p   Tim Tripcony
[read] Keywords: designer domino formula
1


hawks are cool
Wed, Feb 25th 2009 3:58p   Tim Tripcony
[read] Keywords:
10


IE8 still doesn't respect certain basic CSS properties
Tue, Feb 24th 2009 1:44p   Tim Tripcony
[read] Keywords: notes application css dojo firefox properties
3


my use of Default Sans Serif finally vindicated by research
Tue, Feb 24th 2009 9:52a   Tim Tripcony
[read] Keywords: domino notes notes client css
1


tell me what you want
Fri, Feb 13th 2009 11:49a   Tim Tripcony
[read] Keywords:
135


revisiting closures
Thu, Feb 12th 2009 11:44a   Tim Tripcony
[read] Keywords: javascript lotusscript template application development integration java properties widget
3


extreme product loyalty
Wed, Feb 11th 2009 10:48a   Tim Tripcony
[read] Keywords: domino
1


Google Latitude is confused about Canton
Wed, Feb 11th 2009 7:40a   Tim Tripcony
[read] Keywords: google
13


Quick tip: making your buttons fancy in XPages
Tue, Feb 10th 2009 5:22p   Tim Tripcony
[read] Keywords: domino xpages apple firefox planetlotus planetlotus.org properties
1


I figured out Wii Boxing
Tue, Feb 3rd 2009 6:07p   Tim Tripcony
[read] Keywords:
1


Tim and Nathan in ties == ...weird
Mon, Feb 2nd 2009 7:49p   Tim Tripcony
[read] Keywords:
1


share your wisdom with us
Fri, Jan 30th 2009 12:36p   Tim Tripcony
[read] Keywords: lotus lotusphere bleedyellow bleedyellow.com community interface web 2.0




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - FAQ - Mobile Edition