<?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>Rukhaiyar&#039;s Corner</title>
	<atom:link href="https://rukhaiyar.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://rukhaiyar.com</link>
	<description></description>
	<lastBuildDate>Sun, 12 Apr 2020 13:59:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Easy WordPress-NGINX Configuration &#8211; EasyEngine</title>
		<link>https://rukhaiyar.com/easy-wordpress-nginx-configuration-easyengine/</link>
					<comments>https://rukhaiyar.com/easy-wordpress-nginx-configuration-easyengine/#respond</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Sat, 02 May 2015 04:59:47 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[EasyEngine]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[wordpress nginx configuration]]></category>
		<guid isPermaLink="false">https://www.rukhaiyar.com/?p=3631</guid>

					<description><![CDATA[I'm going to take you to the world of Lightning Fast WordPress using simple WordPress-NGINX Configuration achieved using EasyEngine. 

EasyEngine with not more than 3-4 commands can install a nginx based server with PHP5-FPM, MySQL and added features like FastCGI, memcached, Zend OPcache, Google Pagespeed, Postfix in less than 5 mins. EasyEngine blends compatible and latest packages together to give a stable environment. Installation of EasyEngine is quite simple and Easy.]]></description>
										<content:encoded><![CDATA[<p>In this post, I&#8217;m going to take you to the world of Lightning Fast WordPress using simple <strong>WordPress-NGINX Configuration achieved using a powerful package EasyEngine</strong>.</p>
<h2>Why WordPress-NGINX?</h2>
<p>Apache is the world&#8217;s most used web server. So, why to opt for an NGINX based server. I&#8217;m going to start with an image which tells you a well-known secret.</p>
<div id="attachment_3637" style="width: 760px" class="wp-caption aligncenter"><a href="http://www.rukhaiyar.com/easy-wordpress-nginx-configuration-easyengine/w3techs-june-2014/" rel="attachment wp-att-3637"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-3637" class="size-full wp-image-3637" src="https://rukhaiyar.com/wp-content/uploads/2015/05/w3techs-june-2014.jpg" alt="Wordpress-Nginx Configuration" width="750" height="816" srcset="https://rukhaiyar.com/wp-content/uploads/2015/05/w3techs-june-2014.jpg 750w, https://rukhaiyar.com/wp-content/uploads/2015/05/w3techs-june-2014-276x300.jpg 276w" sizes="(max-width: 750px) 100vw, 750px" /></a><p id="caption-attachment-3637" class="wp-caption-text"><strong>An Eye Opening Analysis</strong> &#8211; Source: <i><a href="http://nginx.com/blog/sites-using-nginx-june-2014/" rel="nofollow">nginx.com</a></i></p></div>
<p>The above analysis tells us the usage percentage of different popular servers in the world based on its usage in all the websites; usage in top 1,000,000; top 100,000; top 10,000 and top 1,000 websites. Apache is overall definitely a very popular web server. But, when it comes to top 10,000 or top 1,000 websites by usage, NGINX surpasses them to be the most widely used web server. It shows that NGINX has definitely an edge over Apache.</p>
<p>Google&#8217;s server seems a popular web server in top 1,000. But, it is a costly web server. Further, as it is only popular among top 1,000 websites, it means Google web server is definitely good. But, Google&#8217;s Server is not for all. It is a premium service.</p>
<p>One more interesting thing is even WordPress are using nginx for its own servers. You may check it out at the following pages. <a href="https://redbot.org/?uri=https%3A%2F%2Fwordpress.com" target="_blank" rel="noopener noreferrer">WordPress.COM</a> and <a href="https://redbot.org/?uri=https%3A%2F%2Fwordpress.org" target="_blank" rel="noopener noreferrer">WordPress.ORG</a>.</p>
<div id="attachment_3641" style="width: 760px" class="wp-caption aligncenter"><a href="http://www.rukhaiyar.com/easy-wordpress-nginx-configuration-easyengine/nginx/" rel="attachment wp-att-3641"><img decoding="async" aria-describedby="caption-attachment-3641" class="size-full wp-image-3641" src="https://rukhaiyar.com/wp-content/uploads/2015/05/nginx.png" alt="Nginx Logo" width="750" height="409" srcset="https://rukhaiyar.com/wp-content/uploads/2015/05/nginx.png 750w, https://rukhaiyar.com/wp-content/uploads/2015/05/nginx-300x164.png 300w" sizes="(max-width: 750px) 100vw, 750px" /></a><p id="caption-attachment-3641" class="wp-caption-text">Nginx &#8211; High Performance Web Server</p></div>
<p>Here are some benefits of using nginx in simple language:</p>
<ul>
<li>Nginx is fast because it does not need to create a new process for each new request.</li>
<li>Nginx uses very little memory, especially for static Web pages.</li>
<li>Nginx can be used with a range of systems.</li>
<li>Nginx is highly scalable, and performance is not dependent on hardware.</li>
<li>Nginx is easy to install and configure.</li>
<li>Nginx has very less CPU load</li>
</ul>
<p>However, there is an overlooked fact here. Apache is used by a heavy number of top 1,000 websites. So, those websites with best minds on the earth behind them must be getting phenomenal result with Apache too. The thing is Apache needs some tweaking which is not simple to do. Tweaking nginx is easy. Even on low-budget and nil tweaking, nginx gives impressive results.</p>
<h2>Why EasyEngine?</h2>
<p>Before going into the question, why EasyEngine, I should answer what is EasyEngine.</p>
<div id="attachment_3640" style="width: 760px" class="wp-caption aligncenter"><a href="http://www.rukhaiyar.com/easy-wordpress-nginx-configuration-easyengine/easyengine/" rel="attachment wp-att-3640"><img decoding="async" aria-describedby="caption-attachment-3640" class="size-full wp-image-3640" src="https://rukhaiyar.com/wp-content/uploads/2015/05/easyengine.jpg" alt="WordPress-Nginx Configuration - EasyEngine" width="750" height="203" srcset="https://rukhaiyar.com/wp-content/uploads/2015/05/easyengine.jpg 750w, https://rukhaiyar.com/wp-content/uploads/2015/05/easyengine-300x81.jpg 300w" sizes="(max-width: 750px) 100vw, 750px" /></a><p id="caption-attachment-3640" class="wp-caption-text"><strong>EasyEngine</strong> &#8211; <em>Engineered with Simplicity</em></p></div>
<p>In 2010, one of my website TheApplePirates.com became a hit within a month of its launch. It was getting more than 10,000 pageviews a day. It was my first website to get such a good response. I had invested in just domain name for this website. Hosting was from a free one. So, it was becoming slow after the traffic crossed 5,000 a day mark. It was the first time that I went first to a VPS Server, then to a dedicated server. Being completely in an unknown arena. At that time, I came to know about some packages like Alternate PHP Caching (APC), Varnish, memcached, eAccelerator and other such names. I researched a lot those days and tried to implement few on my server. It took me more than 3 days to make APC working on my server. I know, I&#8217;m not a technical guy with any degree or even diploma in computers. But, spending 3 days to make APC work that too without a splendid performance. Its insane.</p>
<p>Anyways, after the recent success of my websites, once again I was forced to try my luck with memcached and nginx. It was real pain to make all these packages to work together. If you have tried to do the same. I&#8217;m sorry for your wastage of time. The answer to all these complex installation could be a very simple to use customized Package <strong><a href="https://easyengine.io/" target="_blank" rel="noopener noreferrer">EasyEngine</a></strong>.</p>
<p><strong><a href="https://easyengine.io/" target="_blank" rel="noopener noreferrer">EasyEngine</a></strong> with not more than 3-4 commands can install a nginx based server with PHP5-FPM, MySQL and added features like FastCGI, memcached, Zend OPcache, Google Pagespeed, Postfix. It is a package made especially for WordPress and its performance optimisation. It gives option for a WordPress website to be created with page caching support using optimal setting for either of FastCGI or WP Total Cache or WP Super Cache and also with no page cache. Further, one can use it for WordPress subdomain or sub-directory installation too. Using EasyEngine on a fresh server, one can install 12 types of WordPress install in less than 5 mins. An interesting feature, it tweaks its configuration itself as per available hardware resources. However, for optimal use, I recommend to tweak the configuration of packages included as per your requirements.</p>
<p><a href="https://easyengine.io/" target="_blank" rel="noopener noreferrer">EasyEngine</a> blends compatible and latest packages together to give a stable environment. Regular updates are released which are easy to install with a single command. However, the tweaks and settings remain unchanged after update. I&#8217;m using SSD-VPS from <a href="http://my.virpus.com/aff.php?aff=1890" target="_blank" rel="noopener noreferrer">Virpus Hosting</a> for this website. At <a href="http://my.virpus.com/aff.php?aff=1890" target="_blank" rel="noopener noreferrer">Virpus Hosting</a>, by paying just $ 5 per month one can set up a website using EasyEngine to easily support a WordPress blog to handle daily traffic of 1,000-2,000 that too with a page load time of under a sec. If you are a blogging for long, you must think I&#8217;m giving false picture. But, this is true. Using EasyEngine along with few plugins that I&#8217;ll tell you in coming posts. You can do it without hassle.</p>
<p>The beauty of <a href="https://easyengine.io/" target="_blank" rel="noopener noreferrer">EasyEngine</a> lies in its simplicity, flexibility, cost effectiveness and performance. I give 5 out of 5 in all these segment to EasyEngine. There is more alternative to EasyEngine &#8211; Like LAMP, WAMP, MAMP, XAMPP. But, all are Apache based packages. I would love to test package similar to EasyEngine for nginx if you can suggest some.</p>
<h2>Installation of EasyEngine</h2>
<p>Installation of EasyEngine is quite simple and Easy. Get a fresh server. If you want for testing, you can use an instance from <a href="http://aws.amazon.com/ec2/" target="_blank" rel="noopener noreferrer">Amazon EC2</a>, else for deployment of your WordPress blog get a VPS from <a href="http://my.virpus.com/aff.php?aff=1890" target="_blank" rel="noopener noreferrer">Virpus Hosting</a>. EasyEngine currently supports Ubuntu and Debian 6/7. I prefer Ubuntu over Debian due to its wide popularity.</p>
<p>Once you get root access to your server via command line (<a href="http://www.putty.org/" target="_blank" rel="noopener noreferrer">Putty</a>), the first step should be to update the server to latest using following command. Press y, if it needs permission during update.</p>
<blockquote><p>apt-get update &amp;&amp; apt-get upgrade &amp;&amp; apt-get dist-upgrade</p></blockquote>
<p>Next, run the following command. It will install EasyEngine. During the run, you will be asked to enter your name and email id.</p>
<blockquote><p>wget -qO ee rt.cx/ee4 &amp;&amp; sudo bash ee</p></blockquote>
<p>Once completed, run the below command. It will install MySQL, NGINX, PHP5-FPM, HHVM along with Opcache, WP-CLI, phpMyAdmin, Adminer and other useful packages. Now, it also supports Docker.</p>
<p>Now, you are all set to install your website. Use the below command to install WordPress.</p>
<blockquote><p>ee site create www.example.com &#8211;type=wp</p></blockquote>
<p>Replace www.example.com with your own domain name. Copy and save WordPress admin Username and Password from the screen.</p>
<p>Now, just point your domain&#8217;s dns to the IP address of your server. Once this is done. You can see your blog right away with easy WordPress-NGINX Configuration.</p>
<p>I suggest using CloudFlare for dns hosting and other optimisation. If you are using <a href="https://www.cloudflare.com/" target="_blank" rel="noopener noreferrer">CloudFlare</a>, you can change the IP address within few seconds to point to your new server.</p>
<p>I would write in subsequent posts about customisation of EasyEngine. Further, I&#8217;ll try to make you familiarise with basic architecture of file system in EasyEngine.</p>
<p>If you liked the post, do give a feedback. I would love to hear your response.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/easy-wordpress-nginx-configuration-easyengine/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Examination &#8211; Has It Killed Education?</title>
		<link>https://rukhaiyar.com/examination-killed-education/</link>
					<comments>https://rukhaiyar.com/examination-killed-education/#comments</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Fri, 31 Oct 2014 13:18:39 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Central Board of Secondary Education]]></category>
		<category><![CDATA[examination]]></category>
		<category><![CDATA[Student]]></category>
		<guid isPermaLink="false">http://www.rukhaiyar.com/?p=3506</guid>

					<description><![CDATA[Fourteen year old Raju looked at the ceiling fan. He started sweating and thought of cancelling his plan but that was not possible. He went ahead, threw the string around the fan and before he could change his mind, hanged himself using the same rope. Later on, it was discovered that Raju was under stress due to coming exams. He felt pressurized and didn’t know whom to talk with.

The above incident is not alone. In India, daily average twenty students use various methods for committing suicide. They all have different Modus Operandi but the same reason. Some have Stress of not getting admissions in esteemed institutions, others fear of not performing well in the exam.

Why students are taking such drastic steps? Have the authorities ever thought what is wrong? Is there any drawback in our education system which is putting pressure on students?]]></description>
										<content:encoded><![CDATA[<div id="attachment_3517" style="width: 1210px" class="wp-caption aligncenter"><a href="http://www.rukhaiyar.com/examination-killed-education/suicide/" rel="nofollow"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-3517" class="size-full wp-image-3517" title="" src="https://rukhaiyar.com/wp-content/uploads/2014/10/suicide.jpg" alt="Don't Let Examination Kill  Students" width="1200" height="800" srcset="https://rukhaiyar.com/wp-content/uploads/2014/10/suicide.jpg 1200w, https://rukhaiyar.com/wp-content/uploads/2014/10/suicide-300x200.jpg 300w, https://rukhaiyar.com/wp-content/uploads/2014/10/suicide-1024x683.jpg 1024w, https://rukhaiyar.com/wp-content/uploads/2014/10/suicide-768x512.jpg 768w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></a><p id="caption-attachment-3517" class="wp-caption-text">Don&#8217;t Let <strong>Examination</strong> Kill Students</p></div>
<p style="text-align: justify;">Fourteen year old Raju looked at the ceiling fan. He started sweating and thought of cancelling his plan but that was not possible. He went ahead, threw the string around the fan and before he could change his mind, hanged himself using the same rope. Later on, it was discovered that Raju was under lot of stress due to his upcoming exam. He felt pressurized and didn&#8217;t know whom to talk with.</p>
<p style="text-align: justify;">The above incident is not alone. In India, daily average twenty students use various methods for committing suicide. They all have different Modus Operandi but the same reason. Some have Stress of not getting admissions in esteemed institutions, others fear of not performing well in the exam.</p>
<p style="text-align: justify;">Why students are taking such drastic steps? Have the authorities ever thought what is wrong? Is there any drawback in our education system which is putting pressure on students?</p>
<p style="text-align: justify;">Students are not mentally grown-ups. Many still don&#8217;t know how to handle pressure. The students assessment is done based on their performance in few hours. In the examination hall, they have to give their best to do within the given short duration and then accept their destiny when the results come. You may be a scholar but if you fall sick during exams, no one is going to rescue you. I know a person, who used to get so nervous during Mathematics paper that he literally forgets whatever he knows during the tests.</p>
<p style="text-align: justify;">Life is uncertain and even the topper can get depressed and forget everything under the exam pressure. Is it good to leave one’s fate based on the performance in few hours?</p>
<h2 style="text-align: justify;">What is Education?</h2>
<p style="text-align: justify;">Education develops the thinking of a person. It develops the thought process. Education is not about passing an exam or getting good grades. It&#8217;s also not about getting a good job after being educated. It&#8217;s an enlightening process. In schools, we are taught subjects viz Social Sciences or Poetry not as one day we will earn due to knowledge of such subjects. Social Science grows our knowledge about this world and Poetry enhances us in expressing ourselves. We start earning due to our interest or proficient understanding of a particular subject. Examination is there to assess the knowledge we gained at a particular time.</p>
<p style="text-align: justify;">A person is referred as an Educated Person when he is humble, intellectual, knowledgeable and kind. Being educated and being financially successful is two different thing and totally unrelated. However, examination has become a very important link between the two. Examination certifies a person&#8217;s knowledge at every step of learning process. It&#8217;s very easy to distinguish who is grasping the knowledge quickly and who is intellectual by way of examination. Those who excel in these exams have more chances to achieve success in life and do better in career. They are approached readily by organisations for jobs. They have been certified by examination that they are intellectual and they possess the knowledge well enough in a particular field which enable them to do requisite work swiftly.</p>
<p style="text-align: justify;">However, as in our current education system, the biggest issue is that it has become exams oriented, instead of being education oriented. Today, nobody is interested in training students and to really measure their knowledge and understanding on the subject.  Everyone is just focused on grades and marks. As a result, today’s exams are not a good criteria to assess their genuine education skill, but they have just become a measurement of one’s retention skills. As a result, students have only one goal of how to perform professionally in the examinations. Nobody pays attention to actually gaining knowledge. They are not inclined to go an extra mile and do research which may give them better understanding of the subject.</p>
<p style="text-align: justify;">It’s a sad reality that this kind of system prepares students for materialistic success and monetary gains. The fundamental education has gone in the background and students have lost the focus of learning.</p>
<p style="text-align: justify;">What is the use of making them remember things which they are not going to use in the future? The education system should allow them to learn the subject and understand the fundamentals. Instead, the system emphasizes on how much students mug up and write during the exams.</p>
<div id="attachment_3518" style="width: 1546px" class="wp-caption aligncenter"><a href="http://www.rukhaiyar.com/examination-killed-education/pressure/" rel="nofollow"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-3518" class="size-full wp-image-3518" title="" src="https://rukhaiyar.com/wp-content/uploads/2014/10/pressure.jpg" alt="Protect You Kid From the Pressure of Education" width="1536" height="1024" srcset="https://rukhaiyar.com/wp-content/uploads/2014/10/pressure.jpg 1536w, https://rukhaiyar.com/wp-content/uploads/2014/10/pressure-300x200.jpg 300w, https://rukhaiyar.com/wp-content/uploads/2014/10/pressure-1024x683.jpg 1024w, https://rukhaiyar.com/wp-content/uploads/2014/10/pressure-768x512.jpg 768w, https://rukhaiyar.com/wp-content/uploads/2014/10/pressure-1200x800.jpg 1200w" sizes="auto, (max-width: 1536px) 100vw, 1536px" /></a><p id="caption-attachment-3518" class="wp-caption-text">Protect You Kid From the Pressure of Education</p></div>
<p style="text-align: justify;">A very important thing to understand here is those who are not excelling in these exams are not actually dumb. Many of them are really very smart. They just don&#8217;t have the sharp memory to mug-up things. They might not act quickly and perform well in short duration of exam time. But, can perform well in real-time demand of life situations. Many of my schoolmates who used to score 40-50 % in schools are successful managers. Many who are good in mugging up the things are left behind after school, as they lack the power of analyzing.</p>
<h2 style="text-align: justify;">Enhancing Our Education System?</h2>
<p style="text-align: justify;">There are two major types of learning process that is used world-wide for education.</p>
<ol>
<li style="text-align: justify;">Rote Learning Method</li>
<li style="text-align: justify;">Critical Thinking Method</li>
</ol>
<p style="text-align: justify;">Rote Learning is a method of memorizing by way of repetition. Critical thinking method is to educate someone by developing their thinking. Both have its own uses in the education system. Rote learning is used in early stages of our education to learn the basic things like counting, basic mathematical operations, memorizing alphabets, names of fruits,  flowers, birds, etc. Once the child is at a stage when they can analyze, think, act. Critical Thinking method is used to develop their intellectual skills.</p>
<p style="text-align: justify;">In our education system, Rote Learning method is used even after the kid is grown-up. Like I remember in 7th standard, the one who could write each and every step of an experiment given in chemistry book or biology book used to be given full marks. I was unable to memorize well so I used to score poorly.</p>
<p style="text-align: justify;">A balance of both the methods depending on the growth level of the kid should be applied to enhance the learning. The motto should be to impart the education rather than score more.</p>
<p style="text-align: justify;">Schools should have regular meetings with parents to keep them updated about their child’s performances and interests. The pressure of study comes on a child by their parents. Parents wants their child&#8217;s future to be easy and secured. A simple way for this is to score high. Get certified that you are intelligent and you will be taken with both hands by companies after completing education. However, showing anger, frustration and admonishing to score high even after being in top ten in the class is quite common in our society.</p>
<p style="text-align: justify;">Apart from this, the people who regulate the rules and make education policies should understand their responsibilities. Due to their ignorance, today our education system has become another name of rat race where learning has no chance to win! And even if the rules are changed, it’s a duty of every institution to see that they are implemented properly. Those in power should make proper changes in the policy. And the parents as well as teachers should make sure that the students do what they love to do instead of compelling them to learn what they don’t like. If the subject is beyond their capacity, they are hardly going to succeed. Letting them do things they like and letting them select their own destiny might be helpful. It might reduce the pressure from young students and reduce the suicide rate.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/examination-killed-education/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Organic Foods: Are They Worth The Hype</title>
		<link>https://rukhaiyar.com/organic-foods-worth-hype/</link>
					<comments>https://rukhaiyar.com/organic-foods-worth-hype/#respond</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Tue, 28 Oct 2014 05:33:13 +0000</pubDate>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[society]]></category>
		<guid isPermaLink="false">http://www.rukhaiyar.com/?p=3493</guid>

					<description><![CDATA[A food which is produced under strict standards laid down by government is called ‘Organic food’. This kind of technique produces crops without harming either environment or the animals, thus protecting our natural reserves for the next generation. The word ‘Organic’ actually depicts a manner in which farmers grow and cultivate different produces like grains, vegetables, fruits and dairy products.

Today who has not heard of an Organic Food? They are everywhere, from specialized health food stores to your local super markets; the aisles are full of organic products with different labels. One aisle is full of traditionally grown fruits and another with organically grown fruits. They both look fresh, colorful, nutritious and good. One might get in dilemma about which one to choose.

Let’s go in detail of Organic Foods to understand this.]]></description>
										<content:encoded><![CDATA[<div id="attachment_3496" style="width: 910px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-3496" title="" class="size-full wp-image-3496" src="https://rukhaiyar.com/wp-content/uploads/2014/10/bigstockphoto_organic_and_natural_symbol_5474962.jpg" alt="The World is Going Crazy about Organic" width="900" height="900" srcset="https://rukhaiyar.com/wp-content/uploads/2014/10/bigstockphoto_organic_and_natural_symbol_5474962.jpg 900w, https://rukhaiyar.com/wp-content/uploads/2014/10/bigstockphoto_organic_and_natural_symbol_5474962-300x300.jpg 300w, https://rukhaiyar.com/wp-content/uploads/2014/10/bigstockphoto_organic_and_natural_symbol_5474962-150x150.jpg 150w, https://rukhaiyar.com/wp-content/uploads/2014/10/bigstockphoto_organic_and_natural_symbol_5474962-768x768.jpg 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /><p id="caption-attachment-3496" class="wp-caption-text">The World is Going Crazy about Organic</p></div>
<p style="text-align:justify">A food which is produced under strict standards laid down by government is called ‘Organic food’. This kind of technique produces crops without harming either environment or the animals, thus protecting our natural reserves for the next generation. The word ‘Organic’ actually depicts a way farmers grow and cultivate different produces like grains, vegetables, fruits and dairy products.</p>
<p style="text-align:justify">Today who has not heard of an Organic Food? They are everywhere, from specialized health food stores to your local super markets; the aisles are full of organic products with different labels. One aisle is full of traditionally grown fruits and another with organically grown fruits. They both look fresh, colorful, nutritious and good. One might get in dilemma about which one to choose.</p>
<p style="text-align:justify">Let’s go in detail of Organic Foods to understand this.</p>
<h2 style="text-align:justify">Organic Foods</h2>
<ul>
<li style="text-align:justify">Now days, people don’t leave a single stone un-turned when it comes to their health. Often foods produced non-organically has harmful antibiotics which are injected in livestock.  These antibiotics create adverse effects on our body. Eating organic food ensures that farmers have not used any antibiotic on the animals and the crops.</li>
<li style="text-align:justify">Farmers use large number of pesticides and chemical fertilizers which keep pests away but weaken our resistance power. Such methods of producing crops are hazardous for our health.  Food made organically just uses natural manures and compost and doesn&#8217;t contain a single trace of strong chemicals thus reducing pollution and protecting mother earth.</li>
<li style="text-align:justify">The use of pesticides by the ignorant farmer has resulted in growth of a lot of disease especially cancers. Farmers want to protect themselves in every possible way from pests. No chance to be taken. In the process, they spray more than required amount of pesticides on the crops. There is no proper awareness program conducted by the authority. Organic food takes away these possibility.</li>
<li style="text-align:justify">Often people say that organic food retains the original taste and texture of vegetables and fruits. They even look fresher and colorful compared to food grown non organic way.</li>
<li style="text-align:justify">Organic food doesn&#8217;t contain the harmful toxin deposits. Hence they are nutrition rich compared to the non organic food. According to one study, Animals which were not given dose of antibiotics produced healthier dairy products compared to traditionally generated dairy products.</li>
<li style="text-align:justify">Eating organic food ensures that one is eating healthy and this protects from the potential dangers of catching bugs and infection.  This in turn keeps us healthy and in good physical shape. One becomes happier and feel energetic after eating such food.</li>
<li style="text-align:justify">When someone purchases locally grown, organic products direct from the farmer, it provides enormous support to the local community. The purchase creates jobs for many people and this ensures financial security for the farmers.</li>
<li style="text-align:justify">Fertilizers and pesticides have adverse effects on new-born babies and young children. A recent report had established a connection between different disorders and non organic foods. Eating organic food ensures that our children will be saved from possible risks of ADHD, leukemia and other defects.  If pregnant women and young children go organic, they can benefit most.</li>
</ul>
<div id="attachment_3498" style="width: 1034px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-3498" title="" class="size-full wp-image-3498" src="https://rukhaiyar.com/wp-content/uploads/2014/10/organic-produce-section.jpg" alt="Organic Foods" width="1024" height="768" srcset="https://rukhaiyar.com/wp-content/uploads/2014/10/organic-produce-section.jpg 1024w, https://rukhaiyar.com/wp-content/uploads/2014/10/organic-produce-section-300x225.jpg 300w, https://rukhaiyar.com/wp-content/uploads/2014/10/organic-produce-section-768x576.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><p id="caption-attachment-3498" class="wp-caption-text">Section for the Affluents: Separate Section of Organically Grown Foods</p></div>
<h2 style="text-align:justify">Drawbacks of Organic Foods</h2>
<p style="text-align:justify">Yes, it’s true that organically grown foods have many benefits. But lets’ have a look at some of the drawbacks of using this kind of food.</p>
<ul>
<li style="text-align:justify">Organic food doesn&#8217;t contain any preservatives. Hence, they don’t have a long shelf-life. On the other hand, traditional foods can be stored for many days. As they use various additives to keep it fresh for days. Customers don’t have to visit the market often as they can store non organic food for long time. This saves time and money.</li>
<li style="text-align:justify">As the farmers don’t apply chemicals and other dangerous drugs to his crops, he might have to invest more time, money and energy in growing and cultivating organic crops. Moreover getting Organic certification is not cheap. Sometimes these organic farms are too small and can’t receive financial help from government. This increases the overhead costs and makes raising organic crops an expensive affair. This makes organic foods more expensive compared to their non organic counterparts.</li>
<li style="text-align:justify">A new research has found that cow’s milk is harmless for kids and there is not much dissimilarity between the traditional and the organic one. Pediatricians all over the world recommend to drink skim milk. It can be either organic or the conventional.</li>
<li style="text-align:justify">There might not be much choice in organic food products in local market. Most of the time one gets a limited variety of products.</li>
<li style="text-align:justify">One might have a difficult time in finding a restaurant serving organic food if planning to eat out.</li>
<li style="text-align:justify">Still majority of farmers grow traditionally cultivated crops as they want more profit with less effort from their side. If they use fertilizers and pesticides, it helps them to boost the crop and volume of their products.</li>
</ul>
<h2 style="text-align:justify">Organic or Traditional</h2>
<p style="text-align:justify">As we can see from the above discussion, eating organic food might be good for an individual. It provides many health benefits and who don’t want their family to be fit, healthy and happy? However, in the long run, going organic is a costly affair and everyone can’t afford it. Organic food products are almost twice the price of conventional food products. One who is cautious about their household budget can’t pay for it on a day-to-day basis.</p>
<p style="text-align:justify">Conventional food does contain pesticides and harmful chemicals. But, the harm can be minimized by washing the fruits and vegetables under running water before using them. Keeping view of the budget, it might be less expensive method to make sure healthy eating. Middle class spends most of its spending on foods only. Taking preventive measure in traditional foods can definitely be a better idea to keep the budget balanced with healthy diet.</p>
<p style="text-align:justify">If we see the wider picture, organic food is nothing other than naturally grown food product. No harmful chemicals, no fertilizer, no pesticides. A little pesticides or fertilizer can&#8217;t be harmful. However, taking it in heavy dose along with food product could be dangerous. If regulation is implemented along with awareness for the use of these chemicals, traditional foods could become healthy too. Farmers need security in adverse situation. Once it is given to them by way of insurance or protection of their chance of loss. They will use minimal required fertilizers and pesticides. The food products could be produced naturally and at a lower cost.</p>
<p style="text-align:justify">Government can&#8217;t just make regulations for the affluent only. Organic foods give healthy food to rich people only. Not to the masses. Its their duty to devise plan to give healthy food for whole society not just few. Society is not run by affluent family. The backbone of society is farmers, artisans, laborers, house-hold helps, small technicians. These drive the production section of the society. Healthy food is a right of everyone. One can&#8217;t divide this right based on income or affordability. Traditional or Organic. It should be healthy and available for everyone.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/organic-foods-worth-hype/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction From Basic: What is WordPress?</title>
		<link>https://rukhaiyar.com/wordpress/</link>
					<comments>https://rukhaiyar.com/wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Sun, 28 Sep 2014 15:10:58 +0000</pubDate>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.rukhaiyar.com/?p=3477</guid>

					<description><![CDATA[Many of you who are familiar with blogging, when told about blogging the first thing that comes in mind is a blog on Google Blogger. It was a purchased by Google in 2003 started by Pyra Labs. It became the most popular platform for blogging.

In between a lot of alternative services flourished. WordPress, Drupal, Joomla and others. Google Blogger is used mostly for regular blogging only. However, these services are referred as Content Management Service (CMS). These are used to create a lot many different sort of website than just a blogging website. ]]></description>
										<content:encoded><![CDATA[<p style="text-align:justify"><img loading="lazy" decoding="async" title="" class="aligncenter size-full wp-image-3480" src="https://rukhaiyar.com/wp-content/uploads/2014/09/blogger-logo.jpg" alt="Google Blogger" width="1024" height="311" srcset="https://rukhaiyar.com/wp-content/uploads/2014/09/blogger-logo.jpg 1024w, https://rukhaiyar.com/wp-content/uploads/2014/09/blogger-logo-300x91.jpg 300w, https://rukhaiyar.com/wp-content/uploads/2014/09/blogger-logo-768x233.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p style="text-align:justify">Many of you who are familiar with blogging, when told about blogging the first thing that comes in mind is a blog on <a rel="nofollow noopener noreferrer" title="Google Blogging Service" href="http://www.blogger.com" target="_blank"><strong>Google Blogger</strong></a>. It was a purchased by Google in 2003 started by <a rel="nofollow noopener noreferrer" title="Pyra Labs - Wikipedia" href="http://en.wikipedia.org/wiki/Pyra_Labs" target="_blank">Pyra Labs</a>. It became the most popular platform for blogging. However, Blogger has some limitations like:</p>
<ul style="text-align:justify">
<li>You can&#8217;t customize much in respect of appearance or features. You have to do a lot of research if you are not a pro.</li>
<li>It is hosted and owned by Google. They can shut it down any time. They can act and remove your blog on complain without any warning. Copyright violation, DMCA notice any such notice to Google will result in immediate removal of your blog.</li>
<li>The most important of all is Blogger is outdated and not a preferential service of Google. They are not keen in updating the service with latest advancement in blogging and make it more user and customization friendly.</li>
</ul>
<p style="text-align:justify">In between a lot of alternative services flourished. WordPress, Drupal, Joomla and others. Google Blogger is used mostly for regular blogging only. However, these services are referred as Content Management Service (CMS). These are used to create a lot many different sort of website than just a blogging website. One may see the current market share of all the Content Management Services CMSs <a rel="nofollow noopener noreferrer" title="CMS Usage Statistics" href="http://trends.builtwith.com/cms" target="_blank">here</a>.</p>
<p style="text-align:justify"><img loading="lazy" decoding="async" title="" class="aligncenter size-full wp-image-3479" src="https://rukhaiyar.com/wp-content/uploads/2014/09/wordpress.jpg" alt="Wordpress Logo" width="1023" height="341" srcset="https://rukhaiyar.com/wp-content/uploads/2014/09/wordpress.jpg 1023w, https://rukhaiyar.com/wp-content/uploads/2014/09/wordpress-300x100.jpg 300w, https://rukhaiyar.com/wp-content/uploads/2014/09/wordpress-768x256.jpg 768w" sizes="auto, (max-width: 1023px) 100vw, 1023px" /></p>
<p style="text-align:justify">You may see WordPress has developed as a giant for CMS. <a rel="nofollow noopener noreferrer" title="Drupal" href="http://www.drupla.com" target="_blank">Drupal</a> and <a rel="nofollow noopener noreferrer" title="Joomla" href="http://www.joomla.com" target="_blank">Joomla</a> both give software which could be easily installed on hosting environment to create your website and comes with Open-source License. Hence, one could customize it easily. However, WordPress provides both Google Blogger type blogging platform where you can sign up and start blogging and Open-Source Licensed software which you could install on self-hosting environment like Drupal and Joomla.</p>
<p style="text-align:justify">WordPress blogging platform is available at <a rel="nofollow noopener noreferrer" title="WordPress.com" href="http://www.wordpress.com" target="_blank">www.WordPress.com</a>. It is popularly referred as WordPress.COM. The self-hosted blogging software could be downloaded at <a rel="nofollow noopener noreferrer" title="WordPress.ORG" href="http://www.wordpress.org" target="_blank">www.wordpress.org</a>. This is referred commonly as WordPress.ORG or self-hosted wordpress.</p>
<p style="text-align:justify">Just like Google Blogger, WordPress.com has some restrictions. However, their blogging environment is much more advanced than Google Blogger. Customization and many add-on services are allowed as premium services on payment. There are almost 60 Million blogs hosted on WordPress.com. If you are a novice and want to create a wonderful looking blog where you can start writing without nothing to worry about, choose WordPress.com.</p>
<p style="text-align:justify"><img loading="lazy" decoding="async" title="" class="aligncenter size-full wp-image-3482" src="https://rukhaiyar.com/wp-content/uploads/2014/09/wordpress-future-dashboard.jpg" alt="Wordpress Dashboard" width="1024" height="654" srcset="https://rukhaiyar.com/wp-content/uploads/2014/09/wordpress-future-dashboard.jpg 1024w, https://rukhaiyar.com/wp-content/uploads/2014/09/wordpress-future-dashboard-300x192.jpg 300w, https://rukhaiyar.com/wp-content/uploads/2014/09/wordpress-future-dashboard-768x491.jpg 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p style="text-align:justify">WordPress.ORG gives all the capability of customization and personalization. The customization and personalization could be achieved easily by more than 2,500 free themes and 30,000 free plugins. In order to set up your WordPress.ORG blog, you need to get a hosting account at HostGator, BlueHost, JustHost or other such hosting company. Plus you need your own domain name which you can get at GoDaddy. Most of the hosting company give domain name at the time of registering for their service. But, it&#8217;s better that you use your own domain name from GoDaddy. As it will be easy if you wish to change hosting company in future. In later articles I will give your more details about blogging with WordPress. Enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Good Are The New IITs</title>
		<link>https://rukhaiyar.com/good-new-iits/</link>
					<comments>https://rukhaiyar.com/good-new-iits/#comments</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Sat, 31 May 2014 22:42:12 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[IIT]]></category>
		<category><![CDATA[IIT JEE]]></category>
		<category><![CDATA[Indian Institute of Technology]]></category>
		<category><![CDATA[Indian Institute of Technology Joint Entrance Examination]]></category>
		<category><![CDATA[jee advanced]]></category>
		<category><![CDATA[National Institutes of Technology]]></category>
		<guid isPermaLink="false">http://rukhaiyar.com/?p=3308</guid>

					<description><![CDATA[In 2008, Government of India added eight new Indian Institute of Technology (IITs). There were earlier seven IITs before. Out of these eight new IITs, six started function in 2008 itself and two started operation from 2009. IT-BHU was converted as IIT (BHU) Varanasi in 2012.

All new IITs are awaiting completion of their permanent campus construction work. However, they are running full fledged within limited strength from their transit campuses taken on rent. All are being mentored by old IITs.]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">In 2008, Government of India added eight new Indian Institute of Technology (IITs). There were earlier seven IITs before. Out of these eight new IITs, six started function in 2008 itself and two started operation from 2009. IT-BHU was converted as IIT (BHU) Varanasi in 2012. I&#8217;m summarizing the establishment years of these institutes in chronological order below:</p>
<ul>
<li style="text-align: justify;"><strong>1951</strong>: IIT Kharagpur</li>
<li style="text-align: justify;"><strong>1958</strong>: IIT Bombay</li>
<li style="text-align: justify;"><strong>1959</strong>: IIT Kanpur and IIT Madras</li>
<li style="text-align: justify;"><strong>1963</strong>: IIT Delhi (founded in 1961 as The College of Engineering &amp; Technology)</li>
<li style="text-align: justify;"><strong>1994</strong>: IIT Guwahati</li>
<li style="text-align: justify;"><strong>2001</strong>: IIT Roorkee (Founded in 1847, renamed as Thomason College of Civil Engineering in 1853 and University of Roorkee in 1948)</li>
<li style="text-align: justify;"><strong>2008</strong>: IIT Bhubaneswar, IIT Gandhinagar, IIT Hyderabad, IIT Jodhpur, IIT Patna, IIT Ropar</li>
<li style="text-align: justify;"><strong>2009</strong>: IIT Indore and IIT Mandi</li>
<li style="text-align: justify;"><strong>2012</strong>: IIT (BHU) Varanasi (Founded in 1919 as BENCO; renamed as IT-BHU, by joining three institutes BENCO, TECHNO and MINMET running under BHU)</li>
</ul>
<p style="text-align: justify;">The eight new IITs were started within an Eleventh Five Year Plan (2007-2012) to develop Higher Education and Research in India. During this period five IISER, an NISER, seven IIMs, ten NITs, six AIIMS, seven NIPER and many other institutes. All these are getting huge funding from the Government of India. Established with a vision to develop India as a Super Power.</p>
<p style="text-align: justify;">As per new IITs are concerned, all new IITs are awaiting completion of their permanent campus construction work. However, they are running full-fledged within limited strength from their transit campuses taken on rent. All are being mentored by old IITs.</p>
<h2 style="text-align: justify;">Academics</h2>
<p style="text-align: justify;">Even though they don&#8217;t have permanent campuses these institutes have healthy infrastructure and running like any other engineering college. Initially, these institutes were getting faculties from their mentor IITs. However, with time they have full-time faculty. But, many of the post of full-time faculties at these institutes are still vacant. But, the lack of faculty is not the problem of only new IITs. Even old IITs have vacant positions of full-time faculties.</p>
<p style="text-align: justify;">The academic standard of new IITs is better than any just opened engineering college. They have many faculties from old IITs or NITs.</p>
<p style="text-align: justify;">Courses started at new IITs are still not as vast in numbers as old IITs. Most of them have started with B Tech courses in Computer Sciece, Mechanical, Electrical, Civil and Chemical. However, once they shift to their permanent campuses both several courses and intake per courses will increase.</p>
<h2 style="text-align: justify;">Infrastructure</h2>
<p style="text-align: justify;">Standards of new IITs, even though they are running from transit campuses are not compromised. Some of the new IITs are exception, rest are giving healthy environment in rented accommodation in some institutes. However, it is expected most of them will shift to their permanent campuses within next two to three years.</p>
<h2 style="text-align: justify;">Student Life</h2>
<p style="text-align: justify;">IITs are popular in developing a student at its best. They not just excel in the regular career. Instead, they excel in other fields too. The craze for IIT is so much as it develops the personality and boost confidence of students to do well in their life.</p>
<p style="text-align: justify;">All the new IITs organize cultural or tech fests and activities just as regular IITs. Still, a lot of development will see once they get their own auditoriums at permanent campus.</p>
<h2 style="text-align: justify;">Placements</h2>
<p style="text-align: justify;">Placement is the most important section that you would be looking for. The good news is new IITs are doing well in this section. Even though they don&#8217;t have the facilities that many not renowned but established colleges have. They have the most important thing, quality students. Students at new IITs are being selected from the premier exam earlier IIT JEE and now JEE Advanced. So, even though these institutes are yet to set up themselves, companies are coming and giving healthy package.</p>
<p style="text-align: justify;">As per Times of India, I&#8217;m presenting the placement conditions of these institutes in 2013. It also presents faculty condition at these institutes.</p>
<div style="text-align: center;">
<table style="border-collapse: collapse;" border="0">
<colgroup>
<col style="width: 113px;" />
<col style="width: 78px;" />
<col style="width: 69px;" />
<col style="width: 79px;" />
<col style="width: 64px;" />
<col style="width: 64px;" /></colgroup>
<tbody valign="top">
<tr style="height: 44px; background: #d5dce4;">
<td style="padding-left: 7px; padding-right: 7px; border: solid .5pt;">Name</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid .5pt; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">Posts for faculties</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid .5pt; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">Posts vacant</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid .5pt; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">Placement last year</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid .5pt; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">Lowest package</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: solid .5pt; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">Highest package</td>
</tr>
<tr style="height: 41px;">
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid .5pt; border-bottom: solid .5pt; border-right: solid .5pt;">IIT Bhubaneswar</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">90</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">17</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">92%</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">3.5 L</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">11.5 L</p>
</td>
</tr>
<tr style="height: 41px;">
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid .5pt; border-bottom: solid .5pt; border-right: solid .5pt;">IIT Gandhinagar</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">90</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">14</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">91%</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">Didn&#8217;t disclose</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">Didn&#8217;t disclose</p>
</td>
</tr>
<tr style="height: 41px;">
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid .5pt; border-bottom: solid .5pt; border-right: solid .5pt;">IIT Hyderabad</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">105</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">4</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">85%</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">3.5 L</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">34 L</p>
</td>
</tr>
<tr style="height: 21px;">
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid .5pt; border-bottom: solid .5pt; border-right: solid .5pt;">IIT Indore</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">90</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">13</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">85%</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">4.5 L</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">17.58 L</p>
</td>
</tr>
<tr style="height: 25px;">
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid .5pt; border-bottom: solid .5pt; border-right: solid .5pt;">IIT Jodhpur</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">90</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">42</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">79%</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">3.75 L</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">17 L</p>
</td>
</tr>
<tr style="height: 21px;">
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid .5pt; border-bottom: solid .5pt; border-right: solid .5pt;">IIT Mandi</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">90</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">41</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">88%</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">4.75 L</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">18 L</p>
</td>
</tr>
<tr style="height: 21px;">
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid .5pt; border-bottom: solid .5pt; border-right: solid .5pt;">IIT Patna</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">90</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">19</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">87%</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">4.5 L</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">16.3 L</p>
</td>
</tr>
<tr style="height: 20px;">
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: solid .5pt; border-bottom: solid .5pt; border-right: solid .5pt;">IIT Ropar</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">90</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">38</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">88%</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">3.75 L</p>
</td>
<td style="padding-left: 7px; padding-right: 7px; border-top: none; border-left: none; border-bottom: solid .5pt; border-right: solid .5pt;">
<p style="text-align: center;">63 L</p>
</td>
</tr>
</tbody>
</table>
</div>
<p style="text-align: justify;">This year the placement are going to be little bad as market condition is bad and PSUs are not coming for campus recruitment. But, these are going to affect both new, old IITs and other colleges too.</p>
<p style="text-align: justify;">These institutes are better in placement than many regional level good engineering colleges. But, not better than NITs now. They are well established and have good connection in industry. Gradually, it will develop.</p>
<h2 style="text-align: justify;">Final Verdict on New IITs</h2>
<p style="text-align: justify;">In my last article, <a title="Good College or Good Branch" href="https://rukhaiyar.com/good-college-or-good-branch/">Good College or Good Branch</a>. I kept the ranking of these institutes in Tier 3 colleges. It is to be taken into consideration after old NITs for admissions. However, once these shifted to their permanent campus. Sooner or later it is going to surpass many old NITs.</p>
<p>If you like the above article, I&#8217;m giving links for articles written on similar topic by me:</p>
<ol>
<li><a title="Good College or Good Branch" href="https://rukhaiyar.com/good-college-or-good-branch/" target="_blank" rel="noopener noreferrer">Good College or Good Branch</a></li>
<li><a title="When Should I Start Preparing for IIT?" href="https://rukhaiyar.com/start-preparing-iit-9th/" target="_blank" rel="noopener noreferrer">When Should I Start Preparing for IIT?</a></li>
<li><a title="JEE: Should I Take A Drop?" href="https://rukhaiyar.com/jee-drop/" target="_blank" rel="noopener noreferrer">JEE: Should I Take A Drop?</a></li>
<li><a title="How to Prepare for JEE Mains After Appearing for 12th Board" href="https://rukhaiyar.com/prepare-for-jee-2013-1/" target="_blank" rel="noopener noreferrer">How to Prepare for JEE Mains After Appearing for 12th Board</a></li>
<li><a title="Most Suitable Date for JEE (Main) Online Test" href="https://rukhaiyar.com/suitable-date-jee-main-online-test/" target="_blank" rel="noopener noreferrer">Most Suitable Date for JEE (Main) Online Test</a></li>
<li><a title="New Pattern: What is JEE?" href="https://rukhaiyar.com/jee-2013/" target="_blank" rel="noopener noreferrer">New Pattern: What is JEE?</a></li>
<li><a title="IIT JEE: What should be Strategy for Partial Droppers?" href="https://rukhaiyar.com/iit-jee-what-should-be-strategy-for-partial-droppers/" target="_blank" rel="noopener noreferrer">IIT JEE: What should be Strategy for Partial Droppers?</a></li>
<li><a title="How to Prepare for IIT JEE?" href="https://rukhaiyar.com/how-to-prepare-for-iit-jee/" target="_blank" rel="noopener noreferrer">How to Prepare for IIT JEE?</a></li>
<li><a title="Kota: Paradise for IIT JEE Aspirants" href="https://rukhaiyar.com/kota-iit/" target="_blank" rel="noopener noreferrer">Kota: Paradise for IIT JEE Aspirants</a></li>
<li><a title="Role of Coachings in IIT JEE selection" href="https://rukhaiyar.com/roles-of-coachings-in-iit-jee-selection/" target="_blank" rel="noopener noreferrer">Role of Coachings in IIT JEE selection</a></li>
<li><a title="Hopes Beyond IIT" href="https://rukhaiyar.com/hopes-beyond-iit/" target="_blank" rel="noopener noreferrer">Hopes Beyond IIT</a></li>
<li><a title="IIT JEE: What should be the strategy for repeaters?" href="https://rukhaiyar.com/iit-jee-what-should-be-the-strategy-for-repeaters/" target="_blank" rel="noopener noreferrer">IIT JEE: What should be the strategy for repeaters?</a></li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/good-new-iits/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Good College or Good Branch</title>
		<link>https://rukhaiyar.com/good-college-or-good-branch/</link>
					<comments>https://rukhaiyar.com/good-college-or-good-branch/#comments</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Sat, 24 May 2014 22:21:56 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[College]]></category>
		<category><![CDATA[good branch]]></category>
		<category><![CDATA[good college]]></category>
		<category><![CDATA[IIT]]></category>
		<category><![CDATA[Indian Institute Of Technology Kanpur]]></category>
		<category><![CDATA[jee]]></category>
		<category><![CDATA[jee advanced]]></category>
		<category><![CDATA[jee mains]]></category>
		<guid isPermaLink="false">http://rukhaiyar.com/?p=2380</guid>

					<description><![CDATA[Should I go for Good College or Good Branch. It is a dilemma which is faced by every single student after clearing engineering entrance examination. Even if student gets selected for admission to any IIT. This dilemma is faced by them. Whether they should go by best IIT or best branch at average level IIT. Ever since I have started giving tips to engineering aspirants, every year after entrance result. I get query related with this dilemma.]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;"><em><strong>Should I go for Good College or Good Branch</strong></em>. It is a dilemma which is faced by every single student after clearing engineering entrance examination. Even if student gets selected for admission to any IIT. This dilemma is faced by them. Whether they should go by best IIT or best branch at average level IIT. Ever since I have started giving tips to engineering aspirants, every year after entrance result. I get query related with this dilemma.</p>
<p style="text-align: justify;">There are 119 different courses available in JEE Advanced 2014. Some of these are very much popular and known. But, most of us don&#8217;t know scope, syllabus, use of most of the courses in the list. Every person has different opinion about best and worst IITs. The dilemma comes as it is going to decide the future of the student. Parents want their children to study the best possible stream once the results are out. Definition of best possible stream would be &#8220;<strong>A Stream which will let their kid to a secure, easy to find job, with a handsome salary and have growth opportunity&#8221;</strong>. Only problem is very few persons know in detail about each stream and depending on the interest and ability of a student, which could be the best stream for a particular student.</p>
<p style="text-align: justify;">Yes, ranking of stream will change for every student. Some may find computer interesting, some may find aviation interesting. One can&#8217;t do well without having an interest. But, here there is one more problem. I&#8217;m not referring towards interest as passion towards something. I&#8217;m referring towards a branch whose syllabus may suit the interest of a student. It may happen that someone who is brilliant in chemistry and comparatively weak in Mathematics have passion to be aeronautical engineer. But, aeronautical may not be a better branch for him/her to excel in his career.</p>
<p style="text-align: justify;">It is very hard to find such a person who can guide a student perfectly, taking into consideration likes and dislikes of student for a particular topic. It is advisable to talk to as many counselor as possible to know about choice of course and college which you can get in a particular branch. But, just take advise, decision about order of preference should be of student. For admission into IITs, the following attached <a href="https://rukhaiyar.com/wp-content/uploads/2014/05/jee-advanced-counselling-brochure-2013.pdf">PDF file</a> (Jee Advanced Counseling Brochure 2013) is send to successful candidates. It have a major part giving details about each and every branch or courses available in IITs. It should be read thoroughly to understand structure, syllabus, applicability and scope of a branch. Depending on the strength, command and interest of a student and its use for a particular branch, ordered list of branches with college should be made.</p>
<p style="text-align: justify;">Some streams are good or specialty of a particular IIT. This would mean you would get best faculty, resources, lab instrument and scope. So, once you have understanding about your preferential list of branches or streams. Get information about best IIT to study the course from. You can get such information by getting in contact with few IITians.</p>
<h1 style="text-align: justify;">For Non-IIT Candidates</h1>
<p style="text-align: justify;">Till now, I gave course selection tips only for those who are successful in JEE Advanced. Now, for those who have to select course and college after clearing JEE Mains or state engineering entrances, the path is not so easy. They can either go for best possible college with not-so-popular branch or best branch in an average college or below average college. It is a general consensus to go for the best branch and not best college. However, I always believe to go for the best college in a good city for whatsoever branch one can get. I&#8217;m going to explain various reasons why I believe so. First, let me explain how branch is less important and college is more.</p>
<h2 style="text-align: justify;">Is Branch Really so Important</h2>
<h3 style="text-align: justify;">Every Field Has Good Scope</h3>
<p style="text-align: justify;">If we talk about scope of the course, nearly all the field or branch have good scope, leaving behind newly introduced branch. Student from every branch can excel to top and get high salary. Not so popular branch like aerospace or marine has very high average salary compared to a mechanical or electrical. Most popular branch computer science have a very less average salary as it is over-crowded.</p>
<h3 style="text-align: justify;">Future is Unknown</h3>
<p style="text-align: justify;">No one knows till when the job opportunity will be flooded in IT sector. Right now, even pass-outs from other branches are joining IT sector as supply of quality engineers is less than demand and it is not so hard for engineers from different stream to switch to IT field. Do you know in 90&#8217;s Mechanical or electrical were much more popular branch than computer science? Many engineers who could not get in mechanical and get C.S. in 90&#8217;s get to the top position in their company after IT boom.</p>
<h3 style="text-align: justify;">Love of Student for a Branch is Illusion</h3>
<p style="text-align: justify;">I already explained this point above while explaining for IIT counselling. If a student loves to work on computer, it does not mean he can find interest in Computer Science. Computer Science requires sound logical and analytical ability. Many a times students desires to choose a branch just for sake of affection to its applicability.</p>
<h3 style="text-align: justify;">Sector Change</h3>
<p style="text-align: justify;">My brother is a Mechanical Engineer from IIT Kanpur. But, he is working in a Top IT company. Many of my friends with various streams of engineering are with me working in Insurance Company. Many bureaucrats are engineers with no use of their engineering knowledge. The point is you don&#8217;t know whether you are going to work in the same sector you are choosing as your engineering branch.</p>
<h2 style="text-align: justify;">Importance of Better College</h2>
<h3 style="text-align: justify;">Better Resources</h3>
<p style="text-align: justify;">Getting education from NIT Trichy is always going to be better than NIT Jamshedpur. One will get better professors, better labs, better environment at a better college. Quality of education always play better role at key positions in life. It gives value to your résumé.</p>
<p style="text-align: justify;">It may be given examples that a college which not even comparable to premium IIT like Manipal has alumnus at key positions of Microsoft and Nokia. However, both of them <a title="Satya Nadella - CEO Microsoft" href="https://www.google.co.in/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;uact=8&amp;ved=0CCwQFjAA&amp;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FSatya_Nadella&amp;ei=UhmBU43gHMHHuATG5oLADA&amp;usg=AFQjCNGmfthbdXy044sr3hdtq9teAEtGEw&amp;sig2=jGdjfH8cIMjEppvpCnMn0Q&amp;bvm=bv.67720277,d.c2E" target="_blank" rel="nofollow noopener noreferrer">Satya Nadella</a> or <a title="Rajeev Suri - CEO Nokia" href="https://www.google.co.in/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;uact=8&amp;ved=0CCwQFjAA&amp;url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FRajeev_Suri&amp;ei=cBmBU9iVA8qhugT2k4HQAg&amp;usg=AFQjCNGlbwHJo_UHX1bBXZUkOI16LpOOew&amp;sig2=YbdoqWA_TreBoq2K-Urf0A&amp;bvm=bv.67720277,d.c2E" target="_blank" rel="nofollow noopener noreferrer">Rajeev Suri</a> are at Managerial position which is a skill not honed by Manipal. On an average, a student from a better college have much more chance of achieving successes quickly.</p>
<h3 style="text-align: justify;">Better connections</h3>
<p style="text-align: justify;">Even if one gets not so popular branch in a better college, he/she may have on an average better friends or better connections from college. I&#8217;m not saying it helps in progressing in life. But, it do help in tough times. Every one wants influential friend network.</p>
<h3 style="text-align: justify;">Better Environment</h3>
<p style="text-align: justify;">Better college may give opportunity for better opportunity in extra-curricular activity. Even many prepare for civil services GATE, GRE, CAT etc. while being in engineering college. This gives them better ambiance for preparing for such competition.</p>
<h3 style="text-align: justify;">Chance of Better Branch Change After First Year</h3>
<p style="text-align: justify;">Nearly every college has an option to change branch at the end of first year based on their performance in first year. This is a very huge benefit. My brother got 2400 AIR in IIT JEE 2002 and got 5 years integrated MSc Mathematics and Scientific Computing at IIT Kanpur. Based on his excellent performance in first year, he was able to shift his branch to B. Tech Mechanical after first year.</p>
<p style="text-align: justify;">So, one have a chance to upgrade the branch if he/she is not satisfied at the end of first year if he/she went for average branch in better college. Those who went for best branch don&#8217;t get the chance to upgrade to better college ever.</p>
<h2 style="text-align: justify;">Ranking of Colleges</h2>
<p style="text-align: justify;">I&#8217;m just giving an outlook about college ranking. However, actual ranking may differ the pattern given by me.</p>
<ol>
<li><strong>Premier Ones</strong>: Old IITs and BITS Pilani</li>
<li><strong>Tier 1</strong>: NITs and State Bests</li>
<li><strong>Tier 2</strong>: New IITs</li>
<li><strong>Tier 3</strong>: Have a name</li>
<li><strong>Tier 4</strong>: Not so popular</li>
</ol>
<p>As already told, it is just an outline, actual ranking may not follow the same pattern.</p>
<p style="text-align: justify;">You can go for not so popular branch till Tier 2 colleges as better college. Till Tier 3 you may look for branches like mechanical, electrical, electronics as better college. If you are getting Tier 4 college, which gives some placement, go for only Computer Science. These colleges gets very less core companies other than IT for placements.</p>
<p style="text-align: justify;">I&#8217;m sure the my view point would definitely help a lot towards easing your dilemma about Good College or Good Branch. It would be good to share your ideas and queries by giving comment below. I&#8217;m you would like to share your thinking.</p>
<p>If you like the above article, I&#8217;m giving links for articles written on similar topic by me:</p>
<ol>
<li><a title="How Good Are The New IITs" href="https://rukhaiyar.com/good-new-iits/" target="_blank" rel="noopener noreferrer">How Good Are The New IITs</a></li>
<li><a title="When Should I Start Preparing for IIT?" href="http://rukhaiyar.com/start-preparing-iit-9th/" target="_blank" rel="noopener noreferrer">When Should I Start Preparing for IIT?</a></li>
<li><a title="JEE: Should I Take A Drop?" href="http://rukhaiyar.com/jee-drop/" target="_blank" rel="noopener noreferrer">JEE: Should I Take A Drop?</a></li>
<li><a title="How to Prepare for JEE Mains After Appearing for 12th Board" href="https://rukhaiyar.com/prepare-for-jee-2013-1/" target="_blank" rel="noopener noreferrer">How to Prepare for JEE Mains After Appearing for 12th Board</a></li>
<li><a title="Most Suitable Date for JEE (Main) Online Test" href="https://rukhaiyar.com/suitable-date-jee-main-online-test/" target="_blank" rel="noopener noreferrer">Most Suitable Date for JEE (Main) Online Test</a></li>
<li><a title="New Pattern: What is JEE?" href="https://rukhaiyar.com/jee-2013/" target="_blank" rel="noopener noreferrer">New Pattern: What is JEE?</a></li>
<li><a title="IIT JEE: What should be Strategy for Partial Droppers?" href="http://rukhaiyar.com/iit-jee-what-should-be-strategy-for-partial-droppers/" target="_blank" rel="noopener noreferrer">IIT JEE: What should be Strategy for Partial Droppers?</a></li>
<li><a title="How to Prepare for IIT JEE?" href="http://rukhaiyar.com/how-to-prepare-for-iit-jee/" target="_blank" rel="noopener noreferrer">How to Prepare for IIT JEE?</a></li>
<li><a title="Kota: Paradise for IIT JEE Aspirants" href="https://rukhaiyar.com/kota-iit/" target="_blank" rel="noopener noreferrer">Kota: Paradise for IIT JEE Aspirants</a></li>
<li><a title="Role of Coachings in IIT JEE selection" href="https://rukhaiyar.com/roles-of-coachings-in-iit-jee-selection/" target="_blank" rel="noopener noreferrer">Role of Coachings in IIT JEE selection</a></li>
<li><a title="Hopes Beyond IIT" href="https://rukhaiyar.com/hopes-beyond-iit/" target="_blank" rel="noopener noreferrer">Hopes Beyond IIT</a></li>
<li><a title="IIT JEE: What should be the strategy for repeaters?" href="https://rukhaiyar.com/iit-jee-what-should-be-the-strategy-for-repeaters/" target="_blank" rel="noopener noreferrer">IIT JEE: What should be the strategy for repeaters?</a></li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/good-college-or-good-branch/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Friendship and Socialization at Workplace</title>
		<link>https://rukhaiyar.com/friendship-socialization-workplace/</link>
					<comments>https://rukhaiyar.com/friendship-socialization-workplace/#respond</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 20:21:32 +0000</pubDate>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[friendship]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[social]]></category>
		<guid isPermaLink="false">http://rukhaiyar.com/?p=2640</guid>

					<description><![CDATA[Friendship and Socialization are two different things though they may sound as the same. Friendship is more personal and informal thing where one seeks care, love, affection and a strong sense of connection. Whereas socialization is not so personal but more to be in a group and is formal.

Normally, in companies when people are hired, they are put into training to learn about the organization, its people, system and processes. All these things start very formally as socialization but with time it may forge friendship with few. Even companies prefer team members to know each other before they start working together. They want a sense of bonding among its workforce to have a productive and better work environment.]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Friendship and Socialization are two different things though they may sound as the same. Friendship is more personal and informal thing where one seeks care, love, affection and a strong sense of connection. Whereas socialization is not so personal but more to be in a group and is formal.</p>
<p style="text-align: justify;">Normally, in companies when people are hired, they are put into training to learn about the organization, its people, system and processes. All these things start very formally as socialization but with time it may forge friendship with few. Even companies prefer team members to know each other before they start working together. They want a sense of bonding among its workforce to have a productive and better work environment.</p>
<h2 style="text-align: justify;"><i>What causes friendship in office</i></h2>
<p style="text-align: justify;"><em>Do people go to work for friendship?</em> Of course &#8220;no&#8221; will be the answer. However, still when they start working, they make many friends in the office. Things start out formally, like meeting and interacting while in training or in team hurdles or outing organized by the company, but within no time they find many of the colleagues have become friends. The causes of office friendship is due to similar stress on the group due to which employees start sharing their work woes and applauds. Initially everyone is careful and formal while speaking but after some time the conversation becomes casual and sometimes personal.</p>
<h2 style="text-align: justify;"><i>What are the effects of friendship on the employees</i></h2>
<p style="text-align: justify;">Employees are expected to work in office and not to forge friendship. However, a better understanding among its people does help the organization. People are motivated to work better when they are emotionally satisfied and friendship gives such emotional satisfaction to workers. An informal chat with your boss does make you happy. It gives a feeling of joy and motivates you to work better.</p>
<p style="text-align: justify;">At times of hiring, the Human Resource Team considers recommendation from its employees and gives incentives too. We find people asking their friends to join the company. It helps in retaining workforce. When you have lots of friends in office, you would think twice before leaving the group.</p>
<p style="text-align: justify;">The long working hours together in the office brings people close to each other and even choosing themselves as life partners. The workplace, its environment and stress bring them together.</p>
<h2 style="text-align: justify;"><i>Do friendship forged in office last long</i></h2>
<p style="text-align: justify;">Though, everyone would want the friendship to last forever. Leaving a side a few exceptions wherein there develops a strong friendship. Most of the friendship loses its charm after leaving the organization. New organization means new social groups, new pressures and new colleagues, which may become friends someday. Social networking sites like “Facebook, Whatsapp, Twitter&#8221; keep them connected. They keep sharing their lives. The friendship, however, fades away with time and distance.</p>
<h2 style="text-align: justify;"><i>Demerits and Side-effects of office friendship</i></h2>
<p style="text-align: justify;">Office friendship and socialization though sounds good it has its ill effects too on the individuals. At the time of promotion or appraisal, friendships are tested. Promotion of the friend may not be a happy or pleasant moment. It ends up making you compare and ridicule people.</p>
<p style="text-align: justify;">For an organization, too much friendship may result in less attention towards work by its work force. It even sometimes divides the office in many small groups indulging employees in office politics.</p>
<p style="text-align: justify;">As we know, office is a place to work. Most of the time, there is lack of common work-break to share things with your friends as everyone is busy with work responsibilities. At the time of meeting with the client, you cannot end-up chit-chatting with your friends and show a casual and non-professional work environment to the client. Bosses don&#8217;t want team members wasting time instead of productive work.</p>
<p style="text-align: justify;">Employees don&#8217;t only make friends from same department or team. They tend to make friends from other departments, floors or even building, which results in more non-productive hours of work.</p>
<p style="text-align: justify;">Socialization and friendship at workplace is good when it is part of work and contributes towards improving the quality of work. After college, best friends are found mostly in office. However, till the time, friends are in same office, aim should be less non-productive chit-chat at work. It should be to ease the work-pressure, not to deteriorate the quality of the work.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/friendship-socialization-workplace/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>When Should I Start Preparing for IIT?</title>
		<link>https://rukhaiyar.com/start-preparing-iit-9th/</link>
					<comments>https://rukhaiyar.com/start-preparing-iit-9th/#comments</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Sun, 09 Mar 2014 14:56:37 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[IIT]]></category>
		<category><![CDATA[jee]]></category>
		<category><![CDATA[jee advanced]]></category>
		<guid isPermaLink="false">http://rukhaiyar.com/?p=2621</guid>

					<description><![CDATA[I remember back in 2006, IIT JEE administration introduced a stringent rule which allows maximum two attempts for an aspirant to get into IIT JEE. The step was taken in order to curb the number of students who get into IIT by preparing again and again for 3, 4 or even 5 years. It was infusing not the actual talented persons in the premier institutes. But, those who practice the pattern for more than 2 years and then, show their excellence over junior by way of extra practice. It was always criticized that the pattern and syllabus of IIT JEE is not suitable to be covered within a span of 2 years. But, there are always a lot many students who used to get in IIT JEE in first attempt. Proper guidance, proper time management and dedication towards study is ultimate requirement other than primary requirement of a sharp mind to get in first attempt.

However, the step affected the coaching institution in a big way. As the number of aspirant taking part in the exam reduced drastically for 2007. A new concept came in the market. It was to be The Early Bird. Aim early, take time and then take the shot. It was to start preparing for IIT from 9th standard itself rather than 11th. The concept was not totally new. I remember in 1999 when I was in 9th standard Brilliant Tutorial had a Foundation Correspondence Course for IIT JEE. But, it was not a popular course. Once the director of my coaching class told me that he gets 1 or 2 student each year who comes to join the coaching class to prepare for IIT JEE, where more than 500 students used to enroll in a year. The idea was not so popular as why to put pressure before 10th, if you have enough time after 12th to clear IIT JEE.]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;">I remember back in 2006, IIT JEE administration introduced a stringent rule which allows maximum two attempts for an aspirant to get into IIT JEE. The step was taken in order to curb the number of students who get into IIT by preparing again and again for 3, 4 or even 5 years. It was infusing not the actual talented persons in the premier institutes. But, those who practice the pattern for more than 2 years and then, show their excellence over junior by way of extra practice. It was always criticized that the pattern and syllabus of IIT JEE is not suitable to be covered within a span of 2 years. But, there are always a lot many students who used to get in IIT JEE in first attempt. Proper guidance, proper time management and dedication towards study is ultimate requirement other than primary requirement of a sharp mind to get in first attempt.</p>
<p style="text-align: justify;">However, the step affected the coaching institution in a big way. As the number of aspirant taking part in the exam reduced drastically for 2007. A new concept came in the market. It was to be <strong>The Early Bird</strong>. Aim early, take time and then take the shot. It was to start preparing for IIT from 9th standard itself rather than 11th. The concept was not totally new. I remember in 1999 when I was in 9th standard Brilliant Tutorial had a Foundation Correspondence Course for IIT JEE. But, it was not a popular course. Once the director of my coaching class told me that he gets 1 or 2 student each year who comes to join the coaching class to prepare for IIT JEE, where more than 500 students used to enroll in a year. The idea was not so popular as why to put pressure before 10th, if you have enough time after 12th to clear IIT JEE.</p>
<p style="text-align: justify;">Now, after 2006 the concept became popular, may be due to giving popularity by the coaching institute administrators or by the parents who wants their child to be an IITian, but likes to reduce pressure from them. Anyhow, here I&#8217;m going to discuss, whether correct time to start the preparation for IIT should start when the aspirant is in 9th standard only.</p>
<p style="text-align: justify;">As far as the positive side is concerned, I see only one benefit, you get much more time to go through every portion of the syllabus. However, I would like to look through all the negative features too.</p>
<h2 style="text-align: justify;">Self-level is Low</h2>
<p style="text-align: justify;">When you have just entered the 9th standard, your level is not adequate to grasp concepts of 11th standard. Even if you are one of the brightest student, it is not going to be easy to understand the concepts of 11th std, leave JEE Advanced standards. But, if you could finish at least 9th std syllabus till 8th. Then, you could think to cover 10th syllabus within months in 9th, say 4 months. Afterwards, study for a year for JEE Advanced. Then, once again start the preparation of 10th, 6 months prior to 10th board. The syllabus of 9th is based on 8th; 10th on 9th; 11th, 12th on 9th &amp; 10th and finally of JEE Advanced on 11th &amp; 12th. It is not a course of the meal which could be ate in any order or a could even be skipped.</p>
<h2 style="text-align: justify;">First Big Hurdle of Life</h2>
<p style="text-align: justify;">Ask any student in school, their first dream in life is to appear and get good marks in 10th board. It is a very important step in life. Many students first time in their life compete with thousands of others in one go. A lot depends on its marks. Before 10th the competition always lies within the boundaries of the school. Those who are ambitious knows the level of their competitor within school. But, 10th board place you with unknown competitors in unknown quantity. Most of the student fear a lot from 10th board than 12th board or any other examinations ahead.</p>
<p style="text-align: justify;">The nervousness for such an important exam is well known. Everything should be perfect and flawless. Hence, it is not easy to divert the concentration and mind from such an important goal.</p>
<h2 style="text-align: justify;">Young Age</h2>
<p style="text-align: justify;">At the age of 13 or 14, a boy is at a very young age to foresee and plan their future. The fun of life will vanish from the life of young kids once they go through the tough preparation of JEE Advanced. They are not matured to take decisions or make strategies. A proper time table with perfect strategy is to be drawn before commencing such preparation.</p>
<h2 style="text-align: justify;">A Good Counselor</h2>
<p style="text-align: justify;">You need a very good counselor who could guide and coach you personally. The steps to be taken needs professional touch with knowledge and understanding of each and every portion of both JEE and 10th.</p>
<h1 style="text-align: justify;">My Suggestions</h1>
<p style="text-align: justify;">If you have decided that you are going to become engineer from a premier institute in India and you can sacrifice your time and can manage the stiff time table. I&#8217;m not going to stop you, as &#8220;Only Brave Wins the Race&#8221;. Success needs talent, aim, dedication, sacrifice, hard work and strategy. Luck could be a factor, but its role could be minimized. I&#8217;m going to give a plan of action in detail which would give you an edge over those who are going to start the preparation of JEE Advanced after 10th. I am assuming:</p>
<ul>
<li>You have just gone to 9th std.</li>
<li>You are going to attend all the classes in your school.</li>
<li>You have 2 years in hand before 10th board.</li>
<li style="text-align: justify;">Apart from school you are going to get 6-8 hours of time for self-study. Devote 1-2 to hours at max for school home work. Rest for this plan, min 5 hours.</li>
<li>You will get 6 hours of sleep on weekdays and 8-9 on weekend.</li>
<li>You are relying on self-study not on coaching or tuition.</li>
<li>You are brave and ready to take the pressure. Also, you should be ready to sacrifice fun for study.</li>
</ul>
<p style="text-align: justify;">If you have any doubts about any of these ask me.</p>
<h2 style="text-align: justify;">Step 1: Clear 9th and 10th Syllabus</h2>
<p style="text-align: justify;">This step is going to be of 5-6 months. In this step, you will cover the syllabus of 9th, then 10th both for Physics, Chemistry and Maths. As I have already said you can&#8217;t skip syllabus of any class and look ahead. You have to wrap up the syllabus as fast as you can. Remember, the syllabus would be completed in school too in a span of two years. So, you would get an edge their, which may help you perform better in term exams. Choose the same books which are followed in school. For numerical problems, you should solve each one of them carefully. For conceptual topics, don&#8217;t try to mug up concepts, but rather try to give answers to every questions asked at the end of the chapter.</p>
<p style="text-align: justify;">If you could find a senior who could clear your doubts, it would be very good. Discuss the doubts once in every week, preferably on weekend. It would be very good if senior is in 11th or 12th preparing for JEE Advanced. During this step you have to know more and more about the pattern of JEE Advanced. A lot of students fail in clearing JEE Advanced as they spend time in wrong direction misguidedly. The more you know about it, the better it is going to be. You can also read more about JEE on internet.</p>
<p style="text-align: justify;">If you have a group who are also preparing for JEE, discuss with them the topics and understandings. Min. 5 hours each day would be sufficient. If a term exam comes in between, take one week break before term exam and resume after the exam. Your objective here in this step is to cover the concept of 9th and 10th rather than passing 10th board based on it.</p>
<h2 style="text-align: justify;">Step 2: Get Closer to JEE Level</h2>
<p style="text-align: justify;">You must be knowing that the level of JEE Advanced is higher than 12th level. You are not going to study till JEE level before 10th. It should be done after 10th. However, before passing 10th, I would like you to cover as much 11th and 12th syllabus as much as you can. The step should be stopped 6 months prior to your 10th board to give sufficient time for your board exam. You need books followed in 11th and 12th for Physics, Chemistry and Maths for this step. I would not suggest any book. Better to consult any of your senior for the purpose. But, it is important that the book should be for 11th and 12th rather than for JEE Advanced.</p>
<p style="text-align: justify;">Approach for JEE is quite different from 10th. There are not going to be conceptual questions, like explain the extraction of H2SO4 with design of apparatus or What is a magnetic field. It would be all numerical based, except in Organic and Inorganic Chemistry (Chemistry has three parts after 11th; Physical, Organic and Inorganic; Google it to know more). All the questions would be solved based on some information given and concepts you know. Like</p>
<ul>
<li>2H2 + O2 = ?,</li>
<li>Ken is the star of the cross-country team. During a recent morning run, Ken averaged a speed of 5.8 m/s for 12.9 minutes. Ken then averaged a speed of 6.10 m/s for 7.1 minutes. Determine the total distance which Ken ran during his 20 minute jog.</li>
</ul>
<p style="text-align: justify;">One by one cover the books of 11th and 12th by solving all the problems. No need to solve JEE level problem at this stage. I think the time would be sufficient and you would be able to cover the syllabus of both 11th and 12th within 8-9 months. For the next 3-4 months, go for revision. Once you are reading books of 11th and 12th. Many a times you would feel the lessons at school to be boring and of low level. But, don&#8217;t bunk the school. It is going to be helpful to get acquainted with activity at school and to have some fun time.</p>
<p style="text-align: justify;"><span style="font-size: 14px; line-height: 1.5em;">After this step, you would be well-versed with syllabus of 11th and 12th. Also, you could join a good coaching for JEE Advanced right after appearing for 10th board. You will </span>definitely<span style="font-size: 14px; line-height: 1.5em;"> understand the advance concepts very easily. </span></p>
<h2>Step 3: Getting ready for 10th Board</h2>
<p style="text-align: justify;">In around October, you should start giving full attention towards the approaching 10th board exam, which normally takes placein March. As you have already covered the syllabus till 12th, you would feel very comfortable with 10th syllabus. Make a good strategy and time table and give full concentration towards secondary examination. Forget about IIT, JEE and its syllabus for next 6 -7 months.</p>
<p style="text-align: justify;">After giving your 10th board, you have both the option to go for a good coaching or do self study. If you are going for self study, start from Step 2 in the article <a title="How to Prepare for IIT JEE?" href="http://rukhaiyar.com/how-to-prepare-for-iit-jee/" target="_blank" rel="noopener noreferrer">How to prepare for IIT JEE?</a></p>
<p style="text-align: justify;">I&#8217;m open for suggestions and discussions. If you like to share something it would be very nice. You can also share your experience with other aspirants. If you have a doubt better to share with everyone, than just me via a personalized email. As it might help others too. Have a nice day.</p>
<p>If you like the above article, I&#8217;m giving links for articles written on similar topic by me:</p>
<ol>
<li><a title="How Good Are The New IITs" href="https://rukhaiyar.com/good-new-iits/" target="_blank" rel="noopener noreferrer">How Good Are The New IITs</a></li>
<li><a title="Good College or Good Branch" href="https://rukhaiyar.com/good-college-or-good-branch/" target="_blank" rel="noopener noreferrer">Good College or Good Branch</a></li>
<li><a title="JEE: Should I Take A Drop?" href="http://rukhaiyar.com/jee-drop/" target="_blank" rel="noopener noreferrer">JEE: Should I Take A Drop?</a></li>
<li><a title="How to Prepare for JEE Mains After Appearing for 12th Board" href="https://rukhaiyar.com/prepare-for-jee-2013-1/" target="_blank" rel="noopener noreferrer">How to Prepare for JEE Mains After Appearing for 12th Board</a></li>
<li><a title="Most Suitable Date for JEE (Main) Online Test" href="https://rukhaiyar.com/suitable-date-jee-main-online-test/" target="_blank" rel="noopener noreferrer">Most Suitable Date for JEE (Main) Online Test</a></li>
<li><a title="New Pattern: What is JEE?" href="https://rukhaiyar.com/jee-2013/" target="_blank" rel="noopener noreferrer">New Pattern: What is JEE?</a></li>
<li><a title="IIT JEE: What should be Strategy for Partial Droppers?" href="http://rukhaiyar.com/iit-jee-what-should-be-strategy-for-partial-droppers/" target="_blank" rel="noopener noreferrer">IIT JEE: What should be Strategy for Partial Droppers?</a></li>
<li><a title="How to Prepare for IIT JEE?" href="http://rukhaiyar.com/how-to-prepare-for-iit-jee/" target="_blank" rel="noopener noreferrer">How to Prepare for IIT JEE?</a></li>
<li><a title="Kota: Paradise for IIT JEE Aspirants" href="https://rukhaiyar.com/kota-iit/" target="_blank" rel="noopener noreferrer">Kota: Paradise for IIT JEE Aspirants</a></li>
<li><a title="Role of Coachings in IIT JEE selection" href="https://rukhaiyar.com/roles-of-coachings-in-iit-jee-selection/" target="_blank" rel="noopener noreferrer">Role of Coachings in IIT JEE selection</a></li>
<li><a title="Hopes Beyond IIT" href="https://rukhaiyar.com/hopes-beyond-iit/" target="_blank" rel="noopener noreferrer">Hopes Beyond IIT</a></li>
<li><a title="IIT JEE: What should be the strategy for repeaters?" href="https://rukhaiyar.com/iit-jee-what-should-be-the-strategy-for-repeaters/" target="_blank" rel="noopener noreferrer">IIT JEE: What should be the strategy for repeaters?</a></li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/start-preparing-iit-9th/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>JEE: Should I Take A Drop?</title>
		<link>https://rukhaiyar.com/jee-drop/</link>
					<comments>https://rukhaiyar.com/jee-drop/#comments</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Sat, 01 Jun 2013 17:08:06 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[IIT]]></category>
		<category><![CDATA[Indian Institutes of Technology]]></category>
		<category><![CDATA[jee]]></category>
		<category><![CDATA[JEE Main]]></category>
		<guid isPermaLink="false">http://rukhaiyar.com/?p=2358</guid>

					<description><![CDATA[Should I take a drop this year? Should I take admission and prepare for JEE or Should I drop and don't take admissions? This blog is full of questions like this. As every lock has its own key, every person is different from another. Answer to these questions varies from person to person and case to case. Few times in comments, I have explained it very nicely discussing each and every aspect from which the decision should be taken. Keep this in mind that no one will take decisions on your behalf. You are old enough to take your career based decisions. Don't depend on any one for your decision. These are done by those who need it to blame on someone in case of failure.

I'm going to discuss few aspects and challenges which would help you take this decision in a better way. I would surely love to see your comments. Do share your views here.]]></description>
										<content:encoded><![CDATA[<p style="text-align:justify">Should I take a drop this year? Should I take admission and prepare for JEE or Should I drop and don&#8217;t take admissions? This blog is full of questions like this. As every lock has its own key, every person is different from another. Answer to these questions varies from person to person and case to case. Few times in comments, I have explained it very nicely discussing each and every aspect from which the decision should be taken. Keep this in mind that no one will take decisions on your behalf. You are old enough to take your career based decisions. Don&#8217;t depend on any one for your decision. These are done by those who need it to blame on someone in case of failure.</p>
<p style="text-align:center">
<p style="text-align:justify">I&#8217;m going to discuss few aspects and challenges which would help you take this decision in a better way. I would surely love to see your comments. Do share your views here.</p>
<h2>Why to take a drop?</h2>
<p style="text-align:justify">Aspirants think about taking the engineering entrance exams once again only in one scenario. When they feel that they performed less and they can get much better rank if given one more chance. Many a times the reason for poor performance is imbalanced life after 10th.  Till 10th students are required to read from specific books with specific curriculum in a specific time frame. Even though life till 10th is stereo-type and boring. Its much easy and without tension. After 10th suddenly number of subjects increase. New unknown subjects are waiting for you. If one is just aiming for 12th, life again becomes stereo-type 6 months after taking admission in 11th. But, aspiration for better career needs to tougher aims. One can&#8217;t just think about scoring good marks in 12th. But, you  also need good marks in engineering entrance tests. The syllabus and pattern of which are not very much similar to 12th. Without a good mentor, students often gets confused. Till the time their confusion gets cleared. They are just few months away from 12th board.</p>
<p style="text-align:justify">Earlier, (at least till my time) 12th board was just to get a pass marks. Concentration and focus used to be on engineering entrance test from day 1. Not much confusion about how to keep balance. I had one more advantage. Attendance was not an issue in the school for me.</p>
<p style="text-align:justify">But, in order to increase the importance of 12th board. HRD ministry has taken some new measures which made the life of engineering aspirants hell. Now, marks in 12th board is as much important as one&#8217;s performance in JEE. Students are not just confused in making balance between 12th board preparation and JEE. They are even confused with the pattern and relation of 12th, JEE Main and JEE Advanced performance.</p>
<h2>Analysis of Benefit</h2>
<p style="text-align:justify">What I am going to discuss now has already explained by me in reply to a comment earlier.</p>
<p style="text-align:justify">Lets say, we give grading to all the engineering colleges from 1 to 10. 1 being the best and 10 the worst. Then, we can keep <a rel="nofollow noopener noreferrer" class="zem_slink" title="Indian Institutes of Technology" href="http://en.wikipedia.org/wiki/Indian_Institutes_of_Technology" target="_blank">old IITs</a> on rank 1. New one on 3 or 4. NITs on 2 and, likewise colleges with no or very little placements on 9 or 10.</p>
<p style="text-align:justify">Now, after appearing for JEE, one may definitely tell whether their performance was up to their caliber. Now, lets say this year you are getting 5th grade college. If you feel your performance next year would improve by 20 %. Then, you may expect to get 4th grade college next year. If improvement would be 30-40 %. expect 3rd grade college next. Likewise, you may do your calculation.</p>
<h2 style="text-align:justify">Is the benefit worth a drop?</h2>
<p style="text-align:justify">Now, this is surely a Million Dollar question. Is the benefit you are calculating by the above analysis is worth a drop?</p>
<p style="text-align:justify">In order to understand this you need to first analyze the loss and gain by the drop. Importance of one year drop is a lot. You have to be prepared for a question about this in placement interviews. You have to be mentally tough to read the same books, same concepts and same problems once again. No doubt it is going to reduce your bank balance by an year&#8217;s salary. But, that won&#8217;t hurt you much. The most important thing is that you loose your whole one year. A total wastage. You stop your career growth for one year.</p>
<p style="text-align:justify">Now, in your decision for the drop, my thinking is not to go for drop if you are hopeful of just improving your performance next year by less than 30 %. Let me explain this by examples. Suppose this year you are hopeful to get a decent branch in a decent NIT. But, your aim is any similar branch in an old IIT( not, a rank less than 600-700 in JEE Advanced). At the time of admission in engineering college or even placements, these brand names matters a lot. But, after 4-5 years out of college, at the time of increment or job shift, these brand names don&#8217;t play any role. It will depend on your performance, knowledge and attitude. The amount of energy that you waste in preparing once again for JEE Advanced could be utilized at NIT itself to gain more knowledge. The placement from NIT might not be little lesser in package than IIT. But, if you add one year wastage for JEE Advanced preparation and growth you could have gained if you would have continued in NIT. After 9 years, decision to go to NIT would be said as a much better and wiser decision.</p>
<p style="text-align:justify">However, a rank less than 500 in IIT is not comparable in such scenario. As placement and growth chance would be more. But, to get such performance after a drop, you need improvement by more than 30 % compared to current.</p>
<p style="text-align:justify">Similarly, if you are getting a 5th grade college this year and you are hopeful to get at least 3rd grade college next year. You may go for a drop.</p>
<p style="text-align:justify">It is true that many top executives in India are alumini of IITs and IIMs. But, that does not mean all top executives are from only IITs and IIMs. Your foundation is important. But, that is not the only place to spend all your energy. For success in your life. You need to continuously give your best effort.</p>
<p style="text-align:justify">Sometimes, in few cases due to some unforeseen or unavoidable circumstances, performance deteriorates a lot than the ideal. In such case, taking a drop is very common and understandable. But, in normal case you need to assess your gain and loss with your chance of improvement. Discuss your situation with your family members, seniors and teachers. Get their suggestions and viewpoints about your probable losses and gains after a drop. The more you will discuss the more your understanding will develop and you would be ready with the decision.</p>
<p>If you like the above article, I&#8217;m giving links for articles written on similar topic by me:</p>
<ol>
<li><a title="How Good Are The New IITs" href="https://rukhaiyar.com/good-new-iits/" target="_blank" rel="noopener noreferrer">How Good Are The New IITs</a></li>
<li><a title="Good College or Good Branch" href="https://rukhaiyar.com/good-college-or-good-branch/" target="_blank" rel="noopener noreferrer">Good College or Good Branch</a></li>
<li><a title="When Should I Start Preparing for IIT?" href="http://rukhaiyar.com/start-preparing-iit-9th/" target="_blank" rel="noopener noreferrer">When Should I Start Preparing for IIT?</a></li>
<li><a title="How to Prepare for JEE Mains After Appearing for 12th Board" href="https://rukhaiyar.com/prepare-for-jee-2013-1/" target="_blank" rel="noopener noreferrer">How to Prepare for JEE Mains After Appearing for 12th Board</a></li>
<li><a title="Most Suitable Date for JEE (Main) Online Test" href="https://rukhaiyar.com/suitable-date-jee-main-online-test/" target="_blank" rel="noopener noreferrer">Most Suitable Date for JEE (Main) Online Test</a></li>
<li><a title="New Pattern: What is JEE?" href="https://rukhaiyar.com/jee-2013/" target="_blank" rel="noopener noreferrer">New Pattern: What is JEE?</a></li>
<li><a title="IIT JEE: What should be Strategy for Partial Droppers?" href="http://rukhaiyar.com/iit-jee-what-should-be-strategy-for-partial-droppers/" target="_blank" rel="noopener noreferrer">IIT JEE: What should be Strategy for Partial Droppers?</a></li>
<li><a title="How to Prepare for IIT JEE?" href="http://rukhaiyar.com/how-to-prepare-for-iit-jee/" target="_blank" rel="noopener noreferrer">How to Prepare for IIT JEE?</a></li>
<li><a title="Kota: Paradise for IIT JEE Aspirants" href="https://rukhaiyar.com/kota-iit/" target="_blank" rel="noopener noreferrer">Kota: Paradise for IIT JEE Aspirants</a></li>
<li><a title="Role of Coachings in IIT JEE selection" href="https://rukhaiyar.com/roles-of-coachings-in-iit-jee-selection/" target="_blank" rel="noopener noreferrer">Role of Coachings in IIT JEE selection</a></li>
<li><a title="Hopes Beyond IIT" href="https://rukhaiyar.com/hopes-beyond-iit/" target="_blank" rel="noopener noreferrer">Hopes Beyond IIT</a></li>
<li><a title="IIT JEE: What should be the strategy for repeaters?" href="https://rukhaiyar.com/iit-jee-what-should-be-the-strategy-for-repeaters/" target="_blank" rel="noopener noreferrer">IIT JEE: What should be the strategy for repeaters?</a></li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/jee-drop/feed/</wfw:commentRss>
			<slash:comments>49</slash:comments>
		
		
			</item>
		<item>
		<title>How to Make a Facebook Page That Is Successful</title>
		<link>https://rukhaiyar.com/facebook-page-successful/</link>
					<comments>https://rukhaiyar.com/facebook-page-successful/#respond</comments>
		
		<dc:creator><![CDATA[Abhishek Rukhaiyar]]></dc:creator>
		<pubDate>Thu, 16 May 2013 14:06:29 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Social network]]></category>
		<guid isPermaLink="false">http://rukhaiyar.com/?p=2310</guid>

					<description><![CDATA[The effective and successful use of social media has become one of the main ways for businesses to see success in today&#8217;s market. Almost everyone uses some form of social media, the most popular being the website known as Facebook. This social website allows users around the world to connect with one another through messages, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">The effective and successful use of social media has become one of the main ways for businesses to see success in today&#8217;s market. Almost everyone uses some form of social media, the most popular being the website known as Facebook. This social website allows users around the world to connect with one another through messages, photos, and games. Facebook also allows for businesses to advertise to anyone in the world while effectively connecting with their customers. While a Facebook page is easy to make, it is hard to make it successful and something that attracts a great deal of customers. There are a variety of different tips on how to make a Facebook page that is successful, though here are a few of the simple ones that can help you to gain a much larger number of customers.</p>
<h2>Content</h2>
<p style="text-align: justify;">Before your Facebook page can be successful, it needs to be filled with interesting and useful content. People who visit your Facebook page will want to see pictures, informational posts, and other things that can attract their attention. Thus, when creating a Facebook page, treat it like you are creating a new website. You will want to make sure that you have a stylish theme that goes along with the general idea of your business. Next, you will want to make sure that your banner and profile picture are interesting and reflect well on the work that you do. Once you have these main things, you are going to want to begin posting on your page and putting pictures up. While you can put huge amounts of information on your page all at once, it is more effective to slowly upload information. This will make it so your customers are constantly coming back to your Facebook page to see new content</p>
<h2>Getting Views</h2>
<p style="text-align: justify;">You will want to attract as many people as possible to your Facebook page, though this does not mean that you should invite everyone that you can find. Be selective with whom you first invite to see your page. As you slowly begin to invite more people and businesses, more people will begin to come to your site from these other pages. If this method does not work quickly enough for you, there is also the option of putting up advertisements through Facebook, though this can sometimes be expensive.</p>
<h2>Monitoring</h2>
<p style="text-align: justify;">While it probably isn&#8217;t healthy to be constantly checking your Facebook page all day, the best trick on <strong>how </strong><strong>t</strong><strong>o make a Facebook page</strong> that is successful is to quickly respond to anyone that posts on your page. Whether a person messages you or simply leaves a comment on your page, you should try to respond to these people as soon as possible, even if it&#8217;s just a few words. By doing this, you will gain a greater amount of trust and respect from your customers and they will be more willing to buy your product or service. They will also be more likely to refer you to their friends and acquaintances, helping to generate even more customers for your business.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rukhaiyar.com/facebook-page-successful/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
