<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/marks">
<title>Public marks from user pmadhu_sudhan</title>
<description>Public marks from user pmadhu_sudhan</description>
<link>http://blogmarks.net/user/pmadhu_sudhan/marks</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/1258739"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/479057"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476546"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476350"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476351"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476352"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476353"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476354"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476355"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476356"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476357"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476358"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476359"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476360"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476361"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476362"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476363"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476364"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476365"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476366"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476367"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476368"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476369"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476370"/>
<rdf:li resource="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476371"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/1258739">
<title>My blog</title>
<link>http://simile.wordpress.com</link>
<description>This is my blog</description>
<dc:date>2006-11-24T16:56:39Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>blog</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://simile.wordpress.com"><img border="0" src="http://blogmarks.net/screenshots/2006/11/24/a890ec6869f0ff4d065e8be77519bc14.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://simile.wordpress.com">My blog</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">This is my blog</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1258739">Copy</a> | 
<a href="http://blogmarks.net/link/1277412">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/479057">
<title>Information architecture</title>
<link>http://darmano.typepad.com/.shared/image.html?/photos/uncategorized/xd.gif</link>
<description></description>
<dc:date>2006-04-15T17:04:33Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>deisgn</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://darmano.typepad.com/.shared/image.html?/photos/uncategorized/xd.gif"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/15/508a75e2c6493707c5423cc00aba7c94.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://darmano.typepad.com/.shared/image.html?/photos/uncategorized/xd.gif">Information architecture</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/deisgn">deisgn</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=479057">Copy</a> | 
<a href="http://blogmarks.net/link/728786">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476546">
<title>AJAX RSS Display</title>
<link>http://www.daniel-lemire.com/blog/archives/2005/12/22/ajax-rss-display/</link>
<description>Using JavaScript only without any server-side script, you want to be able to display a RSS feed? Easy! (But it took me 3 hours of hacking.) First setup a web page like this:

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;JavaScript RSS Reader&lt;/title&gt;
&lt;script language=”JavaScript” src=”rss.js” &gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;JavaScript RSS Reader
&lt;div id=”rss”&gt;&lt;/div&gt;
&lt;script language=”JavaScript”&gt;
displayRSS(”http://www.domain.com/rssfeed”);
&lt;/script&gt;
&lt;/body&gt;

Then you can download the rss.js script.

Voilà! No need for any server-side processing of the RSS feeds. You can magically display RSS feeds everywhere. Of course, this will only work with recent browsers.</description>
<dc:date>2006-04-14T21:01:08Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.daniel-lemire.com/blog/archives/2005/12/22/ajax-rss-display/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/14/765550c9c440357f90b51e273ca3af2f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.daniel-lemire.com/blog/archives/2005/12/22/ajax-rss-display/">AJAX RSS Display</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Using JavaScript only without any server-side script, you want to be able to display a RSS feed? Easy! (But it took me 3 hours of hacking.) First setup a web page like this:

<html>
<head>
<title>JavaScript RSS Reader</title>
<script language=”JavaScript” src=”rss.js” ></script>
</head>
<body>
<h1>JavaScript RSS Reader
<div id=”rss”></div>
<script language=”JavaScript”>
displayRSS(”http://www.domain.com/rssfeed”);
</script>
</body>

Then you can download the rss.js script.

Voilà! No need for any server-side processing of the RSS feeds. You can magically display RSS feeds everywhere. Of course, this will only work with recent browsers.</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476546">Copy</a> | 
<a href="http://blogmarks.net/link/724646">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476350">
<title>superfast link preview - amazing  [3]</title>
<link>http://www.browster.com/</link>
<description>Excellent addin to browsers. Why doesn't FF and IE think of something like this.   There are many ways this could change the web. With Clipmarks integration links can come alive.</description>
<dc:date>2006-04-08T02:51:56Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>interesting</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.browster.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/03/01/af9d65c09984a7fe8915afbab4ae5c72.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.browster.com/">superfast link preview - amazing  [3]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/51409">10 other(s)</a> 
<p class="description">Excellent addin to browsers. Why doesn't FF and IE think of something like this.   There are many ways this could change the web. With Clipmarks integration links can come alive.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interesting">interesting</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476350">Copy</a> | 
<a href="http://blogmarks.net/link/51409">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476351">
<title>Clipmark: superfast link preview - amazing</title>
<link>http://clipmarks.com/clipmark/A1D7F7F2-AF5B-4285-8D03-74A309D85BF0/</link>
<description>Excellent addin to browsers. Why doesn't FF and IE think of something like this.   There are many ways this could change the web. With Clipmarks integration links can come alive.</description>
<dc:date>2006-04-14T19:11:08Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>interesting, clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/A1D7F7F2-AF5B-4285-8D03-74A309D85BF0/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/08/d76e5e991acc6b6f840b5c22bb8edba3.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/A1D7F7F2-AF5B-4285-8D03-74A309D85BF0/">Clipmark: superfast link preview - amazing</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Excellent addin to browsers. Why doesn't FF and IE think of something like this.   There are many ways this could change the web. With Clipmarks integration links can come alive.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interesting">interesting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476351">Copy</a> | 
<a href="http://blogmarks.net/link/724297">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476352">
<title>visual password [2]</title>
<link>http://labs.mininova.org/passclicks/login.php</link>
<description>Fantastic</description>
<dc:date>2006-04-08T02:44:15Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>interesting, idea</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://labs.mininova.org/passclicks/login.php"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/08/e9c559782f6f15e2af6492a8b8905c8a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://labs.mininova.org/passclicks/login.php">visual password [2]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/724299">3 other(s)</a> 
<p class="description">Fantastic</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interesting">interesting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/idea">idea</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476352">Copy</a> | 
<a href="http://blogmarks.net/link/724299">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476353">
<title>Clipmark: visual password</title>
<link>http://clipmarks.com/clipmark/80E1D37B-5E41-4434-806A-335B30AEC1D8/</link>
<description>Fantastic</description>
<dc:date>2006-04-08T02:44:15Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>interesting, idea, clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/80E1D37B-5E41-4434-806A-335B30AEC1D8/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/08/e1e8bc33af97ace1f27b7c0dc188d8e0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/80E1D37B-5E41-4434-806A-335B30AEC1D8/">Clipmark: visual password</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Fantastic</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interesting">interesting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/idea">idea</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476353">Copy</a> | 
<a href="http://blogmarks.net/link/724301">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476354">
<title>[No Title] [2]</title>
<link>http://labs.mininova.org/hoverpopups/</link>
<description></description>
<dc:date>2006-04-08T02:35:26Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://labs.mininova.org/hoverpopups/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/01/27/2b1a6c10341d54b70a15c562faa1512c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://labs.mininova.org/hoverpopups/">[No Title] [2]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/520011">1 other(s)</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476354">Copy</a> | 
<a href="http://blogmarks.net/link/520011">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476355">
<title>[Untitled Clipmark]</title>
<link>http://clipmarks.com/clipmark/915627B0-1ECB-4A11-A6D9-D4E0E88A6BB1/</link>
<description></description>
<dc:date>2006-04-08T02:35:26Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/915627B0-1ECB-4A11-A6D9-D4E0E88A6BB1/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/08/89b04b66bb63b51049d5c375e5e8a13f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/915627B0-1ECB-4A11-A6D9-D4E0E88A6BB1/">[Untitled Clipmark]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476355">Copy</a> | 
<a href="http://blogmarks.net/link/724304">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476356">
<title>Clipmark: superlink1</title>
<link>http://clipmarks.com/clipmark/7F0444E3-D3D7-4D4B-854B-302B7466260C/</link>
<description></description>
<dc:date>2006-04-07T23:20:39Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/7F0444E3-D3D7-4D4B-854B-302B7466260C/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/08/153a4b722e83a32de1bba0963e5b27ea.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/7F0444E3-D3D7-4D4B-854B-302B7466260C/">Clipmark: superlink1</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476356">Copy</a> | 
<a href="http://blogmarks.net/link/724306">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476357">
<title>Clipmark: Clipamark competition - interesting info cloud</title>
<link>http://clipmarks.com/clipmark/48E40E95-DFEB-4A9A-8FDF-CC633CA9F362/</link>
<description>Eric,  Looks basic version of clipmarks. (it didn't work on my browser though).  But its info cloud is interesting. It is based on titles rather than tags. I guess popular links become bigger and bolder. This could easily be used for clipmark. I think</description>
<dc:date>2006-04-06T23:05:49Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/48E40E95-DFEB-4A9A-8FDF-CC633CA9F362/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/07/98915275e80f944b390e75cf985907e7.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/48E40E95-DFEB-4A9A-8FDF-CC633CA9F362/">Clipmark: Clipamark competition - interesting info cloud</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Eric,  Looks basic version of clipmarks. (it didn't work on my browser though).  But its info cloud is interesting. It is based on titles rather than tags. I guess popular links become bigger and bolder. This could easily be used for clipmark. I think</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476357">Copy</a> | 
<a href="http://blogmarks.net/link/724308">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476358">
<title>Clipamark competition - interesting info cloud [2]</title>
<link>http://clipclip.org/</link>
<description>Eric,  Looks basic version of clipmarks. (it didn't work on my browser though).  But its info cloud is interesting. It is based on titles rather than tags. I guess popular links become bigger and bolder. This could easily be used for clipmark. I think</description>
<dc:date>2006-04-06T23:05:48Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipclip.org/"><img border="0" src="http://blogmarks.net/screenshots/2006/08/28/fce4981a4060501ec7a14efbf26c3d61.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipclip.org/">Clipamark competition - interesting info cloud [2]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/682186">4 other(s)</a> 
<p class="description">Eric,  Looks basic version of clipmarks. (it didn't work on my browser though).  But its info cloud is interesting. It is based on titles rather than tags. I guess popular links become bigger and bolder. This could easily be used for clipmark. I think</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476358">Copy</a> | 
<a href="http://blogmarks.net/link/682186">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476359">
<title>Another service for social bookmarking for photos</title>
<link>http://www.pixrat.com/help</link>
<description>Compared to Clipmarks this seems to be limited to photos. But the browser in matrix type (because they are photos).  Maybe Clipmark Public live board can also be multi column, tabular, rather than as a list.  Maybe it will allow more items to be viewed</description>
<dc:date>2006-04-06T19:37:30Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>interesting</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.pixrat.com/help"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/02cb6d241be44cffeb1932f9ad5201bf.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.pixrat.com/help">Another service for social bookmarking for photos</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Compared to Clipmarks this seems to be limited to photos. But the browser in matrix type (because they are photos).  Maybe Clipmark Public live board can also be multi column, tabular, rather than as a list.  Maybe it will allow more items to be viewed</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interesting">interesting</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476359">Copy</a> | 
<a href="http://blogmarks.net/link/724311">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476360">
<title>Clipmark: Another service for social bookmarking for photos</title>
<link>http://clipmarks.com/clipmark/342129C6-F359-4C1F-8FC0-000469FD9283/</link>
<description>Compared to Clipmarks this seems to be limited to photos. But the browser in matrix type (because they are photos).  Maybe Clipmark Public live board can also be multi column, tabular, rather than as a list.  Maybe it will allow more items to be viewed</description>
<dc:date>2006-04-06T19:37:30Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>interesting, clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/342129C6-F359-4C1F-8FC0-000469FD9283/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/fb960d8ae70200be4eece7d03f6e71d6.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/342129C6-F359-4C1F-8FC0-000469FD9283/">Clipmark: Another service for social bookmarking for photos</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Compared to Clipmarks this seems to be limited to photos. But the browser in matrix type (because they are photos).  Maybe Clipmark Public live board can also be multi column, tabular, rather than as a list.  Maybe it will allow more items to be viewed</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interesting">interesting</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476360">Copy</a> | 
<a href="http://blogmarks.net/link/724313">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476361">
<title>give away ideas for free - earn on implementations [2]</title>
<link>http://simile.wordpress.com/2006/04/06/ideas-are-for-free-implementation-is-not/</link>
<description>I want to give off all my ideas.  Anyways, there are more ideas than one can implement. Hopefully</description>
<dc:date>2006-04-06T15:55:18Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>ideas</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://simile.wordpress.com/2006/04/06/ideas-are-for-free-implementation-is-not/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/f21e578e0b101d491b33728a740ce727.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://simile.wordpress.com/2006/04/06/ideas-are-for-free-implementation-is-not/">give away ideas for free - earn on implementations [2]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">I want to give off all my ideas.  Anyways, there are more ideas than one can implement. Hopefully</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ideas">ideas</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476361">Copy</a> | 
<a href="http://blogmarks.net/link/724315">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476362">
<title>Clipmark: give away ideas for free - earn on implementations</title>
<link>http://clipmarks.com/clipmark/974403E6-FA65-4EE0-8254-8316ACB80DA7/</link>
<description>I want to give off all my ideas.  Anyways, there are more ideas than one can implement. Hopefully</description>
<dc:date>2006-04-06T15:55:18Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>ideas, clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/974403E6-FA65-4EE0-8254-8316ACB80DA7/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/9c1466e22e5082d604b3ff589f46ec0f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/974403E6-FA65-4EE0-8254-8316ACB80DA7/">Clipmark: give away ideas for free - earn on implementations</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">I want to give off all my ideas.  Anyways, there are more ideas than one can implement. Hopefully</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ideas">ideas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476362">Copy</a> | 
<a href="http://blogmarks.net/link/724317">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476363">
<title>Social media - how does clipmark fare in this field [7]</title>
<link>http://www.plasticbag.org/archives/2006/03/what_do_we_do_with_social_media.shtml</link>
<description>Good article !!  &quot;It seems to me that the other main feature of social media is that they're looking at how each individual contribution can become part of something that's greater than the sum of its parts, and to feed that back to the individuals usin</description>
<dc:date>2006-04-06T01:32:39Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>social, media, thought</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.plasticbag.org/archives/2006/03/what_do_we_do_with_social_media.shtml"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/e1a4fd46253e7d937e345f213da20c62.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.plasticbag.org/archives/2006/03/what_do_we_do_with_social_media.shtml">Social media - how does clipmark fare in this field [7]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Good article !!  "It seems to me that the other main feature of social media is that they're looking at how each individual contribution can become part of something that's greater than the sum of its parts, and to feed that back to the individuals usin</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social">social</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/media">media</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/thought">thought</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476363">Copy</a> | 
<a href="http://blogmarks.net/link/724319">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476364">
<title>Clipmark: Social media - how does clipmark fare in this field</title>
<link>http://clipmarks.com/clipmark/19A964CA-B7B6-4735-AC6F-6AB0BC93F620/</link>
<description>Good article !!  &quot;It seems to me that the other main feature of social media is that they're looking at how each individual contribution can become part of something that's greater than the sum of its parts, and to feed that back to the individuals usin</description>
<dc:date>2006-04-06T01:32:39Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>social, media, thought, clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/19A964CA-B7B6-4735-AC6F-6AB0BC93F620/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/97cd69bc772a276583772b17ec1ac011.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/19A964CA-B7B6-4735-AC6F-6AB0BC93F620/">Clipmark: Social media - how does clipmark fare in this field</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Good article !!  "It seems to me that the other main feature of social media is that they're looking at how each individual contribution can become part of something that's greater than the sum of its parts, and to feed that back to the individuals usin</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/social">social</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/media">media</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/thought">thought</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476364">Copy</a> | 
<a href="http://blogmarks.net/link/724321">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476365">
<title>Clipmark: Is Google a god?? some think so...</title>
<link>http://clipmarks.com/clipmark/B2F350F3-5534-4556-A44B-17EEB9673E65/</link>
<description>Google - somethink it is a spiritual experience</description>
<dc:date>2006-04-06T00:40:01Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>toon, clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/B2F350F3-5534-4556-A44B-17EEB9673E65/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/89951f46325ecb215b065723788a426f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/B2F350F3-5534-4556-A44B-17EEB9673E65/">Clipmark: Is Google a god?? some think so...</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Google - somethink it is a spiritual experience</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/toon">toon</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476365">Copy</a> | 
<a href="http://blogmarks.net/link/724323">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476366">
<title>Is Google a god?? some think so...</title>
<link>http://photos1.blogger.com/blogger/7074/508/1600/Google%20Oh%20mi%20gosh.0.jpg</link>
<description>Google - somethink it is a spiritual experience</description>
<dc:date>2006-04-06T00:40:00Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>toon</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://photos1.blogger.com/blogger/7074/508/1600/Google%20Oh%20mi%20gosh.0.jpg"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/c13b3ea34e7653eee1883a4616b4b0fd.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://photos1.blogger.com/blogger/7074/508/1600/Google%20Oh%20mi%20gosh.0.jpg">Is Google a god?? some think so...</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Google - somethink it is a spiritual experience</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/toon">toon</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476366">Copy</a> | 
<a href="http://blogmarks.net/link/724325">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476367">
<title>Apple or cross ... what to wear today ??</title>
<link>http://istories.blogspot.com/2006/03/apple-or-cross-what-to-wear.html</link>
<description>Apple has become such a symbol expression</description>
<dc:date>2006-04-06T00:37:47Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>toon</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://istories.blogspot.com/2006/03/apple-or-cross-what-to-wear.html"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/7f63617f0bdadaad1cb0d3a8433e27db.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://istories.blogspot.com/2006/03/apple-or-cross-what-to-wear.html">Apple or cross ... what to wear today ??</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Apple has become such a symbol expression</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/toon">toon</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476367">Copy</a> | 
<a href="http://blogmarks.net/link/724327">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476368">
<title>Clipmark: Apple or cross ... what to wear today ??</title>
<link>http://clipmarks.com/clipmark/C87FDCD5-8DAF-46CB-9D3D-C4AD587DF1E1/</link>
<description>Apple has become such a symbol expression</description>
<dc:date>2006-04-06T00:37:47Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>toon, clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/C87FDCD5-8DAF-46CB-9D3D-C4AD587DF1E1/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/06/84acaf400db30bd308d0dd5de205ae90.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/C87FDCD5-8DAF-46CB-9D3D-C4AD587DF1E1/">Clipmark: Apple or cross ... what to wear today ??</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Apple has become such a symbol expression</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/toon">toon</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476368">Copy</a> | 
<a href="http://blogmarks.net/link/724329">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476369">
<title>[Untitled Clipmark]</title>
<link>http://clipmarks.com/clipmark/3FC2DA08-717F-4149-9C3F-05692437FF27/</link>
<description></description>
<dc:date>2006-04-04T23:18:05Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/3FC2DA08-717F-4149-9C3F-05692437FF27/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/05/004d1cc3ce5cc1cdb46599fecf12500d.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/3FC2DA08-717F-4149-9C3F-05692437FF27/">[Untitled Clipmark]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476369">Copy</a> | 
<a href="http://blogmarks.net/link/724331">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476370">
<title>[No Title]</title>
<link>http://static.flickr.com/31/99400167_4d04ba7f69_o.jpg</link>
<description></description>
<dc:date>2006-04-04T23:18:02Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://static.flickr.com/31/99400167_4d04ba7f69_o.jpg"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/05/fbadef3e11e9bb2a5f3e8967b1cca9b9.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://static.flickr.com/31/99400167_4d04ba7f69_o.jpg">[No Title]</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476370">Copy</a> | 
<a href="http://blogmarks.net/link/724333">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pmadhu_sudhan/mark/476371">
<title>Clipmark: Story is the best format for human communication</title>
<link>http://clipmarks.com/clipmark/92741917-10AF-4B94-9810-1C06FEBAFD2B/</link>
<description>Stories are the best format for human communication.  Whether one wants to convey a idea or design an user experience.  This is why I think future of design is about Relation design. Which is to design for making the customer a family member, partner</description>
<dc:date>2006-04-04T19:35:58Z</dc:date>
<dc:author>pmadhu_sudhan</dc:author>
<dc:subject>design, ideas, clipmarks</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://clipmarks.com/clipmark/92741917-10AF-4B94-9810-1C06FEBAFD2B/"><img border="0" src="http://www.blogmarks.net/screenshots/2006/04/04/253bd1ceff908da87e2d83c20e7924b8.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://clipmarks.com/clipmark/92741917-10AF-4B94-9810-1C06FEBAFD2B/">Clipmark: Story is the best format for human communication</a></h4>
 
by <a href="http://blogmarks.net/user/pmadhu_sudhan">pmadhu_sudhan</a> 
<p class="description">Stories are the best format for human communication.  Whether one wants to convey a idea or design an user experience.  This is why I think future of design is about Relation design. Which is to design for making the customer a family member, partner</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ideas">ideas</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/clipmarks">clipmarks</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=476371">Copy</a> | 
<a href="http://blogmarks.net/link/724335">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>