﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Random Musings</title>
    <description>Happenings in my life</description>
    <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/BlogId/3/Default.aspx</link>
    <language>en-US</language>
    <webMaster>c.reddy@yahoo.com</webMaster>
    <pubDate>Mon, 06 Sep 2010 14:52:00 GMT</pubDate>
    <lastBuildDate>Mon, 06 Sep 2010 14:52:00 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.3.0.16726</generator>
    <item>
      <title>View State</title>
      <description>&lt;p&gt;Here are my notes about view state:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;View state for a page or control  is the cumulative storage of values.&lt;/li&gt;    &lt;li&gt;Primary storage mechanism for HTML and webserver controls&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Attribute/Value pairs are stored like a dictionary&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Can read this class any time during the processing of the page except when the control is being rendered.&lt;/li&gt;    &lt;li&gt;you can add or remove from the dictionary like any other control&lt;/li&gt;    &lt;li&gt;View state is a way to store and retrieve controls from the statebag class&lt;/li&gt;    &lt;li&gt;State of control is maintained when it is rendered back to the page&lt;/li&gt;    &lt;li&gt;An instance of statebag class is created when you set the view state to true&lt;/li&gt;    &lt;li&gt;Control.ViewState is the property used to read and write to the viewstate.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Adioz tonight..&lt;/p&gt;&lt;div class="d_itc_f" style="clear:both;height:11px;"&gt;&lt;a class="a_itc" style="float: right;" href="http://www.itcrossing.com/"&gt;&lt;img alt="powered by metaPost" style="border: none ;" src="http://www.chalama.net/dnn/DesktopModules/itcMetaPost/images/m.gif"&gt;&lt;/a&gt;&lt;script src="/dnn/DesktopModules/itcMetaPost/js/m.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/27/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/27/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=27</guid>
      <pubDate>Tue, 20 Jul 2010 04:20:17 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=27</trackback:ping>
    </item>
    <item>
      <title>ASP.Net Page Lifecycle</title>
      <description>&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I wanted to refresh my memory about ASP.Net Page lifecycle management….trying to make some notes for myself&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Pre Init&lt;/strong&gt; – dynamically set Master Page or themes, Profile settings, create or recreate dynamic controls – like in dotnetnuke&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Init&lt;/strong&gt; – All the controls in the page have been initialized&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;InitComplete&lt;/strong&gt; – After all the initialization    &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Preload&lt;/strong&gt; – Perform any processing on a page or control before load    &lt;br /&gt;                  Page preload event and then the controls are fired    &lt;br /&gt;                 Viewstate and postback data gets initialized from the request object    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;PageLoad&lt;/strong&gt; – After pageload each of the onload events for the controls gets fired&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;LoadComplete&lt;/strong&gt; – all controls have been loaded by this time and validations done by this event, any thing depending on all the controls to be loaded&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;PreRender&lt;/strong&gt; – Page object calls every databind controls, occurs for each control on the page, page Prerender event gets called after the prerender event of all the controls have been called&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;SaveStateComplete&lt;/strong&gt; – View state for all the controls on the page is saved&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Render method&lt;/strong&gt; on every single control is called, Render method for the page&lt;/p&gt;  &lt;p&gt;Courtesy of video from JoeStagner - &lt;a href="http://www.asp.net/general/videos/page-lifecycle-events" target="_blank"&gt;Page Lifecycle Events&lt;/a&gt;&lt;/p&gt;&lt;div class="d_itc_f" style="clear:both;height:11px;"&gt;&lt;a class="a_itc" style="float: right;" href="http://www.itcrossing.com/"&gt;&lt;img alt="powered by metaPost" style="border: none ;" src="http://www.chalama.net/dnn/DesktopModules/itcMetaPost/images/m.gif"&gt;&lt;/a&gt;&lt;script src="/dnn/DesktopModules/itcMetaPost/js/m.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/26/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/26/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=26</guid>
      <pubDate>Thu, 15 Jul 2010 02:34:08 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=26</trackback:ping>
    </item>
    <item>
      <title>What's is Greece's financial crisis?</title>
      <description>&lt;p&gt;What is happening with Greece with respect to the financial crisis.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;object height="374" width="416" id="ep" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"&gt;
