<?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-3379337372174990263</id><updated>2012-02-16T04:46:08.977-08:00</updated><title type='text'>Harsha's blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://harshahalgaswatta.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3379337372174990263/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://harshahalgaswatta.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Harsha</name><uri>http://www.blogger.com/profile/15876338388776623195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_HFgnkoMSm7g/SOmFg7cAOBI/AAAAAAAAAA8/hEdFeKCY44A/S220/my_picture.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3379337372174990263.post-3132328245995024019</id><published>2009-06-13T21:52:00.000-07:00</published><updated>2009-06-13T23:43:37.796-07:00</updated><title type='text'>How to access Axis IP Camera using Java</title><content type='html'>&lt;h1 style="text-align: justify;"&gt;&lt;span style="font-size:78%;"&gt;What is an IP Camera?&lt;/span&gt;&lt;/h1&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:78%;"&gt; An IP Camera is a stand-alone device which allows you to view live, full motion video from anywhere in the world. IP Cameras can be used for surveillance of both homes and businesses. With the ability to record live video to a remote location, IP Cameras allow you to make sure your recorded video is safe by storing it at a location that only you can access.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_HFgnkoMSm7g/SjSI2dZo1pI/AAAAAAAAAEg/O5UQdoXAFwA/s1600-h/Screenshot-4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 160px; height: 226px;" src="http://4.bp.blogspot.com/_HFgnkoMSm7g/SjSI2dZo1pI/AAAAAAAAAEg/O5UQdoXAFwA/s320/Screenshot-4.png" alt="" id="BLOGGER_PHOTO_ID_5347049126782097042" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;This was indeed a challenge for me at the first time. But with mere investigation i could find that before accessing the IP camera we need to obtain authentication as it is working as a video server. I would list out what i did to capture a video stream from IP camera&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;Step1 : obtaining the IP address of the camera (it will get assigned an  available ip address from the network as it is configured upon DHCP by default) . You can use the utility software provided by the camera provider in case of finding the ip.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;Step2 : You may need to configure the axis  camera giving a password for the default "root" user. If you want you may add many users as you wish using their utility software.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;Step3 : Then you can go to the URL of the camera and make sure the JPG or MJPG streams are there.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;Step4 : Next challenge was to obain authentication from the video server of the camera using Java code snippet. In that case i used  &lt;a style="font-family: arial;" href="http://java.sun.com/javase/6/docs/api/java/net/Authenticator.html"&gt;java.net.Authenticator&lt;/a&gt;&lt;span style="font-family: arial;"&gt;. &lt;/span&gt;Authenticator would consist of the URL , username and password which we are providing for the server.Then &lt;/span&gt;&lt;span style="font-size:78%;"&gt;&lt;code&gt;&lt;b&gt;&lt;a href="http://java.sun.com/javase/6/docs/api/java/net/Authenticator.html#setDefault%28java.net.Authenticator%29"&gt;setDefault&lt;/a&gt;&lt;/b&gt;(&lt;a href="http://java.sun.com/javase/6/docs/api/java/net/Authenticator.html" title="class in java.net"&gt;Authenticator&lt;/a&gt; a)&lt;/code&gt; Sets the authenticator that will be used by the networking code  when a proxy or an HTTP server asks for authentication.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;Step5 : Now you are successfully connected to the Camera. :)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;Step6 : Then you can use the video stream from the IP camera for whatever application you use.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3379337372174990263-3132328245995024019?l=harshahalgaswatta.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://harshahalgaswatta.blogspot.com/feeds/3132328245995024019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3379337372174990263&amp;postID=3132328245995024019' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3379337372174990263/posts/default/3132328245995024019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3379337372174990263/posts/default/3132328245995024019'/><link rel='alternate' type='text/html' href='http://harshahalgaswatta.blogspot.com/2009/06/how-to-access-axis-ip-camera-using-java.html' title='How to access Axis IP Camera using Java'/><author><name>Harsha</name><uri>http://www.blogger.com/profile/15876338388776623195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_HFgnkoMSm7g/SOmFg7cAOBI/AAAAAAAAAA8/hEdFeKCY44A/S220/my_picture.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_HFgnkoMSm7g/SjSI2dZo1pI/AAAAAAAAAEg/O5UQdoXAFwA/s72-c/Screenshot-4.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3379337372174990263.post-7195495570169885811</id><published>2009-05-19T21:39:00.000-07:00</published><updated>2009-05-19T21:44:24.860-07:00</updated><title type='text'>How to configure a Star Printer (TSP 800)</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:85%;"&gt;This POS printer provides a solution to a number of applications where no POS printer was able to before. From compact web printing to mobile transportation printing as well as producing wide high-quality POS receipts with professional and crisp graphics, the TSP800 is the solution!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;The TSP800 is the only printer on the market that provides printing on 3” to 4.4” wide paper at an amazing speed. It is the perfect printer for applications that need to print a large amount of information on a receipt&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_HFgnkoMSm7g/ShOBHYYi-LI/AAAAAAAAAEU/UNXQl_rhPBM/s1600-h/Screenshot-12.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 185px; height: 156px;" src="http://1.bp.blogspot.com/_HFgnkoMSm7g/ShOBHYYi-LI/AAAAAAAAAEU/UNXQl_rhPBM/s320/Screenshot-12.png" alt="" id="BLOGGER_PHOTO_ID_5337751947168643250" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;1) &lt;/span&gt;&lt;span style="font-size:85%;"&gt;First identify the interface of the printer, my one is having Eathernet Interface.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;2) Accordingly you may guess how you would connect your printer. e.g : If it is having an USB interface it may be directly connected to the computer. If Eathernet interface it would be connected to a Network add as a Network printer (TCP/IP).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Below i asssume the printer as TSP800 Star Printer having Eathernet Interface.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;3) Before adding your printer as a network printer you have to find out the IP address of the printer. Most of the printers at the first time are configured upon DHCP , so it may assign an IP for itself dynamically. For proper and ease of use you have to assign a static IP for the printer.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;4) In case of finding the dynamically assigned IP address of the printer , the only way you have to follow is printing the self test page which would contain each and every information of the printer statistics. (Note: when you take a self test page just press the feed button once just as you turn on the printer, do not press consequently as it may lead to some problems. While printing it may suspend in the middle, do not think it as a problem, it is because of the time taken to identify information of the network card in built to the printer)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;5) Now you can go to the printer interface (web page) using the IP found in the test page. (http://ip of the printer) . This will led to access the system access interface of the printer in case of assigning a static IP&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;6) Use defauld username and password as in your test page. otherwise (root , public). This would carry you to the system access interface. There you can assign a static IP to the printer.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;7) You are almost done : Now add the printer as a TCP/IP printer.How to add your printer as a TCP/IP printer is listed here  &lt;a href="http://www.tamu-commerce.edu/ctis/help/tcpipprinter/default.htm"&gt;http://www.tamu-commerce.edu/ctis/help/tcpipprinter/default.htm&lt;/a&gt;. Note: use the ip address you assigned in step 8. Port would be assigned automatically.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;8) Print a test page to test your printer. You are done :)&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3379337372174990263-7195495570169885811?l=harshahalgaswatta.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://harshahalgaswatta.blogspot.com/feeds/7195495570169885811/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3379337372174990263&amp;postID=7195495570169885811' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3379337372174990263/posts/default/7195495570169885811'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3379337372174990263/posts/default/7195495570169885811'/><link rel='alternate' type='text/html' href='http://harshahalgaswatta.blogspot.com/2009/05/how-to-configure-star-printer-tsp-800.html' title='How to configure a Star Printer (TSP 800)'/><author><name>Harsha</name><uri>http://www.blogger.com/profile/15876338388776623195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_HFgnkoMSm7g/SOmFg7cAOBI/AAAAAAAAAA8/hEdFeKCY44A/S220/my_picture.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_HFgnkoMSm7g/ShOBHYYi-LI/AAAAAAAAAEU/UNXQl_rhPBM/s72-c/Screenshot-12.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3379337372174990263.post-218320532341890174</id><published>2008-03-29T09:03:00.000-07:00</published><updated>2009-05-19T21:42:51.212-07:00</updated><title type='text'></title><content type='html'>&lt;p id="p:tu" class="western" style="margin-bottom: 0.19in; line-height: 100%;"&gt;&lt;a id="o5zq" href="http://wiki.apache.org/general/SaliyaEkanayake/GSoC2007Proposal/AXIOM-C14N?action=fullsearch&amp;amp;value=linkto%3A%22SaliyaEkanayake%2FGSoC2007Proposal%2FAXIOM-C14N%22&amp;amp;context=180"&gt;&lt;b id="omaq"&gt;&lt;u id="na4."&gt;&lt;span id="ab3_"  style="font-size:6;"&gt;&lt;span id="gq4j"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="i18d"  style="color:#0000ff;"&gt;Harshajith Halgaswatta&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;p id="p:tu" class="western" style="margin-bottom: 0.19in; line-height: 100%;"&gt;&lt;a id="o5zq" href="http://wiki.apache.org/general/SaliyaEkanayake/GSoC2007Proposal/AXIOM-C14N?action=fullsearch&amp;amp;value=linkto%3A%22SaliyaEkanayake%2FGSoC2007Proposal%2FAXIOM-C14N%22&amp;amp;context=180"&gt;&lt;b id="omaq"&gt;&lt;u id="na4."&gt;&lt;span id="ab3_"  style="font-size:6;"&gt;&lt;span id="gq4j"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="i18d"  style="color:#0000ff;"&gt;/GSoC:2008 - Proposal&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt; &lt;p id="ljmc" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;b id="lzt7"&gt;&lt;span id="e96o" lang="en"&gt;&lt;span id="p2q6"  style="font-size:180%;"&gt;&lt;span id="l9x9"  style="font-family:Times New Roman, serif;"&gt;Google Summer of Code 2008 Proposal&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt; &lt;table id="u182" border="0" cellpadding="1" cellspacing="0" width="399"&gt;  &lt;col id="aoze" width="73"&gt;  &lt;col id="iu2w" width="323"&gt;  &lt;tbody id="oy3g"&gt;&lt;tr id="bc5q"&gt;   &lt;td id="c:sl" width="73" height="23"&gt;    &lt;p id="vq.b" class="western"&gt;&lt;span id="vdq4"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="z08m"  style="font-size:100%;"&gt;Subject    &lt;/span&gt;&lt;/span&gt;    &lt;/p&gt;   &lt;/td&gt;   &lt;td id="jo8z" width="323"&gt;    &lt;p id="oize" class="western"&gt;&lt;span id="oei1"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="ik2h"  style="font-size:100%;"&gt;Review    Application&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr id="nkmo"&gt;   &lt;td id="dwpi" width="73" height="23"&gt;    &lt;p id="kmsx" class="western"&gt;&lt;span id="e-du"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="l8.j"  style="font-size:100%;"&gt;Author    &lt;/span&gt;&lt;/span&gt;    &lt;/p&gt;   &lt;/td&gt;   &lt;td id="t78y" width="323"&gt;    &lt;p id="gybl" class="western"&gt;&lt;span id="kq14"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="l6ea"  style="font-size:100%;"&gt;Harshajith     Halgaswatta&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr id="y1m:"&gt;   &lt;td id="c447" width="73" height="23"&gt;    &lt;p id="dgvv" class="western"&gt;&lt;span id="y26z"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="i4s-"  style="font-size:100%;"&gt;Email    &lt;/span&gt;&lt;/span&gt;    &lt;/p&gt;   &lt;/td&gt;   &lt;td id="l0r5" width="323"&gt;    &lt;p id="rp53" class="western"&gt; &lt;span id="ulda"  style="color:#0000ff;"&gt;    &lt;a id="i6as" href="mailto:esaliya@gmail.com"&gt;&lt;img id="w5.c" src="http://docs.google.com/File?id=dhh6gcfm_21g64fhqdd_b" name="[MAILTO]" align="bottom" border="0" width="15" height="10" /&gt;&lt;/a&gt;&lt;span id="g21j"  style="font-size:100%;"&gt;&lt;span id="kflh"  style="font-family:Times New Roman, serif;"&gt;&lt;u id="w3jz"&gt;harsha.halgaswatta@gmail.com&lt;/u&gt;&lt;/span&gt;    &lt;/span&gt;&lt;/span&gt;    &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p id="u:j:" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="tx2x"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="fh1m" style="font-size: 13pt;font-size:130%;" &gt;&lt;b id="t7zd"&gt;&lt;u id="r2zu"&gt;Project Title&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="tnqj" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="r82_"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="eq:c"  style="font-size:100%;"&gt;&lt;b id="vul0"&gt;Review Application&lt;/b&gt;&lt;/span&gt; &lt;/span&gt; &lt;/p&gt; &lt;p id="c6q6" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" lang="en"&gt; &lt;span id="sa26"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="tvmw" style="font-size: 13pt;font-size:130%;" &gt;&lt;b id="tyz4"&gt;&lt;u id="l5vt"&gt;Abstract&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="tw.c" class="western" style="text-indent: 0.5in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify"&gt; &lt;b id="v2op"&gt;&lt;span id="ch4c"&gt;&lt;span id="z53_"  style="font-size:100%;"&gt;&lt;span id="imif"  style="font-family:Times New Roman, serif;"&gt;XWiki&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt; is&lt;span id="ag40"  style="font-size:100%;"&gt;&lt;span id="a178"  style="font-family:Times New Roman, serif;"&gt; a generic wiki platform allowing the development of collaborative applications.&lt;/span&gt;&lt;/span&gt; &lt;span id="javs"&gt;&lt;span id="g1ed"  style="font-size:100%;"&gt;&lt;span id="ejs1"  style="font-family:Times New Roman, serif;"&gt;It includes a toolkit for the web,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;span id="u5ak"  style="font-size:100%;"&gt;&lt;span id="sq1-"  style="font-family:Times New Roman, serif;"&gt;supporting a cost-effective solution that allows non-developers to create those required applications quickly and in an organic manner. If one application remain as it is from the orientation and no way to give feed backs regarding to those documents or comments on it, its worth and usability may degrade because it is not updating in a regular manner. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="z96i" class="western" style="text-indent: 0.5in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify"&gt; &lt;span id="c3js"  style="font-size:100%;"&gt;&lt;span id="tnnq"  style="font-family:Times New Roman, serif;"&gt;Hence the intention of this project is to give the facility to add reviews (add comments, highlight text, delete text, insert text, with an interface like the one in Adobe Acrobat Professional). Further it gives a way to anchoring reviews without messing with previous reviews. Eventually the authors of document may do required changes according to the reviews.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="za48" class="western" style="text-indent: 0.5in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify" lang="en"&gt;    &lt;/p&gt; &lt;p id="ikxh" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="krfk"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="n:s4" style="font-size: 13pt;font-size:130%;" &gt;&lt;b id="h0:0"&gt;&lt;u id="r_my"&gt;Deliverables&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="bu4j" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="gz9-" lang="en"&gt;&lt;span id="rf1o"  style="font-size:100%;"&gt;&lt;span id="lvnf"  style="font-family:Times New Roman, serif;"&gt;1. Implementation of Review Application (Client portion and author’s portion) &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="e5df" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="bc3t" lang="en"&gt;&lt;span id="adfb"  style="font-size:100%;"&gt;&lt;span id="dgbo"  style="font-family:Times New Roman, serif;"&gt;2. Tests for Review Application according to its adjectives &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="c0lp" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="x_7w"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="r:80"  style="font-size:100%;"&gt;3. Documentation to support continuation of the project &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="e2ta" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="b-vf"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="bsxa" style="font-size: 13pt;font-size:130%;" &gt;&lt;b id="xagi"&gt;&lt;u id="qq.e"&gt;Overview&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="bj.." class="western" style="text-indent: 0.5in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify"&gt; &lt;span id="nxux"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="mgp:"  style="font-size:100%;"&gt;People once read it and move off if it contain some useless things or it does not include what essentially should be there. Therefore if there is a way to update documents and particular stuff in an easy way according to the reviews of web viewers it will help the authors and the proprietors to remain their web viewers in a stable level. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="vlea" class="western" style="text-indent: 0.5in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify"&gt; &lt;span id="zjy1" lang="en"&gt;&lt;span id="wwkk"  style="font-size:100%;"&gt;&lt;span id="zj2r"  style="font-family:Times New Roman, serif;"&gt;Therefore this project supposes to provide a review application which leads to add reviews just by clicking on the particular spot of a page and add their reviews. It may be a cumulative or standalone mode. Further it may beneficial giving the chances to view reviews not only by the document author but also the other viewers. Eventually it support a vital pros in point of authors view that  they are in a position to edit, delete , remove highlights and comments of reviewers and make changes appropriately just by clicking once.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="acrc" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify" lang="en"&gt; &lt;span id="piw."  style="font-family:Times New Roman, serif;"&gt;&lt;span id="ghqt"  style="font-size:100%;"&gt;I hope to develop this project dividing into two modules.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul id="p3c5"&gt;  &lt;li id="hmhk"&gt;&lt;p id="j8-o" class="western" style="margin-top: 0.19in; margin-bottom: 0in; line-height: 150%;" align="justify"&gt;  &lt;span id="rzj5"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="ppck" lang="en"&gt;&lt;span id="nb4o"  style="font-size:100%;"&gt;First  module is the client portion which is indeed giving the facility to  add reviews (feedback or comment on the read only document) for a  particular document. Also it will support a way &lt;/span&gt;&lt;/span&gt;for&lt;span id="mhx."  style="font-size:100%;"&gt;  the reviewed data to be anchored, so that later edits won't mess all  the reviews.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li id="l2e2"&gt;&lt;p id="lfz_" style="margin-bottom: 0.19in; line-height: 150%;"&gt;&lt;span id="bjh2"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="qd55"  style="font-size:100%;"&gt;Second  module is the Author’s portion .The author can view such a  review (or all of them together) and:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;ul id="ud2m"&gt;  &lt;li id="dll2"&gt;&lt;p id="tkl_" style="margin-bottom: 0in; line-height: 115%;"&gt;&lt;span id="al:-"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="zg4z"  style="font-size:100%;"&gt;easily  apply "delete" and "insert" changes with one  click.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li id="y65c"&gt;&lt;p id="sdtz" style="margin-bottom: 0in; line-height: 115%;"&gt;&lt;span id="s:4z"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="zcla"  style="font-size:100%;"&gt;easily  remove the comments and highlights.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li id="nikc"&gt;&lt;p id="g1m_" style="margin-bottom: 0.19in; line-height: 115%;"&gt;&lt;span id="qcj1"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="zoad"  style="font-size:100%;"&gt;while  being able to also edit the document.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p id="y.xo" class="western" style="margin-left: 1in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify" lang="en"&gt;    &lt;/p&gt;  &lt;p id="s6af" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="p4:6"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="cjww"  style="font-size:100%;"&gt;&lt;b id="m.rq"&gt;&lt;u id="cyhf"&gt;Project Plan&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="csou" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="i7dn"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="fr3s"  style="font-size:100%;"&gt;I have broken down the project under 4 steps as follows. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="guz3" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="odj2" lang="en"&gt;&lt;span id="phwu"  style="font-size:100%;"&gt;&lt;span id="ua5e"  style="font-family:Times New Roman, serif;"&gt;&lt;b id="k00g"&gt;Step1: Initial Planning and Designing&lt;/b&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="cls1" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="rfb." lang="en"&gt;&lt;span id="h-zi"  style="font-size:100%;"&gt;&lt;span id="pd:t"  style="font-family:Times New Roman, serif;"&gt;I would look into the current implementation of Xwiki under this step(velocity and groovy). It would be very important to plan and design how I reach towards predefined objectives. Eventually I would have the skeleton of the implementation. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="x5vt" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="wgwj" lang="en"&gt;&lt;span id="gfpk"  style="font-size:100%;"&gt;&lt;span id="o4sg"  style="font-family:Times New Roman, serif;"&gt;Estimated Completion: 26&lt;sup id="glrt"&gt;th&lt;/sup&gt; May 2008 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="fxcb" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="xgu1" lang="en"&gt;&lt;span id="aihr"  style="font-size:100%;"&gt;&lt;span id="m55c"  style="font-family:Times New Roman, serif;"&gt;&lt;b id="m1ra"&gt;Step2: Implementation&lt;/b&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="km:j" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="j1-:"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="era7"  style="font-size:100%;"&gt;The real logic for client and author portion of review application would take into accounts and starts implementation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="obuu" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="ckxf" lang="en"&gt;&lt;span id="uep1"  style="font-size:100%;"&gt;&lt;span id="u.bm"  style="font-family:Times New Roman, serif;"&gt;Deliverable(s): Prototype and documentation for mid evaluation Estimated Completion: 2nd July 2008&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="er.l" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="gs_5" lang="en"&gt;&lt;span id="nqka"  style="font-size:100%;"&gt;&lt;span id="s1zo"  style="font-family:Times New Roman, serif;"&gt;&lt;b id="b4oi"&gt;Step3: Modifications and Tests&lt;/b&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="f9ss" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="zky3"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="wp90"  style="font-size:100%;"&gt;Modifications or improvements suggested at the mid evaluation would be completed in this step. &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="n7j-" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="fttb" lang="en"&gt;&lt;span id="mc76"  style="font-size:100%;"&gt;&lt;span id="smni"  style="font-family:Times New Roman, serif;"&gt;Deliverable(s): Prototype including tests Estimated Completion: 6th August 2008 &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="vslv" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="xk2." lang="en"&gt;&lt;span id="rgb2"  style="font-size:100%;"&gt;&lt;span id="mdm_"  style="font-family:Times New Roman, serif;"&gt;&lt;b id="lzbz"&gt;Step4: Final Product and Documents&lt;/b&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="c7tt" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="sbdx" lang="en"&gt;&lt;span id="x.gy"  style="font-size:100%;"&gt;&lt;span id="oahi"  style="font-family:Times New Roman, serif;"&gt;This step would complete the Review Application. Necessary documents would also be present with the final product. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="qdo5" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="mu82" lang="en"&gt;&lt;span id="wxe7"  style="font-size:100%;"&gt;&lt;span id="jj4h"  style="font-family:Times New Roman, serif;"&gt;Deliverable(s): Final product and documentation Estimated Completion: 1&lt;sup id="qdr6"&gt;st&lt;/sup&gt; September  2008. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="sua6" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt;    &lt;/p&gt; &lt;p id="igdq" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="zzhz"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="ut35" style="font-size: 13pt;font-size:130%;" &gt;&lt;b id="sz8:"&gt;&lt;u id="b7e2"&gt;Biography&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="t9cv" class="western" style="text-indent: 0.5in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify"&gt; &lt;span id="r_wt" lang="en"&gt;&lt;span id="l9mz"  style="font-size:100%;"&gt;&lt;span id="q:2j"  style="font-family:Times New Roman, serif;"&gt;I’m a level 3 undergraduate of the Department of Computer Science &amp;amp; Engineering of the University of Moratuwa, Sri Lanka. I have participated in some Open Source development. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="ev6a" class="western" style="text-indent: 0.5in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify"&gt; &lt;span id="f8os" lang="en"&gt;&lt;span id="fa1f"  style="font-size:100%;"&gt;&lt;span id="n51s"  style="font-family:Times New Roman, serif;"&gt;During my internship I have implemented a member section from the scratch for E-channeling private Ltd, which is the market leader of online channel booking system and first listed company in Colombo stock exchange in Sri Lanka. I implemented the whole member section which included member usage module and member administration module using java upon STRUTS2 framework with Sun Application Server and ORACLE database server. Further I used some XML stuff in case of merchant integration for the site.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="w806" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify" lang="en"&gt;  &lt;span id="mw2h"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="a8lg"  style="font-size:100%;"&gt;     I have implemented a managements system for an Internet cafe as my level 3 programming project module at the university. It covered many areas of JAVA (Swing toolkit, Java Network programming, jdic integration, java and XML, Java mail API).I used MySql server in case of this project.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="axqr" class="western" style="text-indent: 0.5in; margin-top: 0.19in; margin-bottom: 0.19in; line-height: 150%;" align="justify"&gt; &lt;span id="x3jd" lang="en"&gt;&lt;span id="ka:4"  style="font-size:100%;"&gt;&lt;span id="ax1l"  style="font-family:Times New Roman, serif;"&gt;I’m really passionate in java and some web frameworks such as Struts2 and Spring. Thus I found this project really appealing as it lies on the path of my experience. I believe that I have the necessary background knowledge to make this a success. Eventually I hope that my involvement in this project would polish my software engineering skills whilst adding a whole new experience to my career. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="j.-g" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="gy8o"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="lnq1" style="font-size: 13pt;font-size:130%;" &gt;&lt;b id="s73v"&gt;&lt;u id="y3iw"&gt;Mentor Information&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="g.1u" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;b id="gm1s"&gt;&lt;span id="a0b:"&gt;&lt;span id="wl-v"  style="font-family:Times New Roman, serif;"&gt;Sergiu Dumitriu, Marta Girdea&lt;span id="s5t_"  style="color:#0000ff;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p id="g.1u" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt;   &lt;/p&gt; &lt;p id="amwh" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;" lang="en"&gt; &lt;span id="oncm"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="p331" style="font-size: 13pt;font-size:130%;" &gt;&lt;b id="ur4l"&gt;&lt;u id="duo5"&gt;References&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="bj_m" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="uwai"  style="color:#0000ff;"&gt;&lt;a id="os3n" href="http://www.w3.org/TR/xml-c14n"&gt;&lt;img id="c308" src="http://docs.google.com/File?id=dhh6gcfm_22cr6h7w4f_b" name="[WWW]" align="bottom" border="0" width="12" height="12" /&gt;&lt;/a&gt;&lt;span id="m_7a"  style="font-size:100%;"&gt;&lt;span id="w1qu"  style="font-family:Times New Roman, serif;"&gt;&lt;u id="v3y-"&gt;&lt;span id="ilx:" lang="en"&gt;http://www.&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;u id="jaos"&gt;&lt;span id="ym5r" lang="en"&gt;&lt;span id="qnyk"  style="font-size:100%;"&gt;&lt;span id="e3l3"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="hc-p"  style="color:#0000ff;"&gt;xwiki/article.tss.html&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt; &lt;p id="sizc" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="sp2o"  style="color:#0000ff;"&gt;&lt;a id="t-jq" href="http://www.w3.org/TR/xml-exc-c14n/"&gt;&lt;img id="e32h" src="http://docs.google.com/File?id=dhh6gcfm_22cr6h7w4f_b" name="[WWW]" align="bottom" border="0" width="12" height="12" /&gt;&lt;/a&gt;&lt;span id="ph_8"  style="font-size:100%;"&gt;&lt;span id="k9kn"  style="font-family:Times New Roman, serif;"&gt;&lt;u id="qp39"&gt;&lt;span id="vfyz" lang="en"&gt;http://www.&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;u id="qfz."&gt;&lt;span id="jxw5" lang="en"&gt;&lt;span id="x0gn"  style="font-size:100%;"&gt;&lt;span id="sex4"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="b.sa"  style="color:#0000ff;"&gt;Xwiki/SecondGenerationWiki.htm&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/u&gt;&lt;/p&gt; &lt;p id="tojd" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="mv-."  style="color:#0000ff;"&gt;&lt;a id="uz83" href="http://wso2.org/library/291"&gt;&lt;img id="hmh:" src="http://docs.google.com/File?id=dhh6gcfm_22cr6h7w4f_b" name="[WWW]" align="bottom" border="0" width="12" height="12" /&gt;&lt;/a&gt;&lt;span id="v36x"  style="font-size:100%;"&gt;&lt;span id="q7of"  style="font-family:Times New Roman, serif;"&gt;&lt;u id="s2fx"&gt;&lt;span id="x3dx" lang="en"&gt;http://xwiki/DataModel.htm1&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="tb4v" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="yo1l"  style="color:#0000ff;"&gt;&lt;a id="wtwa" href="http://ws.apache.org/axis2/modules/rampart/1_0/security-module.html"&gt;&lt;img id="d4ys" src="http://docs.google.com/File?id=dhh6gcfm_22cr6h7w4f_b" name="[WWW]" align="bottom" border="0" width="12" height="12" /&gt;&lt;/a&gt;&lt;span id="up8a"  style="font-size:100%;"&gt;&lt;span id="d8ns"  style="font-family:Times New Roman, serif;"&gt;&lt;u id="z3t."&gt;&lt;span id="h88l" lang="en"&gt;http://www.echannelling.com&lt;/span&gt;&lt;/u&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p id="c:mu" class="western" style="margin-top: 0.19in; margin-bottom: 0.19in; line-height: 100%;"&gt; &lt;span id="egak"  style="color:#0000ff;"&gt;&lt;a id="sh5-" href="http://www.cse.mrt.ac.lk/"&gt;&lt;img id="tik2" src="http://docs.google.com/File?id=dhh6gcfm_22cr6h7w4f_b" name="[WWW]" align="bottom" border="0" width="12" height="12" /&gt;&lt;/a&gt;&lt;span id="t6:b"  style="font-size:100%;"&gt;&lt;span id="av9-"  style="font-family:Times New Roman, serif;"&gt;&lt;span id="s..r" lang="en"&gt;&lt;u id="ofol"&gt;http://www.cse.mrt.ac.lk&lt;/u&gt;&lt;/span&gt;&lt;/span&gt; &lt;/span&gt;&lt;/span&gt; &lt;/p&gt; &lt;p id="c.h0" class="western" style="margin-bottom: 0.14in;"&gt;   &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3379337372174990263-218320532341890174?l=harshahalgaswatta.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://harshahalgaswatta.blogspot.com/feeds/218320532341890174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3379337372174990263&amp;postID=218320532341890174' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3379337372174990263/posts/default/218320532341890174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3379337372174990263/posts/default/218320532341890174'/><link rel='alternate' type='text/html' href='http://harshahalgaswatta.blogspot.com/2008/03/harshajith-halgaswatta.html' title=''/><author><name>Harsha</name><uri>http://www.blogger.com/profile/15876338388776623195</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://3.bp.blogspot.com/_HFgnkoMSm7g/SOmFg7cAOBI/AAAAAAAAAA8/hEdFeKCY44A/S220/my_picture.png'/></author><thr:total>0</thr:total></entry></feed>
