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

<channel>
	<title>Avance Zone</title>
	<atom:link href="http://avancezone.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://avancezone.com</link>
	<description>Avancezone is a technical website for various tutors and reviews.Find trusted Experts in various fields.</description>
	<lastBuildDate>Sun, 07 Feb 2010 15:54:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Javascript Free Capcha</title>
		<link>http://avancezone.com/php/php-javascript-free-capcha/</link>
		<comments>http://avancezone.com/php/php-javascript-free-capcha/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=70</guid>
		<description><![CDATA[&#60;div id=&#34;AvanceZone&#34;&#62;
&#60;?php
session_start&#40;&#41;;
if&#40; isset&#40;$_POST&#91;'submit'&#93;&#41;&#41;
 &#123;
  $number1=rand&#40;2,10&#41;;
  $number2=rand&#40;3,10&#41;;
  $sum = $number1+$number2;
&#160;
// For Debug  For Debug For Debug For Debug For Debug For Debug
//
//echo &#34;Session value  is  &#60;b&#62; &#34;. $_SESSION['val'] . &#34; &#60;/b&#62;But Typed AS : &#60;b&#62;&#34; . $_POST['security_code'] . &#34;.&#60;/b&#62;&#60;br /&#62;&#34;;
//
// For Debug For Debug For Debug For Debug For Debug [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div id=&quot;AvanceZone&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #990000;">session_start</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span> <span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'submit'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
 <span style="color: #009900;">&#123;</span>
  <span style="color: #000088;">$number1</span><span style="color: #339933;">=</span><span style="color: #990000;">rand</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">10</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$number2</span><span style="color: #339933;">=</span><span style="color: #990000;">rand</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">3</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">10</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$sum</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$number1</span><span style="color: #339933;">+</span><span style="color: #000088;">$number2</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// For Debug  For Debug For Debug For Debug For Debug For Debug</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #666666; font-style: italic;">//echo &quot;Session value  is  &lt;b&gt; &quot;. $_SESSION['val'] . &quot; &lt;/b&gt;But Typed AS : &lt;b&gt;&quot; . $_POST['security_code'] . &quot;.&lt;/b&gt;&lt;br /&gt;&quot;;</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #666666; font-style: italic;">// For Debug For Debug For Debug For Debug For Debug For Debug</span>
&nbsp;
  <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'val'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'security_code'</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span>
  <span style="color: #009900;">&#123;</span>
  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'Thank you. We Will Contact you Shortly'</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'Sorry, you have provided an Invalid security code'</span><span style="color: #339933;">;</span>
       <span style="color: #009900;">&#125;</span>
       <span style="color: #990000;">session_destroy</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">else</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
 &lt;form action=&quot;2.php&quot; method=&quot;post&quot;&gt;
  &lt;label for=&quot;security_code&quot;&gt;
  <span style="color: #000000; font-weight: bold;">&lt;?php</span>
  <span style="color: #000088;">$number1</span><span style="color: #339933;">=</span><span style="color: #990000;">rand</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">10</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$number2</span><span style="color: #339933;">=</span><span style="color: #990000;">rand</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">3</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">7</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$sum</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$number1</span><span style="color: #339933;">+</span><span style="color: #000088;">$number2</span><span style="color: #339933;">;</span>
  <span style="color: #000088;">$_SESSION</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'val'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #000088;">$sum</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Please Enter The Sum Of &lt;b&gt; &quot;</span><span style="color: #339933;">.</span> <span style="color: #000088;">$number1</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot; &lt;/b&gt;And &lt;b&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$number2</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;.&lt;/b&gt;&lt;br /&gt;&quot;</span><span style="color: #339933;">;</span>
  <span style="color: #000000; font-weight: bold;">?&gt;</span>
  &lt;/label&gt;
  &lt;input id=&quot;security_code&quot; name=&quot;security_code&quot; type=&quot;text&quot; /&gt;&lt;br /&gt;
  &lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Submit&quot; /&gt;
 &lt;/form&gt;
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
 <span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/div&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/php/php-javascript-free-capcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Free Captch . Randowm Number generator to avoid spam</title>
		<link>http://avancezone.com/php/php-free-captch-randowm-number-generator-to-avoid-spam/</link>
		<comments>http://avancezone.com/php/php-free-captch-randowm-number-generator-to-avoid-spam/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:45:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=68</guid>
		<description><![CDATA[Use the below code with cache control to generate a random number to avod spam in form submissions


&#60;div id=&#34;AvanceZone&#34;&#62;
&#60;?php
Header&#40;&#34;Cache-Control: must-revalidate&#34;&#41;;
&#160;
$offset = 60 * 60 * 24 * 3;
$ExpStr = &#34;Expires: &#34; . gmdate&#40;&#34;D, d M Y H:i:s&#34;, time&#40;&#41; + $offset&#41; . &#34; GMT&#34;;
Header&#40;$ExpStr&#41;;
?&#62;
&#60;script type=&#34;text/javascript&#34;&#62;
function check()
{
var string1=document.capcha_sum.sum.value
if (string1.==$sum){
alert(&#34;Try Again !&#34;)
document.capcha_sum.email.focus()
}
}
&#60;/script&#62;
&#60;?php
$number1=rand&#40;2,10&#41;;
$number2=rand&#40;3,7&#41;;
//echo &#34;$number1&#34;;
//echo &#34;$number2&#34;;
$sum = $number1+$number2;
//echo &#34;$sum&#34;;
echo &#34;Please [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><span style="color: #339966;">Use the below code with cache control to generate a random number to avod spam in form submissions</span></h2>
<p style="text-align: center;">

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div id=&quot;AvanceZone&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #990000;">Header</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Cache-Control: must-revalidate&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$offset</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">60</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">60</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">24</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">3</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$ExpStr</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;Expires: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #990000;">gmdate</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;D, d M Y H:i:s&quot;</span><span style="color: #339933;">,</span> <span style="color: #990000;">time</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #000088;">$offset</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot; GMT&quot;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">Header</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ExpStr</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;script type=&quot;text/javascript&quot;&gt;
function check()
{
var string1=document.capcha_sum.sum.value
if (string1.==$sum){
alert(&quot;Try Again !&quot;)
document.capcha_sum.email.focus()
}
}
&lt;/script&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$number1</span><span style="color: #339933;">=</span><span style="color: #990000;">rand</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">10</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$number2</span><span style="color: #339933;">=</span><span style="color: #990000;">rand</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">3</span><span style="color: #339933;">,</span><span style="color: #cc66cc;">7</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//echo &quot;$number1&quot;;</span>
<span style="color: #666666; font-style: italic;">//echo &quot;$number2&quot;;</span>
<span style="color: #000088;">$sum</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$number1</span><span style="color: #339933;">+</span><span style="color: #000088;">$number2</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//echo &quot;$sum&quot;;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Please Enter The Sum Of &lt;b&gt; &quot;</span><span style="color: #339933;">.</span> <span style="color: #000088;">$number1</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot; &lt;/b&gt;And &lt;b&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$number2</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;.&lt;/b&gt;&lt;br /&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;form name=&quot;capcha_sum&quot;&gt;
&lt;input type=&quot;text&quot; size=&quot;10&quot; name=&quot;sum&quot;&gt;
&lt;input type=&quot;submit&quot; name=&quot;B1&quot; value=&quot;Submit&quot; onclick=&quot;check()&quot;&gt;
&lt;/form&gt;
&lt;/div&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/php/php-free-captch-randowm-number-generator-to-avoid-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>select checkbox page load</title>
		<link>http://avancezone.com/technical/javascript/select-checkbox-page-load/</link>
		<comments>http://avancezone.com/technical/javascript/select-checkbox-page-load/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:58:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=65</guid>
		<description><![CDATA[javascript_onload_checkbox : 
This javascript selects the checkbox using the indexof in pageload event 

&#60;html&#62;
&#60;head&#62;
&#60;script type=&#34;text/javascript&#34;&#62;
var arr1 = &#34;acd&#34;;
var arrval = &#34;&#34;;
function load&#40;&#41;
&#123;
window.status=&#34;Page is loaded  here&#34;;
if &#40;&#40;searcharray=arr1.indexOf&#40;&#34;a&#34;&#41;&#41;!=-1&#41;
&#123;
arrval=&#34;its A&#34;;
callalert&#40;&#41;;
document.test.checkgroup&#91;0&#93;.checked=true;
&#125;
if &#40;&#40;searcharray=arr1.indexOf&#40;&#34;b&#34;&#41;&#41;!=-1&#41;
&#123;
arrval=&#34;its B&#34;;
callalert&#40;&#41;;
document.test.checkgroup&#91;1&#93;.checked=true;
&#125;
if &#40;&#40;searcharray=arr1.indexOf&#40;&#34;c&#34;&#41;&#41;!=-1&#41;
&#123;
arrval=&#34;its C&#34;;
callalert&#40;&#41;;
document.test.checkgroup&#91;2&#93;.checked=true;
&#125;
if &#40;&#40;searcharray=arr1.indexOf&#40;&#34;d&#34;&#41;&#41;!=-1&#41;
&#123;
arrval=&#34;its D&#34;;
callalert&#40;&#41;;
document.test.checkgroup&#91;3&#93;.checked=true;
&#125;
&#125;
function clicked&#40;&#41;
&#123;
alert&#40;&#34;Changing value manually&#34;&#41;
&#125;
function callalert&#40;&#41;
&#123;
alert &#40;arrval&#41;;
&#125;
document.write&#40;’THE GIVEN VALUE OR ARRAY IS&#60;br&#62;’&#41;;
document.write&#40;arr1&#41;;
&#60;/script&#62;
&#160;
&#60;/head&#62;
&#60;body onload=&#34;load()&#34;&#62;
&#60;/body&#62;
&#60;/html&#62;
&#60;form name=&#34;test&#34;&#62;
A:&#60;input type=&#34;checkbox&#34; name=&#34;checkgroup&#34; onclick=&#34;clicked()&#34;/&#62;&#60;br /&#62;
B:&#60;input type=&#34;checkbox&#34; name=&#34;checkgroup&#34; onclick=&#34;clicked()&#34;/&#62;&#60;br /&#62;
C:&#60;input type=&#34;checkbox&#34; [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: center;"><strong>javascript_onload_checkbox : </strong></p>
<p class="MsoNormal" style="text-align: center;"><strong>This javascript selects the checkbox using the indexof in pageload event </strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #000000; font-weight: bold;">var</span> arr1 <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;acd&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">var</span> arrval <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">function</span> load<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
window<span style="color: #339933;">.</span>status<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Page is loaded  here&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>searcharray<span style="color: #339933;">=</span>arr1<span style="color: #339933;">.</span>indexOf<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!=-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
arrval<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;its A&quot;</span><span style="color: #339933;">;</span>
callalert<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document<span style="color: #339933;">.</span>test<span style="color: #339933;">.</span>checkgroup<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span>checked<span style="color: #339933;">=</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>searcharray<span style="color: #339933;">=</span>arr1<span style="color: #339933;">.</span>indexOf<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;b&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!=-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
arrval<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;its B&quot;</span><span style="color: #339933;">;</span>
callalert<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document<span style="color: #339933;">.</span>test<span style="color: #339933;">.</span>checkgroup<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span>checked<span style="color: #339933;">=</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>searcharray<span style="color: #339933;">=</span>arr1<span style="color: #339933;">.</span>indexOf<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;c&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!=-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
arrval<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;its C&quot;</span><span style="color: #339933;">;</span>
callalert<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document<span style="color: #339933;">.</span>test<span style="color: #339933;">.</span>checkgroup<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span>checked<span style="color: #339933;">=</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>searcharray<span style="color: #339933;">=</span>arr1<span style="color: #339933;">.</span>indexOf<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;d&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!=-</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
arrval<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;its D&quot;</span><span style="color: #339933;">;</span>
callalert<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document<span style="color: #339933;">.</span>test<span style="color: #339933;">.</span>checkgroup<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">3</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span>checked<span style="color: #339933;">=</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">function</span> clicked<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
alert<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Changing value manually&quot;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">function</span> callalert<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
alert <span style="color: #009900;">&#40;</span>arrval<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
document<span style="color: #339933;">.</span>write<span style="color: #009900;">&#40;</span>’THE GIVEN VALUE OR <span style="color: #990000;">ARRAY</span> IS<span style="color: #339933;">&lt;</span>br<span style="color: #339933;">&gt;</span>’<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document<span style="color: #339933;">.</span>write<span style="color: #009900;">&#40;</span>arr1<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;/</span>head<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>body onload<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;load()&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>form name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;test&quot;</span><span style="color: #339933;">&gt;</span>
A<span style="color: #339933;">:&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkbox&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkgroup&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;clicked()&quot;</span><span style="color: #339933;">/&gt;&lt;</span>br <span style="color: #339933;">/&gt;</span>
B<span style="color: #339933;">:&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkbox&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkgroup&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;clicked()&quot;</span><span style="color: #339933;">/&gt;&lt;</span>br <span style="color: #339933;">/&gt;</span>
C<span style="color: #339933;">:&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkbox&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkgroup&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;clicked()&quot;</span><span style="color: #339933;">/&gt;&lt;</span>br <span style="color: #339933;">/&gt;</span>
D<span style="color: #339933;">:&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkbox&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;checkgroup&quot;</span> onclick<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;clicked()&quot;</span><span style="color: #339933;">/&gt;&lt;</span>br <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;/</span>form<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/technical/javascript/select-checkbox-page-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser full information javascript</title>
		<link>http://avancezone.com/technical/javascript/browser-full-information-javascript/</link>
		<comments>http://avancezone.com/technical/javascript/browser-full-information-javascript/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=63</guid>
		<description><![CDATA[To get full information on browser :
Like:
Browser name = Firefox
Full version = 2
Major version = 2
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Got a good script to achieve the above Use :

&#60;html&#62;
&#60;SCRIPT LANGUAGE=”JavaScript”&#62;
var nVer = navigator.appVersion;
var nAgt = navigator.userAgent;
var browserName  = ”;
var fullVersion  = 0;
var majorVersion = [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><strong>To get full information on browser :</strong></p>
<p class="MsoNormal"><strong>Like:</strong></p>
<p class="MsoNormal">Browser name = Firefox<br />
Full version = 2<br />
Major version = 2<br />
navigator.appName = Netscape<br />
navigator.userAgent = Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11</p>
<p class="MsoNormal">Got a good script to achieve the above Use :</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>SCRIPT LANGUAGE<span style="color: #339933;">=</span>”JavaScript”<span style="color: #339933;">&gt;</span>
<span style="color: #003366; font-weight: bold;">var</span> nVer <span style="color: #339933;">=</span> navigator.<span style="color: #660066;">appVersion</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> nAgt <span style="color: #339933;">=</span> navigator.<span style="color: #660066;">userAgent</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> browserName  <span style="color: #339933;">=</span> ”<span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> fullVersion  <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> majorVersion <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span>
<span style="color: #006600; font-style: italic;">// In Internet Explorer, the true version is after “MSIE” in userAgent</span>
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>verOffset<span style="color: #339933;">=</span>nAgt.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span>”MSIE”<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!=-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
 browserName  <span style="color: #339933;">=</span> “Microsoft Internet Explorer”<span style="color: #339933;">;</span>
 fullVersion  <span style="color: #339933;">=</span> parseFloat<span style="color: #009900;">&#40;</span>nAgt.<span style="color: #660066;">substring</span><span style="color: #009900;">&#40;</span>verOffset<span style="color: #339933;">+</span><span style="color: #CC0000;">5</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 majorVersion <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>”<span style="color: #339933;">+</span>fullVersion<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #006600; font-style: italic;">// In Opera, the true version is after “Opera”</span>
<span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>verOffset<span style="color: #339933;">=</span>nAgt.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span>”Opera”<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!=-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
 browserName  <span style="color: #339933;">=</span> “Opera”<span style="color: #339933;">;</span>
 fullVersion  <span style="color: #339933;">=</span> parseFloat<span style="color: #009900;">&#40;</span>nAgt.<span style="color: #660066;">substring</span><span style="color: #009900;">&#40;</span>verOffset<span style="color: #339933;">+</span><span style="color: #CC0000;">6</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 majorVersion <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>”<span style="color: #339933;">+</span>fullVersion<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #006600; font-style: italic;">// In Firefox, the true version is after “Firefox”</span>
<span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#40;</span>verOffset<span style="color: #339933;">=</span>nAgt.<span style="color: #660066;">indexOf</span><span style="color: #009900;">&#40;</span>”Firefox”<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">!=-</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
 browserName  <span style="color: #339933;">=</span> “Firefox”<span style="color: #339933;">;</span>
 fullVersion  <span style="color: #339933;">=</span> parseFloat<span style="color: #009900;">&#40;</span>nAgt.<span style="color: #660066;">substring</span><span style="color: #009900;">&#40;</span>verOffset<span style="color: #339933;">+</span><span style="color: #CC0000;">8</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 majorVersion <span style="color: #339933;">=</span> parseInt<span style="color: #009900;">&#40;</span>”<span style="color: #339933;">+</span>fullVersion<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #006600; font-style: italic;">// In most other browsers, “name/version” is at the end of userAgent</span>
<span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#40;</span>nameOffset<span style="color: #339933;">=</span>nAgt.<span style="color: #660066;">lastIndexOf</span><span style="color: #009900;">&#40;</span>’ ‘<span style="color: #009900;">&#41;</span><span style="color: #339933;">+</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&lt;</span> <span style="color: #009900;">&#40;</span>verOffset<span style="color: #339933;">=</span>nAgt.<span style="color: #660066;">lastIndexOf</span><span style="color: #009900;">&#40;</span>’<span style="color: #339933;">/</span><span style="color: #3366CC;">')) )
{
 browserName  = nAgt.substring(nameOffset,verOffset);
 fullVersion  = parseFloat(nAgt.substring(verOffset+1));
 if (!isNaN(fullVersion)) majorVersion = parseInt(”+fullVersion);
 else {fullVersion  = 0; majorVersion = 0;}
}
// Finally, if no name and/or no version detected from userAgent…
if (browserName.toLowerCase() == browserName.toUpperCase()
 || fullVersion==0 || majorVersion == 0 )
{
 browserName  = navigator.appName;
 fullVersion  = parseFloat(nVer);
 majorVersion = parseInt(nVer);
}
document.write(’Browser name  = ‘+browserName+’&lt;br&gt;’);
document.write(’Full version  = ‘+fullVersion+’&lt;br&gt;’);
document.write(’Major version = ‘+majorVersion+’&lt;br&gt;’);
document.write(’navigator.appName = ‘+navigator.appName+’&lt;br&gt;’);
document.write(’navigator.userAgent = ‘+navigator.userAgent+’&lt;br&gt;’);
&lt;/script&gt;
&lt;a href=”http://avancezone.com”&gt;avancezone&lt;/a&gt;
&lt;/html&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/technical/javascript/browser-full-information-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript to know browser name and browser version</title>
		<link>http://avancezone.com/technical/javascript/javascript-to-know-browser-name-and-browser-version/</link>
		<comments>http://avancezone.com/technical/javascript/javascript-to-know-browser-name-and-browser-version/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:43:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[fix browser javascript]]></category>
		<category><![CDATA[javascript browser]]></category>
		<category><![CDATA[javascript form]]></category>
		<category><![CDATA[javascript source codes]]></category>
		<category><![CDATA[javascript tutorial]]></category>
		<category><![CDATA[javascript window]]></category>
		<category><![CDATA[windows javascript]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=59</guid>
		<description><![CDATA[&#60;html&#62;
&#60;body&#62;
&#60;script type=&#34;text/javascript&#34;&#62;
var browser=navigator.appName;
var b_version=navigator.appVersion;
var version=parseFloat&#40;b_version&#41;;
var cdname=navigator.appCodeName;
document.write&#40;&#34;Browser name: &#34;+ browser&#41;;
document.write&#40;&#34;&#60;br /&#62;&#34;&#41;;
document.write&#40;&#34;code name: &#34;+ cdname&#41;;
document.write&#40;&#34;&#60;br /&#62;&#34;&#41;;
document.write&#40;&#34;Browser version: &#34;+ version&#41;;
&#60;/script&#62;
&#60;/body&#62;
&#60;/html&#62;

]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">&lt;html&gt;
&lt;body&gt;
<span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #003366; font-weight: bold;">var</span> browser<span style="color: #339933;">=</span>navigator.<span style="color: #660066;">appName</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> b_version<span style="color: #339933;">=</span>navigator.<span style="color: #660066;">appVersion</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> version<span style="color: #339933;">=</span>parseFloat<span style="color: #009900;">&#40;</span>b_version<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #003366; font-weight: bold;">var</span> cdname<span style="color: #339933;">=</span>navigator.<span style="color: #660066;">appCodeName</span><span style="color: #339933;">;</span>
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Browser name: &quot;</span><span style="color: #339933;">+</span> browser<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;&lt;br /&gt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;code name: &quot;</span><span style="color: #339933;">+</span> cdname<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;&lt;br /&gt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Browser version: &quot;</span><span style="color: #339933;">+</span> version<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
&lt;/body&gt;
&lt;/html&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/technical/javascript/javascript-to-know-browser-name-and-browser-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connection of Database from Linux shell</title>
		<link>http://avancezone.com/tutorial/mysql-linux/connection-of-database-from-linux-shell/</link>
		<comments>http://avancezone.com/tutorial/mysql-linux/connection-of-database-from-linux-shell/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:29:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql linux]]></category>
		<category><![CDATA[access database]]></category>
		<category><![CDATA[atabase connection]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[free php tutorial]]></category>
		<category><![CDATA[linux database]]></category>
		<category><![CDATA[linux database program]]></category>
		<category><![CDATA[linux database software]]></category>
		<category><![CDATA[linux sql database]]></category>
		<category><![CDATA[linux tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php database insert]]></category>
		<category><![CDATA[php database script]]></category>
		<category><![CDATA[php database scripts]]></category>
		<category><![CDATA[php database tutorial]]></category>
		<category><![CDATA[php training]]></category>
		<category><![CDATA[php tutorial apache]]></category>
		<category><![CDATA[php tutorial include]]></category>
		<category><![CDATA[rograms]]></category>
		<category><![CDATA[what is php]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=55</guid>
		<description><![CDATA[mysql advantages and Connectivity from unix / linux shell 

•Ability to handle an unlimited number of simultaneous users.
•Capacity to handle 50,000,000+ records.
•Very fast command execution, perhaps the fastest to be found on the market.
•Easy and efficient user privilege system.
                Connect mysql from linux shell :
shell&#62; mysql ?u arvind –p
where arvind [...]]]></description>
			<content:encoded><![CDATA[<p><strong>mysql advantages and Connectivity from unix / linux shell <br />
</strong><br />
•Ability to handle an unlimited number of simultaneous users.<br />
•Capacity to handle 50,000,000+ records.<br />
•Very fast command execution, perhaps the fastest to be found on the market.<br />
•Easy and efficient user privilege system.</p>
<p style="text-align: left;"><strong>                Connect mysql from linux shell :</strong><br />
shell&gt; mysql ?u arvind –p<br />
where arvind is the username<br />
(might work for root for username)<br />
Enter password when prompted.</p>
<p style="text-align: left;"><strong>                To select database in mysql</strong></p>
<p style="text-align: left;">mysql&gt; use mydb;<br />
Result:<br />
Database changed Mydb&gt;<br />
You now are connected to mydb database</p>
<p style="text-align: left;">                <strong>Create table in mysql :</strong></p>
<p style="text-align: left;"><strong></strong><br />
mysql&gt; CREATE TABLE test ( &gt; name VARCHAR (15), &gt; email VARCHAR (25), &gt; phone_number<br />
INT, &gt; ID INT NOT NULL AUTO_INCREMENT, &gt; PRIMARY KEY (ID));</p>
<p style="text-align: left;">                <strong>Insert command in mysql :</strong></p>
<p style="text-align: left;">mysql&gt; INSERT INTO test VALUES mysql&gt; (&#8217;Bugs Bunny&#8217;, &#8216;carrots@devshed.com&#8217;, mysql&gt; 5554321,NULL);</p>
<p>                <strong>Delete a record from mysql table</strong></p>
<p>mysql&gt; DELETE FROM test mysql&gt; WHERE (name = &#8220;arvind&#8221;);</p>
<p>Update a record in mysql database :</p>
<p>mysql&gt; UPDATE test SET name = &#8216;arvind1&#8242; mysql&gt; WHERE name = &#8220;arvind2&#8243;;</p>
<p>arvind2 will be replace with arvind1</p>
<p><strong>                selection and order by mysql :?</strong><br />
mysql&gt; SELECT * FROM test WHERE mysql&gt; (name = &#8220;arvind&#8221;) ORDER BY mysql&gt;<br />
phone_number;</p>
]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/tutorial/mysql-linux/connection-of-database-from-linux-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySql php Connection</title>
		<link>http://avancezone.com/tutorial/php-mysql/mysql-php-connection/</link>
		<comments>http://avancezone.com/tutorial/php-mysql/mysql-php-connection/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php mysql]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection database separate]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database tutorial]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php array]]></category>
		<category><![CDATA[php database]]></category>
		<category><![CDATA[sql database]]></category>
		<category><![CDATA[tutorial php]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=50</guid>
		<description><![CDATA[&#60;div id=&#34;Avance Zone&#34;&#62;
&#60;?php
echo &#34;php started.....&#34;;
$sqlConn = mysql_connect&#40;'localhost', 'dbuname', 'dbpwd'&#41;;
//this is comment
//dbuname is the database username
//dbpwd is the database password
if &#40;!$sqlConn&#41;
&#123;
die&#40;'Connect error'.mysql_error&#40;&#41;&#41;;
//the error will be displayed if php cannt connet to your database
&#125;
else
&#123;
echo &#34;Connected&#34;;
//connected will be displayed once your php connected with mysql
&#125;
//$query = &#34;show databases;&#34;;
//select which database you want to edit
$db=mysql_select_db&#40;&#34;dbname&#34;&#41;;
//dbname is the database name
if&#40;!$db&#41;
&#123;
die&#40;'mysql [...]]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div id=&quot;Avance Zone&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;php started.....&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$sqlConn</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_connect</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'localhost'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'dbuname'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'dbpwd'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//this is comment</span>
<span style="color: #666666; font-style: italic;">//dbuname is the database username</span>
<span style="color: #666666; font-style: italic;">//dbpwd is the database password</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$sqlConn</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #990000;">die</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Connect error'</span><span style="color: #339933;">.</span><span style="color: #990000;">mysql_error</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//the error will be displayed if php cannt connet to your database</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">else</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Connected&quot;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//connected will be displayed once your php connected with mysql</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">//$query = &quot;show databases;&quot;;</span>
<span style="color: #666666; font-style: italic;">//select which database you want to edit</span>
<span style="color: #000088;">$db</span><span style="color: #339933;">=</span><span style="color: #990000;">mysql_select_db</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;dbname&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//dbname is the database name</span>
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$db</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #990000;">die</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'mysql select error'</span><span style="color: #339933;">.</span><span style="color: #990000;">mysql_error</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//if db cannot be connected this shows this message</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">//select the table</span>
<span style="color: #000088;">$result</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_query</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;select * from R&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$numofrows</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_num_rows</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$result</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;No of rows&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$numofrows</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;br&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;table border='1'&gt;
&lt;tr&gt;
&lt;th&gt;FirstName&lt;/th&gt;
&lt;th&gt;Lastname&lt;/th&gt;
&lt;th&gt;City&lt;/th&gt;
&lt;th&gt;Mobile&lt;/th&gt;
&lt;th&gt;email&lt;/th&gt;
&lt;th&gt;pre_emp&lt;/th&gt;
&lt;th&gt;Experience&lt;/th&gt;
&lt;th&gt;Qualification&lt;/th&gt;
&lt;th&gt;college&lt;/th&gt;
&lt;th&gt;skill set&lt;/th&gt;
&lt;/tr&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">while</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$row</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_fetch_array</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$result</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;tr&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'first_name'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'last_name'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'city'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'mobile'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'email1'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'department'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'Experience'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'previous_employer'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'college'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;td&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$row</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'skillset'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;&lt;/td&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;/tr&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;/TABLE&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">mysql_close</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$sqlConn</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/div&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/tutorial/php-mysql/mysql-php-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find browser size</title>
		<link>http://avancezone.com/technical/javascript/find-browser-size/</link>
		<comments>http://avancezone.com/technical/javascript/find-browser-size/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 18:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[chrome browser size]]></category>
		<category><![CDATA[Find bowser size]]></category>
		<category><![CDATA[firefox browser zise]]></category>
		<category><![CDATA[inside bowser size]]></category>
		<category><![CDATA[internet explorer browser size]]></category>
		<category><![CDATA[user borwser size]]></category>
		<category><![CDATA[user browser size]]></category>
		<category><![CDATA[visitor bowser size]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=42</guid>
		<description><![CDATA[Find browser size
Here is the Best and simple way to find the users browser size
The screen size and browser size are different&#8230;
A perfect web developer has to fit his developed website to the use rs bowser and not his screen resolution
here is the script to find the users screen resolution .

Javascript to find browser size [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Find browser size</strong></p>
<p style="text-align: left;">Here is the Best and simple way to find the users browser size</p>
<p>The screen size and browser size are different&#8230;<br />
A perfect web developer has to fit his developed website to the use rs bowser and not his screen resolution<br />
here is the script to find the users screen resolution .<a href="javascript:alertSize();"><br />
</a><br />
<strong>Javascript to find browser size Just copy and paste in .html file</strong></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #003366; font-weight: bold;">function</span> alertSize<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #003366; font-weight: bold;">var</span> myWidth <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">,</span> myHeight <span style="color: #339933;">=</span> <span style="color: #CC0000;">0</span><span style="color: #339933;">;</span>
	<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">typeof</span><span style="color: #009900;">&#40;</span> window.<span style="color: #660066;">innerWidth</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">'number'</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		myWidth <span style="color: #339933;">=</span> window.<span style="color: #660066;">innerWidth</span><span style="color: #339933;">;</span>
                myHeight <span style="color: #339933;">=</span> window.<span style="color: #660066;">innerHeight</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span> document.<span style="color: #660066;">documentElement</span> <span style="color: #339933;">&amp;&amp;</span>
                 <span style="color: #009900;">&#40;</span> document.<span style="color: #660066;">documentElement</span>.<span style="color: #660066;">clientWidth</span> <span style="color: #339933;">||</span>
                   document.<span style="color: #660066;">documentElement</span>.<span style="color: #660066;">clientHeight</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		myWidth <span style="color: #339933;">=</span> document.<span style="color: #660066;">documentElement</span>.<span style="color: #660066;">clientWidth</span><span style="color: #339933;">;</span>
                myHeight <span style="color: #339933;">=</span> document.<span style="color: #660066;">documentElement</span>.<span style="color: #660066;">clientHeight</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span> document.<span style="color: #660066;">body</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span> document.<span style="color: #660066;">body</span>.<span style="color: #660066;">clientWidth</span> <span style="color: #339933;">||</span>
                   document.<span style="color: #660066;">body</span>.<span style="color: #660066;">clientHeight</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		myWidth <span style="color: #339933;">=</span> document.<span style="color: #660066;">body</span>.<span style="color: #660066;">clientWidth</span><span style="color: #339933;">;</span>
                myHeight <span style="color: #339933;">=</span> document.<span style="color: #660066;">body</span>.<span style="color: #660066;">clientHeight</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
	window.<span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span> <span style="color: #3366CC;">'Width = '</span> <span style="color: #339933;">+</span> myWidth <span style="color: #339933;">+</span> <span style="color: #3366CC;">' and height = '</span> <span style="color: #339933;">+</span> myHeight <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
&lt;p&gt;Test your screen size &lt;a href=&quot;javascript:alertSize();&quot;&gt;
Java script resolution&lt;/a&gt;&lt;/p&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/technical/javascript/find-browser-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla Firefox And Google chrome</title>
		<link>http://avancezone.com/technical/mozilla-firefox-and-google-chrome/</link>
		<comments>http://avancezone.com/technical/mozilla-firefox-and-google-chrome/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 18:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=38</guid>
		<description><![CDATA[Mozilla Firefox, Speed it up!           Speed up Mozilla FireFox
1. Type &#8220;about :config&#8221; in the adress field.
2. Set the value of network.http.pipelining to &#8220;true&#8221;.
3. Set the value of network.http.pipelining.maxrequests to &#8220;100&#8243;.
4. Set the value of network.http.proxy.pipelining to &#8220;true&#8221;
5. Set the value of nglayout.initialpaint.delay to &#8220;0&#8243; (not [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla Firefox, Speed it up!           Speed up Mozilla FireFox</p>
<p>1. Type &#8220;about :config&#8221; in the adress field.<br />
2. Set the value of network.http.pipelining to &#8220;true&#8221;.<br />
3. Set the value of network.http.pipelining.maxrequests to &#8220;100&#8243;.<br />
4. Set the value of network.http.proxy.pipelining to &#8220;true&#8221;<br />
5. Set the value of nglayout.initialpaint.delay to &#8220;0&#8243; (not availible in newer versions)</p>
<hr /><strong>GOOGLE CHROME</strong><br />
Get google chrome Advance memory details<br />
Type <a href="about:memory">about:memory</a> in Address bar&#8230;</p>
<p>Read My Entire Blog on <a href="http://blogs.avancezone.com/technical/browsers/google-chrome-hidden-secrets/" target="_blank">Google chrome secrets</a></p>
]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/technical/mozilla-firefox-and-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up Internet</title>
		<link>http://avancezone.com/technical/speed-up-internet/</link>
		<comments>http://avancezone.com/technical/speed-up-internet/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=25</guid>
		<description><![CDATA[
If you didn’t know, Windows, by default, uses 20% of your bandwidth. It reserves  it for automatic updates, etc.
Go To Start &#62; Run &#62; Type in  “gpedit.msc” &#62; Click Ok
Now, the Group Policy Editor window should be  open.
Go To &#8211; Local Computer Policy &#62; Computer Configuration &#62; Administrative Templates &#62; Network &#62; [...]]]></description>
			<content:encoded><![CDATA[<div class="cover">
<div class="entry">
<p><span>If you didn’t know, Windows, by default, uses 20% of your bandwidth. It reserves  it for automatic updates, etc.</span></p>
<p>Go To Start &gt; Run &gt; Type in  “gpedit.msc” &gt; Click Ok<br />
Now, the Group Policy Editor window should be  open.<br />
Go To &#8211; Local Computer Policy &gt; Computer Configuration &gt; Administrative Templates &gt; Network &gt; QOS Packet Scheduler &gt; Limit Reservable Bandwidth<br />
Double click on Limit Reservable Bandwidth.<br />
Click  Properties &gt; Enable Reservable Bandwidth &gt; Input “0? &gt; Click OK<br />
Now,  you should get all of your bandwidth back!</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/technical/speed-up-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Resume</title>
		<link>http://avancezone.com/viewarvind/arvind-resume/</link>
		<comments>http://avancezone.com/viewarvind/arvind-resume/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:34:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ViewArvind]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=23</guid>
		<description><![CDATA[B.ARVIND
MOBILE NUMBER : 
(0)9894160363
EMAIL ID : callmeonnet@gmail.com
_____________________________________________________________
Career Objective: 
Focused on achieving organizational goals, at the same time keen 
to learn from every experience. Detail oriented, adaptive to change and striving 
towards continuous organizational as well as individual development .
Educational Qualifications:
 Graduation     :   Bachelors Degree ECE 
 (Electronics And Communication [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><strong><span style="font-size: 18pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: blue;">B.ARVIND</span></strong></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><strong><span style="font-size: 14pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">MOBILE NUMBER : </span></strong></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"><span><span class="xpbanana" title="Click to call or send SMS with Nokia PC Phone"><span><span class="xpbanana" title="Click to call or send SMS with Nokia PC Phone">(0)9894160363</span></span></span></span></span></strong></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><strong><span style="font-size: 14pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">EMAIL ID : callmeonnet@gmail.com</span></strong></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">_____________________________________________________________</span></strong></p>
<p class="MsoNormal" style="line-height: normal;"><strong><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Career Objective:</span></span></strong><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Focused on achieving organizational goals, at the same time keen </span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">to learn from every experience. Detail oriented, adaptive to change and striving </span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">towards continuous organizational as well as individual development .</span></p>
<p class="MsoNormal" style="line-height: normal;"><strong><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Educational Qualifications:</span></span></strong></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 7pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"><span> </span></span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Graduation     :   Bachelors Degree ECE </span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> (Electronics And Communication Engineering).</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">HSCC            <span> </span>:</span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> Completed during the year 2001.</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">SSLC <span> </span>:</span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> Completed during the year 1999.</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Strengths</span></span><span style="text-decoration: underline;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">:</span></span></p>
<ul type="disc">
<li class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Self-possession.</span></li>
<li class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Inter personal skills.</span></li>
<li class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Quick thinking.</span></li>
<li class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Animated.</span></li>
<li class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Patient.</span></li>
<li class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">I’m sociable, creative,      Initiative.</span></li>
<li class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Flexible.</span></li>
</ul>
<p class="MsoNormal" style="line-height: normal;"><strong><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Other Interests</span></span></strong><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Participated in cultural activities in school &amp; college.</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Experience:</span></span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Installation of DOS,WINDOWS95,98,XP,2000,Graphics Software’s, Networking..</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Other Qualification:</span></span></p>
<p class="MsoNormal" style="text-indent: 36pt; line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Finished a course on hardware assembling, Microsoft Software Installation, Hands on experience in system trouble shooting, CAPS ADVANCED.</span></strong></p>
<p class="MsoNormal" style="line-height: normal;"><span style="text-decoration: underline;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; color: black;">Hobbies:</span></span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Stamps, Coins, Forum solving, Playing Keyboard (Piano)</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">DTP, Software collection, Reading books. WEB Designing.</span></p>
<p class="MsoNormal" style="line-height: normal;"><strong><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">MY ACHIEVEMENTS:</span></span></strong></p>
<p class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> Done project and succeeded in</span></strong></p>
<ul type="disc">
<li class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Automatic water level      indicator.</span></strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></li>
<li class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Automatic water entry      indicator.</span></strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></li>
<li class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Microprocessor sub      programming.</span></strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></li>
<li class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">System controlled advanced      security system.</span></strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></li>
<li class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Software cracking and      debugging.</span></strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></li>
<li class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">RF Based Wireless Encryption      and Decryption Message Transfer </span></strong></li>
<li class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">System for Military      Applications </span></strong><span style="font-size: 10pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">(Approval      Pending from MGR research university Chennai Reg No.E06BECT706)</span></li>
</ul>
<table class="MsoNormalTable" style="width: 431.65pt;" border="0" cellpadding="0" width="576">
<tbody>
<tr style="height: 15.25pt;">
<td style="padding: 0cm; width: 197.95pt; height: 15.25pt;" width="264">
<p class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 14pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: #095cc2;">IT Skills</span></strong></p>
</td>
<td style="padding: 0cm; width: 229.2pt; height: 15.25pt;" width="306">
<p class="MsoNormal" style="text-align: right; line-height: normal;" align="right"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 14pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
</td>
</tr>
<tr style="height: 146.75pt;">
<td style="padding: 0cm; width: 428.65pt; height: 146.75pt;" colspan="2" width="572">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<table class="MsoNormalTable" style="border: 1pt outset #cccccc; width: 427.85pt;" border="1" cellspacing="0" cellpadding="0" width="570">
<tbody>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 88.6pt;" width="118">
<p class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Skill     Type</span></strong></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 188.3pt;" width="251">
<p class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Skill     Name</span></strong></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 69.25pt;" width="92">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Proficiency</span></strong></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 74.75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Certified</span></strong></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">DATABASE </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Lotus, Dbase, Excel</span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">2005 </span></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">GUI </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Windows, Linux </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">2004 </span></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">STUDIO</span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Photoshop     3.x.x, Camtasia</span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">2005-2006</span></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">LANGUAGE </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">c, c++, VB, VHDL</span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">2006 </span></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">NETWORK </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Personal, LAN, Net </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">2004 </span></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Assembly     level </span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">programming </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">8085, 8086. </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">2006</span></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">OS </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Dos,Windows9x,XP </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">2003 </span></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">OS </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">win 2000,RH Linux </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">2006 </span></p>
</td>
</tr>
<tr>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 96pt;" width="128">
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">TOOLS </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 204pt;" width="272">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">antivirus, Mat Lab</span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 75pt;" width="100">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">proficient </span></p>
</td>
<td style="border: 1pt inset #cccccc; padding: 0cm; width: 81pt;" width="108">
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="text-align: center; line-height: normal;" align="center"><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">2004 </span></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="text-align: justify; line-height: normal;"><strong><span style="text-decoration: underline;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Personal Details :</span></span></strong></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Date of Birth </span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">:     23<sup>rd</sup> November 1983</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> Marital Status </span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">:     Single</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> Gender                                                  <span> </span></span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">:     Male</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Linguistic Ability                                 <span> </span></span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">:     English, </span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Tamil,French</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> Nationality </span><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">:     Indian</span></p>
<p class="MsoNormal" style="line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Area of Interest/Hobbies </span></strong><strong> </strong></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"><span> </span>Reading, Net surfing, Interacting with people.</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 13.5pt; font-family: &quot;Monotype Corsiva&quot;;">CERTIFICATES FROM</span><span style="font-size: 13.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> </span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">VTU UNIVERSITY (KARNATAKA).</span></p>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">LCC INDIA.</span></p>
<p><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">MAZE NET SOLUTIONS.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/viewarvind/arvind-resume/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Life Changing Thoughts</title>
		<link>http://avancezone.com/viewarvind/life-changing-thoughts/</link>
		<comments>http://avancezone.com/viewarvind/life-changing-thoughts/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:29:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ViewArvind]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=21</guid>
		<description><![CDATA[
LIFE CHANGING  THOUGHTS
FRIENDS:
 
Ø Friendship  is a wine of life. It is good use it in little. 
 
Ø A  friend is one who knows all about you, but still likes you.
 
Ø Friend  – a single soul dwelling in two bodies.
 
Ø Friendship  often ends in love, but love [...]]]></description>
			<content:encoded><![CDATA[<div class="cover">
<div class="entry">
<p class="MsoTitle" style="text-align: center;"><em><span style="font-size: 16pt; font-family: Book Antiqua;">LIFE CHANGING  THOUGHTS</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">FRIENDS</span><span style="font-size: 14pt; text-decoration: none;">:</span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt; text-decoration: none;"> </span></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Friendship  is a wine of life. It is good use it in little. </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">A  friend is one who knows all about you, but still likes you.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Friend  – a single soul dwelling in two bodies.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Friendship  often ends in love, but love in friendship never.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">It  is chance that makes brothers, but hearts that makes friends. </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; text-decoration: none;"> </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">PERSONALITY:</span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; color: red; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Cowards  die many times, the brave die only once.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">The  pessimist sees the difficulty in every opportunity, but the optimist the  opportunity in every difficulty.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">We  judge ourselves by what we feel capable of doing, while others judge us by what  we have already done.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Weak  men wait for opportunities; while strong men create them.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Master  of himself will be master of others.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Self-confidence,  self-reliance and independence can be achieved only by taking  risks.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Strength  of mind is the king of qualities.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">A  man is not finished when he is defeated; he is finished when he  quits</span><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">A  man without imagination is like bird without wings.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">A  man without patience is a lamp without oil.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Patience  is a bitter plant but it has fruit.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">The ultimate measure of a man is not where he stands in moment of comfort and convenience, but where he stands at the times of challenge and controversy.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">For  a person motivated by unshakable faith, every thing is possible.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Genius  only means an infinite capacity for taking pains.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Courage: </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 14pt; color: red; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Kite  rise against the wind not with the wind.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">It  requires more courage to suffer than to die.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">It  is better to die on your feet than to live on your knees.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Courage  is grace under pressure.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Courage  is contagious. When a brave man takes a stand, the spines of others are  stiffened.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Every  one has talent. What is rare is the courage to follow the talent to the dark  place where it takes.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; text-decoration: none;"> </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Education: </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Give  a man a fish you feed for a day; teach him how to fish you feed him for a  lifetime.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Enthusiasm: </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Enthusiasm  and optimism are life’s leg.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Enthusiasm  moves the world. Nothing great was ever achieved without  enthusiasm.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Experience: </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Experience  is a hard teacher because it gives the test first, the lesson  afterwards.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Experience  is what you get when you don’t get what you want.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Failure: </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Failure  means delay, not defeat.</span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">As  always, victory finds a hundred fathers, but defeat is an orphan.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Lot  of our stress is due to expectations of failure and also due to failure of our  expectations.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Our  greatest glory is not in never falling, but in rising every time we  fall.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Communication: </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">The  ability to speak is a short cut to distinction.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Silence  is organized knowledge.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">The  more noise a man or a motor makes, the less power there’s  available.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Never  apologize and never explain. It’s a sign of weakness.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Communication  capability  —-  pass port to success.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Keep  your words soft and tender because tomorrow you may have to eat  them.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Business:</span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Business  goes where it is “ invited ’’ and stays where it is “ well treated  ”.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Business  is like riding a bicycle. Either you keep moving or you fall  down.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Buy  privately; sell in public.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Business?   It’s quite simple. It’s other people’s money.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Clothes  don’t make a man, but they go long way towards making a  businessman.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Attitude: </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">It  is not what happens to you that matter; it is the way in which you take it that  matters.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Your  attitude determines your altitude.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Strength  lies not in defense but in attack.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Trust  yourself. No stream rises higher than it’s source.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Never  under estimate yourself. You are the most important thing in the </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">universe</span><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Man’s  greatest limitation is the one created in his own mind.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">They  conquer who believe they can.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">There  can be no great success without real commitment. </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Argument:</span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt; text-decoration: none;"> </span></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">It  is better to loose an argument and win a friend, than win an argument and loose  a friend.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Anger:</span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">He  who suppresses a moment’s anger may prevent a day of sorrow.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Anger  is one letter short of DANGER.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Beware  of the man who doesn’t return your blow; he neither forgives you nor allows you  to forgive yourself.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">Beware  the fury of patient men</span><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 14pt;">Love: </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 14pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Beauty  commonly produces love, but cleanliness preserves it.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Love  is like a war easy to begin but very hard to stop.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Love  begins with a smile, grows with a talk, matures with a kiss and ends with a  teardrop.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">It takes one second to have a crush on someone, it takes one minute to like some one, it takes one hour to love someone but it takes a lifetime to forget someone</span><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">***  <span style="color: red;">To love some deeply gives you strength. Being loved by  some deeply gives you courage</span>. ***</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 13pt; font-family: Book Antiqua; text-decoration: none;"> </span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><span style="font-size: 13pt; font-family: Book Antiqua;">Miscellaneous</span></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">To  a devious person a crooked path looks straight.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Citizens  reveal their character by the way they treat their subordinates, elderly and the  disabled.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; color: red; font-family: Book Antiqua; text-decoration: none;">If  justice is worth having, its worth fighting for.</span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">Hope  for the best, but prepare for the worst. </span></em></p>
<p class="MsoTitle" style="text-align: left;" align="left"><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;"> </span></em></p>
<p class="MsoTitle" style="margin-left: 0.5in; text-indent: -0.25in; text-align: left;" align="left"><span style="font-weight: normal; font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><em><span style="font-weight: normal; font-size: 12pt; font-family: Book Antiqua; text-decoration: none;">If u ever wanted  something badly, let it go. If it ever comes back to u , then it is yours forever. If it doesn’t, then it was never yours to start with..</span></em></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/viewarvind/life-changing-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Believe in GOD</title>
		<link>http://avancezone.com/viewarvind/believe-in-god/</link>
		<comments>http://avancezone.com/viewarvind/believe-in-god/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:24:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ViewArvind]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=19</guid>
		<description><![CDATA[Believe in GOD

Ø I look  ahead for my future.
Ø I always  fight for me.
Ø I learn  something each day for my future.
Ø I am  winning.
Ø I’m  starting right now. Today, not tomorrow…
Ø EVER,  NEVER, FOREVER hear others.
Ø I believe  that anything can be done.
Ø I deposit  and [...]]]></description>
			<content:encoded><![CDATA[<h3 style="text-align: center;"><strong><span style="font-size: 22pt; font-family: Bernadette; text-decoration: none;">Believe in GOD<br />
</span></strong></h3>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I look  ahead for my future.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I always  fight for me.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I learn  something each day for my future.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I am  winning.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I’m  starting right now. Today, not tomorrow…</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">EVER,  NEVER, FOREVER hear others.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I believe  that anything can be done.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I deposit  and withdraw only positive thinking from my memory bank.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">Always  use/think big, positive, cheerful, bright words and phrases.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I always  conduct interview to myself “What can I do to make myself more valuable  today?”</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I always  thing “Am I talking /doing / thinking worthy”.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I always  look important.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I’m  activated.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I don’t try  to buy friendship but make friends.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">No person  is perfect.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I plan each  day’s work the night before.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">First I  care for Me… be possessive </span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">Winners do  not do different things… They do things differently…</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">Defeat the  defeat…. Before the defeat defeats you..</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">When  someone puts me down… I say myself “ no matter what anyone say or do to me, I am  still a worthwhile person”</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I picture  my dreams –creating a positive vision for the future</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I know  myself-the secret to having a high self-esteem..</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">I take  personal initiative-act as if it all depends on me..</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">Quality  questions create quality life.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">If you  can’t, you must. If you must , you can.</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">Do the hard  jobs first. The easy jobs will take care of themselves</span></p>
<p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">Develop  success from failures.</span></p>
<p><span style="font-size: 12pt; font-family: Wingdings; text-decoration: none;">Ø<span style="font-weight: normal; font-size: 7pt; font-style: normal; font-family: Times New Roman; font-variant: normal;"> </span></span><span style="font-size: 12pt; font-family: Georgia; text-decoration: none;">When love  and skill work together expect a miracle,Etc..</span></p>
]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/viewarvind/believe-in-god/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLUBS IN SCHOOLS</title>
		<link>http://avancezone.com/article/clubs-in-schools/</link>
		<comments>http://avancezone.com/article/clubs-in-schools/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 18:17:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=12</guid>
		<description><![CDATA[CLUBS IN  SCHOOLS
A club is generally an association of people united by a common interest or  goal, as opposed to any natural ties of kinship. Such clubs occur in all ancient  states of which we have detailed knowledge.
The term club now has broader  implications. The Service club, for example, exists for [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><span style="color: #ff0000;"><strong><span style="font-size: large;">CLUBS IN  SCHOOLS</span></strong></span></p>
<p>A club is generally an association of people united by a common interest or  goal, as opposed to any natural ties of kinship. Such clubs occur in all ancient  states of which we have detailed knowledge.<br />
The term club now has broader  implications. The Service club, for example, exists for voluntary or charitable  activities; there are clubs devoted to all sorts of hobbies, sports, and games,  political and religious clubs, Social Activities Clubs that appeal to a variety  of interests, and so forth</p>
<p align="center"><span style="color: #0000ff; font-size: large;">Scout(s) </span><span style="font-size: medium;"><br />
</span><br />
can refer to Scouting, a worldwide youth movement, founded  in 1907 by Robert Baden-Powell,also known as the Scout Movement, is a worldwide  youth movement with the stated aim of supporting young people in their physical,  mental and spiritual development, so that they may play constructive roles in  society.<br />
The movement employs the Scout method, a program of informal  education with an emphasis on practical outdoor activities, including camping,  woodcraft, aquatics, hiking, backpacking, and sports. Another widely recognized  movement characteristic is the Scout uniform, by intent hiding all differences  of social standing in a country and making for equality, with neckerchief and  campaign hat or comparable head wear. Distinctive uniform insignia include the  fleur-de-lis and the trefoil, as well as merit badges and other  patches.<br />
World Organization of the Scout Movement (WOSM),<br />
for boys-only  and co-educational organizations, and the World Association of Girl Guides and  Girl Scouts (WAGGGS),<br />
ScoutingCommon Ways to implement the Scout method  include having Scouts spending time together in small groups with shared  experiences, rituals, and activities, and emphasizing good citizenship and  decision-making by young people in an age-appropriate manner. Weekly meetings  often take place in local centres known as Scout dens. Cultivating a love and  appreciation of the outdoors and outdoor activities is a key element. Primary  activities include camping, woodcraft, aquatics, hiking, backpacking, and  sports.<br />
<span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span><br />
<span style="color: #0000ff; font-size: large;">Eco club</span></p>
<p>Nature provides for us<br />
Each of us  is full of possibility<br />
Live close to nature &#8211; Be who you are<br />
That&#8217;s the  ECO-CLUB experience<br />
Purpose<br />
ECO-CLUB aims to heighten awareness about the  world&#8217;s environment. While deepening peoples&#8217; mutual understanding, ECO-CLUB  fosters to think about the earth&#8217;s environment and take it upon themselves to  work toward building a new society. ECO-CLUB achieves this goal <span style="color: #808000;">through</span> camp programs and other activities that bring  diverse people together in various regions and natural settings.<br />
*  Theme<br />
ECO-CLUB&#8217;s three main themes are, &#8220;People,&#8221; &#8220;Nature&#8221; and &#8220;Culture&#8221;.  There are no restrictions to any activities based on sex, nationality, or  physical ability.<br />
Economic Cooperation Organization (ECO), is an  intergovernmental regional organization established in 1985 by Iran, Pakistan  and Turkey for the purpose of promoting economic, technical and cultural  cooperation among the Member States.<br />
Over the past 12 years the member states  have been collaborating to accelerate the pace of regional development through  their common endeavors. Besides shared cultural and historic affinities, they  have been able to use the existing infrastructural and business links to further  fortify their resolve to transfer their hopes and aspirations into a tangible  reality. ECO has embarked on several projects in priority sectors of its  cooperation including energy, trade, transportation, agriculture and drug  control.<br />
COMMITMENT IS:<br />
To provide an opportunity to relate, work and  learn together in an environmentally friendly way.<br />
To contribute to people&#8217;s  growth, according to their own plan, as Beings, and as World Citizens<br />
To  provide information on ecological issues in a clear and concise manner.<br />
To  build an aligned, flexible, supportive community, combining the beauty of clear  open communication, with a loving spirit.<br />
To live joyfully, respectfully, and  humbly on the land ..<br />
Conserve the local environment while raising awareness  in the community and promote ecological education.<br />
<span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span><br />
<span style="color: #0000ff; font-size: large;">yoga&#8230;&#8230;</span></p>
<p>Yoga is one of the six schools of  Hindu philosophy, focusing on meditation as a path to self-knowledge and  liberation. Hindu texts establishing the basis for yoga include the Upanishads,  the Bhagavad Gita, the Yoga Sutras of Patanjali, In India, Yoga is seen as a  means to both physiological and spiritual mastery. Outside India, Yoga has  become primarily associated with the practice of asanas (postures) of Hatha Yoga  although it has influenced the entire dharmic religions family and other  spiritual practices throughout the world.[1]</p>
<p>The main branches of Yoga  specificed in the Hindu texts, and generally accepted by both modern scholars  and practitioners alike, include: Hatha Yoga, Karma Yoga, Jnana Yoga, Bhakti  Yoga, and Raja Yoga.<br />
Asanas<br />
Yoga is a way of life, an art of righteous  living or an integrated system for the benefit of the body, mind and inner  spirit. This art originated, was perfected and practiced in India thousands of  years ago.<br />
Aim of Yoga is the attainment of the physical, mental and  spiritual health. Patanjali has recommended eight stages of Yoga discipline.<br />
Yoga is a Scientific System of physical and mental excellence which requires  obedience to certain rules, principle and methodology in order to acquire  satisfactory results. If these rules and principles are not followed it may  cause reverse results, i.e. harm and injury to the body<br />
Yoga For Children<br />
Rather than depending upon external aids, every kid should be able to handle  various stresses as they appear during their growth.<br />
Health  Management<br />
Every child in school is taught that &#8220;Prevention is better than  Cure&#8221;. Yet, how many know how to implement this in practice. And for those that  do, how many have the will and wherewithal to do so. Familiarizing the child  with Yoga tools can help show them the path of &#8220;Preventive medicine&#8221;<br />
Subtle  Attitudinal Changes<br />
YoGa helps bring about subtle attitudinal changes in  life. If taught earlier on in life, they are easier implemented and can bring  about a healthy change in society. Being able to harness ambition in a positive  manner rather than through negativity will not only help the student excel but  also make him / her a healthier and happier person. Is that not TOP priority  what each parent seeks for his child?<br />
The Challenge<br />
Children by their very  nature have to be handled very differently. Teaching cannot be imposed (or else  it will be self defeating). Rather, Yogic principles have to be absorbed through  Group activities and games. It is only then that the seed can be planted which  will bear fruit over time.<br />
The Pitfalls<br />
Unfortunately Yoga is much abused  in today&#8217;s times. Practitioners with shallow knowledge inadvertently end up  teaching practices that may not be suitable for all age groups. For example, how  many of us know that children should NOT be introduced to Pranayama (Breathing)  practices at an early age?<br />
Therefore, while introducing children to Yoga is  very desirable today, utmost care must be taken while initiating them into it,  so that they reap the maximum benefits.<br />
<span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p align="center"><span style="color: #0000ff; font-size: large;">Arts and crafts</span></p>
<p>Arts  and crafts comprise a whole host of activities and hobbies that are related to  making things with one&#8217;s own hands and skill. These can be sub-divided into  handicrafts or &#8220;traditional crafts&#8221; (doing things the old way) and the rest.  Some crafts have been practised for centuries, while others are modern  inventions, or popularisations of crafts which were originally practiced in a  very small geographic area.</p>
<p>Additionally, this term refers to the Arts  and Crafts movement which was a social revolution veiled in a design movement of  the late 19th and early 20th century, whose proponents included William Morris  and Edwin Lutyens. They believed that medieval craftsmen achieved a joy and  fulfillment in the excellence of their work, which they strove to  emulate.<br />
<span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span><span style="color: #0000ff; font-size: large;">Classical dance</span></p>
<p>Indian classical dance is a  misnomer, and actually refers to Natya, the sacred Hindu musical theatre styles.  Its theory can be traced back to the Natya Shastra of Bharata Muni (400  BC).<br />
Dances performed inside the sanctum of the temple according to the  rituals were called Agama Nartanam. This was a spiritual dance form.<br />
Dances  performed in royal courts to the accompaniment of classical music were called  Carnatakam. This was an intellectual art form.<br />
Darbari Aatam form of dance  appealed more to the commoners and it educated them about their religion,  culture and social life. These dances were performed outside the temple  precincts in the courtyards.<br />
<span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span><br />
<span style="color: #0000ff; font-size: large;">Music</span></p>
<p>Music is an art form that involves what  are sometimes organised sounds and silence, although in some forms of 20th  century aleatoric, and indeed improvisational music, as well as most Eastern  traditions such as Gamelou, this is not the case. It is expressed in terms of  pitch (which includes melody and harmony), rhythm (which includes tempo and  meter), and the quality of sound (which includes timbre, articulation, dynamics,  and texture).<br />
Music may also involve generative forms in time through the  construction of patterns and combinations of natural stimuli, principally sound.  Music may be used for artistic or aesthetic, communicative, entertainment,  ceremonial or religious purposes and by many composers purly as an academic  instrument for study.<br />
The definition of what constitutes music varies  according to culture and social context, with varied interpretations of the term  being accepted under sub-genres of the art. Within &#8220;the arts&#8221;, music can be  classified as a performing art, a fine art, or an auditory art form.<br />
<span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span><br />
<span style="color: #0000ff; font-size: large;">KARATE</span><br />
For other uses, see Karate  (disambiguation).<br />
Karate (??, Karate?) (listen (help·info)) or karate-do  (???, karate-do?) is a martial art that developed from a synthesis of indigenous  Ryukyuan fighting methods and Chinese kempo [1]. &#8220;Karate&#8221; originally meant Te,  or hand, i.e. Chinese hand, which was later changed to a homonym meaning &#8216;empty  hand&#8217; in Japanese. It is known primarily as a striking art, featuring punching,  kicking, knee/elbow strikes and open handed techniques. However, grappling,  joint manipulations, locks, restraints/traps, throws and vital point striking  also appear in karate. A practitioner of karate is called a karateka  (???).<br />
self defence<br />
confidence<br />
diciplene</p>
<p><span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span><br />
<span style="color: #0000ff; font-size: large;">SOCIAL SERVICE<br />
ABOUT  NCSS</span></p>
<p>Purpose</p>
<p>To ensure that every person has the  opportunity to live a life of dignity to his or her fullest potential within  society.</p>
<p>Mission</p>
<p>To provide leadership and direction in social  services, to enhance the capabilities of social service organisations, and to  promote strategic partnerships for social services.</p>
<p>Setting the Pace</p>
<p>NCSS leads and coordinates in the social service sector in Singapore.</p>
<p>Member voluntary welfare organisations (VWOs) are our valued partners.  Together, we identify service gaps, pioneer new programmes and set best practice  guidelines. The aim is to continually enhance the quality of social services for  the disadvantaged.</p>
<p>Facilitating and Enabling</p>
<p>NCSS develops human  resources in the sector. A trained, dedicated and professional workforce will  take social services in Singapore into the next lap.</p>
<p>NCSS also works  closely with VWOs for better management and delivery of social service  programmes. The objective is to stretch the charity dollar so that more people  can benefit from the quality services provided.</p>
<p>Fund-Raising</p>
<p>The  Community Chest, the NCSS fund-raising arm, helps the disadvantaged and  distressed realise their hopes and dreams.</p>
<p>About $40 million needs to be  raised each year. The money raised is given out entirely to funded VWOs to  provide the social service programmes needed.</p>
<p>The programmes will  benefit about 350,000 service users, which include direct service users,  indirect service users such as caregivers and service users reached by public  education efforts.</p>
<p>Volunteering</p>
<p>The NCSS Volunteer Circle,  the NCSS volunteering arm, creates opportunities for people to come forward to  offer their time and services.</p>
<p>NCSS provides training to VWOs in  managing their volunteers, and enable volunteers to make a difference in the  lives of those in need.</p>
<p>Social Service Training</p>
<p>The Social  Service Training Institute (SSTI) aims to enhance the professionalism of the  social services in Singapore by providing training opportunities for the  continual development of both professionals and volunteers in the  sector.</p>
<p>SSTI was launched in June 2003.</p>
<p>NCSS Vision for the  21st Century</p>
<p>The NCSS Vision of Social Services in the 21st Century was  developed in 1999. Guided by anticipated scenarios, trends and current strategic  considerations, the vision is used by NCSS to plan, develop and reposition  social services for the 21st century in the following  areas:</p>
<p>Social service areas<br />
Volunteerism<br />
Funding and  accountability<br />
Governance and management<br />
Strategic partnerships</p>
<p>Vision 2008: Towards 50 Years of Structured Social Services</p>
<p>Year  2008 marks 50 years of structured social services in Singapore. In year 2004,  NCSS has undertaken the Vision 2008 exercise, with reference to the NCSS Vision  for the 21st Century, to review and further refine strategic directions for the  social service sector in the years leading up to 2008 and beyond. The product of  this exercise is a strategic document titled Vision 2008: Towards 50 Years of  Structured Social Services, prepared by NCSS with inputs from voluntary welfare  organisations and relevant ministries. The strategic thrusts of the Vision 2008  include:</p>
<p>New services to meet emerging needs<br />
Higher service standards<br />
Optimisation of social service delivery<br />
Technology for human services<br />
Exemplary levels of accountability and transparency<br />
Greater meaning and  significance to social service volunteering and giving<br />
Affirmation of the  dignity of social service recipients<br />
Organisational excellence for NCSS</p>
<p>NCSS Strategic Directions</p>
<p>Undertake social service planning  and development<br />
Enhance the capabilities of VWOs<br />
Promote community  partnerships<br />
Enhance NCSS corporate communications and development</p>
<p><span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="color: #0000ff; font-size: large;">LITRARY</span><br />
Literary Club is beginning. Pairs of  parents and teachers join groups of children in the Library, the Science and  Music rooms. Finding enough space for 135 children is a challenge&#8212;for the last  eight years we&#8217;ve used the Director&#8217;s office and an Administrative conference  room, as well as various classrooms.<br />
Literary Club context &#8220;School is about  practicing to wrap one&#8217;s mind around real and complex ideas, those of  fundamental consequence for oneself and for the culture.&#8221; Theodore Sizer  describes Literary Club well. Each week children meet with trained parents and  teachers in small groups to tussle with a piece of literature. They learn to  think about an author&#8217;s purpose, to develop questions which can be approached  from multiple perspectives, and to value the richness of the group&#8217;s  thinking.</p>
<p>The idea evolved when the teacher of a class of combined third-  and fourth-graders shared with me her frustration about challenging a small  group of highly-gifted readers within her classroom. Remembering how much I  enjoyed my English seminars in graduate school, I offered to take the  group.</p>
<p>Large differences in reading abilities are common in a school for  gifted students; musical aptitude or mathematical prowess does not necessarily  correlate with linguistic skill. In this particular class, for example, there  were non- readers alongside students with a remarkable ability to read  sophisticated material with ease and sensitivity. The need to meet a range of  abilities was the initial seed for this program, which combines elements of a  Socratic seminar and literature circles with a structure that flexibly groups  students by ability and interests, involves parents and the community, fosters  engagement and develops student-ownership of the process and a school-wide  community of readers.</p>
<p>From its beginnings in that one classroom (1978)  Literary Club grew to almost 200 students in grades 2-8 working with all  content-area teachers and trained volunteers every year. Each week pairs of  adults met with mixed-age groups of 6-10 students for an hour. Research strongly  suggests that small groups can have a significant impact on quality of student  thinking and achievement.</p>
<p>Program design groupings Since cooperative  student groups are critical to the success of Literary Club, the school  librarian must work closely with classroom teachers and tutors to sort students  at the beginning of the school year. First we identify readers capable of  decoding and comprehending at about the same level. Behavior, personality  attributes and friendships are all weighed. How many males and females? How many  children from each grade and each classroom? What is the ratio of adult- vs.  peer-focused children? Students are asked about interests, genres they like, how  much they currently read and whether they like to talk about what they&#8217;re  reading. Taken together, it would be misleading to conclude that reading groups  are formed strictly by &#8220;ability.&#8221; More accurately, we are grouping students  according to our sense of their ability to profit from an instructional  group.</p>
<p>Program support school librarian Pairs of leaders work with the  same group of children from October through May, with administrative support and  extensive inservice from the school librarian. In a program this size, the  administrative demands of the program make it impossible for the school  librarian to be a full-time leader in one group. Ordering paperbacks, observing  groups, watching videotapes of sessions, preparing handouts, arranging  inservice, reading current research on reading and integrated curriculum as well  as children&#8217;s literature, and locating substitutes (or even subbing on the fly)  are the responsibility of the librarian.</p>
<p>Leader training school librarian  Literary Club training enables the adults to facilitate the discussion of a  story or book. Their goal is to provide a setting in which students can engage  with a text in a community of readers who value complex, rich thinking. Homework  assignments are short, requiring about an hour to complete. A reading assignment  of a short story, poem, essay or several chapters from a novel is coupled with  directions to develop interesting questions for the group to discuss or a  &#8220;wondering&#8221; you have. These student-generated questions act as &#8220;windows&#8221; to the  child&#8217;s thinking, perspectives, and feelings. Unlike the artificiality of  Daniels&#8217; roles, students are positioned to ask authentic questions. In contrast  to the Great Books approach, which places special importance on &#8220;interpretive&#8221;  questions, we believe that meaningful questions are often initially grounded in  the individual&#8217;s life experiences, what is called &#8220;text-to-self&#8221; connections.  Why Shabanu cannot disobey her father or why Ender&#8217;s brother and sister treat  him differently are approached through the lenses of the student&#8217;s own family  dynamics and cultural heritage, in addition to the author&#8217;s assumptions within  the book. Marilyn Kimura, one of the librarians, describes the search for  personal relevance in this way:</p>
<p>&#8220;Why do we care about literature? Good  literature shows patterns against which we can measure ourselves, gaining  self-knowledge. It can reveal our individual differences as people while  pointing up our common bonds.&#8221;</p>
<p>Research framework envisionment Leaders  guide their community of readers through processes (Langer, 1994) which  effective readers experience when they interact with a literary text. Langer&#8217;s  envisionment describes readers in a process of coming to understand through  wonderings, hunches, suppositions and predictions. Students enjoy the complexity  of language, express curiosity about characters and perspectives because these  contribute to authentic meaning-making, rather than provide answers for a  worksheets. &#8220;There is always a question, but not always an answer,&#8221; a boy  philosophizes. As trust builds and risk-taking increases, students are  fascinated with evolving speculations, exhilarated by the pursuit of elusive  meanings and comfortable with the disequilibrium of shifting stances.</p>
<p>Vantage point stepping in Each session with leaders asking questions to  evoke initial impressions: &#8220;Anything you noticed that you want to talk about?&#8221;  &#8220;What impressions do you have&#8230;?&#8221; As students step into the text, they notice  and gather information, make connections to what they already know and  predictions about what might happen: &#8220;I wonder&#8230;?&#8221; &#8220;Do you think&#8230;?&#8221;</p>
<p>Vantage point moving through Student-generated homework questions (&#8221;Why  do you think he&#8230;?&#8221; &#8220;What will she do&#8230;?&#8221;) emerge as the community of readers  moves through the text, responding to the relationships and motivations of  characters, making text-to-text connections. During a discussion on A Bone From  A Dry Sea, a book which draws parallels between two different societies by  juxtaposing prehistoric and present-day events at the same geographical  location, leaders&#8217; questions clarify (&#8221;Where do you see the males struggling for  power?&#8221;), request that a student make his reasoning process visible (&#8221;Why does a  child command respect&#8212;might you think out loud for us?&#8221;), and help one speaker  relate to another (&#8221;How are you connecting Vinny&#8217;s intuitive knowledge with what  Diana read about Li repairing the injured leg? &#8220;). Adults practice these  mediated questions and the use of body language during leader training sessions.  The ultimate goal of facilitation is to best reflect each student&#8217;s growing  understanding to the group and to the questioning student. &#8220;When we discussed my  question, I realize that I hadn&#8217;t thought before about&#8230;&#8221; reflects one student.  Participants learn to remain open to consider alternatives: &#8220;Discussions are so  intense and powerful&#8230;when you think you have it all planned out&#8230;such a  powerful phrase changes you,&#8221; remarks a student.</p>
<p>Of utmost importance is  the student&#8217;s ownership for raising what Grant Wiggins calls the &#8220;essential  questions,&#8221; ones which have no one, obvious &#8220;right&#8221; answer, which require  higher-order thinking skills, and go to the heart of the selection. Research  studies have shown that student questions generate deeper processing of the  material among their peers than teacher-prepared questions. Because more  homework questions are developed than can be answered during an hour&#8217;s  discussion, the leaders&#8217; task is to help students cluster similar questions, so  that all work is validated. When leaders write student questions on the board  they can be grouped, analyzed and prioritized. After one group realizes that all  their questions about The Witches&#8217; Broom either focus on the neighbors&#8217;  responses to the broom or the true identity of the broom in the closet, they  they agree to consider them together.</p>
<p>Vantage point rethinking Prompted  by questions or drawing, rethinking turns students back again toward their own  lives to connect their literary experience to a remembered feeling or prior  event.</p>
<p>Vantage point reader as critic Finally, facilitators suggest ways  to step beyond the text to raise questions about symbols, the author&#8217;s voice and  word choice, and to other authors and texts they&#8217;ve shared. Discussions of  literary style are a natural outgrowth of the workshop approach to writing. One  group begins to ask &#8220;Shark Reader&#8221; questions. A &#8220;Shark Reader&#8221; notices that  slippery, incisive detail or that word or adjective which shows one&#8217;s awareness  of the author&#8217;s choice of vocabulary. It is a playful way of acknowledging that  close reading is a natural corollary of &#8220;Sharp Writers.&#8221;</p>
<p>In a discussion  of literary symbols in a discussion of Roll of Thunder, Hear My Cry, a group is  fascinated with the bus filled with white children that deliberately drives  threateningly close to the African-American students, covering them with mud. &#8220;I  was wondering about the bus&#8230;the splashing was like this symbol of everlasting  terror,&#8221; muses one girl. &#8220;When the bus breaks down, the black and white children  are both dirty now, both the same color for the first time,&#8221; responds a boy. &#8220;In  a way,&#8221; replies the girl, &#8220;it symbolizes their &#8216;unfreedom&#8217;&#8212;mud is something  you don&#8217;t like.&#8221; As they reason aloud for each other, students discover their  own thoughts and feelings. Lucy Caulkins, a leading educator in the workshop  approach to teaching writing, tells us that the books she remembers are those  she has talked about.</p>
<p>Facilitation authentic conversation The purpose is  to evoke child-to-child conversations with the leader focusing student responses  by asking for clarification and elaboration or guiding the process. Facilitation  is a difficult role because students may feel deference toward adults as older  and wiser readers or believe that adults are looking for &#8220;right&#8221; answers. Subtle  messages in schools can condition students to accept disenfranchisement in a  classroom, as Betsy Byars recreates so well in this selection from The TV  Kid:</p>
<p>&#8220;Do you think he was just talking about one year passing?&#8221; the  teacher went on. &#8220;Or do you think, Lennie, that the poet was seeing his whole  life as a year, that he was seeing his whole life slipping past?&#8221;</p>
<p>&#8220;I&#8217;m  not sure.&#8221; Lennie&#8217;s hand was still on his chin as if ready to stroke a long gray  beard.</p>
<p>&#8220;Class?&#8221;</p>
<p>&#8220;His whole life slipping past,&#8221; the class chorused  together. They had this teacher so long that they could tell, just from the way  she asked a question, what they were supposed to answer</p>
<p>Since the  students&#8217; questions and responses shape the discussion, while adults are trained  to facilitate a process, there is less opportunity for loaded questions that  guide a group to an adult&#8217;s interpretation. Content-area teachers and parents  understand that they are not &#8220;teaching&#8221; the meaning of a literary work. In the  absence of adult opinions and judgments, the locus of control resides within the  students and the group retains responsibility for meaning-making.</p>
<p>Parent  leaders are also encouraged to ask students questions based on a genuine need to  understand students and assist them in presenting their own ideas intelligibly.  They are not &#8220;testing&#8221; whether the student has read the material or can recall  details from the text. For example, in The Prince of the Pond, a prince who has  been turned by a wicked hag into a frog builds a caring relationship with Jade,  a female frog. He loves her, yet he grieves for his past life. Sensing when a  child has spoken a kind of &#8220;verbal shorthand&#8221; about the prince&#8217;s ambivalent  attitude, a leader asks &#8220;Are you trying to figure out how the De Fawg Prwn can  almost lie to Jade and still love her?&#8221; Authentic questions and genuine  responses model conversations that can be replicated among students as the year  progresses.</p>
<p>Leaders skillfully facilitate sometimes heated debates  helping students value the critical stances of others: &#8220;You can argue with  people about something and still be their friend,&#8221; a sixth grader advises a new  student. Paradoxically it is also the leader&#8217;s job to carve out silence in a  discussion. &#8220;Don&#8217;t step on my sentence,&#8221; a child firmly requests. Research  documents that the time between asking a question and responding, as well as the  time between one response and another, improves the quality and raises the  cognitive level of the responses. &#8220;Take a minute to jot down your ideas about  this question before we begin,&#8221; suggests a leader, using a technique that  invites longer responses and the search for more evidence. &#8220;Let conversations  take their course&#8230;even if it means several minutes of silent thinking time,&#8221;  suggests one boy to his leaders on a midyear evaluation. Over time, these  silences nurture deeper student-to-student interactions.</p>
<p>Once proposed,  an idea becomes the communal property of the group and students learn to applaud  the synergy that emerges. &#8220;It&#8217;s a lot easier to understand the story when  discussing it together&#8230;I usually go out for recess understanding what I didn&#8217;t  used to understand,&#8221; remarks a satisfied third-grade boy. Since closure rarely  reflects the consensus of a single &#8220;correct&#8221; interpretation, the leaders are  trained to acknowledge teamwork. &#8220;Why do you think we had so many ideas?&#8221; asks a  leader at the end of class.</p>
<p>Leader training ongoing Teaching adults to  orchestrate these &#8220;literary chamber groups&#8221; begins with an all-day workshop  called Grand Conversations every fall. Alongside parents volunteering for the  school&#8217;s program, parents and teachers from other local schools learn the  philosophical underpinnings of the program together. There is practical advice  on organizing Clubs in other settings and suggestions of children&#8217;s books  well-suited for discussion. We practice a literary discussion, rehearse  facilitation skills and discuss videotapes of Literary Club sessions. Continuing  practice and reflection are essential elements of ongoing weekly facilitator  meetings. Book selection, behavioral norms, facilitation and questioning are  often discussed. Since a significant number of volunteers return to the program  each year, for as long as eight years, leader-to-leader advice proves  particularly valuable. Leaders, like the students, are empowered by their  growing expertise:</p>
<p>&#8220;I like discovering the potential of each child and  participating in bringing it out through the discussion and appreciation of  literature. I learned as much as they did about strong individuality and growth  through respect of others&#8217; opinions.&#8221;</p>
<p>Each week Literary Clubs are  videotaped by the school librarians. They also schedule themselves to replace  facilitators, so that leaders can observe each others&#8217; groups. Periodically,  using videotapes of their own Clubs or notes from observations by one librarian,  each adult team meets with the librarians to discuss their group. Ongoing  feedback and reflective assessment are as vital for volunteers as for all  learners.</p>
<p>Over the years, a variety of staff members and community  members have volunteered for Literary Club: Middle School science and computer  teachers, Elementary classroom teachers, the systems administrator, the Head, a  secretary, teaching assistants, tutors, alumni parents and babysitters. New  volunteers are recruited by word of mouth and through back-to-school night  presentations. Facilitators expect to commit about an hour or two at home each  week to read the selection and prepare for the discussion with their co-leader.  Additional homework is added when leaders are surveying possible book choices to  present to the students.</p>
<p>Parent involvement benefits Research shows that  involving parents in students&#8217; education leads to impressive gains in  achievement and helps foster positive attitudes toward learning among students.  When parents see themselves as partners in carrying out the goals of the  program, they can articulate these goals to their own children and to other  parents. Occasionally it is necessary to give leaders personal information about  a student. For example, when leaders are concerned about a child who is not  thriving, it is essential to provide enough information, without violating  family confidentiality, to help them treat a child&#8217;s underachievement in a  proactive way. We explicitly explain to Literary Club volunteers that they are  considered teachers and we will expect them to treat this information  professionally. In one dramatic example, a leader&#8217;s observations led to  identification and remediation for a child with an elusive learning disability.</p>
<p>It is also natural for both new and experienced leaders to experience  frustrations. Any good volunteer program must be prepared to raise questions and  concerns openly. In the long run, through sometimes intense conversations, the  program gains strength and children benefit. The librarians comb the end-of-year  evaluations by parents and students for suggestions on changes in structures or  practices, ideas for book selections and future inservice.</p>
<p>Benefits to  the school-at-large are considerable. During the over 20 years that Literary  Club has been in operation, the school has seen parents&#8217; understanding and  involvement broaden to include support for the school&#8217;s other goals, programs  and staff.</p>
<p>Literature choice Naturally, the selection of literature is  central to the success of Literary Clubs. One leader reports:</p>
<p>&#8220;What I  find personally satisfying is discovering fabulous kids&#8217; literature I didn&#8217;t  know existed, the excitement and lust for literature our kids brought to the  group, getting to know my co-leader, and working together to try to meet the  kids&#8217; needs.&#8221;</p>
<p>Both the way in which literature is chosen, and the  qualities that such literature should have, are important. Leaders are advised  to begin with a short stories as they learn about the children in their group.  As the group progresses, the choice of literature is negotiated among the  students from groups of books suggested by the leaders, other faculty and the  librarians. Some selections may eliminated because they are not currently in  paperback, others because too many members of the group have read them, or even  because the leaders themselves do not like them. Books with ambiguity and  ethical dilemmas, like Lois Lowry&#8217;s The Giver or Avi&#8217;s Nothing But the Truth,  and those with strongly realized characters and compelling plot like Charlotte&#8217;s  Web and So Far From the Bamboo Grove, are regular candidates. Over the course of  the school year, most groups discuss between four and eight books. In an end of  the year evaluation, a leader writes:</p>
<p>&#8220;&#8230;when it was right, and most of  the time it was&#8230;when as leaders we established order, ideas were exchanged and  shared and debated, and the kids listened and built on these ideas, it was a  most wonderful, fulfilling educational experience for them and me&#8230;I&#8217;ve watched  as students debated whether it was better to have answered &#8216;No, No!&#8217; as a  Japanese American internee in Farewell to Manzanar, or discussed if John Proctor  should have &#8216;confessed&#8217; his crime of talking with witches to save his life in  The Crucible, or wondered why suicide had become a prevalent option in  Fahrenheit 451.&#8221;</p>
<p>Program assessment context Any evaluation of a program  like Literary Club must build upon the school&#8217;s larger literacy goals. This  program is only partially successful if it produces children who enjoy literary  discussion. Equally important is the development of lifelong readers who love  reading. Such readers emerge from repeated, entranced interactions with  literature in a relaxed and pleasurable way. To encourage this, a ground rule in  Literary Club homework is that students always read an assignment first for  &#8220;fun.&#8221; This reinforces reading immersion, the hypnotic enchantment that Victor  Nell calls &#8220;ludic&#8221; reading. As one girl exalts, &#8220;I like to read the book slowly  and get the peaches and cream out of it.&#8221;</p>
<p>A program of this caliber can  only exist within a larger literacy context. Self-selected silent reading, a  &#8220;Bookshare&#8221; program, &#8221; Book Buddies&#8221; pairing of older and younger students, a  &#8220;Book Fair,&#8221; book swaps, a workshop approach to writing, and a monthly Adult  Literary Club generate a continual buzz about reading. In truth, no single  program can create successful readers. The final, integrated &#8220;performance&#8221; of a  community of readers involves students, parents, librarians and teachers  continually engaged in literacy experiences.</p>
<p><span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span></p>
<p><span style="color: #0000ff; font-size: large;">Importance of Karate to Children</span></p>
<p>Today’s  children are the leaders of tomorrow. What could be better if they are taught  the good virtues of life and are instilled with the spirits of comradeship,  friendship and positive attitude so that they become good and helpful members of  the society when they grow up? Children like to play, shout and create a  nuisance most of the time. These unharnessed energies can be controlled and  directed for the betterment of the society and for the child itself. What can be  better than karate training at this young age?</p>
<p>Normally children are  under stress due to school, parents pressure to do well, their own fears and  because of the menace of bullies at school and on the streets. Playing on the  streets is often unsafe, leaving children with nowhere to go and causing worries  and problems for their parents. Karate is an important outlet for children to  vent their feelings and frustrations. Karate helps in bringing the child and the  parents together as a family.</p>
<p>How does Karate help in  Development?</p>
<p>Karate has taken center stage in many of the schools,  relegating a number of other physical programs to the background. Karate is a  physical exercise involving punching, kicking and body movements that teach  self-defense and control of the mind and body, allowing the child to learn to  handle life’s frustrations. Karate also teaches the children to count and yell,  known as kia. Of course, it is normal for a child to shout and yell, but karate  controls and directs the shouting among the children into something positive and  educational.</p>
<p>Children at such a young age are full of life and energy.  They are daring and not afraid of taking any risk. While young, it is easy to  learn any art. Children who get less physical activity suffer more stress. They  are always being told to remain still and quiet, generating even more stress and  leading to feelings of frustration and anger. Karate is a safe physical exercise  done under the guidance of an experienced instructor which allows children to  shed away their frustrations.</p>
<p>Karate not only energies the child, but  also teaches them to control their anger. Many parents whose children have been  put into the regime of karate training have found their children doing better in  their studies, sleeping well, doing their homework on time and seem to be more  cooperative in their behavior, not only in the house but also in the classroom.  Such children appear calmer and less likely to shy away from a difficult  situation. For these reasons, karate training has no parallels in focusing a  child’s energy and building their character</p>
<p align="center"><span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</span><br />
<span style="color: #0000ff; font-size: large;">Scouts and Guides </span><br />
Their motto is To Be Prepared  and true to this, the Scouts and Guides are trained to be Mentally Awake,  Morally Straight and Physically Strong. Apart from this, they are given lessons  in First-Aid, Morse Code and Directions which help them determine the time of  day. Rigorous training in Discipline and Self-Sufficiency are integral parts of  this programme. Various activities for the Scouts and Guides are held every  Saturday and camps are also organised from time to time.</p>
<p align="center"><span style="color: #808000; font-size: medium;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/article/clubs-in-schools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Me</title>
		<link>http://avancezone.com/viewarvind/about-me/</link>
		<comments>http://avancezone.com/viewarvind/about-me/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 17:27:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ViewArvind]]></category>

		<guid isPermaLink="false">http://avancezone.com/?p=3</guid>
		<description><![CDATA[B.ARVIND
MOBILE NUMBER : (0)9894160363
EMAIL ID : mail2adanow@yahoo.com
Hi, I am Arvind Daniel, I have completed my engineering in the  field of Electronics And Communication
I am very much exposed to many  electronic projects ,6 projects are succeeded, I am very much interested in  updating my knowledge in computer and its latest advancement.
I LIKE TO [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;">B.ARVIND</h2>
<div id="submain" style="text-align: center;">MOBILE NUMBER : (0)9894160363<br />
EMAIL ID : mail2adanow@yahoo.com</div>
<blockquote><p><strong>Hi, I am Arvind Daniel, I have completed my engineering in the  field of Electronics And Communication</strong><br />
I am very much exposed to many  electronic projects ,6 projects are succeeded, I am very much interested in  updating my knowledge in computer and its latest advancement.<br />
<strong>I LIKE TO  DESIGN DYNAMIC WEBSITE<br />
I HAVE A GOOD KNOWLEDGE ON MICROSOFT .NET </strong><br />
I  BELIEVE IN HARD WORK THAN ALL.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://avancezone.com/viewarvind/about-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