&lt;param value="true" name="allowfullscreen" /&gt;
&lt;param value="always" name="allowscriptaccess" /&gt;
&lt;param value="transparent" name="wmode" /&gt;
&lt;param value="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&amp;videoId=business/2010/02/10/boulden.greece.debt.cnn" name="movie" /&gt;
&lt;param value="#000000" name="bgcolor" /&gt;&lt;embed height="374" width="416" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" bgcolor="#000000" type="application/x-shockwave-flash" src="http://i.cdn.turner.com/cnn/.element/apps/cvp/3.0/swf/cnn_416x234_embed.swf?context=embed&amp;videoId=business/2010/02/10/boulden.greece.debt.cnn"&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;p&gt; &lt;/p&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/25/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/25/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=25</guid>
      <pubDate>Sun, 02 May 2010 23:22:24 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=25</trackback:ping>
    </item>
    <item>
      <title>Why Google Sucks?</title>
      <description>&lt;p&gt;&lt;font size="2" face="c"&gt;Somebody has Microsoft office, i will copy it….&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;Somebody has email, i will copy it…&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;Somebody has facebook, i will copy it…&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;Somebody has Twitter, i will copy it…&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;Somebody has SharePoint, i will copy it…&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;And i will call them – Googledocs,Gmail,Buzz and Google Wave….&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;I am not being hypocritical, i do like using Google because nobody can beat it in search as of now. But when Google tries to build products just to intimidate the big players it is really irritating.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;Consider Gmail, it took 5 years to get it out from beta and given that Gmail is out of the beta phase,Gmail is still not free of outages. Google Doc’s still in Beta, i don’t know when a feature was last added to it. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;Consider Google’s latest venture Google Buzz..it sucks to the core because it builds the network from the emails and chats that ever occurred from your email, which is a straight flop.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;Well all i wanted to express was Google gets the idea off from a highly successful product like facebook or twitter and tries to emulate it. Not only does the starting point suck, it also tries to throw the product in the face of the huge user base it has from the search and mail.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="c"&gt;Adios for the night..&lt;/font&gt;&lt;/p&gt;&lt;div class="d_itc_f" style="clear:both;height:11px;"&gt;&lt;a class="a_itc" style="float: right;" href="http://www.itcrossing.com/"&gt;&lt;img alt="powered by metaPost" style="border: none ;" src="http://www.chalama.net/dnn/DesktopModules/itcMetaPost/images/m.gif"&gt;&lt;/a&gt;&lt;script src="/dnn/DesktopModules/itcMetaPost/js/m.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/24/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/24/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=24</guid>
      <pubDate>Thu, 04 Mar 2010 03:54:40 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=24</trackback:ping>
    </item>
    <item>
      <title>Kobe Shoe commercials</title>
      <description>&lt;p&gt;I love the videos of lebron and kobe, NIKE does a great job of showing those puppets.&lt;/p&gt; &lt;p&gt;The first video i love is ..&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;object height="344" width="425"&gt; &lt;param name="movie" value="http://www.youtube.com/v/UPh7Fj71Irk&amp;hl=en_US&amp;fs=1&amp;" /&gt; &lt;param name="allowFullScreen" value="true" /&gt; &lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed type="application/x-shockwave-flash" height="400" width="700" allowfullscreen="true" allowscriptaccess="always" src="http://www.youtube.com/v/UPh7Fj71Irk&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/embed&gt;&lt;/object&gt; &lt;p&gt;In the above video, i love the way kobe raps about his show and finally when it catches fire, he says call the police, call the watchman and lineman..hillarious..:)&lt;/p&gt; &lt;p&gt;More to follow soon..adioz..&lt;/p&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/19/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/19/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=19</guid>
      <pubDate>Sat, 30 Jan 2010 19:28:09 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=19</trackback:ping>
    </item>
    <item>
      <title>Sure to fall in love with alicia's singing..</title>
      <description>&lt;p&gt;Well Alicia Key's normally sings songs related to heartbreak and love, this songs is dedicated to newyork. you can find in this song how Jayz wants himself to be called Frank Sinatra.&lt;br /&gt;&lt;br /&gt;&lt;object height="344" width="425"&gt; &lt;param name="movie" value="http://www.youtube.com/v/0UjsXo9l6I8&amp;hl=en_US&amp;fs=1&amp;" /&gt; &lt;param name="allowFullScreen" value="true" /&gt; &lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed type="application/x-shockwave-flash" height="400" width="700" allowfullscreen="true" allowscriptaccess="always" src="http://www.youtube.com/v/0UjsXo9l6I8&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/20/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/20/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=20</guid>
      <pubDate>Sat, 30 Jan 2010 19:26:46 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=20</trackback:ping>
    </item>
    <item>
      <title>Iron Man 2 Trailer</title>
      <description>&lt;p&gt;Iron Man 2 comming out in 2010..&lt;br /&gt;
