<?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"
	>

<channel>
	<title>MadeITsimple.com</title>
	<atom:link href="http://www.madeitsimple.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madeitsimple.com</link>
	<description></description>
	<pubDate>Thu, 04 Mar 2010 09:29:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Accessing deep structures in ABAP</title>
		<link>http://www.madeitsimple.com/technology/accessing-deep-structures-in-abap/</link>
		<comments>http://www.madeitsimple.com/technology/accessing-deep-structures-in-abap/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:29:58 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Accessing deep structures in ABAP]]></category>

		<category><![CDATA[sample code oop alv with hotspot]]></category>

		<category><![CDATA[sap alv oops]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1085</guid>
		<description><![CDATA[

It is always a challenging part to work with complex data types in ABAP. And one of these types is handling deep structures.  However it depends on how well we understand the structure design. We ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="margin: 0in 0in 10pt; line-height: normal; text-align: justify;">It is always a challenging part to work with complex data types in ABAP. And one of these types is handling deep structures.  However it depends on how well we understand the structure design. We will see how to access deep structures programmatically with an example.</p>
<p style="margin: 0in 0in 10pt; line-height: normal; text-align: justify;">In our example we are using already existing table type RANGE_QMNUM_TAB.  We are declaring a structure x_deep2 which contains another structure x_deep1 which in turn contains a table type. You can use following program and also can modify according to your requirement.</p>
<p style="margin: 0in 0in 10pt; line-height: normal;"><span id="more-1085"></span></p>
<blockquote>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;"><span style="font-family: Courier New;"><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">TYPES</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;">: </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">BEGIN</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">OF</span></span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> x_deep1,<br />
       v_qmnum </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff; font-family: Courier New;">TYPE</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> qmel-qmnum,<br />
       RANGE_QMNUM_TAB </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff; font-family: Courier New;">TYPE</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> RANGE_QMNUM_TAB,<br />
       </span><span style="font-family: Courier New;"><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">END</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">OF</span></span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> x_deep1.</p>
<p></span><span style="font-family: Courier New;"><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">TYPES</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;">: </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">BEGIN</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">OF</span></span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> x_deep2,<br />
       v_qmnum1 </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff; font-family: Courier New;">TYPE</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> qmel-qmnum,<br />
       v_test </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff; font-family: Courier New;">TYPE</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> x_deep1.<br />
</span><span style="font-family: Courier New;"><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">TYPES</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;">: </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">end</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">of</span></span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> x_deep2.</p>
<p></span><span style="font-family: Courier New;"><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">DATA</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;">: it_qmnum </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">TYPE</span></span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> RANGE_QMNUM_TAB,<br />
      wa_qmnum </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff; font-family: Courier New;">TYPE</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> RANGE_QMNUM,<br />
<span style="mso-spacerun: yes;">      </span>it_deep2 </span><span style="font-family: Courier New;"><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">TYPE</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">TABLE</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">OF</span></span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> x_deep2,<br />
      wa_deep2 </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff; font-family: Courier New;">TYPE</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> x_deep2.</p>
<p>wa_qmnum-low = </span><span class="l1s331"><span style="font-size: 10pt;"><span style="color: #4da619; font-family: Courier New;">&#8216;XXXXXXXX&#8217;</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;">.<br />
</span><span style="font-family: Courier New;"><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">append</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> wa_qmnum </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">to</span></span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> it_qmnum.<br style="mso-special-character: line-break;" /><br style="mso-special-character: line-break;" /></span><code><span style="font-size: 10pt; color: black; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin;"></span></code></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal;"><code><span style="font-size: 10pt; color: black; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin;">wa_deep2-v_test-RANGE_QMNUM_TAB[] = it_qmnum[].</span></code><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"><br />
</span><span style="font-family: Courier New;"><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">APPEND</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> wa_deep2 </span><span class="l1s521"><span style="font-size: 10pt;"><span style="color: #0000ff;">to</span></span></span><span style="font-size: 10pt; background: white; color: black; font-family: &quot;Courier New&quot;;"> it_deep2.</span></span></p></blockquote>
<p style="margin: 0in 0in 10pt; line-height: normal; text-align: justify;">I hope now it is clear that it is not as difficult as it looks in structure wise. Though it shows how to pass values to deep structure, I guess it helps all to write for getting values as well from deep structures.</p>
<p style="margin: 0in 0in 10pt; line-height: normal;"> </p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=Accessing%20deep%20structures%20in%20ABAP&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Ftechnology%2Faccessing-deep-structures-in-abap%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/technology/accessing-deep-structures-in-abap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CAT 2009 results out</title>
		<link>http://www.madeitsimple.com/general-2/news-general-2/cat-2009-results-out/</link>
		<comments>http://www.madeitsimple.com/general-2/news-general-2/cat-2009-results-out/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 09:01:32 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[News Updates]]></category>

		<category><![CDATA[CAT 2009. CAT 2009 result]]></category>

		<category><![CDATA[CAT results]]></category>

		<category><![CDATA[cat results are random]]></category>

		<category><![CDATA[catiim.in]]></category>

		<category><![CDATA[check CAT 2009 result]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1079</guid>
		<description><![CDATA[

After so many delays and technical glitches, IIMs are out with the result of their elite of the all exams; CAT. You can check your CAT results on CAT IIM website which is catiim.in However ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="text-align: justify;">After so many delays and technical glitches, IIMs are out with the result of their elite of the all exams; CAT. You can check your CAT results on CAT IIM website which is <a href="http://catiim.in" target="_blank">catiim.in</a> However it seems that Prometric servers are not able to handle the load of the coming traffic. I tried checking scores of some of my friends and thankfully one of them has got through and able to pull a call from IIM A.</p>
<p style="text-align: justify;">We will keep you updated about the results whenever CAT servers are up. Till then you may post your queries here. All the best folks</p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>Update:</strong></span> CAT servers are down due to heavy rush. You can still check your scores at <a href="http://scorecard1.catiim.in">http://scorecard1.catiim.in</a></p>
<p style="text-align: justify;">However, it is observed that CAT results are horribly random. People who were expecting score in 99s have gone down to 80s. People don&#8217;t have a call at 99%ile and still randomness continues. We are unaware of how Prometric has come to these scores but students seems dissappointed after the declaration of result.</p>
<p style="text-align: justify;">We will keep you updated on result as we get any new news. till then keep visiting madeitsimple.com</p>
<p style="text-align: justify;"> </p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=CAT%202009%20results%20out&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Fgeneral-2%2Fnews-general-2%2Fcat-2009-results-out%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/general-2/news-general-2/cat-2009-results-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Homeopathy and Kids - Part two</title>
		<link>http://www.madeitsimple.com/health-care/homeopathy-and-kids-part-two/</link>
		<comments>http://www.madeitsimple.com/health-care/homeopathy-and-kids-part-two/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:16:15 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[Healthcare]]></category>

		<category><![CDATA[homeopathic medicine]]></category>

		<category><![CDATA[homeopathic medicine for heart diseases]]></category>

		<category><![CDATA[homeopathy and child]]></category>

		<category><![CDATA[homeopathy can reduce child sucide]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1076</guid>
		<description><![CDATA[

I hope homeopathy and kids - part 1 was interesting and helpful for all our readers. Part 2 elaborates more remedies that can help your child to develop better and learn better. If you think ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="text-align: justify;"><a href="http://www.madeitsimple.com/wp-content/uploads/2010/02/00014903-200x3001.jpg"><img class="size-thumbnail wp-image-1077 alignleft" title="00014903-200x3001" src="http://www.madeitsimple.com/wp-content/uploads/2010/02/00014903-200x3001-150x150.jpg" alt="" width="150" height="150" /></a>I hope <a href="http://www.madeitsimple.com/health-care/homeopathy-and-kids-part-one/" target="_blank">homeopathy and kids - part 1</a> was interesting and helpful for all our readers. Part 2 elaborates more remedies that can help your child to develop better and learn better. If you think your child fits one of the following remedies (majority characters), he will be cured by that remedy. These remedies resemble their basic constitution and so will stimulate their vitality to react better as per the law of homeopathy that says “like cures like”. So observe your child in health and know their basic constitution.</p>
<p style="text-align: justify;"> </p>
<p><span id="more-1076"></span></p>
<p style="text-align: justify;"><strong><span style="color: #800000;">BARYTA CARB:</span></strong>  These kids are simple minded. They are slow learners, be it walking, talking or in academics. Child cannot absorb what is going on in his surrounding. He has poor retaining capacity and so he forgets whatever he studies. He has to learn again and again. He has fear of criticism and jesting and so he prefers to stay alone in a corner. He is shy. When asked about something complex, he either replies something stupid or out of context. He scores poorly in school. Somehow he memorizes his chapters but due to slow comprehension and reduced vitality, he fails to reproduce what he studies. He thus fears strangers and new places. Helps to treat tonsillitis, quinsy, snuffles, cough, and toothache in decayed teeth, mouth ulcers in kids.</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">SULPHUR:</span></strong> These kids are very intelligent. New ideas keep cropping up their mind. They may or may not be toppers at academic level but they are blessed with a sharp mind. These kids are prone to worm infestation with craving for sweets. Child complaints of burning while passing stools. He cannot stand still at one place without support of chair or something for long time. He wants to lean on something to stand. He saves all his old toys and books and doesn’t want to throw them. Not because he is attached to them but he has great ideas to mould them and use again creating something new out of rubbish. He likes to throw his things here and there. This makes him feel lively. He doesn’t like to bath, work or exercise. He is a dreamer. He may experience burning sensation anywhere in his body, esp. soles, stomach, eyes, etc… this remedy is helpful to treat skin complaints, mouth ulcers, constipation, morning diarrhea, pneumonia, etc</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">LYCOPODIUM:</span></strong> These kids are also very sharp. They love mental work but when it comes to physical activity, they feel tired and weak. These kids have low self confidence, poor memory and great anticipatory anxiety and so they fear facing new people. They hate change in their life and wish to be surrounded by familiar people and familiar places only. They are extremely irritable. Such kids enjoy being centre of attraction but they are very nervous so they fear crowd. Once he gets comfortable with all, he is friendly with them. Lycopodium child is very obstinate and he doesn’t like oppositions. He seeks disputes and is easily angered. He is greedy and miser. He kicks off things and screams. He cries all day and sleeps all night (child cries all night and sleeps all day is found in psorinum and lac canninum kids). Kid desires sweets. Canine hunger but easy satiety. Helpful to treat jaundice, hepatitis, reduced appetite, constipation, throat affections, pneumonia, flatulent colic, etc</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">CALCAREA CARB:</span></strong> these kids are cute and chubby. Very stubborn and fears people will know his weakness. He is indesicive and irresolute. He wants others to help him take decisions since he knows he knows his intelligence but on the contrary, he is self willed. He is intelligent and hard working but takes time to understand things. Profuse perspiration on slightest exertion. He loves sugar and boiled eggs. He finds reasons to avoid physical activity since he has low stamina. He learns to walk late and may have delayed dentition. This remedy is helpful to treat constipation, tonsils, cold coryza, bronchial asthma, tuberculosis, calcium and phosphorus deficiency and so treats osteogenesis imperfect also.</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">PHOSPHORUS:</span></strong> This child is very attractive and pleasure to be with. He is artistic, musician, friendly and outgoing kid. He makes friends with all very soon and loves to be the centre of attraction. To maintain his popularity, he will do anything. Very sharp and beautiful looks. Easy going and extrovert behaviour. Very helpful. He always needs company to talk and fool around. Easily mixes with the world. He loves cold drinks, ice creams, chocolates. He may suffer from throat pain later but still carves icy cold drinks and water. This remedy is helpful to treat jaundice, pneumonia, constipation, nose bleed, etc…</p>
<p style="text-align: justify;">Please do comment if you liked our article. If in case of any query or help, you can write us at <a href="mailto:kirti.tekwani@gmail.com">kirti[dot]tekwani[at]gmail[dot]com</a> . You can consult us or your nearest homeopath before administering any remedy.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=Homeopathy%20and%20Kids%20-%20Part%20two&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Fhealth-care%2Fhomeopathy-and-kids-part-two%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/health-care/homeopathy-and-kids-part-two/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cool Apple iMac lamp</title>
		<link>http://www.madeitsimple.com/media/cool-apple-imac-lamp/</link>
		<comments>http://www.madeitsimple.com/media/cool-apple-imac-lamp/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 05:03:06 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[Media]]></category>

		<category><![CDATA[apple imac]]></category>

		<category><![CDATA[apple imac review]]></category>

		<category><![CDATA[apple lamp]]></category>

		<category><![CDATA[how to test iMac]]></category>

		<category><![CDATA[imac g4 lamp]]></category>

		<category><![CDATA[imac lamp]]></category>

		<category><![CDATA[imac reivew]]></category>

		<category><![CDATA[recycled imac lamp]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1072</guid>
		<description><![CDATA[

So you have got the iPad or you may have got MacBook Pro. Whatever apple product you may have, your collection is incomplete unless you get cool iMac G4 lamp. Now what is it? Yet ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="text-align: justify;"><a href="http://www.madeitsimple.com/wp-content/uploads/2010/02/153-lamp.jpg"><img class="alignleft size-medium wp-image-1073" title="Apple iMac G4 Lamp" src="http://www.madeitsimple.com/wp-content/uploads/2010/02/153-lamp-300x207.jpg" alt="" width="300" height="207" /></a>So you have got the iPad or you may have got MacBook Pro. Whatever apple product you may have, your collection is incomplete unless you get cool iMac G4 lamp. Now what is it? Yet another product from apple? Nah, iMac G4 is a lamp made from the dome of dismembered iMac G4, it emits the kind of glow every Apple fan craves.</p>
<p style="text-align: justify;">It&#8217;s an iconic design but unfortunately sold out. Still you may try your luck <a href="http://www.etsy.com/view_listing.php?listing_id=40424702" target="_blank">here</a> or you may bid for busted iMac on one of the online selling websites and Apple shop to make iMac G4 lamp of your own. Before I close this post, Apple is not making this lamp. iMac G4 lamp credit goes to craftmanship of Etsy artist Randall180 who created this gem. Have a look on some more pics of Apple iMac G4 lamp.</p>
<p style="text-align: center;"><a href="http://www.madeitsimple.com/wp-content/uploads/2010/02/recycled-imac-g4-lamp_2.jpg"><img class="size-medium wp-image-1074 aligncenter" title="recycled-imac-g4-lamp_2" src="http://www.madeitsimple.com/wp-content/uploads/2010/02/recycled-imac-g4-lamp_2-300x223.jpg" alt="" width="300" height="223" /></a></p>
<p style="text-align: center;">Via [<a href="http://www.crunchgear.com/2010/02/11/for-the-true-apple-lover-the-imac-g4-lamp/" target="_blank">CG</a>]</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=Cool%20Apple%20iMac%20lamp&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Fmedia%2Fcool-apple-imac-lamp%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/media/cool-apple-imac-lamp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The 3 Deadly Sins You Mustn’t Commit When Working Online</title>
		<link>http://www.madeitsimple.com/guest-writers/the-3-deadly-sins-you-mustn%e2%80%99t-commit-when-working-online/</link>
		<comments>http://www.madeitsimple.com/guest-writers/the-3-deadly-sins-you-mustn%e2%80%99t-commit-when-working-online/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 18:55:28 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[Guest Writers]]></category>

		<category><![CDATA[online working]]></category>

		<category><![CDATA[online writing]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1070</guid>
		<description><![CDATA[

It’s probably the job of their dreams for some people, but for others, it is a reality to work online. They have the luxury of working from home, they save on commuting expenses, and their ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="text-align: justify;">It’s probably the job of their dreams for some people, but for others, it is a reality to work online. They have the luxury of working from home, they save on commuting expenses, and their work is relatively flexible to allow them to get involved in other social and recreational activities as well. But there are drawbacks to working online, as people like me very well know, and unless you take deliberate care to avoid the three deadly sins when working online, you’re going to end up in a real mess.</p>
<p style="text-align: justify;"><span id="more-1070"></span></p>
<ul style="text-align: justify;">
<li><span style="color: #800000;"><strong>Procrastination:</strong></span> It’s very easy to keep putting off things when you have a flexible schedule with a deadline that seems far away when the week or month starts. You think you have all the time in the world, but before you know it, you’re band in the middle of the deadline and you’re scrambling to finish your work on time. Procrastination happens very often when you work in an unsupervised environment and don’t have to report to anyone on a regular basis. So if you work online, you must take care to avoid this deadly sins.</li>
</ul>
<p style="text-align: justify;"><strong><span style="color: #800000;"></span></strong></p>
<ul style="text-align: justify;">
<li><strong><span style="color: #800000;">Loss of focus: </span></strong>With all the entertainment that is available online, you’re bound to keep checking your email and playing games online if you’re not focused on your work. You need to dedicate time just for your work and avoid other distractions when working. It is a tough ask, because you’re tempted to go online on Facebook or Twitter, chat with a friend who sees you online, or do any of the thousands of things that you can do online. When you lose focus, it’s hard to regain it if you don’t have tremendous will power and self control.</li>
</ul>
<p style="text-align: justify;">
<ul style="text-align: justify;">
<li><strong><span style="color: #800000;">Distraction:</span></strong> And when you spend all your time at home, there will be distractions like the phone ringing with personal calls, visitors stopping by, the television with your favourite program, the oven timer going off, or you wanting a snack from the refrigerator because you’re hungry. Before you know it, the day has come to an end and you’re not even halfway to your target for the day. If you let distractions sidetrack you, you’re going to make a habit of it and neglect your work. You don’t accord it the importance that is due, and so work begins to take a back seat.</li>
</ul>
<p style="text-align: justify;">
To make your online work a success, it is important that you are dedicated and strong willed. You must put your job above all else, no matter how much more interesting the distractions are. Only then is it possible for you to sustain your tempo on a long term basis.</p>
<p><strong><span style="color: #800000;">By-line:</span></strong></p>
<p>This guest post is contributed by Brenda Harris, who writes on the topic of <a href="http://executivembaprograms.org/" target="_blank">online executive mba programs</a> . She can be reached at her email id: brenda.harris91@gmail.com .</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=The%203%20Deadly%20Sins%20You%20Mustn%E2%80%99t%20Commit%20When%20Working%20Online&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Fguest-writers%2Fthe-3-deadly-sins-you-mustn%25e2%2580%2599t-commit-when-working-online%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/guest-writers/the-3-deadly-sins-you-mustn%e2%80%99t-commit-when-working-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Know which SAP certification is best for you</title>
		<link>http://www.madeitsimple.com/technology/know-which-sap-certification-is-best-for-you/</link>
		<comments>http://www.madeitsimple.com/technology/know-which-sap-certification-is-best-for-you/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 09:11:04 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[sap abap oops]]></category>

		<category><![CDATA[sap alv oops]]></category>

		<category><![CDATA[SAP Certification]]></category>

		<category><![CDATA[sap certification for administration]]></category>

		<category><![CDATA[sap certification for DBA]]></category>

		<category><![CDATA[sap ep interview questions]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1066</guid>
		<description><![CDATA[

SAP certification, a buzz word to brand yourself and may be a piece of paper to boast. Neverthless, it is equally important to have relevant SAP certification along with your experience rich CV. There are ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="text-align: justify;">SAP certification, a buzz word to brand yourself and may be a piece of paper to boast. Neverthless, it is equally important to have relevant SAP certification along with your experience rich CV. There are many false believes prevalent about eligibility of doing SAP certification. I hear a lot  of questuions like &#8220;I am a fresher, can I do SAP certification?&#8221; or &#8220;I am have experience in Oracle/SQL and also have done MCSE/Red hat certification, which SAP certification should I do?&#8221;</p>
<p style="text-align: justify;">I will try to answer some of these questions with proper explaination.</p>
<p style="text-align: justify;">SAP has grouped all hardware, server or database administration level task into one single umbrella called Basis. If you are a person who wants to do career in database administration or have work experience in DBA, then SAP Netweaver Technology Consultant certification is the right choice for you. <span id="more-1066"></span>This certification is also refered by SAP Netweaver Admin certification. This certification includes everything from installation, sizing, post installation activities, configurations, R/3 monitoring, Netweaver system monitoring and administration.</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">Do I need to have min. experience to do SAP Certification?</span></strong></p>
<p style="text-align: justify;">It is recommended to have some experience before you do SAP Certification. Though it is not mandetory but you can always take more for your money if you have experience in DBA or administration. However, if you do not have experience at all i.e. you are a fresh graduate, you cannot do certification without taking a certification track course from SAP. This means you need to enroll for SAP certification track training course at any of the SAP&#8217;s authorized training center like Siemens or Gennovate. Only after completion of training you would be allowed to take certification. If you have experience of 2 years in SAP then all you have to do is ask SAP communications team in your organization to get in touch with certification team. Forward your CV to SAP and get it approved. Then proceed to book a test slot and appear for exam. It&#8217;s that easy.</p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>Will SAP certification give me quick placement?</strong></span></p>
<p style="text-align: justify;">No! is the answer. No doubt SAP certification is given due cerdit while shortlisting cadidates, but any organization would expect that as an SAP certified professional, you would possess some key skills, which comes only after certain experience. If you are a fresher and expecting to get a quick job after doing SAP certification then you are having a day dream. Obviously you would get preference, but nothing should be taken for granted. </p>
<p style="text-align: justify;">I hope I have answered most common questions regarding SAP certification. If you have any doubt please leave a comment, I will certainly get back to you with answer.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=Know%20which%20SAP%20certification%20is%20best%20for%20you&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Ftechnology%2Fknow-which-sap-certification-is-best-for-you%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/technology/know-which-sap-certification-is-best-for-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to test your apple iMac screen</title>
		<link>http://www.madeitsimple.com/media/how-to-test-your-apple-imac-screen/</link>
		<comments>http://www.madeitsimple.com/media/how-to-test-your-apple-imac-screen/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 17:41:29 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[Media]]></category>

		<category><![CDATA[apple imac]]></category>

		<category><![CDATA[apple imac review]]></category>

		<category><![CDATA[how to test iMac]]></category>

		<category><![CDATA[imac review]]></category>

		<category><![CDATA[test iMac]]></category>

		<category><![CDATA[test iMac screen]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1059</guid>
		<description><![CDATA[

Apple iMac is so short on iMac 27-inch that they are simply paying 15% extra to customers who can return faulty iMac. In earlier post apple iMac review, we reviewed iMac as a product. Now ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p>Apple iMac is so short on iMac 27-inch that they are simply paying 15% extra to customers who can return faulty iMac. In earlier <a href="http://www.madeitsimple.com/media/apple-imac-review-zero/" target="_blank">post</a> apple iMac review, we reviewed iMac as a product. Now let us have a look at how can you test your iMac screen and may sell back to Steve Jobs for 15% extra $$. Let us take a look at what are the steps involved in testing your apple iMac screen.</p>
<p>Have a close look at image:<span id="more-1059"></span></p>
<p style="text-align: center;"><a href="http://www.madeitsimple.com/wp-content/uploads/2010/02/500xwhitegreyimac.jpg"><img class="size-full wp-image-1060 aligncenter" title="500xwhitegreyimac" src="http://www.madeitsimple.com/wp-content/uploads/2010/02/500xwhitegreyimac.jpg" alt="" width="500" height="285" /></a><a href="http://www.madeitsimple.com/wp-content/uploads/2010/02/500xwhitegreyimac.jpg"></a></p>
<p>Those are cropped photos from a screen test taken with the same white balance settings on my dSLR. In other words, the greys and whites should match. Clearly, they don&#8217;t. [via <a href="http://img189.imageshack.us/img189/4733/500xwhitegreyimac.jpg" target="_blank">macrumors</a>]</p>
<p>How to carry out test on iMac screen:</p>
<p>Go to the link below with the height and width of your window maximized,</p>
<p><a rel="nofollow" href="http://tapplox.com/imac-led.html" target="_blank">http://tapplox.com/imac-led.html</a></p>
<ol style="list-style-type: decimal;">
<li>While focussing your eyes on the grey bars at the bottom</li>
<li>Resize the height of your browser window so that the grey boxes are almost touching</li>
<li>Resize the browser back to full size</li>
<li>Repeat steps 1-3 several times. Do the test while you are looking directly at the screen, do not tilt your screen up or down. Align your eyes perpendicular to the screen.</li>
</ol>
<p>Note: Your screen may have the yellow tinge on a corner as opposed to the entire bottom.</p>
<p>While testing make sure that two bars appear indistinguishable from one another during entire length of the test. If there is slight shift in color LCD do not worry. However, there should not be significant color shift. Most of the displays with the issue have a noticeable much warmer (yellowing) tone towards 1/3 bottom of the screen, as illustrated in the photos below:</p>
<p><a href="http://www.madeitsimple.com/wp-content/uploads/2010/02/p1020039jpg.jpeg"><img class="alignnone size-medium wp-image-1061" title="p1020039jpg" src="http://www.madeitsimple.com/wp-content/uploads/2010/02/p1020039jpg-300x225.jpg" alt="" width="300" height="225" /></a><a href="http://www.madeitsimple.com/wp-content/uploads/2010/02/p1020040jpg.jpeg"><img class="alignnone size-medium wp-image-1062" title="p1020040jpg" src="http://www.madeitsimple.com/wp-content/uploads/2010/02/p1020040jpg-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>The grey bars look similar when they are closer to one another as displayed at the top of the screen. Yelloing issue starts from middle of the screen and continues till bottom of the screen. Yellowing issue will become more significant if you are testing iMac screen in a dark room. It will increase if you lower the brightness. Also note that sometimes in very bright condition yellowing is more subtle.</p>
<p>Do Not Tilt the Angle. If you do tilt the screen upwards, the yellow will fade — BUT as this happens, the top of the screen turns Purple, which will be more difficult to notice in grey. Anyway, nobody should be using their iMac in such a way. If you are doing the test, try to align your eyes normally.</p>
<p>Be very sure that you are not observing any color difference. If you are observing any significant screen then make sure you give a call to Steve Jobs and ask for your share of 15%</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=How%20to%20test%20your%20apple%20iMac%20screen&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Fmedia%2Fhow-to-test-your-apple-imac-screen%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/media/how-to-test-your-apple-imac-screen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Homeopathy and kids - Part one</title>
		<link>http://www.madeitsimple.com/health-care/homeopathy-and-kids-part-one/</link>
		<comments>http://www.madeitsimple.com/health-care/homeopathy-and-kids-part-one/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 13:19:26 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[Healthcare]]></category>

		<category><![CDATA[angry child]]></category>

		<category><![CDATA[dr. kirti]]></category>

		<category><![CDATA[homeopathy and child]]></category>

		<category><![CDATA[homeopathy can reduce child sucide]]></category>

		<category><![CDATA[how to sooth a child]]></category>

		<category><![CDATA[importance of parent in child's life]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1054</guid>
		<description><![CDATA[


We read tons of news these days about child sucides. It&#8217;s really sad to know that child are falling victim to sensitive issues like social burnden and expectations. Though I would say value system, caring ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="text-align: justify;"><a href="http://www.madeitsimple.com/wp-content/uploads/2010/02/00014903.jpg"><img class="alignleft size-medium wp-image-1055" title="00014903" src="http://www.madeitsimple.com/wp-content/uploads/2010/02/00014903-200x300.jpg" alt="" width="200" height="300" /></a></p>
<p style="text-align: justify;">We read tons of news these days about child sucides. It&#8217;s really sad to know that child are falling victim to sensitive issues like social burnden and expectations. Though I would say value system, caring and educated parents can help child flourish his childhood and strengthen his whole life.</p>
<p style="text-align: justify;"> Childhood is the most challenging phase of everyone’s life. A child has to compete, learn, retain and survive every moment since birth. All he desires is love, security, appreciation and respect. Deprive him of any one thing and he is shattered. This loss will affect him throughout his life, since childhood is a moulding phase of life. A kid retains everything like the clay or we can say a child is like clay, you can mould it the way you want. It’s the onus of parent to strengthen this caly that can help child to sustain brutelities of life. Parents can help child retain good things. Subconsciously child absorbs every impression he goes through and it directly builds his personality. No doubt kids are stubborn, violent, capricious, irritable and difficult to deal at this age. Every child is different and beauty of homeopathy lies here. Homeopathic medicines are prescribed on the basis of individuality of a person and so also kid. Medicines can help a child to calm down, fight stress and develop better. Before you read more of this article, I would like to apeal that a child needs no medicine if child is growing under proper value system, educated &amp; socially aware parents who can show him correct path and instill attitude to face the world. Now let’s see which one is your child most similar to:</p>
<p style="text-align: justify;"><span id="more-1054"></span></p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>1. Chamomila:</strong> </span></p>
<p style="text-align: justify;">These kids are very restless, irritable, and angry, throw tantrums, abusive and are quiet only when carried on laps and petted. They point their hand at one thing and when it is offered, they throw it away demanding for some other thing. I.e. they are capricious. This child complains of colic and rolls on floor since pains are intolerable. Piteous moaning because he cannot get always what he wants. Impatient kid.  Extremely Impatient. Very sensitive to pains. Chamomila is also great for distress in teething kids. Mild and gentle natured kids should never be given chamomile.</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">2. Ignatia:</span></strong></p>
<p style="text-align: justify;">This remedy is helpful for nervous and hysterical kids, esp. girls who have attention seeking behaviour. Suppose if there is a little girl in a family who is always pampered a lot and is always the centre of attraction. Her mom delivers a baby boy/girl who suddenly starts getting greater attention now. Our little Ignatia feels jealous, ignored and considers her sibling as her rival. She behaves weirdly in order to get back everybody’s attention but fails. She complaints of abdominal colic but no particular reason is associated with it. She sobs for hours. Child is in depression. Ignatia will help her get over her behavior.</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">3. Natrum mur:</span></strong></p>
<p style="text-align: justify;">This remedy is helpful for kids who have broken families, who suffered from grief due to death or divorce of parents, emotional injury or any condition which deprived him/her of love they desired and deserved. They prefer to stay alone since then and hate being consoled i.e. they dislike being sympathized. They don’t let anyone get closer to them as they fear emotional injury. Brooding tendency sits alone and weeps for hours. Externally appears to be calm but if severely reprimanded, they are out of control and throw tantrums, kick and scream and no amount of consolation will calm Very responsible since young age. Dwells on past incidents. Very strong emotions but cannot express it. Very sensitive to criticism and jesting. Child may fall ill after fights or separation of parents. He may even harbor suicidal tendencies or revenge within due to depression.</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">4. Pulsatilla:</span></strong></p>
<p style="text-align: justify;">These kids are very delicate, physically and emotionally. They are very mild, shy, yielding and cozy. They are very moody i.e. happy one moment and sad in another. They mould themselves as per the surrounding in order to seek love and appreciation from all. They love to get noticed. They will do anything and everything to please the people around. They will prefer to compromise than to fight. Very spontaneous but soft in nature. Weeps easily. Emotionally arousable. Insecured and vulnerable look. Never cruel or rude. Fearful kids, esp. fear of closed spaces and of dark in evening so they desire open airy surroundings. Easily discouraged. Quite a selfish kid. Pulsatilla is most of the time suitable to girls but if characters match, can be given to boys without a doubt.</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">5. Sepia:</span></strong></p>
<p style="text-align: justify;">Sepia is helpful in sad and indifferent kids. Indifferent to family, friends, exams, competition, games, be it any. They are not interested in anything. Nothing stimulates them. They are not happy if they win, they are not sad if they loose. Cries without reason. Dissatisfied with those who try to help him and intolerance to contradiction. There may be history of broken family. Can be helpful after natrum Mur. <br />
Above remedies can support a kid and help him tackle his life in better way. Observe his behavior and use the remedies or consult your homeopath. You can also mail us if in doubt. I would re-iterate importance of a parent in child&#8217;s life. Be resposible, aware &amp; nurturing parent. Instill values in your child and see him winning every juncture of this world.</p>
<p style="text-align: justify;"><strong><span style="color: #800000;">Author - Dr. Kirti Tekwani</span></strong></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=Homeopathy%20and%20kids%20-%20Part%20one&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Fhealth-care%2Fhomeopathy-and-kids-part-one%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/health-care/homeopathy-and-kids-part-one/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SAP ABAP: Converting unique identifier in data dictionary objects</title>
		<link>http://www.madeitsimple.com/technology/converting-unique-identifier-in-data-dictionary-objects/</link>
		<comments>http://www.madeitsimple.com/technology/converting-unique-identifier-in-data-dictionary-objects/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 07:08:24 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Converting GUID to External Identifier]]></category>

		<category><![CDATA[Data dictionary objects]]></category>

		<category><![CDATA[SAP ABAP Simplified]]></category>

		<category><![CDATA[SAP alv oops concepts]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1044</guid>
		<description><![CDATA[

With basic knowledge on data dictionary objects, it is clear that all the records in the database are stored with a unique identifier. And this unique identifier can be of any form. However, one of ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p class="MsoNormal" style="margin: 2pt 0in; text-align: justify; tab-stops: center 39.15pt;"><span class="l1s521">With basic knowledge on data dictionary objects, it is clear that all the records in the database are stored with a unique identifier. And this unique identifier can be of any form. However, one of the challenges is to deal with the unique key which is stored in the form of RAW16.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span class="l1s521">The unique identifier for the records in CRM module and in Audit Management Application of Quality Module is in RAW16 format. However the way we display the record name on the screen is with the External Identifier which exists for each unique identifier. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span class="l1s521">Code provided below demonstrates how to get the Character format of the unique identifier which is stored in RAW format. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span class="l1s521"><span id="more-1044"></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span class="l1s521">This will be helpful for the objects which use tables like CGPL_PROJECT, CGPL_TASK etc, (which are used in CRM modules and also in Audit Management Application of Quality Module as mentioned above).</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span class="l1s521"><span style="font-size: 11pt; color: windowtext; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span class="l1s521"> To convert the GUID (RAW16) into Char24:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span class="l1s521">      </span></p>
<blockquote>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span class="l1s521">DATA</span>: V_GUID TYPE PLMT_QUEST_RES_UI,<br />
      V_EXTERNAL_ID TYPE CGPL_EXTID.</p></blockquote>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 11pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;">Pass the value of GUID (RAW16) for which we need to convert into Character Format into the variable V_GUID-GUID.</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 11pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<blockquote>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;">  CALL METHOD CL_PLM_AUDIT_CONVERT_SERVICES=&gt;CONVERSION_OUTPUT<br />
      EXPORTING<br />
        IV_INPUT  = V_GUID-GUID<br />
      RECEIVING<br />
        RV_OUTPUT = V_EXTERNAL_ID.</p></blockquote>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 11pt; background: white; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;">This method internally uses the function module CONVERSION_EXIT_CGPLP_OUTPUT for the conversion purpose.</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 11pt; background: white; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;">Here is the process to call a method inside our object (report, function module etc,):</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: justify;"><span style="font-size: 11pt; background: white; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<ol style="margin-top: 0in; text-align: justify;" type="1">
<li class="MsoNormal" style="margin: 0in 0in 0pt; tab-stops: list .5in; mso-list: l0 level1 lfo1;">Click the Button “Pattern” or Ctrl+F6 present on the toolbar.</li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; tab-stops: list .5in; mso-list: l0 level1 lfo1;">Select the radio button “ABAP Object patterns” and click Ok button.</li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; tab-stops: list .5in; mso-list: l0 level1 lfo1;">Enter the class name in Class/Interface field (Enter CL_PLM_AUDIT_CONVERT_SERVICES).</li>
<li class="MsoNormal" style="margin: 0in 0in 0pt; tab-stops: list .5in; mso-list: l0 level1 lfo1;">Enter instance variable also incase of calling an Instance method. (As CONVERSION_OUTPUT is a static method no need of instance in this case)</li>
</ol>
<p style="text-align: justify;">Press F4 in method field which will list the methods that are available for the class (Select CONVERSION_OUTPUT) and click ‘Yes’.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=SAP%20ABAP%3A%20Converting%20unique%20identifier%20in%20data%20dictionary%20objects&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Ftechnology%2Fconverting-unique-identifier-in-data-dictionary-objects%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/technology/converting-unique-identifier-in-data-dictionary-objects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Management programs in public service &#038; teaching</title>
		<link>http://www.madeitsimple.com/mba/management-programs-in-public-service-teaching/</link>
		<comments>http://www.madeitsimple.com/mba/management-programs-in-public-service-teaching/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:41:28 +0000</pubDate>
		<dc:creator>Ameya Pimpalgaonkar</dc:creator>
		
		<category><![CDATA[MBA]]></category>

		<category><![CDATA[management program in public sector]]></category>

		<category><![CDATA[MBA in public policy]]></category>

		<category><![CDATA[mba in public sector]]></category>

		<category><![CDATA[public policy education program]]></category>

		<category><![CDATA[public service programs]]></category>

		<category><![CDATA[publich sector mba]]></category>

		<category><![CDATA[recession proof mba programs]]></category>

		<guid isPermaLink="false">http://www.madeitsimple.com/?p=1039</guid>
		<description><![CDATA[

Want to make a difference in publich service? Looking for future in public service and policy? Learn about management programs that will grant you entry in public services &#38; policy making. Almost everyone who is interested to ...]]></description>
			<content:encoded><![CDATA[<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace aboveboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="text-align: justify;"><a href="http://www.madeitsimple.com/wp-content/uploads/2010/01/public.gif"><img class="alignleft size-medium wp-image-1040" title="public" src="http://www.madeitsimple.com/wp-content/uploads/2010/01/public-300x168.gif" alt="" width="300" height="168" /></a>Want to make a difference in publich service? Looking for future in public service and policy? Learn about management programs that will grant you entry in public services &amp; policy making. Almost everyone who is interested to join government sector or public sector to be precise, appears for UPSC or state public service commission exams. Least we are aware about such programs that will ease your way to public service sector. Focused graduate programs in these areas give you the unique skills needed to succeed in public sector.</p>
<p style="text-align: justify;"><span id="more-1039"></span></p>
<p style="text-align: justify;"><strong><span style="color: #3366ff;">Teaching &amp; Education in public sector:</span></strong></p>
<p style="text-align: justify;"><strong></strong></p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>National Institute for Teaching Excellence at Cambridge College (Boston, MA)</strong> </span></p>
<p style="text-align: justify;"><span style="color: #000000;">Cambridge college is one of the most respected colleges in the world. Cambridge college has been providing graduate programs for teachers. This innovative program allows students to experience 5 weeks of residency during  one summer at Massachusetts campus. You can enjoy the learning with experiencing cultural &amp; acadamic events. This part will cover 15 creadits and rest of the course can be completed online. Link <a href="http://www.cambridgecollege.edu/niteinfo/" target="_blank">Here</a></span></p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>The University of Southern California, Rossier School of Education (Online):</strong></span></p>
<p style="text-align: justify;">USC&#8217;s Rossier School of Education is one of the world&#8217;s premier centers for graduate study dedicated to strengthening education. The program integrates online learning with field-based experiences to prepare aspiring and current teachers with the knowledge, skills, and experience needed to effect real change in schools. Students can earn their M.A. in Teaching degree and teaching credential (single or multiple subject) in as little as one-year. Link <a href="http://rossier.usc.edu/" target="_blank">Here</a></p>
<p style="text-align: justify;"><strong><span style="color: #800000;">William Paterson University (near New York City) :</span></strong></p>
<p style="text-align: justify;">This university offers Master of Education - Educational Leadership program. University offers individual attention along with outstanding resources of a large university.  As diverste &amp; multicultural group, the William Paterson University strives to be leader for the development of innovative educators &amp; leaders. Link <a href="http://www.wpunj.edu/" target="_blank">Here</a></p>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>Public policy &amp; Administration</strong></span></p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>New England Law Boston:</strong></span></p>
<p style="text-align: justify;">New England Law Boston has been a most desirable place for indepenent thinkers seeking academics excellence. Academic center includes Center for Law &amp; Policy, Center for Law &amp; Socail Resposibility &amp; Center for Business Law. Link <a href="http://www.nesl.edu/" target="_blank">Here</a></p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>Clark University (Worcester):</strong></span></p>
<p style="text-align: justify;">The community development &amp; planning program at Clark University provides strong foundation based on theory, skill development and on field practice. This program enables students, current public service workers to have challenging hands on experience. Link <a href="http://www.clarku.edu/" target="_blank">Here</a></p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>Walden Universtiy:</strong></span></p>
<p style="text-align: justify;">This university offers a program in Law &amp; Public Policy. A 551 credit program experience is asynchronous meaning you can  participate in the program classes whenever you can. Link <a href="http://www.waldenu.edu/Degree-Programs/Masters/17697.htm" target="_blank">Here</a></p>
<p style="text-align: justify;"><span style="color: #800000;"><strong>Upper Iwoa University:</strong></span></p>
<p style="text-align: justify;">University offers online Master of  Public Administration with focus on Health &amp; Human services, public personnel management and administration of justice. Flexible terms starts in August, October, January, March, May and july. Link <a href="http://www.uiu.edu/eu_students/online/index.html" target="_blank">Here</a></p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=MadeITsimple.com&amp;siteurl=http%3A%2F%2Fwww.madeitsimple.com%2F&amp;linkname=Management%20programs%20in%20public%20service%20%26%23038%3B%20teaching&amp;linkurl=http%3A%2F%2Fwww.madeitsimple.com%2Fmba%2Fmanagement-programs-in-public-service-teaching%2F"><img src="http://www.madeitsimple.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>

	</p>
<!-- Chitika|Premium - WordPress Plugin --><div class="chitika-adspace belowboth"><script type="text/javascript"><!--
ch_client = "ameya85";
ch_type = "mpu";
ch_width = 468;
ch_height = 120;
ch_color_bg = "";
ch_color_title = "";
ch_color_site_link = "";
ch_color_text = "";
ch_non_contextual = 4;
ch_vertical = "premium";
ch_font_title = "";
ch_font_text = "";
ch_sid = "wordpress-plugin";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.madeitsimple.com/mba/management-programs-in-public-service-teaching/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
