<?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>Custom Essay Writing, Custom Written Essays, Term Paper Help, Research Paper Writing Service</title>
	<atom:link href="http://www.professays.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.professays.com</link>
	<description>Academic writing help</description>
	<lastBuildDate>Tue, 02 Apr 2013 08:04:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Essay on truth and courage</title>
		<link>http://www.professays.com/essay/essay-on-truth-and-courage-3/</link>
		<comments>http://www.professays.com/essay/essay-on-truth-and-courage-3/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 14:38:58 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[Essay Writing Service - ProfEssays.com™]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=17057</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

The most valued asset for a soldier is courage, and the most valued asset for a layman is truth. The two could be interchanged, and the layman could be given courage, and truth could be allotted to the soldier. Courage forms one of the virtues in the ideal city visualized by Plato. Truth has been [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p>The most valued asset for a soldier is courage, and the most valued asset for a layman is truth. The two could be interchanged, and the layman could be given courage, and truth could be allotted to the soldier. Courage forms one of the virtues in the ideal city visualized by Plato. Truth has been an asset cherished by society. Truth is something that is always spoken with a lot of conviction and courage. It always takes a lot of courage to speak the truth because there are always situations when speaking the truth could prove to be detrimental to oneself. These are the situations that are to be brought out in an essay on  truth and courage, and you have certainly come to the right place for one. ProfEssays.com promises to dole out the highest quality of essays, term papers and research papers of all genres to its customers at the most reasonable prices in the world.</p>
<p>&nbsp;</p>
<p>the abstract forms of truth and courage seem to be deeply connected with each other: it often takes a lot of courage to speak the truth. This is probably why truthfulness is one of the virtues one seeks in one’s leader: leaders are supposed to be bold and courageous. They are expected to be truthful and honest, simple and yet outstanding. All the characteristics of leaders and their accumulation in your favourite leader could be pointed out in a leadership essay. Essay writers at ProfEssays.com would take all care to highlight the qualities and instances of truth and courage in the life of your favourite leader in an essay on truth and courage customised to your requirements.</p>
<p>&nbsp;</p>
<p>These leadership qualities are found in women and females as well as males. The point needs to be highlighted because we live in a male dominated society and world. Instances where women have displayed these qualities  could be highlighted in an essay on truth and courage. ProfEssays.com has always supported the cause of women and been a strong proponent of the feministic movement, so you could be sure of getting the most authentic account of these instances where women have displayed qualities of valour and veracity. They have not even fought battles and wars, but they have even held positions of political significance. A feminism research paper could bring out all such instances in a clear and lucid manner.</p>
<p>&nbsp;</p>
<p>It does not take much for a person to tell a lie, but it certainly takes a lot of courage to speak the truth. Three could be an entire psychological study on the subject, the subject is so vast that you would certainly need the help of the experts at ProfEssays.com to pen a psychoanalysis term paper customised to the psychology of a person who resorts to telling lies. One often needs a lot of courage to tell a lie too, you could find a detailed analysis of all this in an essay on truth and courage.</p>
<p>&nbsp;</p>
<p>Deliberations on truth and courage forced us to probe deeper into the philosophies of truth and courage. A detailed analysis of these truths lead to the discovery of several theories describing the phenomena. A detailed version of some of the theories of truth could be there in your essay on truth and courage. Some of them could be enumerated as</p>
<ul>
<li>The Identity Theory of Truth</li>
<li>Coherence Theory of truth</li>
<li>Correspondence theory of truth</li>
<li>Coherence theory of truth</li>
<li>Constructivist theory of truth</li>
<li>Consensus theory of truth</li>
<li>Pragmatic theory of truth</li>
<li>Deflationary theory of truth</li>
<li>Performative theory of truth</li>
<li>Redundancy theory of truth</li>
<li>Pluralist theories of truth</li>
</ul>
<p>There would be a detailed description of these theories in your essay on truth and courage. A philosophy term paper could be bought from any of our offices around the world to support the philosophies of truth. We further promises to give you an honest description of the exigencies associated with each of these theories in a customised essay. We promise to deliver all custom essays and research papers within eight hours of the placement of the order. Our staff works round the clock to ensure that you never miss a deadline when you choose ProfEssays.com to pen your essays and term papers.</p>
<p>&nbsp;</p>
<p>The essence of truth and courage described in your essay on truth and courage would be marked with a difference typical to the differences we associate with our lives. All of us are born as cute babies but we evolve into different individuals as we grow up. Some people attempt to abort their babies, there are extensive debates on the issue. The pros and cons would be discussed in an abortion term paper. ProfEssays.com does its best to maintain an impartial stand when you want a discussion on any controversial issue</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/essay/essay-on-truth-and-courage-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to Consider for Outlining of an Essay?</title>
		<link>http://www.professays.com/blog/oulining-essay/</link>
		<comments>http://www.professays.com/blog/oulining-essay/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 02:23:50 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=16584</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

When we decide to write an essay first of all we have to make an outline of it and plan it according to academic basic generalization. In fact, an outline is the &#8220;frame&#8221; through which exposure of write’s thoughts is given to a reader. An essay usually consists of a number of related paragraphs that [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p><a title="Order Now" href="http://www.professays.com/order-now/"><img class="alignright  wp-image-16676" src="http://www.professays.com/wp-content/uploads/2012/06/Help-with-Writing-an-Outline.jpg" alt="" width="352" height="196" /></a>When we decide to write an essay first of all we have to make an <strong><a title="Outline" href="http://www.professays.com/essay/essay-outline-template/">outline </a></strong>of it and plan it according to academic basic generalization. In fact, an outline is the &#8220;frame&#8221; through which exposure of write’s thoughts is given to a reader.<span id="more-16584"></span><br />
An essay usually consists of a number of related paragraphs that are exposed to a single topic discussion and analysis, and these paragraphs consist of a group words according to the particular topic.<br />
<h3>There are Some Steps that should be Considered for Outlining of an Essay:</h3>
<ol>
<li><strong>Choose a topic:</strong> What is required in the essay is, it should not be lengthy and collect a large amount of information.</li>
<li><strong>Identify the target of the essay:</strong>Identify the target of the essay: One of the fundamental factors is to identify the target and select the means and clarity in writ’s mind before he starts writing, and it helps to specify two most important things: know what to write and know how to write.</li>
<li><strong>Title of the essay:</strong> The title of essay is very important part which is located by the reader&#8217;s eye to recognize the content of the essay.</li>
<li><strong>The frame or the plan:</strong> Is like drawing an engineering or architectural design that goes by the builders when you want to build a house. When writing an essay, frame or the plan is not less important so it is important to plan paragraphs of essay context.</li>
</ol>
<h3>There are Three Main Sections of an Outline of Essay:</h3>
<ul>
<li><strong>Introduction:</strong> It presents the matter and is reached by the hypothesis.</li>
<li><strong>Body:</strong> Displays the result reached by the presentation and analysis.</li>
<li><strong>Conclusion:</strong> It presents the results found a writer.</li>
</ul>
<p>Following all these points you will create the best outline which will help you to write you an essay.</p>
<p style="text-align: left"><span style="color: #008000">note: “<em><strong>ProfEssays.com</strong> is an outstanding custom writing company. We have <strong>over 500 expert writers</strong> with PhD and Masters level educations who are all ready to fulfill your writing needs no matter what the academic level or research topic. Just imagine, you <a title="Order Custom Essays" href="http://www.professays.com/order.php">place the order</a> before you go to sleep and in the morning an excellent, <strong>100% unique essay</strong>! or term paper, written in strict accordance with your instructions by a professional writer is already in your email box! We understand the pressure students are under to achieve high academic goals and we are ready to take some of it off you because we love writing. By choosing us as your partner, you achieve more academically and gain valuable time for your other interests. </em></span><em><a title="Order Custom Essays" href="http://www.professays.com/order.php">Place your order now</a></em><span style="color: #008000">!”</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/blog/oulining-essay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write a college essay</title>
		<link>http://www.professays.com/blog/how-to-write-a-college-essay/</link>
		<comments>http://www.professays.com/blog/how-to-write-a-college-essay/#comments</comments>
		<pubDate>Tue, 05 Jun 2012 13:49:13 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=16010</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

Essay is a form of writing that is taken from an author’s point of view. While working on an college essay, you should have some techniques or guides to make his work more interesting. But before you put an ink to that paper, be reminded that it is necessary to organize your ideas well. There [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p>Essay is a form of writing that is taken from an author’s point of view. While working on an college essay, you should have some techniques or guides to make his work more interesting. But before you put an ink to that paper, be reminded that it is necessary to organize your ideas well. There are some simple steps which will help you to write an essay.<br />
<span id="more-16010"></span><br />
First, think and choose of a topic. You should know or should be interested with the topic you are writing. Unfamiliar topics will lead to a failure of the final paper. Once you have a topic, better to search it in the internet or use some books, journals or other printed materials. But you should remember about avoiding plagiarisms. If the topic is already given, you can research and study more about it. Second, create a thesis statement or a main point that you would want to be expressed or implied. Some call it a key sentence. If you would like to, you can also put these sentences for each paragraph that will guide the readers in the course of discussion. After that, make a draft for the introduction, body and conclusion.</p>
<p>1) Introduction: This must define or give a broader view of the topic to be discussed<br />
2) Body: This must be in line with the topic and also support the thesis statement provided in the introductory part of the essay.<br />
3) Conclusion: This give a summary of all the concepts discussed in the essay paper.</p>
<p>You have to be fully attentive to avoid typing errors and even spelling mistakes.<br />
Don’t forget about footnotes or include the references list in your paper. By using all these steps, you can ensure better results in your work. From here, the essay will be good and ready for submission.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/blog/how-to-write-a-college-essay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Write an Essay Outline</title>
		<link>http://www.professays.com/blog/essay-outline/</link>
		<comments>http://www.professays.com/blog/essay-outline/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 02:24:14 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.professays.com/blog/how-to-write-an-essay-outline-3/</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