&lt;object height="344" width="425"&gt;
&lt;param name="movie" value="http://www.youtube.com/v/siQgD9qOhRs&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowScriptAccess" value="always" /&gt;&lt;embed type="application/x-shockwave-flash" height="400" width="700" allowfullscreen="true" allowscriptaccess="always" src="http://www.youtube.com/v/siQgD9qOhRs&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/21/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/21/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=21</guid>
      <pubDate>Sat, 30 Jan 2010 19:24:18 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=21</trackback:ping>
    </item>
    <item>
      <title>Please donate generously to the Haitian Victims</title>
      <description>&lt;pre style="text-align: justify"&gt;&lt;span style="color: #000000"&gt;&lt;span style="font-size: larger"&gt;&lt;span&gt;&lt;span style="font-family: Comic Sans MS"&gt;

As you all know well from the TV and the internet, the disastrous earthquake of 7.0 scale which struck haiti left the city in lurch.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: larger"&gt;&lt;span&gt;&lt;span style="font-family: Comic Sans MS"&gt;
&lt;span style="color: #0000ff"&gt;&lt;strong&gt;Please donate generously to the Haitian Earthquake victims&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Comic Sans MS"&gt;, please donate the maximum you can. 
Not only are the pictures and videos heart breaking, there are  about tens and thousands feared dead.
Haiti is one of the poorest coutries which doesnot have any capacity to handle this magnitude of natural disaster.
People of Haiti are wandering helplessly on the roads with deadbodies lying on the sides without any basic neccesities in the bounds.
do the max you can to help the victims and save lives, &lt;strong&gt;&lt;span style="color: #008080"&gt;seriously It requires your help to get out this calamity&lt;/span&gt;&lt;/strong&gt;.&lt;/span&gt;

&lt;span style="font-family: Comic Sans MS"&gt;Some heart-wrenching facts:&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;ul&gt;
    &lt;li&gt;
    &lt;pre style="text-align: justify"&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;Ranked 149 out of 182 countries in the Human Development Index, 
which makes it the poorest countries in America's. &lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;pre style="text-align: justify"&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;One of the world's poorest and least developed &lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;pre style="text-align: justify"&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;80% of the population lives in poverty &lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;pre style="text-align: justify"&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;75% people live on a pay of 2$/day &lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;pre style="text-align: justify"&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;one-third of the island population has been affected by the earth quake.
&lt;/span&gt;&lt;/span&gt; &lt;/pre&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;
 &lt;img alt="" width="600" height="400" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32602231.JPG" /&gt;

&lt;img alt="" width="339" height="500" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32602309.JPG" /&gt;&lt;/pre&gt;
&lt;pre&gt;
 &lt;img alt="" width="600" height="400" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32602318.JPG" /&gt;
&lt;img alt="" width="600" height="385" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32623657.JPG" /&gt;
&lt;img alt="" width="399" height="281" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/capt.photo_1263424187136-1-0.jpg" /&gt;
&lt;img alt="" width="399" height="266" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/capt.photo_1263436156019-1-0.jpg" /&gt;

&lt;img alt="" width="600" height="400" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32623624.JPG" /&gt;
&lt;img alt="" width="600" height="400" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32609475.JPG" /&gt;
&lt;img alt="" width="600" height="400" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32605914.JPG" /&gt; &lt;/pre&gt;
&lt;pre&gt;&lt;img alt="" width="600" height="400" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32606124.JPG" /&gt;
&lt;img alt="" width="600" height="400" src="http://www.chalama.net/dnn/Portals/1/BlogImages/Haiti/32610069.JPG" /&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;object width="425" height="344"&gt;
&lt;param name="movie" value="http://www.youtube.com/v/aLd5yUOnHvA&amp;hl=en_US&amp;fs=1&amp;" /&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed width="425" height="344" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/aLd5yUOnHvA&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;you choose any of the following links to donate:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;strong&gt;Red Cross:&lt;/strong&gt; Text “HAITI” to “90999” to give $10 (your cell phone bill will be charged); 
donate &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;a target="_blank" href="http://american.redcross.org/site/PageServer?pagename=ntld_main&amp;s_src=RSG000000000&amp;s_subsrc=http://www.chalama.netRCO_BigRedButton"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;online&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;; or call 800-RED-CROSS

