<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sunpoint</title>
	<atom:link href="http://sunpoint.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunpoint.wordpress.com</link>
	<description>Dusk till Dawn</description>
	<lastBuildDate>Fri, 23 Oct 2009 11:38:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sunpoint.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b91e585301a97c50e9b2c4edbead4fdd?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sunpoint</title>
		<link>http://sunpoint.wordpress.com</link>
	</image>
			<item>
		<title>Handshake with Dalai Lama</title>
		<link>http://sunpoint.wordpress.com/2009/10/23/handshake-with-dalai-lama/</link>
		<comments>http://sunpoint.wordpress.com/2009/10/23/handshake-with-dalai-lama/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:14:30 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dalai Lama]]></category>
		<category><![CDATA[Handshake]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/2009/10/23/handshake-with-dalai-lama/</guid>
		<description><![CDATA[meeting with Dalai Lama<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=149&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Kishore meeting <a href="http://tusitadivineart.com/index.htm">Dalai Lama</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=149&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2009/10/23/handshake-with-dalai-lama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Geany perl compile error</title>
		<link>http://sunpoint.wordpress.com/2009/08/28/geany-perl-compile-error/</link>
		<comments>http://sunpoint.wordpress.com/2009/08/28/geany-perl-compile-error/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:14:04 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/2009/08/28/geany-perl-compile-error/</guid>
		<description><![CDATA[Playing around with Geany on Jaunty&#8230;found this error in compiling 

Can&#8217;t locate B/Bytecode.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5&#8230;.blah blah.

Jaunty distributes perl 5.10 which has a couple of changes 5.9.4.. removal of B::Bytecode module was one of them due to its unreliability.

to correct this in geany, goto Build-&#62;Set Includes and arguments

change perl -MO=Bytecode,-H,-o&#8221;%f&#8221;c [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=145&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Playing around with Geany on Jaunty&#8230;found this error in compiling </p>
<p>
Can&#8217;t locate B/Bytecode.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5&#8230;.blah blah.</p>
<p>
Jaunty distributes perl 5.10 which has a couple of changes 5.9.4.. removal of B::Bytecode module was one of them <a href="http://mlog.euqset.org/archives/installer/1363.html">due to its unreliability</a>.</p>
<p>
to correct this in geany, goto Build-&gt;Set Includes and arguments</p>
<p>
change <strong>perl -MO=Bytecode,-H,-o&#8221;%f&#8221;c &#8220;%f&#8221;</strong> to</p>
<p>
simply this <strong>perl -c &#8220;%f&#8221;</strong> .. </p>
</p>
</p></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=145&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2009/08/28/geany-perl-compile-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Things that feel good</title>
		<link>http://sunpoint.wordpress.com/2009/04/17/things-that-feel-good/</link>
		<comments>http://sunpoint.wordpress.com/2009/04/17/things-that-feel-good/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 08:11:26 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/?p=139</guid>
		<description><![CDATA[
Falling in love.
Laughing so hard your face hurts.
A hot shower.
No lines at the supermarket
Getting mail
Taking a drive on a pretty road.
Lying in bed listening to the rain outside.
A long distance phone call.
A good conversation.
The beach
Finding a Rs. 500 note in your coat from last winter.
Laughing at yourself.
Midnight phone calls that last for hours.
Laughing for absolutely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=139&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ol>
<li>Falling in love.</li>
<li>Laughing so hard your face hurts.</li>
<li>A hot shower.</li>
<li>No lines at the supermarket</li>
<li>Getting mail</li>
<li>Taking a drive on a pretty road.</li>
<li>Lying in bed listening to the rain outside.</li>
<li>A long distance phone call.</li>
<li>A good conversation.</li>
<li>The beach</li>
<li>Finding a Rs. 500 note in your coat from last winter.</li>
<li>Laughing at yourself.</li>
<li>Midnight phone calls that last for hours.</li>
<li>Laughing for absolutely no reason at all.</li>
<li>Having someone tell you that you&#8217;re beautiful.</li>
<li>Friends<span id="more-139"></span></li>
<li>Accidentally overhearing someone say something nice about you.</li>
<li>Waking up and realizing you still have a few hours left to sleep&#8230;</li>
<li>The first kiss</li>
<li>Playing with a new puppy.</li>
<li>Having someone play with your hair.</li>
<li>Sweet dreams.</li>
<li>Swinging on swings.</li>
<li>Song lyrics printed inside your new CD so you can sing along without feeling stupid.</li>
<li>Spending time with close friends.</li>
<li>Seeing smiles and hearing laughter from your friends.</li>
<li>Running into an old friend and realizing that some things (good or bad) never change.</li>
<li>Watching the expression on someone&#8217;s face as they open a much desired present from you.</li>
<li>Watching the sunrise.</li>
<li>Getting out of bed every morning and being grateful for another beautiful day.</li>
<li>many more &#8230;&#8230;.</li>
<li>Watching The wife constantly giggling while talking about the day</li>
<li>watching her sleep like a baby</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=139&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2009/04/17/things-that-feel-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Things I intend to do</title>
		<link>http://sunpoint.wordpress.com/2009/03/25/things-i-intend-to-do-everyday/</link>
		<comments>http://sunpoint.wordpress.com/2009/03/25/things-i-intend-to-do-everyday/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 06:04:48 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/?p=135</guid>
		<description><![CDATA[1. Stop watching television.
2. Stop eating fast food.
3. Stop eating pizza and fried foods.
4. Stop driving places that you could easily walk to.
5. Read at least 1 book a month.
6. Take classes in what interests you or your vocation.
7. Work enough to support yourself, and if needed get a new job or second job to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=135&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. Stop watching television.<br />
2. Stop eating fast food.<br />
3. Stop eating pizza and fried foods.<br />
4. Stop driving places that you could easily walk to.<br />
5. Read at least 1 book a month.<br />
6. Take classes in what interests you or your vocation.<br />
7. Work enough to support yourself, and if needed get a new job or second job to make enough to support yourself. Never stick with a job that doesn&#8217;t pay enough to support yourself no matter how much you work.<br />
8. Pay off your debts and don&#8217;t go in debt (My MD also says so). You can pay off your debts if you avoid needless expenses, such as cable, overpriced clothes, impractical decorations, unhealthy snacks, jewelry, etcetera.<br />
9. Don&#8217;t buy a car on finance, and don&#8217;t buy an expensive car if a cheaper one that works is available.<br />
10. Wake up early, and get all your work done as quickly as possible. That includes household chores, as well as your employment.<span id="more-135"></span><br />
11. Drink alcohol less or quit.<br />
12. Do drugs less or quit.<br />
13. Don&#8217;t smoke cigarettes.<br />
14. Don&#8217;t eat foods with high fructose corn syrup.<br />
15. Don&#8217;t drink soda.<br />
16. Don&#8217;t eat sugary foods at all.<br />
17. Don&#8217;t drink more than 1 glass of juice per day.<br />
18. Stand up straight and have good posture.<br />
19. Look people in the eyes when you talk to them.<br />
20. Smile.<br />
21. Be polite.<br />
22. Keep your promises.<br />
23. Wear a watch, if you can afford it.<br />
24. Eat breakfast.<br />
25. If you eat cereal at any time, choose your cereal based on healthiness not tastiness.<br />
26. Exercise at least 3 days per week.<br />
27. Walk often.<br />
28. Always write with correct spelling and grammar.<br />
29. Never speak worse about a person behind their back than you do to their face. (Feel free to say nicer things about a person behind their back than to their face.)<br />
30. Don&#8217;t gossip and don&#8217;t have a big mouth.<br />
31. Never judge other people harsher than you judge yourself.<br />
32. Make New Years resolutions, but make one every day instead of every year.<br />
33. Volunteer.<br />
34. Forgive, but never forget.<br />
35. Don&#8217;t have skeletons in your closet.<br />
36. Keep as few secrets as reasonably possible.<br />
37. Despite the rule before this one, keep your friends&#8217; secrets.<br />
38. Politely tell people that you will not betray your friends&#8217; trust, when you are asked about their secrets and such.<br />
39. Volunteering (i.e. activism) is more important than voting. If you can do both, good for you. If you only have time for one, volunteer instead of voting. It makes more of a difference.<br />
40. Privately question your own values.<br />
41. Avoid questioning other people&#8217;s values, especially in public.<br />
42. Listen more than you talk.<br />
43. Use a journal to count how many calories you consume per day.<br />
44. Use a journal to count how many calories you burn per day.<br />
45. If you want to lose weight, burn slightly more than you consume. If you want to gain weight, consume slightly more than you burn. If you are happy with your weight, try to burn the same amount as you consume.<br />
46. Weigh yourself daily at the same time(s).<br />
47. Write your daily weight down in a journal.<br />
48. Never allow the police to search you, your car, or your belongings if you do not have something to hide.<br />
49. Never tell other people that you think they or something they are doing is immoral or sinful.<br />
50. Keep your moral values and religion to yourself. Use them to direct your own actions.<br />
51. Ask people how they are often and listen to their answer.<br />
52. Laugh at other people&#8217;s jokes, but not your own.<br />
53. Shower at least once per day.<br />
54. Wash your hands, even if you aren&#8217;t an employee.<br />
55. Take care of the elderly, which includes spending time with them and talking to them.<br />
56. Avoid going places where you need to be waited on.<br />
57. Wait on yourself wherever possible.<br />
58. Make your friends look good.<br />
59. Avoid lying.<br />
60. Don&#8217;t pretend to be better than you are. Don&#8217;t pretend to be more successful, popular, etcetera.<br />
61. Treat other people as if they are better than they are. Treat them as if they are more successful, popular, etcetera.<br />
62. Don&#8217;t brag about your talents. Instead, surprise people with them when they just happen to be called upon.<br />
63. Sit up straight.<br />
64. Keep your house clean.<br />
65. If you have either of them, keep your car and office clean.<br />
66. Stretch daily.<br />
67. Dance.<br />
68. Take dancing lessons if you could use improvement.<br />
69. Ask other people (e.g. your friends, your co-workers, your boss, etc.) what their favorite book is, and read it.<br />
70. Ask their favorite song or band, and listen to it.</p>
<p>71. Ask their favorite movie, and watch it.</p>
<p>72. Don&#8217;t be camera shy.</p>
<p>73. When your alarm goes off in the morning (if you use one), don&#8217;t press snooze.</p>
<p>74. Make a budget and follow it.</p>
<p>75. Say &#8220;I love you&#8221; often to the people you feel this way about.<br />
76. Always turning off lights when leaving a room, unless of course there are others are in the room. For that matter, conserving any unnecessary electricity usage is key to the future of humanity.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=135&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2009/03/25/things-i-intend-to-do-everyday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Acid3 tests of Current browsers</title>
		<link>http://sunpoint.wordpress.com/2008/10/21/acid3-tests-of-current-browsers/</link>
		<comments>http://sunpoint.wordpress.com/2008/10/21/acid3-tests-of-current-browsers/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 09:42:52 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Acid test]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/?p=110</guid>
		<description><![CDATA[The race of browsers is on. Earlier it was assumed that Firefox and IE would compete for a larger market share but now there are more candidates.I conducted a Acid3 test on the browsers and  got this.
Firefox 3.1 Beta 1 is quite convincing with a score of 87 out of 100.
Market share &#8211; 19.46 %


Opera [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=110&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The race of browsers is on. Earlier it was assumed that Firefox and IE would compete for a larger market share but now there are more candidates.I conducted a <a title="Acid3 test" href="http://en.wikipedia.org/wiki/Acid3" target="_blank">Acid3 test</a> on the browsers and  got this.</p>
<p>Firefox 3.1 Beta 1 is quite convincing with a score of 87 out of 100.</p>
<p>Market share &#8211; 19.46 %</p>
<p><a href="http://sunpoint.files.wordpress.com/2008/10/firefox31beta1.jpg"><img class="alignnone size-large wp-image-102" title="firefox31beta1" src="http://sunpoint.files.wordpress.com/2008/10/firefox31beta1.jpg?w=515&#038;h=389" alt="" width="515" height="389" /><br />
</a></p>
<p>Opera 9.52 build 10108 had a score of 84/100 which was quite near to firefox</p>
<p>Market share -  0.69 %</p>
<p><a href="http://sunpoint.files.wordpress.com/2008/10/opera.jpg"><img class="alignnone size-large wp-image-103" title="opera" src="http://sunpoint.files.wordpress.com/2008/10/opera.jpg?w=510&#038;h=395" alt="" width="510" height="395" /></a></p>
<p>Google chrome build 1798 had failures but I am sure the current build 3604 would fix a few of them. It well scored 75/100</p>
<p>Market share &#8211; 0.78 %<span id="more-110"></span></p>
<p><a href="http://sunpoint.files.wordpress.com/2008/10/chromeb1798.jpg"><img class="alignnone size-large wp-image-104" title="chromeb1798" src="http://sunpoint.files.wordpress.com/2008/10/chromeb1798.jpg?w=510&#038;h=377" alt="" width="510" height="377" /></a></p>
<p>The last but not the least IE7 which I guess could&#8217;nt realize that its a test and see what I got.</p>
<p><a href="http://sunpoint.files.wordpress.com/2008/10/ie7.jpg"><img class="alignnone size-large wp-image-105" title="ie7" src="http://sunpoint.files.wordpress.com/2008/10/ie7.jpg?w=509&#038;h=359" alt="" width="509" height="359" /></a></p>
<p>Market share &#8211; 71.52 %</p>
<p>Well&#8230;. and I thought we are loosing money in share markets only..</p>
<p>Still to check Safari and Konqurer</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=110&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2008/10/21/acid3-tests-of-current-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>

		<media:content url="http://sunpoint.files.wordpress.com/2008/10/firefox31beta1.jpg?w=510" medium="image">
			<media:title type="html">firefox31beta1</media:title>
		</media:content>

		<media:content url="http://sunpoint.files.wordpress.com/2008/10/opera.jpg?w=510" medium="image">
			<media:title type="html">opera</media:title>
		</media:content>

		<media:content url="http://sunpoint.files.wordpress.com/2008/10/chromeb1798.jpg?w=510" medium="image">
			<media:title type="html">chromeb1798</media:title>
		</media:content>

		<media:content url="http://sunpoint.files.wordpress.com/2008/10/ie7.jpg?w=509" medium="image">
			<media:title type="html">ie7</media:title>
		</media:content>
	</item>
		<item>
		<title>Open Source DMS/ECM review</title>
		<link>http://sunpoint.wordpress.com/2008/07/26/open-source-dms-review/</link>
		<comments>http://sunpoint.wordpress.com/2008/07/26/open-source-dms-review/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 06:58:05 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/?p=75</guid>
		<description><![CDATA[Web based Document management system have come a long way. Filenet and  Documentum were a few pioneer technologies that made life easy for organizations  that need to maintain loads of electronic documents. The second generation of  DMS appeared in shape of client server based system which used java webstart  like techniques [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=75&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">Web based Document management system have come a long way. Filenet and  Documentum were a few pioneer technologies that made life easy for organizations  that need to maintain loads of electronic documents. The second generation of  DMS appeared in shape of client server based system which used java webstart  like techniques for document hosting. Xinco is a good example. The third  generations of web based DMS have appeared more like a enterprise content  management solution rather than a simple DMS. Here in this post , I would  discuss third generation web based DMS and the features they offer.</p>
<p style="text-align:left;">In open source arena, There are multiple such solution available. This  multiplicity of projects have either matured as a complete enterprise DMS  solution or died off after setting future roadmap for other DMS projects. I have  able to sort out a few DMS solution that can serve document management  requirements based on either volume or number of features they provide.</p>
<p style="text-align:left;"><span id="more-75"></span></p>
<p style="text-align:left;">
<p style="text-align:left;"><strong><a href="http://wiki.alfresco.com/wiki/Main_Page">Alfresco</a></strong> :  Alfresco is the first open source enterprise-scale document management system  that includes a modern content repository, an out-of-the-box portal framework  for managing and using content designed to work with standard portals, and a  groundbreaking Common Internet File System (CIFS) interface that provides  Microsoft Windows file system compatibility. Alfresco takes the lessons of  building document management systems for the last 15 years and applied them to  build an open source content management system that is easier to use, more  scalable and more adaptable. Apart from being a DMS , Alfresco provides feature  like web content management, records management, image management, content  repository etc. . Alfresco is a direct competitor of Microsoft sharepoint 2007  and offers some better features . The search facility is far more superior in  Alfresco compared to MOSS2007.</p>
<p style="text-align:left;">Being a ECM solution, It can be used for document management but in many a  cases it proves out to be a overkill for the job. It is most suitable for  integrated CMS as well as document management and complex workflow solutions in  a distributed environment. Alfresco can be deployed on almost all available  platform and has a very good support available</p>
<p style="text-align:left;"><strong><a href="http://www.knowledgetree.com/opensource">Knowledgetree</a></strong> : Knowledgetree is one of such open source solution that may defy  alfresco by its DMS centric approach. It is the most suited DMS solution  available today for handling document repository needs along with a well defined  method of document classification and attaching simple workflows. Knowledgetree  can be as big as deployed for organizational DMS needs or it can be as small as  handling a project specific DMS requirement . The product includes advanced  document version control, full text search capabilities, multiple search types  and extensible metadata fields for documents and scan-to repository feature. A  complete list of features is listed <a href="http://www.knowledgetree.com/products/knowledgetree_features">here</a>.</p>
<p style="text-align:left;">Knowledgetree also has a very nice support available either through community  or as a premium paid service subscription. KnowledgeTree Support is provided by  a professional support team backed by the software and system engineers who have  designed and built the product.</p>
<p style="text-align:left;"><a href="http://www.nuxeo.org/sections/about/"><strong>Nuxeo 5</strong> :</a> Nuxeo 5 is a  robust, extensible, global, standards-based Enterprise Content Management  solution available as Open Source Software (OSS). Nuxeo 5 is based on other open  source software, notably from the Apache Foundation, the JBoss Group (a division  of Red Hat) and the Eclipse Foundation, and developed in a truly open manner. A  set of screencasts describing various features is available <a href="http://www.nuxeo.org/sections/documentation/nuxeo-5-screencasts/">here</a></p>
<p style="text-align:left;"><a href="http://www.openkm.com/"><strong>OpenKM </strong>:</a> OpenKM is a Open Source electronic document management system, which, due to its  characteristics, can be used by large companies as well as by the small ones, as  a useful tool in knowledge management processing, providing a more flexible and  lower-cost alternative to other proprietary applications. A exhaustive list of  features is available <a href="http://www.openkm.com/Features.html">here</a></p>
<p style="text-align:left;">One of my previous reviews on a scan-to-repository DMS solution [greenstone  library] is here</p>
<p style="text-align:left;"><a href="../2007/06/04/document-management-paradigm/">http://sunpoint.wordpress.com/2007/06/04/document-management-paradigm/</a></p>
<p style="text-align:left;">
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunpoint.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunpoint.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=75&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2008/07/26/open-source-dms-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Joe Stump&#8217;s Interview</title>
		<link>http://sunpoint.wordpress.com/2008/07/25/joe-stumps-interview/</link>
		<comments>http://sunpoint.wordpress.com/2008/07/25/joe-stumps-interview/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 05:47:14 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/?p=65</guid>
		<description><![CDATA[This is an excerpt from Joe Stump&#8217;s interview. Joe is lead architect at Digg.
Break stuff. Break everything. Poke, prod and explore. Don’t listen to people who tell you that you can’t do something or that you’re wasting your time. More practical advice is that you should learn to know and love design patterns and avoid [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=65&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is an excerpt from <a title="Joe Stump dot net" href="http://www.joestump.net/2008/07/how-i-got-started-programming.html/trackback" target="_blank">Joe Stump&#8217;s interview</a>. Joe is lead architect at Digg.</p>
<blockquote><p>Break stuff. Break everything. Poke, prod and explore. Don’t listen to people who tell you that you can’t do something or that you’re wasting your time. More practical advice is that you should learn to know and love design patterns and avoid GUI’s. I have a real problem with people who say they know SQL because they’re well versed with an ORM or a DB’s GUI. Go back and read up on relational algebra and SQL92 before you say you know SQL okay?I’ll probably get flamed for this, but I think people should learn a single environment in and out and stick with it. This might mean you learn Microsoft’s technologies in and out or Cocoa or LAMP. You simply can’t be an expert in an area of computers without picking a single environment and sticking with it. Dabble, sure, but pick a horse and learn everything you can about it.If you choose UNIX read one man page a day until you’ve read all of the GNU utilities’ man pages. You’re not a true UNIX geek unless you’ve typed man man at once point in your life.</p></blockquote>
<p>This is one of the best which I have read in recent times. One can&#8217;t be an expert in all the area. You need to choose one and know as much as possible about it. The illusion of having opinion about every techie stuff going around you will lead nowhere except confusion for yourself.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunpoint.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunpoint.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=65&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2008/07/25/joe-stumps-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Open Source SNMP</title>
		<link>http://sunpoint.wordpress.com/2008/03/10/open-source-snmp/</link>
		<comments>http://sunpoint.wordpress.com/2008/03/10/open-source-snmp/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 11:17:00 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/2008/03/10/open-source-snmp/</guid>
		<description><![CDATA[The list of open source SNMP tools
http://www.openxtra.co.uk/network-management/monitor/open-source/
and the one which skipped this listhttp://www.itmanagement.com/features/10-open-source-network-tools-052407/http://collectl.sourceforge.net/index.htmlNetXMSMonOpenNMS
and the mecca list of allhttp://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=60&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The list of open source SNMP tools</p>
<p><a href="http://www.openxtra.co.uk/network-management/monitor/open-source/">http://www.openxtra.co.uk/network-management/monitor/open-source/</a></p>
<p>and the one which skipped this list<br /><a href="http://www.itmanagement.com/features/10-open-source-network-tools-052407/">http://www.itmanagement.com/features/10-open-source-network-tools-052407/</a><br /><a href="http://collectl.sourceforge.net/index.html">http://collectl.sourceforge.net/index.html</a><br /><a href="http://www.netxms.org/">NetXMS</a><br /><a href="http://www.kernel.org/pub/software/admin/mon/html/">Mon</a><br /><a href="http://www.opennms.org">OpenNMS</a></p>
<p>and the mecca list of all<br /><a href="http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html">http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunpoint.wordpress.com/60/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunpoint.wordpress.com/60/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=60&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2008/03/10/open-source-snmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>
	</item>
		<item>
		<title>My Ubuntu Desktop</title>
		<link>http://sunpoint.wordpress.com/2008/02/06/my-ubuntu-desktop/</link>
		<comments>http://sunpoint.wordpress.com/2008/02/06/my-ubuntu-desktop/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 09:24:00 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/2008/02/06/my-ubuntu-desktop/</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=59&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://ranjansimon.googlepages.com/MyDesk.jpg" target="_blank"><img style="border:0 none;cursor:pointer;margin:0 10px 10px 0;" src="http://ranjansimon.googlepages.com/MyDesk.jpg" border="0" alt="" width="498" height="339" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunpoint.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunpoint.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=59&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2008/02/06/my-ubuntu-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>

		<media:content url="http://ranjansimon.googlepages.com/MyDesk.jpg" medium="image" />
	</item>
		<item>
		<title>Dynamic design</title>
		<link>http://sunpoint.wordpress.com/2007/11/13/dynamic-design/</link>
		<comments>http://sunpoint.wordpress.com/2007/11/13/dynamic-design/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 11:26:00 +0000</pubDate>
		<dc:creator>ranjansimon</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sunpoint.wordpress.com/2007/11/13/dynamic-design/</guid>
		<description><![CDATA[This Is A Cool Computer Program &#8211; Celebrity bloopers here
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=58&subd=sunpoint&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font size="1"><a href="http://www.metacafe.com/watch/265178/this_is_a_cool_computer_program/">This Is A Cool Computer Program</a> &#8211; <a href="http://www.metacafe.com/">Celebrity bloopers here</a></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sunpoint.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sunpoint.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sunpoint.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sunpoint.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sunpoint.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sunpoint.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sunpoint.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sunpoint.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sunpoint.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sunpoint.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sunpoint.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sunpoint.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunpoint.wordpress.com&blog=2173281&post=58&subd=sunpoint&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sunpoint.wordpress.com/2007/11/13/dynamic-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/041834a1d7bb3e5df75abdb29bf05bf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ranjansimon</media:title>
		</media:content>
	</item>
	</channel>
</rss>