<?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-9179386438754628665</id><updated>2011-11-27T17:03:12.791-08:00</updated><title type='text'>musings</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://funnycakes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://funnycakes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Eamonn O'Connell</name><uri>http://www.blogger.com/profile/17064544953690759392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_vC3SkHYsTQs/TBHf_uhM1_I/AAAAAAAAAn4/YLzceffi1_c/S220/profilePic.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9179386438754628665.post-1316332477747387424</id><published>2007-08-09T09:36:00.000-07:00</published><updated>2007-08-09T09:37:43.680-07:00</updated><title type='text'>Yahoo! Fantasy Football</title><content type='html'>Hey All,&lt;br /&gt; &lt;br /&gt;The season is quickly apon us again, and soon the red tops will have something to fill their back pages aside from the latest update from the Carlos Tevez is he a slave, is he not a slave controversy. Of course the premiership is never as insteresting as when you send your own group of prima donnas to do battle every week, so with that in mind I've set up a Yahoo! Fantasy Football group for whom ever is interested to join.&lt;br /&gt; &lt;br /&gt;Steps required:&lt;br /&gt;1. get a yahoo! id/account from yahoo.com or yahoo.co.uk&lt;br /&gt;2. Sign in with your newly aquired/existing account details&lt;br /&gt;3. point your browser to http://uk.premiership.fantasysports.yahoo.com/football&lt;br /&gt;4. Add your team to the group by selecting edit from the MyGroups panel, join an existing group, and input the group id#(17565) and password(garybreen)&lt;br /&gt;5. Pray to the Gods they will look favourably on your team&lt;br /&gt;6. For some added help check out http://www.myteamtalk.info and www.physioroom.com&lt;br /&gt; &lt;br /&gt;Good luck to all of you,&lt;br /&gt; &lt;br /&gt;Eamonn.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9179386438754628665-1316332477747387424?l=funnycakes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://funnycakes.blogspot.com/feeds/1316332477747387424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9179386438754628665&amp;postID=1316332477747387424' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/1316332477747387424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/1316332477747387424'/><link rel='alternate' type='text/html' href='http://funnycakes.blogspot.com/2007/08/yahoo-fantasy-football.html' title='Yahoo! Fantasy Football'/><author><name>Eamonn O'Connell</name><uri>http://www.blogger.com/profile/17064544953690759392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_vC3SkHYsTQs/TBHf_uhM1_I/AAAAAAAAAn4/YLzceffi1_c/S220/profilePic.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9179386438754628665.post-8432447729187527190</id><published>2007-07-28T03:54:00.000-07:00</published><updated>2007-07-28T05:16:53.747-07:00</updated><title type='text'>OpenSSO - Installation</title><content type='html'>&lt;span style="font-size:180%;"&gt;&lt;span style="font-weight: bold;"&gt;Intro&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;According to my boss, the ID space is the no. 1 area of concern for IT managers at present. Well it certainly is for me as I have to come up with a single-sign-on solution (where only my sweat, blood, and tears is required as payment) for a mix of php web applications.&lt;br /&gt;&lt;br /&gt;I'm new to this blogging game, but as I see it the general premise to share one's knowledge and experience in a dynamic context with the hope of getting a book deal out of it one day.  With that in mind, I'm going to document the experiences (that might help others) in my quest for a SSO solution to mine/the company's needs.&lt;br /&gt;&lt;br /&gt;Just kidding about the book deal btw! ;-)&lt;br /&gt;&lt;br /&gt;Now first off I'm looking at the OpenSSO project the source code of which is based on the code base of Sun's System Access Manager product. In fact it would appear to be just like System Access Manager - except it is harder to install.&lt;br /&gt;&lt;br /&gt;OpenSSO do supply some installation instructions but to an average developer  like myself they definately come up short. Essentially OpenSSO can be deployed just like any other web application as a war file. The problem for someone like myself who is only aiming to make a shallow analysis of the offering no war file is provided; the war file has to be compiled from the source code and this theme continues through out the cumbersome install process in an almost recursive fashion.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:180%;" &gt;The install process&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;1. Create user account on java.net for &lt;span style="font-style: italic;"&gt;&lt;user&gt;&lt;/user&gt;&lt;/span&gt;  with &lt;span style="font-style: italic;"&gt;&lt;pass&gt;&lt;/pass&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-size:180%;" &gt;&lt;br /&gt;&lt;/span&gt;2. Download the source from cvs&lt;br /&gt;      Using &lt;a href="http://www.tortoisecvs.org/"&gt;Tortoise CVS &lt;/a&gt;on Windows&lt;br /&gt;      -  create folder to hold source code.&lt;br /&gt;       -  right click and select "CVS Checkout"&lt;br /&gt;      -  create cvs root: :pserver:&lt;span style="font-style: italic;"&gt;&lt;user&gt;&lt;/user&gt;&lt;/span&gt;@cvs.dev.java.net:/cvs&lt;br /&gt;      -  select module opensso&lt;br /&gt;       - insert &lt;span style="font-style: italic;"&gt;&lt;pass&gt;&lt;/pass&gt;&lt;/span&gt; when prompted to do so&lt;br /&gt;      - the cvs tool (Tortoise in this case) should then download the source to the designated                     folder&lt;br /&gt;3. Download dependencies&lt;br /&gt;   - I came accross more than one build guide for the project but &lt;a href="https://opensso.dev.java.net/source/browse/opensso/products/README?view=markup"&gt;this version&lt;/a&gt; seemed to be the  most useful, especially when it came to getting all the dependencies. There will certainly be an element of parroting here...&lt;br /&gt;   - rightly/wrongly the dependencies for the project are not stored in cvs; the upshot of which&lt;br /&gt;      is all the dependencies must be aquired and placed in the directory               opensso\products\extlib. There are 20 dependencies (jar files) required.&lt;br /&gt;   - Install &lt;a href="http://java.sun.com/javaee/downloads/index.jsp"&gt;Sun's Java EE jdk&lt;/a&gt;.&lt;br /&gt;      After installing the jdk, in the install directory. For me this was &lt;span style="font-style: italic;"&gt;c:\Sun\AppServer\lib&lt;/span&gt;&lt;br /&gt;       The jars required from here are: j2ee, mail.jar&lt;br /&gt;   - Install &lt;a href="http://java.sun.com/webservices/downloads/previous/webservicespack.jsp"&gt;Sun's Web Services Developer Pack v2.0 &lt;/a&gt;&lt;br /&gt;      Note: installing Glassfish is likely to be a valid alternative&lt;br /&gt;     Taken from the aforementioned install guide the following jars should be copied&lt;pre&gt;    - jaxb-api.jar        : &lt;jwsdp-install-dir&gt;/jaxb/lib&lt;br /&gt; - jaxb-impl.jar       : &lt;jwsdp-install-dir&gt;/jaxb/lib&lt;br /&gt; - jaxb-libs.jar       : &lt;jwsdp-install-dir&gt;/jaxb/lib&lt;br /&gt; - jaxb-xjc.jar        : &lt;jwsdp-install-dir&gt;/jaxb/lib&lt;br /&gt; - jaxrpc-impl.jar     : &lt;jwsdp-install-dir&gt;/jaxrpc/lib&lt;br /&gt; - jaxrpc-spi.jar      : &lt;jwsdp-install-dir&gt;/jaxrpc/lib&lt;br /&gt; - jaxrpc-api.jar      : &lt;jwsdp-install-dir&gt;/jaxrpc/lib&lt;br /&gt; - activation.jar      : &lt;jwsdp-install-dir&gt;/jwsdp-shared/lib&lt;br /&gt; - relaxngDatatype.jar : &lt;jwsdp-install-dir&gt;/jwsdp-shared/lib&lt;br /&gt; - xmlsec.jar          : &lt;jwsdp-install-dir&gt;/jwsdp-shared/lib&lt;br /&gt; - xsdlib.jar          : &lt;jwsdp-install-dir&gt;/jwsdp-shared/lib&lt;br /&gt; - saaj-api.jar        : &lt;jwsdp-install-dir&gt;/saaj/lib&lt;br /&gt; - saaj-impl.jar       : &lt;jwsdp-install-dir&gt;/saaj/lib&lt;br /&gt; - FastInfoset.jar     : &lt;jwsdp-install-dir&gt;/fastinfoset/lib&lt;br /&gt; - jsr173_api.jar      : &lt;jwsdp-install-dir&gt;/sjsxp/lib&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/jwsdp-install-dir&gt;&lt;/pre&gt;  -  Download the BerkleyDB code from &lt;a href="http://www.oracle.com/technology/software/products/berkeley-db/db/index.html"&gt;here&lt;/a&gt;. Select version 4.2.52&lt;br /&gt;    navigate to &lt;download&gt;\java&lt;br /&gt;    create and save file build.xml with the following content:&lt;br /&gt;&lt;/download&gt;&lt;pre&gt;&lt;br /&gt;&lt;?xml version="1.0" ?&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- Build file for berkley db --&gt;&lt;br /&gt;&lt;project name="berkley_db" basedir="." default="all"&gt;&lt;br /&gt;&lt;br /&gt;         &lt;property name="src.dir" value="src"&gt;&lt;br /&gt;         &lt;property name="build.dir" value="build"&gt;&lt;br /&gt;         &lt;property name="build.classes" value="${build.dir}/classes"&gt;&lt;br /&gt;         &lt;property name="dist.dir" value="dist"&gt;&lt;br /&gt;         &lt;property name="jar.file" value="db.jar"&gt;&lt;br /&gt;         &lt;!-- classpath used when compiling source files --&gt;&lt;br /&gt;         &lt;path id="compile.classpath"&gt;&lt;br /&gt;               &lt;pathelement path= "${src.dir}"&gt;&lt;br /&gt;         &lt;/path&gt;&lt;br /&gt;&lt;br /&gt;         &lt;target name="init"&gt;&lt;br /&gt;                 &lt;mkdir dir= "${build.dir}"&gt;&lt;br /&gt;                 &lt;mkdir dir= "${build.classes}"&gt;&lt;br /&gt;                 &lt;mkdir dir= "${dist.dir}"&gt;&lt;br /&gt;         &lt;/target&gt;&lt;br /&gt;&lt;br /&gt;         &lt;target name="clean" description="removes all generated files"&gt;&lt;br /&gt;                 &lt;delete dir="${build.dir}"&gt;&lt;br /&gt;         &lt;/target&gt;&lt;br /&gt;&lt;br /&gt;         &lt;target name="build"&gt;&lt;br /&gt;                 &lt;!-- compile and move source files --&gt;&lt;br /&gt;                 &lt;javac srcdir= "${src.dir}"&lt;br /&gt;                        destdir= "${build.classes}"&lt;br /&gt;                        excludes= "**/debug/*.java"&gt;&lt;br /&gt;                       &lt;classpath refid="compile.classpath"&gt;&lt;br /&gt;                 &lt;/javac&gt;&lt;br /&gt;         &lt;/target&gt;&lt;br /&gt;&lt;br /&gt;         &lt;target name="jar"&gt;&lt;br /&gt;                 &lt;jar jarfile="${dist.dir}\${jar.file}"&gt;&lt;br /&gt;                      &lt;fileset dir="${build.classes}"&lt;br /&gt;                               includes ="**/*.class"&gt;&lt;br /&gt;                      &lt;/fileset&gt;&lt;br /&gt;                 &lt;/jar&gt;&lt;br /&gt;         &lt;/target&gt;&lt;br /&gt;&lt;br /&gt;         &lt;target name="all" depends="clean, init, build, jar"&gt;&lt;br /&gt;         &lt;/target&gt;&lt;br /&gt;&lt;br /&gt;&lt;/project&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;With this build file use ant to build and package the project.&lt;br /&gt;Copy the resultant jar file db.jar&lt;br /&gt;&lt;br /&gt;Download the Mozilla Directory SDK project &lt;a href="http://www.mozilla.org/directory/javasdk.html"&gt;here&lt;/a&gt;&lt;br /&gt;Extract and navigate to &lt;install_dir&gt;\directory\java-sdk&lt;br /&gt;use ant to run target dist-jdk. The build will return some warnings about version in compatibility, but the jar should be output to &lt;install_dir&gt;\directory\java-sdk\dist\packages&lt;br /&gt;add the resulting jdapjdk.jar&lt;br /&gt;&lt;br /&gt;navigate to &lt;opensso&gt;\products\amserver and use ant to run target war.&lt;br /&gt;With a bit of luck it should produce a war deployable in a web application container like Tomcat.&lt;/opensso&gt;&lt;/install_dir&gt;&lt;/install_dir&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9179386438754628665-8432447729187527190?l=funnycakes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://funnycakes.blogspot.com/feeds/8432447729187527190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9179386438754628665&amp;postID=8432447729187527190' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/8432447729187527190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/8432447729187527190'/><link rel='alternate' type='text/html' href='http://funnycakes.blogspot.com/2007/07/opensso-installation.html' title='OpenSSO - Installation'/><author><name>Eamonn O'Connell</name><uri>http://www.blogger.com/profile/17064544953690759392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_vC3SkHYsTQs/TBHf_uhM1_I/AAAAAAAAAn4/YLzceffi1_c/S220/profilePic.JPG'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9179386438754628665.post-5598414606324749633</id><published>2007-07-23T01:44:00.000-07:00</published><updated>2007-07-23T01:46:03.979-07:00</updated><title type='text'></title><content type='html'>I came apon this site (http://www.firethegrid.org) some how, and it has to be seen to be believed. Or are there lots of these out there?&lt;br /&gt;&lt;br /&gt;Certainly the story seems to far to flowery (and movie like) to be true.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9179386438754628665-5598414606324749633?l=funnycakes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://funnycakes.blogspot.com/feeds/5598414606324749633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9179386438754628665&amp;postID=5598414606324749633' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/5598414606324749633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/5598414606324749633'/><link rel='alternate' type='text/html' href='http://funnycakes.blogspot.com/2007/07/i-came-apon-this-site-httpwww.html' title=''/><author><name>Eamonn O'Connell</name><uri>http://www.blogger.com/profile/17064544953690759392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_vC3SkHYsTQs/TBHf_uhM1_I/AAAAAAAAAn4/YLzceffi1_c/S220/profilePic.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9179386438754628665.post-9196919552068471683</id><published>2007-07-12T04:27:00.000-07:00</published><updated>2008-12-10T11:49:28.360-08:00</updated><title type='text'></title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_vC3SkHYsTQs/RpYQUezB0dI/AAAAAAAAABo/srYd9JwEqLc/s1600-h/fyi.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_" style="CLEAR: both; FLOAT: right; MARGIN: 0px 0px 10px 10px" alt="" src="http://3.bp.blogspot.com/_vC3SkHYsTQs/RpYQUezB0dI/AAAAAAAAABo/srYd9JwEqLc/s400/fyi.jpg" border="0" /&gt;&lt;/a&gt;  Polarbear fighting is a popular sport here&lt;div style='clear:both; text-align:RIGHT'&gt;&lt;a href='http://picasa.google.com/blogger/' target='ext'&gt;&lt;img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9179386438754628665-9196919552068471683?l=funnycakes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://funnycakes.blogspot.com/feeds/9196919552068471683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9179386438754628665&amp;postID=9196919552068471683' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/9196919552068471683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/9196919552068471683'/><link rel='alternate' type='text/html' href='http://funnycakes.blogspot.com/2007/07/polarbear-fighting-is-popular-sport.html' title=''/><author><name>Eamonn O'Connell</name><uri>http://www.blogger.com/profile/17064544953690759392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_vC3SkHYsTQs/TBHf_uhM1_I/AAAAAAAAAn4/YLzceffi1_c/S220/profilePic.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_vC3SkHYsTQs/RpYQUezB0dI/AAAAAAAAABo/srYd9JwEqLc/s72-c/fyi.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9179386438754628665.post-8877859235081051337</id><published>2007-07-12T02:58:00.000-07:00</published><updated>2008-12-10T11:49:28.487-08:00</updated><title type='text'></title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_vC3SkHYsTQs/RpX7SuzB0YI/AAAAAAAAABA/aDNQgPF3ins/s1600-h/13434927a829418955b691515875l.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_" style="CLEAR: both; FLOAT: left; MARGIN: 0px 10px 10px 0px" alt="" src="http://3.bp.blogspot.com/_vC3SkHYsTQs/RpX7SuzB0YI/AAAAAAAAABA/aDNQgPF3ins/s320/13434927a829418955b691515875l.jpg" border="0" /&gt;&lt;/a&gt;  Eamonn and Seanie at Jose Gonzales in the Olympia , Dublin&lt;div style='clear:both; text-align:LEFT'&gt;&lt;a href='http://picasa.google.com/blogger/' target='ext'&gt;&lt;img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9179386438754628665-8877859235081051337?l=funnycakes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://funnycakes.blogspot.com/feeds/8877859235081051337/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9179386438754628665&amp;postID=8877859235081051337' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/8877859235081051337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/8877859235081051337'/><link rel='alternate' type='text/html' href='http://funnycakes.blogspot.com/2007/07/eamonn-and-seanie-at-jose-gonzales-in.html' title=''/><author><name>Eamonn O'Connell</name><uri>http://www.blogger.com/profile/17064544953690759392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_vC3SkHYsTQs/TBHf_uhM1_I/AAAAAAAAAn4/YLzceffi1_c/S220/profilePic.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_vC3SkHYsTQs/RpX7SuzB0YI/AAAAAAAAABA/aDNQgPF3ins/s72-c/13434927a829418955b691515875l.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9179386438754628665.post-2623453680909955965</id><published>2007-07-12T02:47:00.000-07:00</published><updated>2007-07-12T02:48:09.682-07:00</updated><title type='text'>test blog</title><content type='html'>This is just a test blog to see if it works, and to see what comes out on my orkut page...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9179386438754628665-2623453680909955965?l=funnycakes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://funnycakes.blogspot.com/feeds/2623453680909955965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=9179386438754628665&amp;postID=2623453680909955965' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/2623453680909955965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9179386438754628665/posts/default/2623453680909955965'/><link rel='alternate' type='text/html' href='http://funnycakes.blogspot.com/2007/07/test-blog.html' title='test blog'/><author><name>Eamonn O'Connell</name><uri>http://www.blogger.com/profile/17064544953690759392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://2.bp.blogspot.com/_vC3SkHYsTQs/TBHf_uhM1_I/AAAAAAAAAn4/YLzceffi1_c/S220/profilePic.JPG'/></author><thr:total>0</thr:total></entry></feed>