&lt;strong&gt;Haitian Musician Wyclef Jean’s &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;strong&gt;&lt;a title="Yele Haiti Foundation" target="_blank" href="http://www.yele.org/"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Yele Haiti Foundation&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;:&lt;/strong&gt; Text “YELE” to 501501 to donate $5&lt;/span&gt;

&lt;span style="font-family: Comic Sans MS"&gt;&lt;strong&gt;Doctors Without Borders:&lt;/strong&gt; Donate &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;a target="_blank" href="https://donate.doctorswithoutborders.org/SSLPage.aspx?pid=197&amp;hbc=1&amp;source=ADR1001E1D01"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;online&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;; or call (212) 763-5779&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;strong&gt;Mercy Corps:&lt;/strong&gt; Donate &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;a target="_blank" href="https://donate.mercycorps.org/donation.htm?DonorIntent=Haiti+Earthquake"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;online&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;; call (888) 256-1900; complete form 
and send check to Mercy Corps, Dept. W, PO Box 2669, Portland, OR 97208-2669

&lt;strong&gt;Direct International Relief:&lt;/strong&gt; Donate &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: larger"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;a target="_blank" href="https://secure2.convio.net/dri/site/Donation2?idb=915379441&amp;1170.donation=form1&amp;df_id=1170"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;online&lt;/font&gt;&lt;/u&gt;&lt;/a&gt; on the org’s website or via &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: larger"&gt;&lt;a target="_blank" href="http://www.chalama.net http://www.directrelief.org/SupportUs.aspx"&gt;&lt;span style="font-family: Comic Sans MS"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Google Checkout&lt;/font&gt;&lt;/u&gt;&lt;/span&gt;&lt;/a&gt;
&lt;/span&gt;
courtesy: &lt;a href="http://www.travelandleisure.com/blogs/carry-on/2010/1/13/5-ways-to-help-haitis-earthquake-victims"&gt;blog&lt;/a&gt;&lt;/pre&gt;
&lt;pre&gt;
 

&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/PZf8MRYasss&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;embed width="425" height="344" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/PZf8MRYasss&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/pre&gt;
&lt;pre&gt;
 &lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/18/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/18/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=18</guid>
      <pubDate>Thu, 14 Jan 2010 06:10:13 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=18</trackback:ping>
    </item>
    <item>
      <title>Stock's Information</title>
      <description>Research on stocks that i am going to follow and trade on..</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/16/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/16/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=16</guid>
      <pubDate>Thu, 22 Oct 2009 04:50:56 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=16</trackback:ping>
    </item>
    <item>
      <title>Going nowhere</title>
      <description>&lt;p&gt;Just finished reading the article - Going Nowhere by Vitaliy Katsenelson.&lt;/p&gt;
&lt;p&gt;here are some bullets from my reading&lt;/p&gt;
&lt;p&gt;your return from holding a stock comes mainly from three main sources:&lt;/p&gt;
&lt;p&gt;01. Earnings growth&lt;/p&gt;
&lt;p&gt;02. P/E expansion&lt;/p&gt;
&lt;p&gt;03. Dividends&lt;/p&gt;
&lt;p&gt;P/E going from low to fair gives you the reward .&lt;/p&gt;
&lt;p&gt;this is a pretty important point - you need to invest in the stock that you can model.&lt;/p&gt;
&lt;p&gt;May be you are interested in reading this article too...&lt;a href="http://contrarianedge.com/wp-content/images/welling.pdf"&gt;check it out&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/15/Default.aspx</link>
      <comments>http://www.chalama.net/dnn/ChalamasRandomMusings/tabid/54/EntryID/15/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.chalama.net/dnn/Default.aspx?tabid=54&amp;EntryID=15</guid>
      <pubDate>Tue, 22 Sep 2009 04:23:02 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.chalama.net/dnn/DesktopModules/Blog/Trackback.aspx?id=15</trackback:ping>
    </item>
  </channel>
</rss>