Showtime
My Blackberry Enterprise Server Push Utility for the Lotus Notes Client, allows you to create Jobs for individual Channel, Message, and Browser Content Pushes, as well as allows you to delete Pushed Channel Icons from defined recipient devices.
Contact Information
Blogger, podcaster, writer, and geek Chris Toohey covers topics from application development to the latest must-have-gadgets.
Latest Updates
Products & Applications
Time Tracker
The idea is simple. At the start of your day - upon completion of your first task - create an entry highlighting what you did and whether you feel it was an efficient or inefficient use of your time. Based on several requests, you can also select the priority, apply categories, or even align your time against a project.
For Lotus Notes Client v8.0 and above, you can use the Time Tracker Widget to make this process even easier!
Zephyr
My Configuration-based Rich Text Mail Merge and Emailing Utility, Zephyr allows you to create rich, data-driven emails to support automated workflow - all via Microsoft Word Mail Merge-like architecture. Dear <firstname> allows you to personalize each email message not only to the individual recipient, but also to the individual application workflow event!
xCopy
xCopy is a simple configurable xCopy client for the Lotus Notes client. By creating and defining xCopy Profiles, you can batch process your file backup or remote upload jobs. With the addition of the xCopy sidebar widget, you can easily kick-off these jobs, and modify both the xCopy Profiles and xCopy itself.
Community & Resources
Lotus Technical Information & Education Community
The Lotus Technical Information & Education community is comprised of IBM, business partner, and customer subject matter experts who use product wikis, published articles, white papers, community blogs and the latest in social media to build and share high quality technical content.
OpenNTF.org - Open Source Community for Lotus Notes Domino
OpenNTF is devoted to enabling groups of individuals all over the world to collaborate on IBM Lotus Notes/Domino applications and release them as open source.
developerWorks Lotus : Wikis
Share your deployment experiences and best practices in our wikis and help IBM to create scenarios for successful deployments. Contribute to the community by collaborating on shared content and leverage the shared knowledge from that community.
Blogger/ATOM API-based Domino Web Services as the CMS engine for the new blog template?
05/15/2008 12:38:05 PM by Chris Toohey
I'm going to make an assumption here: the majority of Notes Shops have not upgraded to 8.0.1 yet, and when 8.5 rolls out, they won't be upgrading to that immediately either.
I say that, because I know several companies who are planning to upgrade... but that plan has yet to be executed. So I'm going to assume that the 2 or 3 companies that I'm referring to aren't the only ones out there in the same situation.
I bring this up, because it was suggested by someone that I honestly respect (although I would never let him know that) that this new blogging template should utilize XPages for what I'm looking to do for the content management and delivery architecture.
Now, while I'll agree that XPages rock - I really want the majority of the Notes community to be able to adopt this solution. On the other hand, I want to be able to showcase something that's currently available to the majority of us but that might not be utilized.
So I'm thinking about doing this template all Web Services. Is that something that you use today? I know I don't. And I think that this is the perfect place for it.
So I plan on implementing the Blogger API into this template and adhering to it for all CMS-like functionality - all via Web Services. While I'm not ready at this point to get into all of the reasons why, I really plan on utilizing Web Services (which I'm going to make another assumption and say that we're not all using them in our day-to-day development) to do this as it will showcase an excellent built-in facility that can be found in more than the latest releases of the product, as well as outside of Domino Development.
So, that's the tentative plan - thoughts?






Quote from Lotus Notes/Domino 7 Web Services
While I think I know what Web Services (WS) are, I haven't looked at them since we upgraded to version 7. The article makes it look incredibly complicated to do something relatively simple. I assume the WS will provide the RSS part of the design, right? I guess I'd have to know more about what your planning before I knew how WS fits in.
Quote from What is the Blogger data API?
- The Blogger data API allows client applications to view and update Blogger content in the form of Google data API feeds. Your client application can use the data API to create new blog posts, edit or delete existing posts, and query for posts that match particular criteria.
I think using a standard API is a good idea. Does this API mandate the use of Web Services?Peace,
Rob:-]
Chris,
I agree that an Xpages blog template would be an interesting approch and different from the other templates available ( unless Steve Castledine is secretly working on an Xpages version of the IBM Blog template for the 8.5 release )
I'd be careful about the Blogger API, I don;t know if the newer ATOM version carried over any of the API functions names but in the old version there was a function called DELETE and it's impossible to code that in a Lotus WebServices document as it's a reserved word.
Oh and feel free to rip the BlogSphere template apart for ideas etc.
Oh, and BlogSphere has a MetaWebLogAPI implementation done in Java. The metaWeblogAPI is, in my opinion, better then the Blogger API.
Did my RSS feed suddenly update at 3PM?! ;-)
@Rob:
Still hashing out some ideas around this, but I'm thinking that the the WS will provide ALL of the content - including the UI rendering - something like an XML + XSLT rendering XHTML content... but it's still a thought that's yet to be hashed out at this point.
As for the "incredibly complicated to do something relatively simple" - well, you get payback when you can load a 3rd-party weblog client that utlizes the given API and use that to maintain your weblog!
@Declan:
(We actually chatted about this via BleedYellow.com's Sametime before I could respond here...)
Calls to the DELETE method might be a problem, but I'm wondering if allowing that method to be called via Internet Site Document config will allow me to utilize it. I dunno, worth playing around with methinks.
And I'm looking at MetaWebLogAPI, as well (based on our conversation) on a few others. Nothing says that we can support all of them! ;-)