An outline is necessary before writing an essay for thoughts to be organized and well written. It serves as the skeleton or the main framework which is a key to a good material. In writing an essay outline, you should be ready with a title that captivates your reader. In addition to a title, make [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p>An outline is necessary before writing an essay for thoughts to be organized and well written. It serves as the skeleton or the main framework which is a key to a good material.<br />
In writing an essay outline, you should be ready with a title that captivates your reader. In addition to a title, make sure there is a rationale or a background of why you are writing your essay. it should be clearly stated what objective of the essay are. <span id="more-15035"></span><br />
To start with your essay, draft an outline for a smooth writing remembering that any essay consists of the introduction part, body and conclusion part.</p>
<p>The first head of the outline should start with the first main point. Subheads follow the main point. These subheads should include phrases what the paragraph about the first main point should be about. Details may be written under each subhead. These details are short sentences which can<br />
further explain each subhead.</p>
<p>The next main point, which normally includes the body, should be written on the next set of outline. Just follow the method on how you did the first set of outline.</p>
<p>Drafting an outline before writing an essay is beneficial in avoiding errors, in deciding which main point the essay should be all about, and in prioritizing what to write first. It helps in organizing ideas that may ramble in your brain during the writing process. The outline serves as the information collector in which you would refer to throughout your writing and post-writing phase.</p>
<p>Draft your outline first. This will help you visualize the tone and form of your essay</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/blog/essay-outline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Choose an Essay Topic</title>
		<link>http://www.professays.com/blog/how-to-choose-an-essay-topic/</link>
		<comments>http://www.professays.com/blog/how-to-choose-an-essay-topic/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 14:05:56 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=14835</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

Choosing an essay topic is not an easy task since a writer has a lot of options. This is a critical step in writing a good essay and when you become successful in selecting your topic that means you are off to a good start. Brainstorming ideas is an effective way of being able to [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p>Choosing an essay topic is not an easy task since a writer has a lot of options. This is a critical step in writing a good essay and when you become successful in selecting your topic that means you are off to a good start. Brainstorming ideas is an effective way of being able to come up with a good topic for your paper. Do not limit yourself at this part. Just jot down whatever comes to your mind at that point. Use bullet points to enumerate the list of ideas that you have. After brainstorming, narrow down the concepts that you listed.<br />
<span id="more-14835"></span><br />
Choose 3-5 ideas in the list that you are most interested in. You may also choose based on how knowledgeable you are about the listed idea and how much resources you have that will help you write the body of the paper. With the 3-5 ideas you have selected, do freewriting on each idea. No need to worry about spelling, punctuation or capitalization yet since freewriting is more of gauging how much you know about the idea. Lastly, choose the idea or topic that you find workable.<br />
Consequently, when choosing an essay topic, you ought to consider the availability of materials in the area of study chosen. This implies that you should visit the library, the internet and other resource areas to ascertain the availability of resources.<br />
In a nutshell, a good essay topic should be original, address a real problem and have enough materials for research.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/blog/how-to-choose-an-essay-topic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When You Need to Write Essay Papers</title>
		<link>http://www.professays.com/essay/when-you-need-to-write-an-essay/</link>
		<comments>http://www.professays.com/essay/when-you-need-to-write-an-essay/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 02:12:21 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[Essay Writing Service - ProfEssays.com™]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=14586</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

From elementary to college, from homeroom teachers to subject professors there is one thing that a student must always deal with. And this one thing is sometimes a terror especially when our teachers request we make them a thousand words long or so. We&#8217;re talking about essay papers! Do not let yourself to be terrified [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p>From elementary to college, from homeroom teachers to subject professors there is one thing that a student must always deal with. And this one thing is sometimes a terror especially when our teachers request we make them a thousand words long or so. We&#8217;re talking about essay papers!</p>
<p>Do not let yourself to be terrified &#8211; our essay writing service will help you to get through this<br />
<span id="more-14586"></span><br />
<a href="http://www.professays.com/wp-content/uploads/2012/02/MP900399542.jpg"><img src="http://www.professays.com/wp-content/uploads/2012/02/MP900399542-300x240.jpg" alt="" width="300" height="240" class="alignright size-medium wp-image-14589" /></a><br />
Not everyone is born with the knowledge on how to write the perfect essay, and that is a problem for many. Some tend to just rely on stuff they see and some can’t express themselves wholly in writing. Some can express themselves more when they speak, but lucky are those who were born with natural flexibility in terms of writing essays.</p>
<p>However, if writing is not your strength, it doesn’t mean the world ends there. There is hope for those who can’t stand writing essays because with internet many things are possible – and now, you can get essay samples so you can find out how you can write essays and have them as your guide.</p>
<p>This just proves that life is full of hope! So if you think you’ve had enough writing essays, you can go get essay compositions that are already done for you. Just make sure you use them right. It’s ideal for working students who don’t have enough time to make essays and helpful for those who are given really hard essay topics. In life, we must seek for ways in order to improve. And in order to improve we must act and find solutions on how to do something and be successful in it. The same goes with writing essays, so, go on now and write that essay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/essay/when-you-need-to-write-an-essay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProfEssays.com anti-plagiarism program!</title>
		<link>http://www.professays.com/news/professays-com-anti-plagiarism-program/</link>
		<comments>http://www.professays.com/news/professays-com-anti-plagiarism-program/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 17:21:55 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=14197</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

Dear Friends! ProfEssays.com is happy to inform that we now are getting onto a new level in the plagiarism fight. We have developed effective plagiarism scanning software, which helps us see and proof the uniqueness of each written paper. After the assignment is completed, the writer submits it through the plagiarism scanner, and only when [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p style="text-align: justify">Dear Friends!</p>
<p style="text-align: justify"><strong><span style="color: #a90074">P</span><span style="color: #666cbd">rof</span><span style="color: #a90074">E</span><span style="color: #666cbd">ssays.com</span></strong> is happy to inform that we now are getting onto a new level in the plagiarism fight. We have developed effective plagiarism scanning software, which helps us see and proof the uniqueness of each written paper. After the assignment is completed, the writer submits it through the plagiarism scanner, and only when the result shows 0% the paper is sent to your mail box.</p>
<p style="text-align: justify">From now on you will receive <strong>FREE plagiarism report</strong> along with your order<span id="more-14197"></span>, so you can see that your paper has been written from scratch and for you only. <strong><span style="color: #a90074">P</span><span style="color: #666cbd">rof</span><span style="color: #a90074">E</span><span style="color: #666cbd">ssays.com</span></strong> provides only the best service quality to its customers. The team of professional writers can cope with any assignment of any length and level of complexity.</p>
<p style="text-align: justify">Let us know if you have any questions, our Customer Support Team is available 24/7 via chat, <a href="mailto:support@professays.com">support@professays.com</a> email, or phone 1-302-351-4405.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/news/professays-com-anti-plagiarism-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50%OFF Any Order!</title>
		<link>http://www.professays.com/discounts/50off-for-any-order/</link>
		<comments>http://www.professays.com/discounts/50off-for-any-order/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 18:49:52 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[The Discounts For Premium Quality Custom Writing Sevices]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=12398</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

Buy coupon code just for $10 now and order any paper with 50% discount any time by February 2012! Please note, this offer is valid only for new customers. Name Email Phone Number How did you hear about us?]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p>Buy coupon code just for $10 now and order any paper with 50% discount any time by February 2012! Please note, this offer is valid only for new customers.<br />
	
<form method="POST" class="order" enctype="multipart/form-data">
	
	<h1>Name</h1>
	<div class="order_field">
		<input type="text" name="coupons_name" class="w100p br" maxlength="200">
	</div>
	<h1>Email</h1>
	<div class="order_field">
		<input type="text" name="coupons_email" class="w100p br" maxlength="200">
	</div>
	<h1>Phone Number</h1>
	<div class="order_field">
		<input type="text" name="coupons_phone" class="w100p br" maxlength="200">
	</div>
	<h1>How did you hear about us?</h1>
	<div class="order_field">
		<input type="text" name="coupons_about" class="w100p br" maxlength="200">
	</div>			
	<br>		
	<div class="order_field" style="text-align: center;">
		<input type="hidden" name="coupons_action" value="preview">
		<input type="image" src="/wp-content/themes/professays/images/pmo.png">
	</div>	
</form></p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/discounts/50off-for-any-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HBS Cases</title>
		<link>http://www.professays.com/case-studies/hbs-cases/</link>
		<comments>http://www.professays.com/case-studies/hbs-cases/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 12:22:13 +0000</pubDate>
		<dc:creator>admin1</dc:creator>
				<category><![CDATA[Case Studies, Help with Case Study]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=12248</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

HBS cases involve a lot of variables, a lot of key players, and often a number of problems that should be taken into account. To make a proper analysis of such case you should pay attention to all of them. Only when this is done, you can suggest your solution. Remember, that HBS cases are [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p style="text-align: justify"><strong>HBS cases</strong> involve a lot of variables, a lot of key players, and often a number of problems that should be taken into account. To make a proper analysis of such case you should pay attention to all of them. Only when this is done, you can suggest your solution.</p>
<p><span id="more-12248"></span></p>
<p style="text-align: justify">Remember, that <strong>HBS cases</strong> are not easy-to-solve problems; they are complex issues that are multifaceted. This means that there are a variety of &#8220;good&#8221; solutions, and generally, no one &#8220;right&#8221; solution. This is designed to challenge the student, as well as to give them a realistic idea of what they will encounter in the real world work environment. So, even if your solution is questioned – this doesn’t necessary mean it’s wrong.</p>
<p><a href="http://twitter.com/share">Tweet</a></p>
<p style="text-align: right">
<p style="text-align: right">
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#4">How we can help</a></p>
<p style="text-align: justify">
<p style="text-align: justify"><a name="7"></a></p>
<h3 style="text-align: justify">Quick Navigation through the Student Essay Outline Page</h3>
<ul style="text-align: justify">
<li><a href="#1">Download Free Sample of HBS Case Study</a></li>
<li><a href="#2"> What is HBS method?</a></li>
<li><a href="#3"> What is the Most Difficult Aspect of HBS Case Studies?</a></li>
<li><a href="#4"> How We Can Help </a></li>
<li><a href="#5"> How to Prepare for HBS Cases Discussions </a></li>
<li><a href="#6"> Is the HBS Case Method Effective?</a></li>
</ul>
<p style="text-align: justify"><a name="1"></a></p>
<h3 style="text-align: justify">Download Free Sample of HBS Case Study</h3>
<p style="text-align: justify"><a href="http://www.professays.com/wp-content/uploads/2011/08/HBS-Case-Study-Free-Sample.pdf" target="_blank"><img src="/wp-content/themes/default/images/sample-dl.gif" alt="" width="282" height="16" /></a></p>
<p><strong><span style="color: #008000">HBS Case Study Free Sample (Click the image to enlarge)</span></strong></p>
<hr /><a href="http://www.professays.com/wp-content/uploads/2011/08/Free-Sample-of-HBS-Case-Study.jpg" target="_blank"><img class="alignleft size-medium wp-image-12252" src="http://www.professays.com/wp-content/uploads/2011/08/Free-Sample-of-HBS-Case-Study-224x300.jpg" alt="" width="224" height="300" /></a></p>
<p><a name="1"></a></p>
<p style="text-align: justify"><a name="2"></a></p>
<h3 style="text-align: justify"><strong>What is HBS method?</strong></h3>
<p style="text-align: justify">There are many different ways in which graduate level courses are taught, and the <strong>HBS method</strong>, or <strong>Harvard Business School method</strong>, is one of them.</p>
<p style="text-align: justify">Generally, students are given a case, or scenario and they must place themselves in the mindset of a leadership role with the responsibility of not only understanding and quantifying the problem, but also coming up with a solid solution to said problem. Identifying all the variables at play, what problems they create, who and what the key players are &#8211; is the first step to coming up with a logical and workable solution.</p>
<p style="text-align: justify">Students who participate in <strong>HBS</strong> <strong>case study</strong> focused courses will work cooperatively with their classmates. The role of the professor of the course is to provide constructive guidance to a predominately student guided dialogue, as well as to make careful observations that make students think about the short- and long-term consequences of any proposed solutions postulated. Students are not only tasked with identifying the problem and coming up with a solution, but also defending their solution against criticism.</p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#4">How we can help</a></p>
<p style="text-align: justify"><a name="3"></a></p>
<h3 style="text-align: justify"><strong>What is the Most Difficult Aspect of HBS Case Studies?</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><a href="http://www.professays.com/order-now/"><img class="alignleft size-medium wp-image-12249" src="http://www.professays.com/wp-content/uploads/2011/08/hbs-case-study-writing-help-300x225.jpg" alt="" width="300" height="225" /></a>An <strong>HBS case study</strong> is an inherently complex set of information that is given to a student. There are often a huge number of different variables and key players that contribute to problems that arise within businesses, and there are complex interactions and relations between variables that will exacerbate or alleviate these problems.</p>
<p style="text-align: justify">It can be difficult for students to identify all the variables and players in a complex system, and thus they can easily miss the mark on what the root, or main problem really is. So, you should be very careful and attentive at this stage in order not to miss some key-points.</p>
<p style="text-align: justify">Once the problem has been correctly identified, you must think of a solution that does not lead to a vast number of negative consequences and that takes into account all the variables and players within the system &#8211; how they interact and how changing one will effect the others, as well as the system as a whole &#8211; this requires an immense amount of both micro- and macro-level thinking.</p>
<p style="text-align: justify">It can also be difficult to deal with all the roadblocks that are often presented during the defense of a given solution. Not only are the professors involved in the defense process, so too are fellow students. This means that there is a good chance that one might be presented with information or a viewpoint that puts their entire solution into question. That’s why try to incorporate counterarguments and then refute them in your presentation, this will it even more persuasive.</p>
<p style="text-align: justify"><a name="4"></a></p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<h3 style="text-align: justify"><strong>How We Can Help</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p>At <strong><span style="color: #a90074">P</span><span style="color: #666cbd">rof</span><span style="color: #a90074">E</span><span style="color: #666cbd">ssays.com</span></strong>, we understand that the graduate education process is a varied and complex one. It can be difficult to step into this leadership mentality as a student, and it is not uncommon for students to need a bit of assistance in getting started. Our highly educated and professional writers understand the <strong>HBS method</strong> inside and out and are available to help students, day or night, disseminate the data of their case, as well as to help formulate a cohesive solution and argument.</p>
<p style="text-align: justify"><a href="http://professays.com/order/"><img src="/images/banner.gif" alt="Order Custom Essays" /></a></p>
<p style="text-align: justify">Whether you need a bit of help getting started or you want our writer’s to prepare <strong>HBS case analysis</strong> for you, our staff is ready to help with all your needs in a confidential and affordable manner. <a href="http://www.professays.com/order-now/">Order</a> your paper today and take some of the stress out of the educational process.</p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#4">How we can help</a></p>
<p style="text-align: justify"><a name="5"></a></p>
<h3 style="text-align: justify"><strong>How to Prepare for HBS Cases Discussions</strong></h3>
<p style="text-align: justify">It’s much easier to prepare for a discussion of an<strong> HBS case</strong>, if you have a list of what you have to do before yourself:</p>
<p style="text-align: justify">-          Identify key-problem</p>
<p style="text-align: justify">-          Identify key-players variables</p>
<p style="text-align: justify">-         Try to analyze interactions between different variables, think of how the variables play off of one another to either help or exacerbate said problem.</p>
<p style="text-align: justify">-        As you have to put yourself in the mode of the decision maker and leader, think of  potential solutions and look for inherent flaws in them.</p>
<p style="text-align: justify">-       Think critically. Search not only for arguments which support your decision, but also try to anticipate the negative consequences that might result from the chosen solution.</p>
<p style="text-align: justify">-     Try to predict the likely areas that will come under criticism during the defense of your solution, and think how you can refute them, or modify your solution in order to avoid them.</p>
<p style="text-align: justify"><a name="6"></a></p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#4">How we can help</a></p>
<h3 style="text-align: justify"><strong>Is the HBS Case Method Effective?</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">There are both proponents of, and those who are not in favor of the <strong>HBS method</strong> for a wide variety of reasons. It is a fairly widely used methodology that many think better prepares students for a career in the real world than does a more traditional classroom experience. Proponents argue that <strong>HBS cases</strong> expose students to challenging, real world problems that are incredibly complex and cannot be easily solved. Students are required to put themselves into a leadership and decision making role, and thus have to deal with the responsibility of coming up with, and defending their proposed solutions.</p>
<p style="text-align: justify">Those who find the <strong>HBS method</strong> to be lacking argue that <a href="http://www.professays.com/case-studies/how-to-write-a-case-study/">case studies</a> are not going to be available to students in the real world. A good part of their career will be spent gathering the data that is presented to them in the <strong>HBS cases</strong> method of teaching. In the real world, students will not be presented with packets of carefully organized and expertly collected data from which to base their opinions off of.</p>
<p style="text-align: justify">Regardless of opinion on the efficacy of said methodology, the <strong>HBS method</strong> is a popular form of teaching &#8211; particularly in the business field &#8211; and has a number of very positive aspects that aid students in being prepared for real world career issues. This is a complex manner of teaching that requires and immense amount of analysis and decision making on the part of the student. This means that one needs to have an in depth and intimate knowledge of all aspects of an issue when trying to create a solution that would actually work.</p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#4">How we can help</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/case-studies/hbs-cases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything You Need To Know About Writing A Psychology Case Study</title>
		<link>http://www.professays.com/case-studies/psychology-case-study/</link>
		<comments>http://www.professays.com/case-studies/psychology-case-study/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 13:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Case Studies, Help with Case Study]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=11368</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

Writing a psychology case study can seem to be an onerous task. Not only do you have to worry about the quality of your writing, but also the various sources, types, diagnosis and theoretical approaches as well. But never fear – as here is our step by step guide to help you understand exactly what [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.01","10d":"14.21","7d":"14.44","6d":"16.23","5d":"18.35","4d":"19.29","3d":"21.39","48h":"23.93","24h":"26.93","18h":"30.83","12h":"32.74","8h":"33.68","6h":"36.59"},"C":{"14d":"14.95","10d":"15.32","7d":"16.16","6d":"17.08","5d":"19.33","4d":"20.14","3d":"22.27","48h":"25.25","24h":"28.67","18h":"31.81","12h":"33.64","8h":"34.80","6h":"37.67"},"U":{"14d":"16.53","10d":"17.01","7d":"17.48","6d":"18.87","5d":"20.46","4d":"21.01","3d":"23.15","48h":"25.68","24h":"30.39","18h":"32.78","12h":"34.55","8h":"35.94","6h":"38.72"},"U3":{"14d":"17.74","10d":"18.01","7d":"18.43","6d":"19.45","5d":"21.43","4d":"21.86","3d":"24.02","48h":"26.53","24h":"31.09","18h":"33.75","12h":"35.45","8h":"37.11","6h":"39.81"},"U4":{"14d":"18.31","10d":"18.60","7d":"19.24","6d":"21.15","5d":"22.98","4d":"24.22","3d":"25.40","48h":"27.95","24h":"32.43","18h":"35.34","12h":"37.10","8h":"39.24","6h":"41.71"},"M":{"14d":"18.91","10d":"19.66","7d":"20.14","6d":"21.87","5d":"23.57","4d":"24.64","3d":"25.82","48h":"29.32","24h":"33.52","18h":"35.69","12h":"37.28","8h":"39.33","6h":"42.02"},"PhD":{"14d":"21.37","10d":"21.84","7d":"23.09","6d":"25.19","5d":"26.91","4d":"29.25","3d":"30.26","48h":"33.28","24h":"36.67","18h":"39.55","12h":"n\/a","8h":"n\/a","6h":"n\/a"}};

	function ShowOrderDiscount(){

		if($("#__price").val() != 0){
			$("#BuyNowButton").show();
		}	
	}
	
	
    function roundToPrecision(inputNum, desiredPrecision){
        var precisionGuide = Math.pow(10, desiredPrecision);
        return( Math.round(inputNum * precisionGuide) / precisionGuide );
    }

    function SetCalcPriceWords()
    {
        var __pwCoutn = $('#order_calc_count_words').val() * 1;
        if (!__pwCoutn)
        {
            var __val = $('#order_calc_count_words').val().substr(0, $('#order_calc_count_words').val().length - 1);
            $('#order_calc_count_words').val(__val);
            __pwCoutn = $('#order_calc_count_words').val() * 1;
        }

        $('#order_calc_count').val(Math.ceil(__pwCoutn / 320));
        SetCalcPrice(true);
    }

    function SetCalcPrice(setWordsDisable)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();
        var __discount = $('#discount_code').val();
        
        if(__discount == ''){
        	_SetCalcPrice(setWordsDisable, 0);
        }else{

			jQuery.ajax({
				url: '/wp-getdiscount.php?d=' + __discount,
				type: "GET",
				dataType: "html",
				success: function(_d){
					_SetCalcPrice(setWordsDisable, _d);					
				}
			});
       
        }
        
        ShowOrderDiscount();
    }

    function _SetCalcPrice(setWordsDisable, __discount)
    {
        var __pCoutn = $('#order_calc_count').val() * 1;
        var __level = $('#order_calc_level').val();
        var __term = $('#order_calc_term').val();    

        if (!__pCoutn) {
            var __val = $('#order_calc_count').val().substr(0, $('#order_calc_count').val().length - 1);
            $('#order_calc_count').val(__val);
            __pCoutn = $('#order_calc_count').val() * 1;
        }

        if (!setWordsDisable) $('#order_calc_count_words').val(Math.round(__pCoutn * 320));

        var __price = __applySales(order_price_list[__level][__term] * __pCoutn, __pCoutn, __discount);
        
        if(__discount != 0){
        	__price = __price - (__price * __discount / 100);
        	
        	$("#BuyNowButton").attr('class', 'but11');
        }else{
        	$("#BuyNowButton").attr('class', 'but1');
        }
       
       	$("#__price").val(__price);
        $('#order_calc_result').html(roundToPrecision(__price, 2));
    }
    
    function __applySales(price, pCount, __discount)
    {
        var flag = 0;
        if (pCount >= 15 && pCount < 30)
        {
            price = price - (price * 5 / 100);
            flag = 5;
        }

        if (pCount >= 30 && pCount < 60)
        {
            price = price - (price * 10 / 100);
            flag = 10;
        }

        if (pCount >= 60)
        {
            price = price - (price * 15 / 100);
            flag = 15;
        }
        
        if(typeof(__discount) != 'undefined'){
        	flag += 1*__discount;
        }

        if (flag > 0)
        {
            $('#sale_count_conteiner').show();
            $('#sale_count').text(flag);
        }
        else
        {
            $('#sale_count_conteiner').hide();
            $('#sale_count').text(0);
        }

        return price;
    }
</script>

<p style="text-align: justify">Writing a <strong>psychology case study</strong> can seem to be an onerous task.  Not only do you have to worry about the quality of your writing, but also the various sources, types, diagnosis and theoretical approaches as well. But never fear – as here is our step by step guide to help you understand exactly what is necessary.</p>
<p><span id="more-11368"></span><br />
<a class="twitter-share-button" href="http://twitter.com/share">Tweet</a></p>
<h3 style="text-align: justify">Quick Navigation through the Psychology  Case Study Outline Page</h3>
<ul style="text-align: justify">
<li><a href="#1">What is a Psychology Case Study?</a></li>
<li><a href="#2">Psychology Case Study Free Sample</a></li>
<li><a href="#3">Tips for Making More Accurate Diagnosis</a></li>
<li><a href="#4">Sources for a Psychology Case Study</a></li>
<li><a href="#5">How We Can Help</a></li>
<li><a href="#6">Theoretical Approaches</a></li>
<li><a href="#7">Types of Psychology Case Study</a></li>
<li><a href="#8"> Psychology Case Study: Strength and Limitations</a></li>
</ul>
<p style="text-align: justify"><a name="1"></a></p>
<h3 style="text-align: justify"><strong>What is a Psychology Case Study?</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">In most cases, a <strong>psychology case study</strong> focuses on one individual.  However, there are also times when it can be necessary to include multiple cases.  In the case of undergraduate study, it is very common for case study writing to center around a character from a book or a film – for example, the character Hannibal Lecter.</p>
<p style="text-align: justify">By analyzing and discussing all aspects of your subject’s life, behavior, thought processes and history, it is possible to discover any patterns and possible causes as to why they exhibit the morals, rituals and other aspects that deviate from what is considered accepted behavior.</p>
<p style="text-align: justify">Throughout history <strong>psychological case studies</strong> have been accepted as the most accurate way of investigating individuals who show psychiatric and psychological abnormalities that deviate from what we consider being ‘normal’ human behavior.  Looking back at, probably, the most famous of all examples – Freud’s work and theories that we still use to this day were very much developed via his use of in-depth case studies.</p>
<p style="text-align: right"><a href="#9">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<p style="text-align: justify"><a name="9"></a></p>
<p style="text-align: justify"><a name="2"></a></p>
<h3 style="text-align: justify">Download Free Sample of Psychology Case Study</h3>
<p style="text-align: justify"><a href="http://www.professays.com/wp-content/uploads/2011/07/Psychologe-Case-Study-Sample.pdf" target="_blank"><img src="/wp-content/themes/default/images/sample-dl.gif" alt="" width="282" height="16" /></a></p>
<p><strong><span style="color: #008000">Psychology Case Study Free Sample (Click image to enlarge)</span></strong></p>
<hr /><a name="1"></a><br />
<a href="http://www.professays.com/wp-content/uploads/2011/07/Psychologe-Case-Study-Sample.jpg" target="_blank"><img class="alignleft size-medium wp-image-11371" src="http://www.professays.com/wp-content/uploads/2011/07/Psychologe-Case-Study-Sample-221x300.jpg" alt="" width="221" height="300" /></a></p>
<h3 style="text-align: justify"><strong><a href="http://www.professays.com/order-now/"></p>
<p></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a><a href="http://www.professays.com/order-now/"></a></p>
<p style="text-align: justify"><a name="3"></a></p>
<p></strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong> </strong><strong>Tips for Making More Accurate Diagnosis</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">•  Remember that every type of <a href="http://www.professays.com/case-studies/medical-case-study-writing-help/"><strong>medical case study</strong></a> will not only focus on one set of symptoms.  The human psyche is huge and complex subject, and before you begin to formulate any diagnosis it will be necessary to study the complete case file, and understand how the different symptoms portrayed all interlink for that particular study.  This is extremely important, because all quality case study writing only comes to diagnosis after analyzing all the facts.</p>
<p style="text-align: justify">• The nature of this kind of study means that your subjects might not always tell the truth.  Failure to spot this can result in false diagnosis.  However, lies in themselves are a powerful diagnostic tool, and you will need to develop a healthy skepticism to be able to understand the underlying information these untruths can provide.</p>
<p style="text-align: justify">• Use all possible information to formulate your diagnosis.  This should include the case history, patient interview/s along with any relevant information you can find in books or on the Internet.</p>
<p style="text-align: justify">•  Finally, you not only need to acknowledge any symptoms that are consistent throughout the study, but also note any inconsistencies.  These can be used to add weight to your final diagnosis.</p>
<p style="text-align: right"><a href="#9">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><a name="4"></a></p>
<h3 style="text-align: justify"><strong> </strong><strong><a href="http://www.professays.com/order-now/"><img class="alignright size-medium wp-image-11369" src="http://www.professays.com/wp-content/uploads/2011/07/psychology-case-study-writing-help-263x300.jpg" alt="" width="263" height="300" /></a></strong></h3>
<h3 style="text-align: justify"><strong>Sources for a Psychology Case Study</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">What is important to understand about <a href="http://www.professays.com/case-studies/how-to-write-a-case-study/"><strong>how to write a case study</strong></a> of this type, is that the study itself is not a research method.  The case study is literally the result of bringing together of all the information necessary to come to diagnosis. In order to produce a psychology case study that is as in-depth and accurate as possible, first you should gather a comprehensive profile.  The information you’ll need to collect will include:</p>
<p style="text-align: justify">- <span style="color: #0000ff"><em>Official records.</em></span> This should include any accessible records such as employment, school and medical records, along with any test results that may have been carried out.</p>
<p style="text-align: justify">- Any <span style="color: #0000ff"><em>personal notes</em></span> they might have written such as a diary or letters, photographs and official documentation such as their clinical notes and other professional appraisal reports.</p>
<p style="text-align: justify">- One of the most effective methods of finding out more about your study is the <em><span style="color: #0000ff">interview</span></em>.  Along with a direct interview, also consider speaking to the person’s family, friends, work colleagues, teachers, employers and anybody who knows the person well.  Plan your questions in advance, and try to use open questions, rather than closed or rhetorical ones.  This way it allows the answers you receive to give you a genuine insight into the person, rather than hearing anything that you may have already pre-conceived about them.</p>
<p style="text-align: justify">- <em><span style="color: #0000ff">Observation.</span></em> Watching the person – when they are unaware of scrutiny – is an excellent way of gaining a psychological profile.  This can be performed by an individual, but it is more common for direct observation to take place by a group of people.</p>
<p style="text-align: justify">If you gather your information that way, it will give credence to your eventual diagnosis.</p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><a name="5"></a></p>
<p style="text-align: right"><a href="#9">Menu</a></p>
<h3 style="text-align: justify"><strong>How We Can Help</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">We completely understand how due dates can suddenly creep up on you.  One moment you’ve got plenty of time to complete your psychology case study, and the next minute it’s due next week.  If this happens, don’t panic!  That’s where we can save the day.  We’ve got a highly professional and qualified team just waiting to complete your case study on your behalf.</p>
<p style="text-align: justify"><a href="http://professays.com/order/"><img src="/images/banner.gif" alt="Order Custom Essays" /></a></p>
<p>Even if you’ve realized it’s due in as soon as tomorrow, then we can help.  Because <strong><span style="color: #a90074">P</span><span style="color: #666cbd">rof</span><span style="color: #a90074">E</span><span style="color: #666cbd">ssays.com</span></strong> provides an emergency 8-hour service to write your case study, ensuring that it is completed to our exacting standards.  This means simply that your study is guaranteed to be one of a kind, plagiarism free and will never, ever be sold or printed at any point in the future.  Period!  So no matter how late you’ve left it, get in touch and <a href="http://professays.com/order-now">order</a> your case study now.</p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><a name="6"></a></p>
<p style="text-align: right"><a href="#9">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<h3 style="text-align: justify"><strong>Theoretical Approaches</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">Once you have covered all the background for your case study – the background, description and diagnosis, it is necessary to move onto various interventions that could be used to help the person.</p>
<p style="text-align: justify">This analysis can be made using different theoretical approaches.  You might be instructed to use just one of the theoretical approaches, or you might need to examine and analyze the benefits of multiple approaches.  You should take into account the type of case study you’re writing.  For instance, a <strong>schizophrenia case study</strong> may benefit from different theories than other studies of a different psychological cause.</p>
<p style="text-align: justify">The following are the commonly known and used theoretical approaches to producing various interventions that can be used to treat the patient.</p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">•           Humanistic approach</p>
<p>This approach emphasizes the study of the person as a whole.  Therefore the study looks at the behavior of the person not only through the therapists (or case study writers) eyes, but also attempts to look at it through the eyes of the case study subject as well.  By determining the patients feelings and self-image, a treatment plan can be evolved and put into place.</p>
<p style="text-align: justify">•           Cognitive-behavioral approach</p>
<p>This approach is very often used by therapists who treat patients with disorders such as mood and eating disorders, along with other conditions such as schizophrenia and bi-polar disorder.  It will be necessary to take into account the patients personal musings – such as diary entries, beliefs and how they react to various events and interaction with others in order to find the best approach to treatment.</p>
<p style="text-align: justify">•           Psychoanalytic approach</p>
<p>Freud championed this particular approach, which takes a look at how the unconscious mind has an influence on behavior, and how this can be used to determine appropriate treatment.</p>
<p style="text-align: justify">•           Interpretative phenomenological analysis</p>
<p>This theory has a focus on how your case study individual or group makes sense of a particular phenomenon or occurrence.  It is likely that whatever this event is, that it will have high personal significance for the subject or subjects of your study.</p>
<p style="text-align: justify">•           Grounded theory</p>
<p>This method relies on first collecting the data about the subject or events, and from here integrates this into broad categories.  Then an effort is made to find out the relationship between these categories – thus further understanding the issues and defining a treatment plan.</p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><a name="7"></a></p>
<p style="text-align: right"><a href="#9">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<h3 style="text-align: justify"><strong>Types of Psychology Case Study</strong></h3>
<p style="text-align: justify">In general, a case study comes under one of two types; Prospective or retrospective.</p>
<p style="text-align: justify">Let’s take a look at the difference between the two.</p>
<p style="text-align: justify">• <span style="color: #0000ff"><strong>Prospective case study</strong></span> writing involves the observance of the client, or a group of people.  An example of a prospective case study might be to watch a group of people with a various disorder over a defined period of time (this could be weeks, months or even years).  By observing and documenting any changes, and the differences between the individuals, it will be possible to see how the disorder progresses – and if there are any differences caused by age, sex, social standing, education etc.</p>
<p style="text-align: justify">•  In the case of a <span style="color: #0000ff"><strong>retrospective case study</strong></span>, your information comes from looking at documented cases – in other words, the historical information that is available.  Let’s take the same example – a particular disorder.  This disorder is the outcome, but you would then work backwards, defining any particular factors that might (or might not) have contributed to why these people contracted the problem in the first place.  If a person is born with some disorder, you could use hereditary factors to see if you could define any particular factors in the parents or grandparents that might have led to them being born with that particular condition.</p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><a name="8"></a></p>
<p style="text-align: right"><a href="#9">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<h3 style="text-align: justify"><strong>Psychology Case Study: Strength and Limitations</strong></h3>
<p style="text-align: justify">Case study writing is an extremely valid tool, but it does have its limitations.  Some of the plus points are that they are very often used to explore new ground.  Because a case study is looking deeply into how various different factors intertwine to create an outcome, then can actively help therapists develop new ideas for treatment.  In particular, they are extremely useful for those who practice holistic approaches towards psychological cases.</p>
<p style="text-align: justify">However, a case study has an awful lot of room for the personal opinions of the researcher.  No two people will analyze the same information in exactly the same way – so because of this care must be taken to understand that it is possible for author bias to creep in.  And it should be appreciated that because each case study only deals with a particular event, it cannot be taken as a given that any conclusion drawn could apply to a seemingly similar case.</p>
<p style="text-align: justify">However, as long as these limitations are taken into account, case study writing can be an extremely effective method of research.</p>
<p style="text-align: right"><a href="#9">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<p style="text-align: justify"><span style="color: #008000">Note:<em><strong> ProfEssays.com</strong> is an outstanding custom writing company. We have <strong>over 500 expert writers</strong> with PhD and Masters level educations who are all ready to fulfill your writing needs, regardless of the academic level or research topic. Just imagine, you <a title="Order Custom Essays" rel="nofollow" href="http://www.professays.com/order.php">place the order</a> before you go to sleep and in the morning an excellent, <strong>100% unique essay</strong>! or term paper, written in strict accordance with your instructions by a professional writer is already in your email box! We understand the pressure students are under to achieve high academic goals and we are ready help you because we love writing. By choosing us as your partner, you can achieve more academically and gain valuable time for your other interests. </em></span><em><a title="Order Custom Essays" rel="nofollow" href="http://www.professays.com/order.php">Place your order now</a></em><span style="color: #008000">!”</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/case-studies/psychology-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
