<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-5544768027628635238.comments</id><updated>2014-10-24T12:40:36.833+11:00</updated><title type='text'>Michelle&#39;s Universe</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://michelles-universe.blogspot.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/comments/default'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/comments/default?start-index=26&amp;max-results=25'/><author><name>Michelle</name><uri>http://www.blogger.com/profile/05167396174428055475</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>49</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-8868662779978729912</id><published>2014-10-24T08:37:03.091+11:00</published><updated>2014-10-24T08:37:03.091+11:00</updated><title type='text'>Michelle, this was just the article i needed to ge...</title><content type='html'>Michelle, this was just the article i needed to get started with integrating a better solution to the old clunky Domino web pages we are all accustom to working on for many many years.  I as well as of 6 months ago had no xPages experience, JSON objects, Dojo grids, Datatables, etc so after several months learning some xPages,  REST services, xAgents, DataTables, a touch of JAVA and of course this great read to get me started here is what I actually did..&lt;br /&gt;&lt;br /&gt;At first (months ago) I implemented DataTables producing a JSON object using Lotusscript with a great LotusScript class i found from a gentleman by the name of Troy Reimer.  This worked good except could not handle any data sets larger than a couple thousand docs if that and with any server latency issues you may have forget it cut that number in half.  I think it took me over 30 seconds to load 4000 docs which is clearly unacceptable so what i did was just load the first 1000  set the datatables  per page attribute to 100 docs and allow my users to next page..previous page etc.  The filtering provided by Datatables is awesome i love the real-time search capabilities which prevented users having to next/previous page.. Worked wonderful!  Sounds great, right! Well, i have 15,000 docs in a view so of course i needed to add a search functionality using FTSearch, etc build the JSON object and serve it back into DataTables etc.  UGH i thought.  There has got to be a better solution for this.&lt;br /&gt;&lt;br /&gt;So after several more months of learning and researching here is what i am doing today.&lt;br /&gt;&lt;br /&gt;What i do now is on web open I call an xPage.  Ye, an xPage.  Create a simple javascript var with a lookup to a profiledocument and in the onLoad event and in your Datatables $(document).ready(function() call that var something like this &amp;quot;sAjaxSource&amp;quot;: CallGetJSON looks like this when i pull from my profile doc..&amp;quot;https://domdevostx01.ten-net.net/SASE/SASENomination.nsf/GetJSON.xsp&amp;quot;.. GetJSON is the name of the xPage essentially an xAgent if you read up on that and in the afterRenderResponse event I call a Java Class that i modified(creation compliments to Jeff Byrd - Titled &amp;quot;Roll your Own Domino REST Service&amp;quot;) that actually produces the JSON object and sends it back to me to be consumed.&lt;br /&gt;&lt;br /&gt;Oddly enough I STILL load my data into Datatables and not xPages. I am was not happy about the out of the box xPages view and Dojo grid and our organization will not fund the Dojo grid EXTJS - 600 dollars a license so I stick with Datatables which is awesome. I now can load 20,000+ documents in 5 seconds with all the nice filtering, paging, CSS modifications, etc that Datatables provides.&lt;br /&gt;&lt;br /&gt;Not to mention no more LotusScript to write out my JSON objects!  Very nice, clean and fast.&lt;br /&gt;&lt;br /&gt;Thanks to you Michelle I thought I would share my story you got me started in the right direction and inspired me to go even further! &lt;br /&gt;&lt;br /&gt;Ohh the power of Domino who says it&amp;#39;s going away!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/8868662779978729912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/8868662779978729912'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html?showComment=1414100223091#c8868662779978729912' title=''/><author><name>Aron Reynolds</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-101065045390289050' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/101065045390289050' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="October 24, 2014 at 8:37 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-3060704514458661345</id><published>2013-01-03T11:39:50.522+11:00</published><updated>2013-01-03T11:39:50.522+11:00</updated><title type='text'>Hi Ashwin&#xa;&#xa;This plug-in does not really handle res...</title><content type='html'>Hi Ashwin&lt;br /&gt;&lt;br /&gt;This plug-in does not really handle response documents in the way that a Notes view does - it has no concept of expand / collapse  or parent / child etc.  It renders a standard table only.&lt;br /&gt;&lt;br /&gt;But if your response documents make sense in a flat list, then your agent can return them &amp;amp; have them listed along with the parents.&lt;br /&gt;&lt;br /&gt;The plug-in also provides for a callback function to post-process each row after rendering, so you could add some additional HTML manipulation in a custom function if you wanted to, to change the appearance of the child rows or whatever made sense in the relevant context. </content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/3060704514458661345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/3060704514458661345'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html?showComment=1357173590522#c3060704514458661345' title=''/><author><name>Michelle</name><uri>https://www.blogger.com/profile/05167396174428055475</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-101065045390289050' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/101065045390289050' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1165659545"/><gd:extendedProperty name="blogger.displayTime" value="January 3, 2013 at 11:39 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-1529694912127354003</id><published>2013-01-02T23:06:20.380+11:00</published><updated>2013-01-02T23:06:20.380+11:00</updated><title type='text'>Hi Michelle,&#xa;&#xa;Can we include response documents as...</title><content type='html'>Hi Michelle,&lt;br /&gt;&lt;br /&gt;Can we include response documents as well with this plugin?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Ashwin</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/1529694912127354003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/1529694912127354003'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html?showComment=1357128380380#c1529694912127354003' title=''/><author><name>Ashwin</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-101065045390289050' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/101065045390289050' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="January 2, 2013 at 11:06 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-7045053548835040640</id><published>2012-06-22T21:46:20.179+10:00</published><updated>2012-06-22T21:46:20.179+10:00</updated><title type='text'>Nick - I have also used the Dojo framework (enhanc...</title><content type='html'>Nick - I have also used the Dojo framework (enhanced grid) and actually can load large data set, 1000+, reasonably. Unlike Michelle, don&amp;#39;t have to worry about IE6 specifically, but can attest to decent performance with more than 200 records using a dojo grid. That being said, I do agree about the search results paradigm.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/7045053548835040640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/7045053548835040640'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html?showComment=1340365580179#c7045053548835040640' title=''/><author><name>Alan Hurt</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-101065045390289050' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/101065045390289050' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="June 22, 2012 at 9:46 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-3298683643880430140</id><published>2012-06-22T18:39:46.616+10:00</published><updated>2012-06-22T18:39:46.616+10:00</updated><title type='text'>Nick - I haven&amp;#39;t done ant detailed testing, bu...</title><content type='html'>Nick - I haven&amp;#39;t done ant detailed testing, but with IE6 using jQuery, the problems seem to occur around the 1500-2000 records mark.  There is also a deferred render setting which boosts this significantly.&lt;br /&gt;&lt;br /&gt;I have also found that how you handle any events (eg on click handlers) is significant.  I generally attach a single handler to the entire table and process the current target, rather than registering handlers at the td or even lower.&lt;br /&gt;&lt;br /&gt;As for why users would want this number of results, I agree - if you are looking for a specific document, this number of results is pointless.  If you want the data for reporting purposes, a dedicated export button can open the data as cvs, print to a plain table, email it to the user or some other, more useable solution.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/3298683643880430140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/3298683643880430140'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html?showComment=1340354386616#c3298683643880430140' title=''/><author><name>Michelle</name><uri>https://www.blogger.com/profile/05167396174428055475</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-101065045390289050' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/101065045390289050' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1165659545"/><gd:extendedProperty name="blogger.displayTime" value="June 22, 2012 at 6:39 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-894476802552732089</id><published>2012-06-22T02:27:56.517+10:00</published><updated>2012-06-22T02:27:56.517+10:00</updated><title type='text'>Good read. I&amp;#39;ve used jqGrid in classic Domino,...</title><content type='html'>Good read. I&amp;#39;ve used jqGrid in classic Domino, but not Datatables. I would say its a viable argument that these jQuery grid plugins actually offer more functionality than the basic Dojo grid does in XPages. (XPages does not use the Dojo enhanced grid)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/894476802552732089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/101065045390289050/comments/default/894476802552732089'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html?showComment=1340296076517#c894476802552732089' title=''/><author><name>Alan Hurt</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2012/06/implementing-query-datatables-plugin-in.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-101065045390289050' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/101065045390289050' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="June 22, 2012 at 2:27 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-6876900383912307831</id><published>2011-11-14T19:40:27.476+11:00</published><updated>2011-11-14T19:40:27.476+11:00</updated><title type='text'>great that someone took the time to describe these...</title><content type='html'>great that someone took the time to describe these controls.&lt;br /&gt;&lt;br /&gt;is that not a job for IBM?&lt;br /&gt;&lt;br /&gt;/bitching</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7552956153424368984/comments/default/6876900383912307831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7552956153424368984/comments/default/6876900383912307831'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/03/xpages-extension-library-for-beginners.html?showComment=1321260027476#c6876900383912307831' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/03/xpages-extension-library-for-beginners.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7552956153424368984' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7552956153424368984' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="November 14, 2011 at 7:40 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-3519000079926199287</id><published>2011-09-16T07:14:32.560+10:00</published><updated>2011-09-16T07:14:32.560+10:00</updated><title type='text'>Hm, where does the element&#xa;&#xa;&#xa;&#xa;... go? The design s...</title><content type='html'>Hm, where does the element&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;... go? The design spec? Embedded in what? Is it in the custom control somewhere? Or on the XPage?&lt;br /&gt;&lt;br /&gt;It doesn&amp;#39;t want to go in the facets area apparently, it generates an error there.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/3519000079926199287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/3519000079926199287'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html?showComment=1316121272560#c3519000079926199287' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7090265808411589630' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7090265808411589630' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="September 16, 2011 at 7:14 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-7716029175868874587</id><published>2011-08-18T04:21:09.857+10:00</published><updated>2011-08-18T04:21:09.857+10:00</updated><title type='text'>Great information, thanks for sharing.  The applic...</title><content type='html'>Great information, thanks for sharing.  The application layout was one of the most difficult parts of the extension library for me to wrap my head around.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/7716029175868874587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/7716029175868874587'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html?showComment=1313605269857#c7716029175868874587' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7090265808411589630' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7090265808411589630' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="August 18, 2011 at 4:21 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-8695528540138640047</id><published>2011-07-26T09:25:27.201+10:00</published><updated>2011-07-26T09:25:27.201+10:00</updated><title type='text'>That&amp;#39;s a shame, there&amp;#39;s always next year t...</title><content type='html'>That&amp;#39;s a shame, there&amp;#39;s always next year though. Good luck for your new job.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2297235928735733485/comments/default/8695528540138640047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2297235928735733485/comments/default/8695528540138640047'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/07/domino-designer-open-tabs-side-by-side.html?showComment=1311636327201#c8695528540138640047' title=''/><author><name>Noted Chef</name><uri>https://www.blogger.com/profile/02751214473463491086</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://static.flickr.com/41/76051801_3e86f794a2_m.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/07/domino-designer-open-tabs-side-by-side.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-2297235928735733485' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/2297235928735733485' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-832793663"/><gd:extendedProperty name="blogger.displayTime" value="July 26, 2011 at 9:25 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-65357470617948054</id><published>2011-07-26T08:39:06.432+10:00</published><updated>2011-07-26T08:39:06.432+10:00</updated><title type='text'>No :(&#xa;&#xa;I&amp;#39;m based in Melbourne and have just st...</title><content type='html'>No :(&lt;br /&gt;&lt;br /&gt;I&amp;#39;m based in Melbourne and have just started a new job.  I&amp;#39;d love to be going but it just didn&amp;#39;t work out this year.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2297235928735733485/comments/default/65357470617948054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2297235928735733485/comments/default/65357470617948054'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/07/domino-designer-open-tabs-side-by-side.html?showComment=1311633546432#c65357470617948054' title=''/><author><name>Michelle</name><uri>https://www.blogger.com/profile/05167396174428055475</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/07/domino-designer-open-tabs-side-by-side.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-2297235928735733485' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/2297235928735733485' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1165659545"/><gd:extendedProperty name="blogger.displayTime" value="July 26, 2011 at 8:39 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-9017806493326349840</id><published>2011-07-26T08:32:49.398+10:00</published><updated>2011-07-26T08:32:49.398+10:00</updated><title type='text'>Michelle, you coming to AusLUG at the end of Augus...</title><content type='html'>Michelle, you coming to AusLUG at the end of August? www.auslug.org</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2297235928735733485/comments/default/9017806493326349840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2297235928735733485/comments/default/9017806493326349840'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/07/domino-designer-open-tabs-side-by-side.html?showComment=1311633169398#c9017806493326349840' title=''/><author><name>Noted Chef</name><uri>https://www.blogger.com/profile/02751214473463491086</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://static.flickr.com/41/76051801_3e86f794a2_m.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/07/domino-designer-open-tabs-side-by-side.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-2297235928735733485' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/2297235928735733485' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-832793663"/><gd:extendedProperty name="blogger.displayTime" value="July 26, 2011 at 8:32 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-403377428340141874</id><published>2011-07-08T14:46:42.816+10:00</published><updated>2011-07-08T14:46:42.816+10:00</updated><title type='text'>Hi Leon - I&amp;#39;m not sure if something is missing...</title><content type='html'>Hi Leon - I&amp;#39;m not sure if something is missing from your comment, but I&amp;#39;m not quite sure what it is you are trying to do.&lt;br /&gt;&lt;br /&gt;The information above explains how to apply Dojo to an existing Notes picklist (which is generated from a dialog list or combobox).&lt;br /&gt;&lt;br /&gt;Any valid formula for populating a Notes dialog box will work.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/3013768958624035564/comments/default/403377428340141874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/3013768958624035564/comments/default/403377428340141874'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-3.html?showComment=1310100402816#c403377428340141874' title=''/><author><name>Michelle</name><uri>https://www.blogger.com/profile/05167396174428055475</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-3.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-3013768958624035564' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/3013768958624035564' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1165659545"/><gd:extendedProperty name="blogger.displayTime" value="July 8, 2011 at 2:46 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-7829099325961704659</id><published>2011-07-08T14:10:02.171+10:00</published><updated>2011-07-08T14:10:02.171+10:00</updated><title type='text'>Hi Michell,&#xa;How do populate the label/values insid...</title><content type='html'>Hi Michell,&lt;br /&gt;How do populate the label/values inside  filtering select combo boxes from a keyword doc?&lt;br /&gt;&lt;br /&gt;I can do this -&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;but don&amp;#39;t know how to generate it on the fly.&lt;br /&gt;Any help would be appreciated.&lt;br /&gt;thank you&lt;br /&gt;leon</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/3013768958624035564/comments/default/7829099325961704659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/3013768958624035564/comments/default/7829099325961704659'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-3.html?showComment=1310098202171#c7829099325961704659' title=''/><author><name>leon ta</name><uri>http://leonta2010@hotmail.com</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-3.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-3013768958624035564' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/3013768958624035564' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="July 8, 2011 at 2:10 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-8755896097129272083</id><published>2011-03-26T01:46:09.487+11:00</published><updated>2011-03-26T01:46:09.487+11:00</updated><title type='text'>Great series!</title><content type='html'>Great series!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7552956153424368984/comments/default/8755896097129272083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7552956153424368984/comments/default/8755896097129272083'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/03/xpages-extension-library-for-beginners.html?showComment=1301064369487#c8755896097129272083' title=''/><author><name>MP</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/03/xpages-extension-library-for-beginners.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7552956153424368984' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7552956153424368984' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="March 26, 2011 at 1:46 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-6839179055451751689</id><published>2011-03-22T00:14:57.847+11:00</published><updated>2011-03-22T00:14:57.847+11:00</updated><title type='text'>Nice post.</title><content type='html'>Nice post.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7552956153424368984/comments/default/6839179055451751689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7552956153424368984/comments/default/6839179055451751689'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/03/xpages-extension-library-for-beginners.html?showComment=1300713297847#c6839179055451751689' title=''/><author><name>Kenio Carvalho</name><uri>https://www.blogger.com/profile/01715833434644886530</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/03/xpages-extension-library-for-beginners.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7552956153424368984' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7552956153424368984' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-2066538022"/><gd:extendedProperty name="blogger.displayTime" value="March 22, 2011 at 12:14 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-6174765593599390093</id><published>2011-03-19T04:03:10.531+11:00</published><updated>2011-03-19T04:03:10.531+11:00</updated><title type='text'>Can&amp;#39;t wait for your next post, great job so fa...</title><content type='html'>Can&amp;#39;t wait for your next post, great job so far.&lt;br /&gt;&lt;br /&gt;Trying to futz my way around the extension library with limited success.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/6174765593599390093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/6174765593599390093'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html?showComment=1300467790531#c6174765593599390093' title=''/><author><name>Pat Sawyer</name><uri>https://www.blogger.com/profile/01417313058140942091</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7090265808411589630' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7090265808411589630' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-442707762"/><gd:extendedProperty name="blogger.displayTime" value="March 19, 2011 at 4:03 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-6020615523061954586</id><published>2011-03-19T04:02:05.932+11:00</published><updated>2011-03-19T04:02:05.932+11:00</updated><title type='text'></title><content type='html'>This comment has been removed by the author.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/6020615523061954586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/6020615523061954586'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html?showComment=1300467725932#c6020615523061954586' title=''/><author><name>Pat Sawyer</name><uri>https://www.blogger.com/profile/01417313058140942091</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7090265808411589630' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7090265808411589630' type='text/html'/><gd:extendedProperty name='blogger.contentRemoved' value='true'/><gd:extendedProperty name="blogger.itemClass" value="pid-442707762"/><gd:extendedProperty name="blogger.displayTime" value="March 19, 2011 at 4:02 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-7129610294393415392</id><published>2011-02-13T10:24:28.374+11:00</published><updated>2011-02-13T10:24:28.374+11:00</updated><title type='text'>Hi Fredrik - sorry, no I don&amp;#39;t know how you co...</title><content type='html'>Hi Fredrik - sorry, no I don&amp;#39;t know how you could generate the tree nodes in a breadcrumb dynamically.  I&amp;#39;m really just starting at this and posting as I go along.&lt;br /&gt;&lt;br /&gt;My first approach would be to see if you could create nodes for the maximum number of levels you need then compute their properties - label, url, visibility, etc.  The variables could be hard-coded on each page and fetched by the breadcrumb, derived from the url or set on one page &amp;amp; passed to the next using session variables. It may take some work to set up, but once your layout is working the way you want you don&amp;#39;t need to touch it again.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/7129610294393415392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/7129610294393415392'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html?showComment=1297553068374#c7129610294393415392' title=''/><author><name>Michelle</name><uri>https://www.blogger.com/profile/05167396174428055475</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7090265808411589630' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7090265808411589630' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1165659545"/><gd:extendedProperty name="blogger.displayTime" value="February 13, 2011 at 10:24 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-5824404855343324601</id><published>2011-02-13T01:48:38.639+11:00</published><updated>2011-02-13T01:48:38.639+11:00</updated><title type='text'>Hi, Michelle!  Not sure if you&amp;#39;ve considered t...</title><content type='html'>Hi, Michelle!  Not sure if you&amp;#39;ve considered this, but check out how to join Planet Lotus -&amp;gt; http://planetlotus.org/forum/index.php?topic=27.0&lt;br /&gt;&lt;br /&gt;Also, I&amp;#39;m guessing from your name you are a lady (if I&amp;#39;m wrong, ooops, I apologize) in which case you might also want to check out the Nerd Girls group on Linked In.  There are several admins, developers, and other women in technology (especially Lotus) there.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/5824404855343324601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/5824404855343324601'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html?showComment=1297522118639#c5824404855343324601' title=''/><author><name>Lisa Duke</name><uri>http://www.simplified-tech.com</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7090265808411589630' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7090265808411589630' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="February 13, 2011 at 1:48 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-6361687183469572704</id><published>2011-02-12T23:50:41.189+11:00</published><updated>2011-02-12T23:50:41.189+11:00</updated><title type='text'>Do you know if you can create treenodes dynamical?...</title><content type='html'>Do you know if you can create treenodes dynamical?&lt;br /&gt;For The page navigator / breadcrumb control.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/6361687183469572704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/7090265808411589630/comments/default/6361687183469572704'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html?showComment=1297515041189#c6361687183469572704' title=''/><author><name>Fredrik</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2011/02/xpages-extension-library-for-beginners_12.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-7090265808411589630' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/7090265808411589630' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="February 12, 2011 at 11:50 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-3175523630823962456</id><published>2010-08-27T21:38:52.434+10:00</published><updated>2010-08-27T21:38:52.434+10:00</updated><title type='text'>You&amp;#39;ve been creating new icons :-)</title><content type='html'>You&amp;#39;ve been creating new icons :-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/6620932507763210109/comments/default/3175523630823962456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/6620932507763210109/comments/default/3175523630823962456'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2010/08/why-notes-852-is-bad-for-developer.html?showComment=1282909132434#c3175523630823962456' title=''/><author><name>Dag Kvello</name><uri>https://www.blogger.com/profile/15216468060777880852</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2010/08/why-notes-852-is-bad-for-developer.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-6620932507763210109' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/6620932507763210109' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1453811264"/><gd:extendedProperty name="blogger.displayTime" value="August 27, 2010 at 9:38 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-2039091225840387532</id><published>2010-06-07T23:53:24.479+10:00</published><updated>2010-06-07T23:53:24.479+10:00</updated><title type='text'></title><content type='html'>This comment has been removed by a blog administrator.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2585940292646287021/comments/default/2039091225840387532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2585940292646287021/comments/default/2039091225840387532'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-2.html?showComment=1275918804479#c2039091225840387532' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-2.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-2585940292646287021' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/2585940292646287021' type='text/html'/><gd:extendedProperty name='blogger.contentRemoved' value='true'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="June 7, 2010 at 11:53 PM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-1243276197644388868</id><published>2010-05-24T04:25:13.938+10:00</published><updated>2010-05-24T04:25:13.938+10:00</updated><title type='text'>hello. thank you very much for letting me comment....</title><content type='html'>hello. thank you very much for letting me comment. very good article I would like more information on this item</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2585940292646287021/comments/default/1243276197644388868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/2585940292646287021/comments/default/1243276197644388868'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-2.html?showComment=1274639113938#c1243276197644388868' title=''/><author><name>homes for sale costa rica</name><uri>http://costa-ricarealestate.com/</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2008/11/discovering-dojo-for-domino-part-2.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-2585940292646287021' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/2585940292646287021' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="May 24, 2010 at 4:25 AM"/></entry><entry><id>tag:blogger.com,1999:blog-5544768027628635238.post-7123797619792288888</id><published>2010-04-27T20:24:06.310+10:00</published><updated>2010-04-27T20:24:06.310+10:00</updated><title type='text'>You might want to try Visustin. While not as prett...</title><content type='html'>You might want to try &lt;a href=&quot;http://www.aivosto.com/visustin.html&quot; rel=&quot;nofollow&quot;&gt;Visustin&lt;/a&gt;. While not as pretty as Giffly it has one distinct advantage: it generates the diagram out of your actual source code. It does LotusScript,JavaScript, Java and a ton of other languages.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/463894057009791939/comments/default/7123797619792288888'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5544768027628635238/463894057009791939/comments/default/7123797619792288888'/><link rel='alternate' type='text/html' href='http://michelles-universe.blogspot.com/2009/02/giffly-on-line-drawing-tool.html?showComment=1272363846310#c7123797619792288888' title=''/><author><name>Stephan H. Wissel</name><uri>http://www.wissel.net/</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://michelles-universe.blogspot.com/2009/02/giffly-on-line-drawing-tool.html' ref='tag:blogger.com,1999:blog-5544768027628635238.post-463894057009791939' source='http://www.blogger.com/feeds/5544768027628635238/posts/default/463894057009791939' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-1844130250"/><gd:extendedProperty name="blogger.displayTime" value="April 27, 2010 at 8:24 PM"/></entry></feed>