<?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:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3945886343181775997</id><updated>2011-07-28T16:06:36.613-07:00</updated><category term='Multipart Mime webmethods Integration Server'/><category term='FOP'/><category term='PDF Generation'/><category term='People in software industry'/><title type='text'>My Learnings</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gp2v.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://gp2v.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Guruprasad</name><uri>http://www.blogger.com/profile/05819701538472626896</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3945886343181775997.post-792607579698402974</id><published>2008-06-03T02:49:00.000-07:00</published><updated>2008-06-03T03:19:01.407-07:00</updated><title type='text'>Back after a long break</title><content type='html'>Had a wonderful 2 years in Germany. Travelled back to my place bangalore and it really took me some(3 months!!) to settle down and getting back to normal.&lt;br /&gt;And iam still comming to terms in terms of bangalore's worst problem traffic congestion.&lt;br /&gt;It took me just 10 min to go to work in Germany as compared to 2 hours here in bangalore!!!..&lt;br /&gt;&lt;br /&gt;Had a great time travelling all over Europe the best place i have visited is &lt;a href="http://en.wikipedia.org/wiki/K%C3%B6nigssee"&gt;Koenigssee&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now have a long backlog of blogs. Thinking of posting all at once&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3945886343181775997-792607579698402974?l=gp2v.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gp2v.blogspot.com/feeds/792607579698402974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3945886343181775997&amp;postID=792607579698402974' title='40 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default/792607579698402974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default/792607579698402974'/><link rel='alternate' type='text/html' href='http://gp2v.blogspot.com/2008/06/back-after-long-break.html' title='Back after a long break'/><author><name>Guruprasad</name><uri>http://www.blogger.com/profile/05819701538472626896</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>40</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3945886343181775997.post-8373597385622981336</id><published>2007-09-11T07:37:00.000-07:00</published><updated>2007-09-12T06:06:16.101-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='FOP'/><category scheme='http://www.blogger.com/atom/ns#' term='PDF Generation'/><title type='text'>FOP PDF Generation</title><content type='html'>I wonder why some of the scanners do not have the option to generate a single PDF for multiple page scans. It is quite irritating if you have to scan around 10 pages and have to send those scanned 10 pages to someone. And some scanners do not even provide the option to save the scanned image as PDF!!.&lt;br /&gt;&lt;br /&gt;I was involved recently in a solution that required generation of PDFs. I found there were two major PDF generators available on net,  &lt;a href="http://www.lowagie.com/iText/"&gt;itext&lt;/a&gt; and &lt;a href="http://xmlgraphics.apache.org/fop/"&gt;FOP&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Itext is a purely java based solution and FOP an XSLT based solution. FOP really appealed me because of its ability to configure. The layouts can be changed every easily by just changing the 'fo' file. These 'fo' files are inputs to the xslt processor.  I had to do a lot of R&amp;D but the outcome was lot more sweet. I have seen many projects dont consider FOP just because of the initial learning curve. But the initial learning curve is worth considering the amount of flexibility it provides.&lt;br /&gt;I had one troublesome requirement though printing pagenumber in format Page: 1 of 10.  Printing a running page number is not at all an issue, but the actual issue is printing the total number of pages. i.e 10 in "Page 1 of 10". After a lot of research i found out that this can be acheived by&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Page:&amp;lt;fo:page-number/&amp;gt; of &amp;lt;fo:page-number-citation ref-id="last-page"/&amp;gt;&lt;fo:page-number&gt;&lt;fo:page-number-citation id="last-page"&gt;&lt;/fo:page-number-citation&gt;&lt;/fo:page-number&gt;&lt;/span&gt;&lt;br /&gt;in the above snippet, "last-page" is the id of the last block used in the fo file.&lt;br /&gt;&lt;br /&gt;After working on a complicated layout, i decided to use FOP for my problem stated before. i.e bundling many images to a single PDF file!!.  Below is the snippet that i used.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_DmUsDkYQmm8/RueoYUN_Y4I/AAAAAAAAAGE/MM_oYk_9KqU/s1600-h/fofile.jpg"&gt;&lt;img style="cursor: pointer;" src="http://2.bp.blogspot.com/_DmUsDkYQmm8/RueoYUN_Y4I/AAAAAAAAAGE/MM_oYk_9KqU/s320/fofile.jpg" alt="" id="BLOGGER_PHOTO_ID_5109237437972833154" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3945886343181775997-8373597385622981336?l=gp2v.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gp2v.blogspot.com/feeds/8373597385622981336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3945886343181775997&amp;postID=8373597385622981336' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default/8373597385622981336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default/8373597385622981336'/><link rel='alternate' type='text/html' href='http://gp2v.blogspot.com/2007/09/fop-pdf-generation.html' title='FOP PDF Generation'/><author><name>Guruprasad</name><uri>http://www.blogger.com/profile/05819701538472626896</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_DmUsDkYQmm8/RueoYUN_Y4I/AAAAAAAAAGE/MM_oYk_9KqU/s72-c/fofile.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3945886343181775997.post-1137846969731497856</id><published>2007-07-13T07:38:00.000-07:00</published><updated>2007-07-13T08:19:57.646-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='People in software industry'/><title type='text'>People Matter</title><content type='html'>In this universe we see two distinct entites, people(what philosophers call as spirit) and matter.&lt;br /&gt;From my experience in software industry, what i understand is that people actually matter a lot. But unfortunately, people are expected to behave like matter!!. On the contrary people are highly creative by nature and they always intend to be treated that way&lt;br /&gt;&lt;br /&gt;I beleive that in any organization interested in business there are always three entities involved to get the results.&lt;br /&gt;1. People&lt;br /&gt;2. Process&lt;br /&gt;3. Technology&lt;br /&gt;Attaining a balance amongst the above three entities has often been the quest of many organizations.&lt;br /&gt;&lt;br /&gt;Many so called B-and-M ers concentrated on process and technology to get  consistant results, so that they can churn out products of same quality always (and in huge numbers).&lt;br /&gt;And people almost always try to derive the techniques and methodologies from the past and implement them in the Software industry. The basic idea behind many processes developed for software industry is its focus on consistancy and discipline.&lt;br /&gt;In my personal experience, this has often been cause of irritation and displeasure amongst people. See article  &lt;a href="http://alistair.cockburn.us/index.php/Characterizing_people_as_non-linear,_first-order_components_in_software_development"&gt;Characterizing people as non-linear, first-order components in software development&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It is not that all people do not like consistancy, and it is also not that all people do not want to be disciplined. It all depends on how people are treated in any setup, especially in a software project. As the above article points out, there should be a strong sense of "Good citizenship" and "Community". The same idea is presented in the book &lt;a href="http://www.amazon.com/Built-Last-Successful-Visionary-Companies/dp/0887307396"&gt;Built to Last&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It is very unfortunate that iam yet to see a project myself that gives "People" the right focus amongst the other entities "Process" and "Technology".  However this does not mean that "Process" and "Technology" is not important. It is my personal opinion that "People", "Process" and "Technology" all the three should be given importance, but with an extra stress and focus on "People".&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3945886343181775997-1137846969731497856?l=gp2v.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gp2v.blogspot.com/feeds/1137846969731497856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3945886343181775997&amp;postID=1137846969731497856' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default/1137846969731497856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default/1137846969731497856'/><link rel='alternate' type='text/html' href='http://gp2v.blogspot.com/2007/07/people-matter.html' title='People Matter'/><author><name>Guruprasad</name><uri>http://www.blogger.com/profile/05819701538472626896</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3945886343181775997.post-9057748096977080228</id><published>2007-07-12T05:01:00.001-07:00</published><updated>2007-07-12T07:33:49.259-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Multipart Mime webmethods Integration Server'/><title type='text'>Multipart Mime in B2B Communication (using webmethods Integration server)</title><content type='html'>&lt;span style="font-family:times new roman;"&gt;During B2B communications, it is often required to send data using HTTP protocol  with &lt;/span&gt;&lt;b style="font-family: times new roman;"&gt;content-Type: multipart/form-data&lt;/b&gt;&lt;span style="font-family:times new roman;"&gt; or &lt;/span&gt;&lt;b style="font-family: times new roman;"&gt;multipart/mixed&lt;/b&gt;&lt;span style="font-family:times new roman;"&gt; or  &lt;/span&gt;&lt;b style="font-family: times new roman;"&gt;multipart/related.&lt;/b&gt;&lt;span style="font-family:times new roman;"&gt; This article helps you to provide a solution for the  above mentioned requirement using Webmethods Integration server(I have  implemented the solution explained below in version 6.0.1).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;Mutlipart data as the name itself suggest, contains multiple parts separated by  a &lt;/span&gt;&lt;b style="font-family: times new roman;"&gt;boundary&lt;/b&gt;&lt;span style="font-family:times new roman;"&gt;. An application receiving the multipart data can identify  different parts of the message using the &lt;/span&gt;&lt;b style="font-family: times new roman;"&gt;boundary&lt;/b&gt;&lt;span style="font-family:times new roman;"&gt;. All file uploads using  HTML forms are achieved using &lt;/span&gt;&lt;b style="font-family: times new roman;"&gt;multipart/form-data&lt;/b&gt;&lt;span style="font-family:times new roman;"&gt;. If you want to dig  deeper into &lt;/span&gt;&lt;b style="font-family: times new roman;"&gt;multipart/form-data&lt;/b&gt;&lt;span style="font-family:times new roman;"&gt;, you may visit the site &lt;a href="http://www.w3.org/TR/html4/interact/forms.html"&gt;http://www.w3.org/TR/html4/interact/forms.html &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;Multipart data can be built using webmethods built-in services. I have used  mainly two built-in services.&lt;/span&gt;&lt;br /&gt;&lt;p style="font-family: times new roman;"&gt;1. pub.mime:createMimeData&lt;br /&gt;2.  pub.mime:addBodyPart&lt;br /&gt;&lt;/p&gt; &lt;p style="font-family: times new roman;"&gt;createMimeData service creates the basic mime data with appropriate(default)  headers. addBodyPart service is used to add individual body parts to the created  mime data. Integration server adds a default &lt;b&gt;boundary&lt;/b&gt; to separate each  individual body parts provided by the service addBodyPart&lt;/p&gt;&lt;span style="font-family:times new roman;"&gt;A typical HTML file upload form, will have a mixture of data. i.e values that the user enters and the actual files that are required to be uploaded.&lt;br /&gt;For example consider the form below. This contains both, a value for "submitter" and a file.&lt;/span&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&amp;lt;form name="uploadform" action="yourserver" enctype="multipart/form-data" method="POST"&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;submitter: &amp;lt;input type="text" name="submitter" value="myname"&amp;gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;File to submit: &amp;lt;input type="file" name="myfileName"&amp;gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&amp;lt;input type="submit" name="upload"&amp;gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&amp;lt;/form&amp;gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;In order to post the data similar to above form using Webmethods Integration  Server, follow these steps&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;1. Call service pub.mime:createMimeData&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_DmUsDkYQmm8/RpYkB1emytI/AAAAAAAAAFk/EDVMRP6hu88/s1600-h/CreateMimeData1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_DmUsDkYQmm8/RpYkB1emytI/AAAAAAAAAFk/EDVMRP6hu88/s320/CreateMimeData1.jpg" alt="" id="BLOGGER_PHOTO_ID_5086292443115473618" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-family:times new roman;"&gt;Provide the following mime header as input&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Content-Type:multipart/form-data;  boundary="------%%^myUniqueBoundary^%%------"&lt;/b&gt;&lt;/span&gt; &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:times new roman;"&gt;&lt;i&gt;We have to override the Content-Type header because webmethods-IS by default  produces a header as multipart/mixed. we have to also override the default  boundary that the webmethods-IS generates, because stragely webmethods-IS puts a  carriage return after the "Content-Type:multipart/form-data;" entry(may be  because the default boundary string is long!!!!). This is not parsed by some of  the server side programs&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-family:times new roman;"&gt;2. Call service pub.mime:addBodyPart, to add the value of "submitter" as given  in the html form above.&lt;/span&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DmUsDkYQmm8/RpYlJFemyuI/AAAAAAAAAFs/d3x-GinFqWo/s1600-h/Addcontent1.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_DmUsDkYQmm8/RpYlJFemyuI/AAAAAAAAAFs/d3x-GinFqWo/s320/Addcontent1.jpg" alt="" id="BLOGGER_PHOTO_ID_5086293667181152994" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&lt;p&gt;Provide the following mime header as input&lt;br /&gt;&lt;b&gt;Content-Disposition:form-data;  name="submitter"&lt;/b&gt;&lt;br /&gt;Provide contenttype input as "text/plain"&lt;br /&gt;Provide  the encoding input as "8bit" (well this depends on your requirement. But 8bit would work on most cases i beleive)&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;i&gt;Before calling the addBodyPart, convert the actual value being posted to a  byte stream ("myname" in the above HTML form) and provide it as input to  variable "content"&lt;/i&gt;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-family:times new roman;"&gt;3. Call service pub.mime:addBodyPart again to add the value of "myfileName" as given in the html form above.&lt;/span&gt;&lt;br /&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_DmUsDkYQmm8/RpY4RlemyvI/AAAAAAAAAF0/JGs2av83kZk/s1600-h/Addcontent2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_DmUsDkYQmm8/RpY4RlemyvI/AAAAAAAAAF0/JGs2av83kZk/s320/Addcontent2.jpg" alt="" id="BLOGGER_PHOTO_ID_5086314703930968818" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&lt;br /&gt;&lt;p&gt;Provide the following mime header as input&lt;br /&gt;&lt;b&gt;Content-Disposition:form-data;  name="myfileName"&lt;/b&gt;&lt;br /&gt;Provide contenttype value appropriate to the file that  you are trying to upload. for eg: application/octet-stream.&lt;br /&gt;Provide the  encoding input appropriate to the file that you are trying to upload. for  eg:binary.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;i&gt;Before calling the addBodyPart, get the file lying on the disk and convert  into stream.(incase, the file is stored on disk). Provide the file stream as  input to variable "content"&lt;/i&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;4. Finally send the mime data built in above 3 steps through HTTP.&lt;/span&gt;&lt;p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_DmUsDkYQmm8/RpY5iFemywI/AAAAAAAAAF8/Mrns6uMhoS8/s1600-h/SendHTTPRequest.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_DmUsDkYQmm8/RpY5iFemywI/AAAAAAAAAF8/Mrns6uMhoS8/s320/SendHTTPRequest.jpg" alt="" id="BLOGGER_PHOTO_ID_5086316086910438146" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style="font-family:times new roman;"&gt;&lt;br /&gt;Call the service pub.client:http, and provide the above built mime data as input  to the variable mimeStream under data.&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;i&gt;Before calling the pub.client:http  service, convert the created mime data to a envolope stream using service  pub.mime:getEnvelopeStream. Provide this envolope stream as input to http  service&lt;/i&gt;.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3945886343181775997-9057748096977080228?l=gp2v.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gp2v.blogspot.com/feeds/9057748096977080228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3945886343181775997&amp;postID=9057748096977080228' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default/9057748096977080228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3945886343181775997/posts/default/9057748096977080228'/><link rel='alternate' type='text/html' href='http://gp2v.blogspot.com/2007/07/multipart-mime-in-b2b-communication.html' title='Multipart Mime in B2B Communication (using webmethods Integration server)'/><author><name>Guruprasad</name><uri>http://www.blogger.com/profile/05819701538472626896</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_DmUsDkYQmm8/RpYkB1emytI/AAAAAAAAAFk/EDVMRP6hu88/s72-c/CreateMimeData1.jpg' height='72' width='72'/><thr:total>1</thr:total></entry></feed>
