<?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>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:47:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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 the [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/news/professays-com-anti-plagiarism-program/','ProfEssays.com%20anti-plagiarism%20program!')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;linkname=ProfEssays.com%20anti-plagiarism%20program%21" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;count=horizontal&amp;text=ProfEssays.com%20anti-plagiarism%20program%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;count=horizontal&amp;text=ProfEssays.com%20anti-plagiarism%20program%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-com-anti-plagiarism-program%2F&amp;title=ProfEssays.com%20anti-plagiarism%20program%21" id="wpa2a_2"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></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.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/discounts/50off-for-any-order/','50%OFF%20Any%20Order!')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;linkname=50%25OFF%20Any%20Order%21" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;count=horizontal&amp;text=50%25OFF%20Any%20Order%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;count=horizontal&amp;text=50%25OFF%20Any%20Order%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fdiscounts%2F50off-for-any-order%2F&amp;title=50%25OFF%20Any%20Order%21" id="wpa2a_4"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></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.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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 not [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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>
<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>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/case-studies/hbs-cases/','HBS%20Cases')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;linkname=HBS%20Cases" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;count=horizontal&amp;text=HBS%20Cases" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;count=horizontal&amp;text=HBS%20Cases" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhbs-cases%2F&amp;title=HBS%20Cases" id="wpa2a_6"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></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.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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 [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/case-studies/psychology-case-study/','Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;linkname=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;count=horizontal&amp;text=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;count=horizontal&amp;text=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fpsychology-case-study%2F&amp;title=Everything%20You%20Need%20To%20Know%20About%20Writing%20A%20Psychology%20Case%20Study" id="wpa2a_8"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/case-studies/psychology-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medical Case Study Writing Help</title>
		<link>http://www.professays.com/case-studies/medical-case-study-writing-help/</link>
		<comments>http://www.professays.com/case-studies/medical-case-study-writing-help/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 09:29:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Case Studies, Help with Case Study]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=11319</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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 difficult thing with writing a medical case study is to decide what it should contain, and how detailed it should be. Should you include all the symptoms, or only those on which your diagnosis is based? Do you need to describe a daily progress or not?
Though you should try not to omit any [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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">The most difficult thing with <strong>writing a medical case study</strong> is to decide what it should contain, and how detailed it should be. Should you include all the symptoms, or only those on which your diagnosis is based? Do you need to describe a daily progress or not?</p>
<p style="text-align: justify">Though you should try not to omit any important details, your medical case study doesn&#8217;t need to include everything. So the general advice is to leave not relevant information aside.</p>
<p style="text-align: justify">Fortunately, <strong>medical case studies</strong> follow the same format. And if you stick to it, you can be sure your case study includes everything needed. Read on to discover more about the <strong>medical</strong> <strong>case study</strong> format and what your <strong>case study</strong> should contain.</p>
<p><span id="more-11319"></span><br />
<a class="twitter-share-button" href="http://twitter.com/share"></a> data-count=&#8221;horizontal&#8221; data-via=&#8221;professayscom&#8221;&gt;Tweet</p>
<p style="text-align: right"><a href="#8">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<p><a name="8"></a></p>
<h3 style="text-align: justify">Quick Navigation through the Medical Case Study Outline Page</h3>
<ul style="text-align: justify">
<li><a href="#2">Download a free sample of Medical Case Study</a></li>
<li><a href="#3">Medical Case Study Format</a></li>
<li><a href="#4">What Should You Include in Case Report?</a></li>
<li><a href="#5">How We Can Help</a></li>
<li><a href="#6">What to Include in Management and Treatment section of Medical Case Study?</a></li>
<li><a href="#5">What is Discussion Section of Medical Case Study For?</a></li>
<li><a href="#1">Types of Medical Case Studies</a></li>
</ul>
<p style="text-align: justify"><a name="2"></a></p>
<h3 style="text-align: justify">Download Free Sample of Medical Case Study</h3>
<p style="text-align: justify"><a href="http://www.professays.com/wp-content/uploads/2011/07/Medical-Case-Study-Free-Sample1.pdf" target="_blank"><img src="/wp-content/themes/default/images/sample-dl.gif" alt="" width="282" height="16" /></a></p>
<h3 style="text-align: justify"><strong> </strong><strong><a name="3"></a></strong></h3>
<p style="text-align: justify">
<p style="text-align: justify"><strong><span style="color: #008000">Medical Case Study Free Sample (Click image to enlarge)</span></strong></p>
<hr /><a name="1"></a></p>
<h3 style="text-align: justify"><strong><a href="http://www.professays.com/wp-content/uploads/2011/07/Medical-Case-Study-Free-Sample1.jpg" target="_blank"><img class="alignleft size-medium wp-image-11363" src="http://www.professays.com/wp-content/uploads/2011/07/Medical-Case-Study-Free-Sample1-212x300.jpg" alt="" width="212" height="300" /></a>Medical Case Study Format</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">This is a typical <strong>medical case study</strong> outline:</p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">1. <span style="color: #3366ff"><em>Abstract:</em></span>: This section should include the same sections as the main text, just in succinct form.</p>
<p style="text-align: justify">2.<span style="color: #3366ff"><em>Introduction:</em></span> This section should attract the attention and interest of the reader, providing the subject, purpose, and merit of the <strong>case study</strong>.</p>
<p style="text-align: justify">3. <span style="color: #3366ff"><em>Case Presentation / Case Report:</em></span>:  This is a very central section. Anyone reading this section should be able to form their own conclusions from this section alone.</p>
<p style="text-align: justify">4. <span style="color: #3366ff"><em>Management and Treatment:</em></span> In this section, the plan for care, treatment used, and the outcome are discussed.</p>
<p style="text-align: justify">5. <span style="color: #3366ff"><em>Discussion:</em></span> Being the final section, discussion is the most important section of the study. It should evaluate the case, comparing and contrasting it with published literature. It should also summarize the features of the study, justifying why the case is unique, and draw recommendations and conclusions.</p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify"><a name="4"></a></p>
<p style="text-align: right"><a href="#8">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<h3 style="text-align: justify"><strong> </strong></h3>
<h3 style="text-align: justify"><strong>What Should You Include In Case Report?</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">The case report is the part of the <strong>medical case study</strong> where you introduce the raw data, medical history, and the results of any examinations that have been performed. The working diagnosis and management of the case are described in the case report as well.</p>
<h3 style="text-align: justify"><strong><a href="http://www.professays.com/order-now/"><img class="size-medium wp-image-11320 alignright" src="http://www.professays.com/wp-content/uploads/2011/07/medical-case-study-300x292.jpg" alt="" width="276" height="268" /></a></strong></h3>
<p style="text-align: justify"><span style="color: #3366ff"><em>Patient demographics</em></span> – The demographics of the patient, including age, weight, height, sex, race, and occupation are to be included. Noting the patient’s race and occupation may appear as superfluous; however, this information may uncover pharmacogenomic or environmental factors.</p>
<p style="text-align: justify"><span style="color: #3366ff"><em>Patient History</em></span> – This section contains the complaint that brought the patient to seek your care. It is often very useful to use the patient’s own words. Next, you introduce the information obtained for compiling the history of the patient. It is not necessary to include every detail, just the relevant information that helped you to determine a diagnosis.</p>
<p style="text-align: justify"><span style="color: #3366ff"><em>Clinical Examination</em></span> – In this section, the diagnostic procedures and the timeline in which they were administered should be addressed. As in the previous section, every detail is not needed, just the information that was relevant to diagnosing the patient.</p>
<p style="text-align: justify"><span style="color: #3366ff"><em>Differential Diagnosis</em></span> – This section of the case report is a short list of the most likely diseases and/or disorders from the patient’s symptoms. This section is usually a result of the patient history section of the case report.</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="#8">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">If you work or study in the medical field, it is  imperative that you know how to write a <strong>medical case study</strong>. They are  used by medical professionals all over the world to learn about  pioneering new practices in medicine and essentially learn how to better  care for their patients. Writing a <strong>medical case study</strong> can be difficult  and quite time consuming.</p>
<p style="text-align: justify">If you are uncertain as to how  to write it, have problems with making a diagnosis, or just don’t have  enough time to write it, we are here to help you!</p>
<p style="text-align: justify"><a href="http://professays.com/order/"><img src="/images/banner.gif" alt="Order Custom Essays" /></a></p>
<p>Experienced writers 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> can prepare a <a href="http://www.professays.com/case-studies/">case study</a> based on any instructions provided! With us  you can be sure of the <a href="http://www.professays.com/about/testimonials/">quality</a> of your paper, and its originality. <a href="http://www.professays.com/order-now/"> Order</a> your <strong>case study</strong> now – and check the quality of our service  yourself.</p>
<p style="text-align: justify"><strong> </strong></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="#8">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<h3 style="text-align: justify"><strong>What to Include in Management and Treatment section of Medical Case Study?</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">In this section of the <strong>clinical case study</strong>, you should clearly describe the plan for caring for the patient, as well as the care that was actually provided, and the resulting outcome.</p>
<p style="text-align: justify">You should be as specific as possible when describing the treatment used. In this section you should avoid the daily progress of the patient, including normal vital signs and other information that is not relevant.</p>
<p style="text-align: justify">Indicate the effect of any and all treatment, any unanticipated effects, the patient’s final outcome, any further proposed treatments, and the patient’s status at the time of the report.</p>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">You may want to include the patient’s own account of their improvement or lack thereof. But whenever possible, use a well-validated method of measuring their improvement.</p>
<p style="text-align: justify">For your <strong>medical case study</strong>, it may be possible to use data from visual analog scales for pain, or a medication usage journal.</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="#8">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<h3 style="text-align: justify"><strong>What Is Discussion Section Of Medical Case Study For?</strong></h3>
<p style="text-align: justify"><strong> </strong></p>
<p style="text-align: justify">The discussion section is used to synthesize the foregoing sections and explain the correlations as well as the apparent inconsistencies. This section should also include a detailed explanation of the literature review. If appropriate, using just a few sentences, describe any lesson to be learned from the <strong>medical case study.</strong></p>
<p style="text-align: justify">You should take care not to make firm judgments or sweeping recommendations based upon speculation, limited and tenuous information, or on a few case reports. Only justifiable evidence-based recommendations should be noted.</p>
<p style="text-align: right"><a href="#8">Menu</a></p>
<p style="text-align: right"><a href="#5">How we can help</a></p>
<p style="text-align: justify"><a name="1"></a></p>
<h3 style="text-align: justify"><strong>Types of Medical Case Studies</strong></h3>
<p style="text-align: justify">There are two types of <strong>medical case studies</strong> that you may come across during your education. The first only provides you the patient’s medical history and initial diagnosis. Based on the information contained within, you will be required to justify the diagnosis and provide recommendations for treatment.</p>
<p style="text-align: justify">The second type of <strong>case study</strong> describes the situation at hand and includes the chosen solution and furthermore, the outcome of said solution. With this type of <strong>case study</strong>, you will be required to determine how and why the solution succeeded or failed.</p>
<p style="text-align: right"><a href="#8">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>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/case-studies/medical-case-study-writing-help/','Medical%20Case%20Study%20Writing%20Help')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;linkname=Medical%20Case%20Study%20Writing%20Help" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;count=horizontal&amp;text=Medical%20Case%20Study%20Writing%20Help" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;count=horizontal&amp;text=Medical%20Case%20Study%20Writing%20Help" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fmedical-case-study-writing-help%2F&amp;title=Medical%20Case%20Study%20Writing%20Help" id="wpa2a_10"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/case-studies/medical-case-study-writing-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Ethics Case Study</title>
		<link>http://www.professays.com/case-studies/business-ethics-case-study/</link>
		<comments>http://www.professays.com/case-studies/business-ethics-case-study/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 21:41:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Case Studies, Help with Case Study]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=11090</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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>

Being required to write a case study on a particular aspect of business ethics is often yet another requirement of an undergraduate degree in business, or MBA. However, you may feel uncertain as to what you should write about. To make your decision easier we&#8217;ve prepared a list of both ethical issues and spheres of [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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">Being required to write a case study on a particular aspect of business ethics is often yet another requirement of an undergraduate degree in business, or MBA. However, you may feel uncertain as to what you should write about. To make your decision easier we&#8217;ve prepared a list of both <a href="#3">ethical issues</a> and <a href="#4">spheres of business</a> you  can choose from for your <strong>case study</strong>.</p>
<p>Having a solid topic on which to focus  on your <strong>business ethics case study</strong> is imperative. There are many areas of the business world that have ethics-related concerns, which leaves you a lot of room to choose something that is truly of interest to you. The way in which these businesses manage themselves is another area that the case study will touch upon, as it will help you to define your variables, find your key players, and determine how they all interact to create or exacerbate the problem you have chosen to study.</p>
<p><span id="more-11090"></span></p>
<p style="text-align: justify">While writing a <strong>business ethics case study</strong> might seem daunting, it can be easily broken down into the sum of its parts, making the process a lot clearer and certainly much easier to manage.</p>
<p><a class="twitter-share-button" href="http://twitter.com/share">Tweet</a></p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#2">How we can help</a></p>
<p style="text-align: justify"><a name="1"></a></p>
<h3 style="text-align: justify">Quick Navigation through the Business Ethics Case Study Navigation Page</h3>
<ul style="text-align: justify">
<li><a href="#5">Download Free Sample of Business Ethics Case Study</a></li>
<li><a href="#6">What Should You Demonstrate in a Business Ethics Case Study?</a></li>
<li><a href="#2">How  We Can Help</a></li>
<li><a href="#3">What Ethics Issues May a Business Ethics Case Study Be About?</a></li>
<li><a href="#4">Which Areas of Management Might a Case Study Address</a></li>
</ul>
<p style="text-align: justify"><a name="5"></a></p>
<h3 style="text-align: justify">Download Free Sample of Business Ethics Case Study</h3>
<p style="text-align: justify"><a href="http://www.professays.com/wp-content/uploads/2011/07/Microsoft-Antitrust-Case.pdf" target="_blank"><img src="/wp-content/themes/default/images/sample-dl.gif" alt="" width="282" height="16" /></a></p>
<p style="text-align: right"><a href="#2"></a></p>
<p style="text-align: justify"><a name="1"></a></p>
<hr /><a name="6"></a></p>
<h3>What Should You Demonstrate in a <strong>Business Ethics Case Study</strong>?</h3>
<p style="text-align: left"><strong><span style="color: #0000ff">Business Ethics Case Study Essay</span></strong></p>
<p><span style="color: #0000ff"><strong>(Click the Image to Enlarge)</strong></span></p>
<h3><a title="Case Study Sample" href="http://www.professays.com/wp-content/uploads/2011/07/The-Tata-Tea-1.jpg" target="_blank"><img class="size-medium wp-image-11108 alignleft" src="http://www.professays.com/wp-content/uploads/2011/07/The-Tata-Tea-1-211x300.jpg" alt="" width="211" height="300" /></a></h3>
<p style="text-align: justify">When you build a base of information upon which to perform a case study, or thorough analysis of a set of information about a certain company or group of people, you need to ensure that a number of things are accounted for. Writing a <strong>business ethics case study</strong> involves the synthesis of a lot of different bits of information, which then allow one to glean something from what is, at first, a large amount of senseless data.</p>
<p style="text-align: justify">-	You must demonstrate an understanding of all variables, or contributing factors, to your <strong>business ethics case study</strong> <strong>writing.</strong></p>
<p style="text-align: justify">-	You must also be able to identify the key &#8220;players&#8221;, or those who are contributing most significantly to these variables.</p>
<p style="text-align: justify">-	In order to identify key players, you must understand the motivations behind certain types of ethics violations.</p>
<p style="text-align: justify">-	 You must understand the reasons for having a certain agenda in order to identify all the players and variables involved.</p>
<p style="text-align: justify">Once these are identified, you must then be able to interpret how these variables effect, cause, or exacerbate the problem you are looking at in your<strong> business ethics case study essay.</strong></p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: justify"><a name="2"></a></p>
<h3 style="text-align: justify">How We Can Help</h3>
<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 are a time honored writing assistance company that offers convenient, affordable, and confidential writing services. When faced with a<strong> business ethics case study</strong> assignment, and you don&#8217;t know where to turn, look no further. Our staff is comprised of highly educated, well qualified professional writers that have advanced training in the business field.</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">With years of education and experience under our proverbial belts, we are here to help with any aspect of the <strong>business ethics case study</strong> writing process &#8211; whether you need a complete custom paper, help with <a href="http://www.professays.com/info/essay-outline-template/">creating an outline</a>, <a href="http://www.professays.com/info/choosing-the-topic/">coming up with a topic</a>, <a href="http://www.professays.com/research-papers/how-to-cite-a-research-paper/">citing sources</a>, and more &#8211; our staff is available 24/7, waiting to make the <strong>business ethics case study essay</strong> writing process as simple and rewarding as possible. <a href="http://www.professays.com/order-now/">Order</a> your <strong>business ethics case study</strong> now, and we promise you’ll be <a href="http://www.professays.com/about/testimonials/">satisfied</a> with the paper you receive!</p>
<p style="text-align: justify"><a name="3"></a></p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#2">How we can help</a></p>
<h3 style="text-align: justify">What Ethics Issues May a Business Ethics Case Study Be About?</h3>
<p style="text-align: justify"><a href="http://www.professays.com/info/choosing-the-topic/"></a><a href="http://www.professays.com/order-now/"><img class="alignright size-medium wp-image-11092" src="http://www.professays.com/wp-content/uploads/2011/07/help-with-business-ethics-case-study-236x300.jpg" alt="" width="236" height="300" /></a>Choosing a topic, as with many types of essay writing, is one of the most difficult aspects of writing a <strong>business ethics case study</strong> <strong>essay</strong>. There is a large number of areas that you can choose from  for a <a href="http://www.professays.com/info/business-essay-writing-help/">business essay</a>, but there is a narrow band of ethics violations that is often handled by key corporations that make excellent starting points and topics from which to base your case study on.</p>
<p style="text-align: justify">•	<strong>The Environment:</strong> Many companies are beginning to come under fire for the environmental impact of their operations. Energy companies, manufacturers, and the agricultural industry are obvious subjects that can be touched upon, as their basic business practices can have a profound and negative impact on the environment. However, even companies that do not produce physical goods and services can have a negative impact on the environment by way of resource use. There are a considerable number of companies &#8211; both that produce physical goods and services, and those that don&#8217;t &#8211; that are becoming transparent, and making strides to reduce their impact on the environment.</p>
<p style="text-align: justify">•	<strong>Corporate Governance:</strong> Corporate governance can loosely be defined as the way in which a business manages itself. It is the structure in which the business operates. As with different countries, there are different strategies or &#8220;political views&#8221; in how to run, operate, and manage a company. Companies with what are seen as poor governance strategies will often come under fire for these ethics violations.</p>
<p style="text-align: justify">•	<strong>Human Rights:</strong> This is something, at least within in the United States that would most pertain to international corporations, as our government already has strict human rights rules and regulations. These ethics violations studies could entail the treatment of international labor.</p>
<p style="text-align: justify">•<strong> Responsibilities to the Stakeholders:</strong> A publicly owned company is required, by law, to provide the highest return on an investor&#8217;s investment as possible. There have been cases where &#8220;books have been cooked&#8221; and loopholes have been found whereby stakeholders were not receiving the fair share of their return.</p>
<p style="text-align: justify">•<strong> Social Responsibility: </strong>This refers to the unspoken social contract that we expect business to have with society. Infractions on social responsibilities would include unlawful dumping of toxic materials, failure to educate people about processes properly, and other sorts of actions.</p>
<p style="text-align: justify">•	<strong>Executive Compensation:</strong> This is a more philosophical ethics violation, but one that has come under increased scrutiny in recent years. With the financial assistance many governments have been required to provide to many corporations, the compensation that the &#8220;higher ups&#8221; receive, including bonuses, kickbacks, and other incentives, have come under intense discussion about their morality.</p>
<p style="text-align: justify"><a name="4"></a></p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#2">How we can help</a></p>
<h3 style="text-align: justify">Which Areas of Management Might a Case Study Address?</h3>
<p style="text-align: justify">As noted above, there are many different &#8220;tracks&#8221; one can take on this topic as it is extremely multifaceted, and, as with all forms of ethics, open to interpretation and debate. There are many different areas and ways in which a company manages itself. These management areas are often a great choice for the focus of a solid <strong>business ethics case study essay</strong>.</p>
<p style="text-align: justify">•	<strong>Human Resources:</strong> Focusing on this aspect of management would entail a focus on how employees are treated as well as how they are compensated. Information about salaries, benefits packages, and other incentives of doing &#8220;x&#8221; job will be important data to have.</p>
<p style="text-align: justify">•<strong> Marketing:</strong> This is an area that has many good tracks you can take. Marketing, in and of itself, is a very sticky issue when it comes to ethics. To ethically market, a company must provide adequate transparency, provide all required or necessary information, and should not use underhanded tactics to sell a product or service.</p>
<p style="text-align: justify">•<strong> The Production of Physical Goods:</strong> There are many environmental and social implication in the actual production of goods, which makes this an excellent area to focus on for your <strong>business ethics case study writing.</strong> The actual processes that are used to produce a said good can be touched on from either an environmental, labor, or social perspective.</p>
<p style="text-align: justify">•<strong> Unions: </strong>Unions, even today, are still points of contention for many. Ethics violations related to union activities would be things like union busting, and improper management on the part of the union itself.</p>
<p style="text-align: justify">•	<strong>Intellectual Property:</strong> As our world becomes more digital, virtual, and Internet-oriented, intellectual property, or intangible property that one has created such as music, software, and even ideas, has become a large area of contention. We need creative people in order to create innovative new products and services, but a question that continues to be asked is whether or not legal protections of this type of property are imperative to the creation and spread of new ideas.</p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#2">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>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/case-studies/business-ethics-case-study/','Business%20Ethics%20Case%20Study')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;linkname=Business%20Ethics%20Case%20Study" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;count=horizontal&amp;text=Business%20Ethics%20Case%20Study" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;count=horizontal&amp;text=Business%20Ethics%20Case%20Study" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fbusiness-ethics-case-study%2F&amp;title=Business%20Ethics%20Case%20Study" id="wpa2a_12"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/case-studies/business-ethics-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProfEssays.com meets the needs of Australian customers!</title>
		<link>http://www.professays.com/news/professays-meets-the-needs-of-australian-customers/</link>
		<comments>http://www.professays.com/news/professays-meets-the-needs-of-australian-customers/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 11:11:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=11082</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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>

ProfEssays.com, a leading custom essay company, has added a direct Australian phone number and hired more Australian writers.
ProfEssays.com expends its customer support services by opening new direct phone lines for customers from Australia. Now if you have urgent questions don’t hesitate to contact us by number  61-2-9191-6329 from Australia!  The ProfEssays Team works [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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><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>, a leading custom essay company, has added a direct Australian phone number and hired more Australian writers.</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> expends its customer support services by opening new direct phone lines for customers from Australia. Now if you have urgent questions don’t hesitate to contact us by number  <strong>61-2-9191-6329</strong> from Australia! <span id="more-11082"></span> The <strong><span style="color: #a90074;">P</span><span style="color: #666cbd;">rof</span><span style="color: #a90074;">E</span><span style="color: #666cbd;">ssays</span></strong> Team works diligently to gain your credibility and respect. The customer support team is there for you 24/7 ready to help with any of your essay, research paper or thesis assignments.</p>
<p style="text-align: justify;">Because of increasing number of returning customers from Australia, more professional writers from Australia and Great Britain were invited to work with <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>.  Being professionals and working in this business for over 7 years, we know how different the British style of writing is from the Australian or American one. All you need to do is mention your country in your order form, and our managers will assign your order to the most appropriate writer</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/news/professays-meets-the-needs-of-australian-customers/','ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers!')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;linkname=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;count=horizontal&amp;text=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;count=horizontal&amp;text=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fnews%2Fprofessays-meets-the-needs-of-australian-customers%2F&amp;title=ProfEssays.com%20meets%20the%20needs%20of%20Australian%20customers%21" id="wpa2a_14"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/news/professays-meets-the-needs-of-australian-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write a case study?</title>
		<link>http://www.professays.com/case-studies/how-to-write-a-case-study/</link>
		<comments>http://www.professays.com/case-studies/how-to-write-a-case-study/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 09:43:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Case Studies, Help with Case Study]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=10838</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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>


What is a Case Study and why are they Special?
Before you commence writing a case study it’s necessary to understand exactly what one is, the aim and the steps necessary to take to construct the study.
One of the big advantages of case studies as a way of presenting research is that they bridge the gap [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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"><a name="2"></a></p>
<h3><strong>What is a Case Study and why are they Special?</strong></h3>
<p style="text-align: justify">Before you commence writing a <strong>case study</strong> it’s necessary to understand exactly what one is, the aim and the steps necessary to take to construct the study.</p>
<p style="text-align: justify">One of the big advantages of<strong> case studies</strong> as a way of presenting research is that they bridge the gap between pure data and the reality in everyday life.  By concentrating on just one, or a small number of closely related examples, it is possible to bring the theories and results of the analysis into the real world.  By narrowing down the research to one individual or group, it is possible to delve deeper into the problem and therefore become aware of the possible solutions. Thus, case studies are known for their  <strong> &#8220;thick description&#8221;</strong> of contexts of the sites studied.<br />
<span id="more-10838"></span><br />
But, though a case study is much more connected to real life practice than other research papers, it is still an analytical work. As an <strong>analytical paper</strong>, a <strong>case study</strong> implies an application of different theories and concepts to the case analyzed.</p>
<p style="text-align: justify">
<p><a class="twitter-share-button" href="http://twitter.com/share">Tweet</a></p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#5">How We Can Help</a></p>
<p style="text-align: justify"><a name="1"></a></p>
<h3 style="text-align: justify">Navigation through Case Study Page</h3>
<ul style="text-align: justify">
<li><a href="#2">What is a Case Study and why are they Special?</a></li>
<li><a href="#3">Download Free Case Study Sample</a></li>
<li><a href="#4">How to Conduct a Case Study?</a></li>
<li><a href="#5">How Can We Help</a></li>
<li><a href="#6">Case Study Structure</a></li>
<li><a href="#7">Different Types of Case Studies</a></li>
</ul>
<p style="text-align: justify"><a name="3"></a></p>
<h3 style="text-align: justify">Download Free Case Study Sample</h3>
<p style="text-align: justify"><a href="http://www.professays.com/wp-content/uploads/2011/06/case_study.pdf" target="_blank "><img src="/wp-content/themes/default/images/sample-dl.gif" alt="" /></a></p>
<p style="text-align: justify"><a name="4"></a></p>
<h3><strong>How to Conduct a Case Study?</strong></h3>
<p><strong><span style="color: #a90074">Case Study Sample (click to enlarge)</span></strong></p>
<p style="text-align: justify"><a href="http://www.professays.com/wp-content/uploads/2011/06/case_study_sample.jpg" target="_blank"><img class="alignleft size-medium wp-image-10854" src="http://www.professays.com/wp-content/uploads/2011/06/case_study_sample-243x300.jpg" alt="" width="155" height="192" /></a>1)       The first thing to <strong><span style="color: #3366ff">define the problem</span></strong> which is the reason for your study.  Reading books and looking for information on the internet, along with class discussions and looking into the archives of trade papers and magazines  will enable you to determine the particular problem that will form the basis of your study. Try to determine several <strong>research questions</strong> about the problem, which begin with &#8220;how&#8221; and &#8220;why.&#8221;   Your <strong>case study </strong>will aim at answering these questions, thus well-formulated research questions will  help you to define both your case site and your research methods.</p>
<p style="text-align: justify">2)       The next step is to <strong><span style="color: #3366ff">choose your case site</span></strong>. This could be a business, organization, individual or group who are attempting to deal with the problem you have decided to discuss. Decide whether you wish to study cases that are typical of the situation or rather more unique. You can also consider cases with the same or different parameters, such as geographic regions or sizes. If you decide to use multiple cases, then each should be treated as a case in its own right, but the conclusions can be related to the whole study. To ensure that you remain focused on the project in hand it’s wise to regularly refer back to the original purpose. That way you’ll be sure that your case study research and conclusions have not gone off track and remain true to the questions posed.</p>
<p><a href="http://professays.com/order-now/"><img class="alignright size-medium wp-image-10842" src="http://www.professays.com/wp-content/uploads/2011/06/case_study-300x247.jpg" alt="" width="270" height="222" /></a></p>
<p style="text-align: justify">3)      <strong><span style="color: #3366ff">Collect the data</span></strong>. Your data will be collected in various ways from different sources. Plan out in advance where you will find this data to answer your research question. There are six sources to find this from:</p>
<ul style="text-align: justify">
<li>Artifacts</li>
<li>Archival records</li>
<li>Interviews</li>
<li>Direct observation</li>
<li>Participant observation.</li>
</ul>
<p style="text-align: justify">The more of these sources you use, the stronger your <strong>case study </strong>will be. The best of case studies also provide field notes and databases to further reference the data gathered. This provides readers with an available source for further analysis in its own right. Field notes are especially valid as they provide a record of personal feelings and intuition. They also pose further questions that come to light as the data gathering progresses.</p>
<p style="text-align: justify">4)       Once this has been done you need to <strong><span style="color: #3366ff">analyze and evaluate all the information</span></strong> you have collected. Pay particular attention to any conflicting evidence as this may provide vital clues to possible solutions you can present in your case study. Be ruthless with the information you have. Strip it right down to only what is necessary to the particular problem you intend to discuss.</p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#5">How We Can Help</a></p>
<p style="text-align: justify"><a name="5"></a></p>
<h2 style="text-align: justify"><strong>How Can We Help? </strong></h2>
<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 the premier provider of academic services, including research of subject matter, proofreading of your paper, essay writing services, and term paper preparation. If you need help with case study reports, we can help you with that as well. If you are short on time, or if you are having a hard time determining how to write a case study, you can buy essay papers and case study reports from us today. Contact <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> to view our <a href="http://www.professays.com/samples/">essay samples</a> and learn just how fast we can deliver your quality paper.</p>
<p><a href="http://professays.com/order/"><img src="/images/banner.gif" alt="Order Custom Essays" /></a></p>
<p style="text-align: justify">Our professional staff can compose a custom essay paper, <a href="http://www.professays.com/research-papers/">research paper</a>, or <strong>case study</strong> for you. Our talented team consists of PhD and Masters Level  academic writers. Be sure to review our essay examples.This is the best source for online essays and case study papers. <a href="http://professays.com/order-now/">Order your case study now</a> to receive a high quality paper and take advantage of our quick delivery.</p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: justify"><a name="6"></a></p>
<h3 style="text-align: justify"><strong>Case Study Structure</strong></h3>
<p style="text-align: justify">Any case study should have four distinct sections as follows:</p>
<p style="text-align: justify"><strong><span style="text-decoration: underline">Introduction</span></strong></p>
<p style="text-align: justify">The first paragraph introduces the problem.  Use information discovered in your initial research and make it clear to the reader exactly what the problem is.</p>
<p style="text-align: justify"><strong><span style="text-decoration: underline">Background</span></strong></p>
<p style="text-align: justify">This section provides further information and discusses who or what your case study is about.  It is also essential to include the reasons why your particular case study is a good example of the problem in question.</p>
<p style="text-align: justify"><strong><span style="text-decoration: underline">Discussion</span></strong></p>
<p style="text-align: justify">This is the main body of your case study. Here you need to explain what it is that you’ve discovered in all your research. Discuss the problems encountered, attempted solutions and why they may or may not have worked. You should also attempt to include how the various individuals you interviewed felt or have been affected by the failure to control the problem.</p>
<p style="text-align: justify"><strong><span style="text-decoration: underline">Conclusion</span></strong></p>
<p style="text-align: justify">Here is your chance to wow your reader!  Your concluding paragraph should aim to offer possible solutions, but still leave the situation open enough to give your reader the chance to come up with their own alternative answers to the problem.</p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#5">How We Can Help</a></p>
<p style="text-align: justify"><a name="7"></a></p>
<h3 style="text-align: justify"><strong>Different Types of Case Studies</strong></h3>
<p style="text-align: justify">There are various different types of <strong>case studies</strong> that you might like to consider.</p>
<ul style="text-align: justify">
<p style="text-align: justify">
<li><strong><span style="color: #3366ff"><em>Illustrative Case Studies</em></span></strong> are first and foremost descriptive studies.  The main purpose of these is to make a subject more ‘user-friendly’ and bring about a common language for those unfamiliar with the topic. These will usually give a couple of specific examples to help explain the problem in question.</li>
<p style="text-align: justify">
<li><strong><span style="color: #3366ff"><em>Exploratory Case Studies</em></span></strong> are smaller studies that are put into place before studies are commenced on a much larger scale. They aim to identify particular problems and are sometimes referred to as pilot case studies.</li>
<p style="text-align: justify">
<li><strong><span style="color: #3366ff"><em>Critical Instance Case Studies</em></span></strong> have two functions and are often used to discuss cause and effect situations.The first type is to question something that is accepted on a wide scale and discuss why this might not perhaps be so. The second is to examine a very unique situation that is not of general or universal knowledge.</li>
</ul>
<p style="text-align: right"><a href="#1">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>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/case-studies/how-to-write-a-case-study/','How%20to%20write%20a%20case%20study?')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;linkname=How%20to%20write%20a%20case%20study%3F" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;count=horizontal&amp;text=How%20to%20write%20a%20case%20study%3F" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;count=horizontal&amp;text=How%20to%20write%20a%20case%20study%3F" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fcase-studies%2Fhow-to-write-a-case-study%2F&amp;title=How%20to%20write%20a%20case%20study%3F" id="wpa2a_16"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/case-studies/how-to-write-a-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing an Ed.D. Dissertation</title>
		<link>http://www.professays.com/dissertations/edd-dissertation/</link>
		<comments>http://www.professays.com/dissertations/edd-dissertation/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 01:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dissertation Help, Custom Dissertation Writing Services, PhD Dissertation, Masters Dissertation]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=10825</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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 dissertations is a vital part of completing an Ed.D. degree.  But while there are a lot of resources devoted to dissertation writing in regards to a Ph.D. qualification, it is often more problematic to find equal guidelines explaining how to complete an Ed.D. dissertation.   There are some quite major differences between the two that [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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 dissertations is a vital part of completing an <strong>Ed.D. degree</strong>.  But while there are a lot of resources devoted to <a href="http://www.professays.com/dissertations/">dissertation</a> writing in regards to a Ph.D. qualification, it is often more problematic to find equal guidelines explaining how to complete an <strong>Ed.D. dissertation</strong>.   There are some quite major differences between the two that are important to understand before you begin your writing.   To this end we have we designed this page to assist you with <strong>writing</strong> your <strong>Ed.D. dissertation</strong>, and explain how it differs from a Ph.D.</p>
<p><span id="more-10825"></span><br />
<a href="http://twitter.com/share" class="twitter-share-button">Tweet</a></p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#5">How We Can Help</a></p>
<p style="text-align: justify"><a name="1"></a></p>
<h3 style="text-align: justify">Quick Navigation through the Ed.D. Dissertation Writing Page</h3>
<ul style="text-align: justify">
<li><a href="#2">Download Free Ed.D. Dissertation Sample</a></li>
<li><a href="#3">How does an Ed.D. Differ from a Ph.D.?</a></li>
<li><a href="#4">What are the Main Features of an Ed.D. Dissertation?</a></li>
<li><a href="#5">How We Can Help</a></li>
<li><a href="#6">Suggested Ideas for Ed.D. Dissertation Content</a></li>
<li><a href="#7">Checklist for your Ed.D. Dissertation Proposal </a></li>
</ul>
<p style="text-align: justify"><a name="2"></a></p>
<h3 style="text-align: justify">Download Free Sample of Ed.D. Dissertation</h3>
<p style="text-align: justify"><a href='http://www.professays.com/wp-content/uploads/2011/06/Lagor_EdD-Thesis.pdf' target="_blank "><img src="/wp-content/themes/default/images/sample-dl.gif" alt="" /></a></p>
<p style="text-align: justify"><a name="3"></a></p>
<h4 style="text-align: justify"><strong>How does an Ed.D. Differ from a Ph.D.?</strong></h4>
<p style="text-align: right"><strong><span style="color: #a90074"> Framework for Doctoral Program </span></strong><br />
<a><img src="http://www.professays.com/wp-content/uploads/2011/06/Doctoral-Framework-150x150.jpg" alt="" width="150" height="150" class="alignright size-thumbnail wp-image-10829" /></a>
</p>
<p style="text-align: justify">An <strong>Ed.D.</strong> (or Doctorate of Education) is equal in stature to a <strong>Ph.D.</strong> but traditionally is thought of as more ‘practitioner friendly’ than the research orientated <a href="http://www.professays.com/thesis/phd-thesis-writing/">Ph.D.</a> (or Doctorate of Philosophy).</p>
<p style="text-align: justify">It’s possible to gain a Ph.D. in many subjects that are science or humanity orientated – for example, math or history. However, the focus of Ed.D. qualifications is far more geared towards those who are planning on going into a practical career such as psychology or counseling. So, in essence, a Ph.D. prepares graduates to work in an academic career, whilst an Ed.D. prepares a student for work in a practical role – and very often one in which the person will be providing education to others. Because of this, an Ed.D. program will often require several years of professional experience as one of entrance requirements. This might include experience in administrative or even management level and can be reflected in the <strong>writing</strong> of your <strong>Ed.D. dissertation</strong>.</p>
<p style="text-align: justify">Once you understand the difference between the two, it’s then easy to comprehend how the two dissertations will differ from each other. <strong>Ed.D. Dissertation writing</strong> will typically be focused on study and practical experience. While a Ph.D. will be more geared towards theoretical knowledge of a more scholarly discipline.</p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#5">How We Can Help</a></p>
<p style="text-align: justify"><a name="4"></a></p>
<h4 style="text-align: justify"><strong>What are the Main Features of an Ed.D. Dissertation?</strong></h4>
<p><a href="http://www.professays.com/order-now/"><img src="http://www.professays.com/wp-content/uploads/2011/06/Ed.D.Dissertation-Writing-Help-300x203.jpg" alt="" width="300" height="203" class="alignright size-medium wp-image-10832" /></a></p>
<p style="text-align: justify">The whole idea of producing an <strong>Ed.D. dissertation </strong>is to show your ability to understand the practical aspect of your study and that you’ll be able to impart this information to others.  So, in general it should concentrate on looking at one (or more) of the following:</p>
<ul style="text-align: justify">
<li>A <strong>particular program</strong> or known practice in the field</li>
<p style="text-align: justify">
<li>A problem to do with education, or the education of others</li>
<p style="text-align: justify">
<li>A reform or policy that has been put in place to rectify a previous problem</li>
</ul>
<p style="text-align: justify">It is usual for the paper to delve into studies at a local aspect, therefore giving the student the opportunity to discuss the problem or policy and search for possible solutions.</p>
<p style="text-align: justify">An <strong>Ed.D. dissertation</strong> is extremely likely to present research and results in the form of <strong>surveys</strong>.  This ensures that the evaluation given is at a practical and ‘real time’ level, so leading to practical knowledge about the subject as well as giving the student the insight into various educational practices.</p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#5">How We Can Help</a></p>
<p style="text-align: justify"><a name="5"></a></p>
<h4 style="text-align: justify"><strong>How We Can Help</strong></h4>
<p style="text-align: justify">We understand that producing an <strong>Ed.D. dissertation</strong> doesn’t happen overnight.  It’s very easy to think that you have plenty  of time to complete your thesis and suddenly find that it’s due in a  week’s time.  But never fear, because this is where <strong>we can help</strong>.  We  have experienced professional writers who have completed a multitude of  dissertations in every subject, and are just waiting to provide you with  a top-mark paper.</p>
<p><a href="http://professays.com/order/"><img src="/images/banner.gif" alt="Order Custom Essays" /></a></p>
<p style="text-align: justify">So it doesn’t matter in what subject you need your <strong>Ed.D. dissertation</strong>,  we have a proven essay  and dissertation writers ready and waiting to  complete it.  Of course, the more notice you give us the better, but we  do offer an ‘emergency service’ for the times when you just leave it too  late.  So no matter how late you’ve left it, get in contact and <strong><a href="http://www.professays.com/order-now/">order your Ed.D. dissertation today.</a></strong></p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: justify"><a name="6"></a></p>
<h4 style="text-align: justify"><strong>Suggested Ideas for Ed.D. Dissertation Content</strong></h4>
<p style="text-align: justify">When researching content for your <strong>Ed.D. dissertation writing </strong>you should do your best to evaluate something practical of which you have personal experience. You may search for your subject at the university at which you’re studying, place you are working, or have worked in the past,  or it can even be a local community project.</p>
<p style="text-align: justify">Consider the following as <strong>ideas</strong> to include in your <strong>Ed.D. dissertation</strong>:</p>
<ul style="text-align: justify">
<li>Programs towards caring for the elderly in a particular area</li>
<p style="text-align: justify">
<li>How the use of e-portfolios for various qualifications has improved both student and tutor efficiency as opposed to more traditional, paper based, essays and papers</li>
<p style="text-align: justify">
<li>How the introduction of classroom assistants has aided primary school children</li>
<p style="text-align: justify">
<li>Looking at a college or course in particular, how the ability of students to take notes on their laptops has improved efficiency during lectures</li>
</ul>
<p style="text-align: justify">These could all be discussed at local level, making your <strong>Ed.D. dissertation apt</strong> for the exact area of study.  For example, in our first point you could study the elderly in your local area.</p>
<p style="text-align: right"><a href="#1">Menu</a></p>
<p style="text-align: right"><a href="#5">How We Can Help</a></p>
<p style="text-align: justify"><a name="7"></a></p>
<h4 style="text-align: justify"><strong>Checklist for your Ed.D. Dissertation Proposal </strong></h4>
<p style="text-align: justify">Before writing your <strong>Ed.D. dissertation</strong> you’ll be required to submit what is known as an <strong>Ed.D. dissertation</strong> proposal.  This should include the following:</p>
<ul style="text-align: justify">
<li>Identification of the problem or issue</li>
<p style="text-align: justify">
<li>Your research aims</li>
<p style="text-align: justify">
<li>A literature review and discussion</li>
<p style="text-align: justify">
<li>Your <strong>research questions</strong> (depending on the amount these might be divided into major and minor questions)</li>
<p style="text-align: justify">
<li>Your intended methodology (e.g. your data collecting and analysis methods)</li>
<p style="text-align: justify">
<li>A bibliography</li>
</ul>
<p style="text-align: right"><a href="#1">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>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/dissertations/edd-dissertation/','Writing%20an%20Ed.D.%20Dissertation')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;linkname=Writing%20an%20Ed.D.%20Dissertation" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;count=horizontal&amp;text=Writing%20an%20Ed.D.%20Dissertation" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;count=horizontal&amp;text=Writing%20an%20Ed.D.%20Dissertation" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Fdissertations%2Fedd-dissertation%2F&amp;title=Writing%20an%20Ed.D.%20Dissertation" id="wpa2a_18"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/dissertations/edd-dissertation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Write a Book Essay</title>
		<link>http://www.professays.com/info/essay-on-book/</link>
		<comments>http://www.professays.com/info/essay-on-book/#comments</comments>
		<pubDate>Fri, 06 May 2011 19:01:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Essay Help, Custom Essay Writing Services]]></category>

		<guid isPermaLink="false">http://www.professays.com/?p=10145</guid>
		<description><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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>


Tips on Writing an Outstanding Book Report
A book report is an essay written to summarize, interpret, and conclude a book read for pleasure, for school, or for college. When pondering the question of how to write an outstanding book essay you must remember to ensure all three parts are written carefully and to the very [...]]]></description>
			<content:encoded><![CDATA[   
<script>
    var order_price_list = {"HS":{"14d":"13.85","10d":"13.93","7d":"14.15","6d":"15.91","5d":"17.99","4d":"18.91","3d":"20.97","48h":"23.46","24h":"26.41","18h":"30.23","12h":"32.09","8h":"33.02","6h":"35.87"},"C":{"14d":"14.65","10d":"15.02","7d":"15.84","6d":"16.74","5d":"18.95","4d":"19.74","3d":"21.83","48h":"24.75","24h":"28.10","18h":"31.18","12h":"32.98","8h":"34.12","6h":"36.93"},"U":{"14d":"16.21","10d":"16.67","7d":"17.13","6d":"17.57","5d":"20.05","4d":"20.59","3d":"22.69","48h":"25.17","24h":"29.79","18h":"32.13","12h":"33.87","8h":"35.23","6h":"37.96"},"U3":{"14d":"17.39","10d":"17.65","7d":"18.07","6d":"18.40","5d":"21.00","4d":"21.43","3d":"23.55","48h":"26.01","24h":"30.48","18h":"33.08","12h":"34.76","8h":"36.38","6h":"39.02"},"U4":{"14d":"17.95","10d":"18.23","7d":"18.86","6d":"19.23","5d":"22.07","4d":"23.27","3d":"24.41","48h":"26.86","24h":"31.17","18h":"33.96","12h":"35.65","8h":"37.42","6h":"40.08"},"M":{"14d":"18.17","10d":"18.89","7d":"19.35","6d":"20.09","5d":"23.10","4d":"24.15","3d":"25.31","48h":"28.74","24h":"32.86","18h":"34.99","12h":"36.54","8h":"38.55","6h":"41.19"},"PhD":{"14d":"20.95","10d":"21.41","7d":"22.63","6d":"23.37","5d":"26.38","4d":"28.67","3d":"29.66","48h":"32.62","24h":"35.95","18h":"38.77","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"><a name="1"></a></p>
<h4 style="text-align: justify">Tips on Writing an Outstanding Book Report</h4>
<p style="text-align: justify">A book report is an <strong><a href="http://www.professays.com/info/types-of-essay/">essay</a> </strong>written to summarize, interpret, and conclude a book read for pleasure, for school, or for <a href="http://www.professays.com/custom-college-ssays/"><strong>college</strong></a>. When pondering the question of <a href="http://www.professays.com/essay-help/"><strong>how to write</strong></a> an outstanding <a href="http://www.professays.com/info/essay-on-book"><strong>book essay</strong></a> you must remember to ensure all three parts are written carefully and to the very specific parameters outlined.<span id="more-10145"></span></p>
<p style="text-align: right"><span style="color: #a90074"><strong>Book Essay Example</strong></span><br />
<a href="http://www.professays.com/wp-content/uploads/2011/05/10051436.png" target="_blank"><img class="size-thumbnail wp-image-10163 alignright" src="http://www.professays.com/wp-content/uploads/2011/05/10051436-150x150.png" alt="" width="150" height="150" /></a></p>
<ol style="text-align: justify">
<li>Like all good <strong>essays </strong>you will need to <a href="http://www.professays.com/info/APA-Essay-Format/"><strong>begin</strong></a> your outstanding <strong>essay </strong>by creating an outline containing a summary, an interpretation, and a conclusion.</li>
<p style="text-align: justify">
<li>In the summary it is very important that you state only the main points of the book. If it is a fiction book, you need to discuss  characters, plot, and meaning. If you analyze an academic book, you’ll need to discuss the structure of the book, the author’s sources and methodology. The summary is not the place in the <strong>book essay</strong> to take sides or argue points, remember to stick to the facts here!</li>
<p style="text-align: justify">
<li>In the interpretation you will need take a stand and argue a point of the book. This part of the<strong> essay</strong> is to ensure you get to speak your mind and opinion about a character, event, main idea, a concept, methodology, etc…</li>
<p style="text-align: justify">
<li>In the <strong><a href="http://www.professays.com/research-papers/research-paper-conclusion/">conclusion</a></strong> you will need to bring together both the summary and your interpretation. In order to have an outstanding <strong>book essay</strong> you will need to carefully craft a conclusion that will infuse the authors point of view, stated in the summary, and your point of view, stated in the interpretation.</li>
<p style="text-align: justify">
<li>Proofread. Like in all outstanding <strong>essays</strong>, a huge part is proofreading to fix any and all mistakes made.</li>
</ol>
<p><a class="twitter-share-button" href="http://twitter.com/share">Tweet</a></p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#3">How we can help</a></p>
<p style="text-align: justify"><a name="7"></a></p>
<h3 style="text-align: justify">Quick Navigation through the Book Report Page</h3>
<ul style="text-align: justify">
<li><a href="#1">Tips on Writing an Outstanding Book Report</a></li>
<li><a href="#2">How to Choose a Book for a Book Essay</a></li>
<li><a href="#3">How we Can Help</a></li>
<li><a href="#4">More Tips on Writing an Outstanding Book Report</a></li>
<li><a href="#5">What is your Teacher Looking For in Your Book Report?</a></li>
<li><a href="#6">What Makes a Bad Book Essay?</a></li>
</ul>
<h3 style="text-align: justify">Free Book Review Sample</h3>
<p style="text-align: justify"><a href="/wp-content/uploads/2011/05/Sample_Book_Review1.pdf" target="_blank"><img src="/wp-content/themes/default/images/sample-dl.gif" alt="" width="282" height="16" /></a></p>
<p style="text-align: justify"><a name="2"></a></p>
<p><a href="http://www.professays.com/order-now/"><img class="alignright size-full wp-image-10159" src="http://www.professays.com/wp-content/uploads/2011/05/Good-Book-Report-e1304732847129.jpg" alt="" width="249" height="167" /></a></p>
<h4 style="text-align: justify">How to Choose a Book for a Book Essay</h4>
<p style="text-align: justify">Normally a teacher in school or a professor in <a href="http://www.professays.com/custom-college-ssays/"><strong>college</strong></a> will assign the book needed to create your <strong>book essay</strong>. If, by chance, you are given a choice to choose the book used to write your <strong>essay</strong> you will need to pick an interesting, versatile, and easy to understand book. If you choose book that is easy to read and interesting you will find it easier to write about the book and your interpretation of said book. When you choose a book that confuses you it might be difficult for you to write the <strong>book essay</strong>. Book reports need to be analytical and written in a strict format. If you are confused on the methodology of the author or the main ideas of the book you might wish to choose a different book for your <strong>book essay</strong>.</p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#3">How we can help</a></p>
<p style="text-align: justify"><a name="3"></a></p>
<h4 style="text-align: justify">How We Can Help</h4>
<p style="text-align: justify">When stressed about creating a great <a href="http://www.professays.com/info/essay-on-book"><strong>book essay</strong></a>, Understanding how to format the book essay, and/or looking to have a fresh pair of eyes proofread your <strong>essay</strong> you need not look any further for a solution. Our team of qualified writers are ready to create your one-of–a-kind <strong>essay.</strong></p>
<p style="text-align: justify">All <a href="http://www.professays.com/custom-made-essays/"><strong>custom essays</strong></a> are guaranteed to be delivered on time and tailored to the needs you specified. Let our qualified writers create your one-of-a-kind <strong>book essay</strong>, thesis statement, <strong>term paper</strong>, <strong><a href="http://www.professays.com/thesis/">thesis</a>,</strong> and dissertations by allowing our professionals to help with all of your writing needs.</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"><a href="http://www.professays.com/writers/"><strong>Our professionals</strong></a> are looking forward to creating a partnership with you to relieve some of the stresses caused by <a href="http://www.professays.com/essay-writing-service/"><strong>essay writing</strong></a> and <a href="http://www.professays.com/research-papers/how-to-write-a-research-paper/"><strong>research</strong></a>. Please <a href="http://www.professays.com/service/"><strong>contact us</strong></a> with all of your <a href="http://www.professays.com/custom-essays-online/"><strong>online essay</strong></a> needs including <strong>proofreading </strong>and answers to all of your “<strong><a href="http://www.professays.com/essay-help/">how to write</a>…</strong>” questions. Our team of fully staffed professionals are standing by. <a href="http://www.professays.com/order-now/"><strong>Order your book essay now</strong></a>.</p>
<p style="text-align: right"><a href="post.php?action=edit&amp;&lt;br &gt;&lt;/a&gt; &lt;p style="></a><a href="#7">Menu</a></p>
<p style="text-align: justify"><a name="4"></a></p>
<h4 style="text-align: justify">More Tips on Writing an Outstanding Book Report</h4>
<p style="text-align: justify">When writing a <a href="http://www.professays.com/info/High-School-Essay-Writing-Help/"><strong>school essay</strong></a> you will need to make sure it is outstanding. To do that you need to always start with an outline, including a summary, a interpretation, and a conclusion. These three parts are the essentials to an outstanding <a href="http://www.professays.com/custom-book-reports/"><strong>book report</strong></a>. When writing the summary, for an <strong>essay on a book</strong>, you will need to ensure you stick with just the facts. The summary retells the main points of the book the way the author intended. It is very important that you state just the main ideas and not the entire book. Too many details will take away from your <strong>essay</strong>. When writing the summary try to write it as if the person reading the <a href="http://www.professays.com/custom-book-reports/"><strong>book report</strong></a> has already read the book and understands what you are talking about. Next you will want to write your interpretation of the book used for your <strong>book report</strong>. This is the paragraph that you will add your own thoughts and commentaries. Finally, you will write the conclusions. The conclusion is a paragraph that infuses the summary and your interpretations of the book. It will be very important that you add quotes or paraphrases from the book to ensure you have backed up all points in your interpretation.</p>
<p style="text-align: right"><a href="post.php?action=edit&amp;&lt;br &gt;&lt;/a&gt; &lt;p style="></a><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#3">How we can help</a></p>
<p style="text-align: justify"><a name="5"></a></p>
<h4 style="text-align: justify">What is Your Teacher Looking for in Your Book Report?</h4>
<p style="text-align: justify">Normally your teacher is looking to see if you can follow directions when he/she explains <strong>how to write an essay.</strong> A teacher is always looking to see if you can follow the format explained just as much as he/she is looking to see if your content is well written. When writing an <strong>essay on a book</strong> the teacher will also be looking to see if you can summarize the book. You will focus on the methodology of the author then state your opinion of the effectiveness in the interpretation of the <strong>book report</strong>.</p>
<p style="text-align: justify">It is important to a teacher that you have read the book that was assigned to the <strong>book report</strong>. If you have no idea what the main points are it is a sure sign you did not read the book or you did not read carefully enough. Finally, your teacher will be looking to see if you proofread your <strong>book report</strong>. If there are more than two typos or mistakes your grade might suffer. For proofreading services please take a look at the how we can help link.</p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#3">How we can help</a></p>
<p style="text-align: justify"><a name="6"></a></p>
<h4 style="text-align: justify">What Makes a Bad Book Essay?</h4>
<p style="text-align: justify">A bad <strong>essay on a book</strong> will not follow the format given for all <strong>book reports</strong>. A bad <strong>book essay</strong> will be disorganized causing the reader or the teacher to feel that the <strong>book report</strong> does not flow well. Also, if the content of the <strong>book report</strong> does not match up to the book, it was written about, the teacher or reader might deem your <a href="http://www.professays.com/info/High-School-Essay-Writing-Help/"><strong>school essay</strong></a> a bad <strong>book essay</strong>. When summarizing the book, interpreting the book, and concluding the book you will need to ensure you are appropriately quoting/paraphrasing the book to back up all of your points. In a bad book report there will be no distinction between  your own points and the points of the book which is being analyzed.</p>
<p style="text-align: right"><a href="#7">Menu</a></p>
<p style="text-align: right"><a href="#3">How we can help</a></p>
<p style="text-align: justify"><strong> </strong></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>
<p style="text-align: justify"><a href="http://www.professays.com/order-now/"></a></p>
<div style="width: 1px;height: 1px;overflow: hidden"><!--[if gte mso 9]&gt;     &lt; ![endif]--><!--[if gte mso 9]&gt;  Normal 0      false false false  EN-GB X-NONE X-NONE                           &lt; ![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt; ![endif]--><!--[if gte mso 10]&gt; &lt; !   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&quot;Table Normal&quot;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&quot;&quot;; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:&quot;Times New Roman&quot;; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif] --><span lang="RU"><a href="../essay-help/"><span lang="EN-US">http://www.professays.com/essay-help/</span></a></span></div>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_myspace" href="http://www.addtoany.com/add_to/myspace?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="MySpace" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/myspace.png" width="16" height="16" alt="MySpace"/></a><a class="a2a_button_livejournal" href="http://www.addtoany.com/add_to/livejournal?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="LiveJournal" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/livejournal.png" width="16" height="16" alt="LiveJournal"/></a><a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a><a href="javascript:if(document.all){window.external.AddFavorite('http://www.professays.com/info/essay-on-book/','How%20to%20Write%20a%20Book%20Essay')}else{var%20b=a2a_config.localize.BookmarkInstructions%20||%20'Press%20Ctrl+D%20to%20bookmark%20this%20page';alert(a2a_config.localize.BookmarkInstructions)}" title="Bookmark/Favorites" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/bookmark.png" width="16" height="16" alt="Bookmark/Favorites"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Delicious" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_button_yahoo_mail" href="http://www.addtoany.com/add_to/yahoo_mail?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Yahoo Mail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yahoo.png" width="16" height="16" alt="Yahoo Mail"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Digg" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_read_it_later" href="http://www.addtoany.com/add_to/read_it_later?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Read It Later" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/read_it_later.png" width="16" height="16" alt="Read It Later"/></a><a class="a2a_button_live" href="http://www.addtoany.com/add_to/live?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Messenger"/></a><a class="a2a_button_squidoo" href="http://www.addtoany.com/add_to/squidoo?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Squidoo" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/squidoo.png" width="16" height="16" alt="Squidoo"/></a><a class="a2a_button_yahoo_messenger" href="http://www.addtoany.com/add_to/yahoo_messenger?linkurl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;linkname=How%20to%20Write%20a%20Book%20Essay" title="Yahoo Messenger" rel="nofollow" target="_blank"><img src="http://www.professays.com/wp-content/plugins/add-to-any/icons/yim.png" width="16" height="16" alt="Yahoo Messenger"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;count=horizontal&amp;text=How%20to%20Write%20a%20Book%20Essay" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;counturl=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;count=horizontal&amp;text=How%20to%20Write%20a%20Book%20Essay" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.professays.com%2Finfo%2Fessay-on-book%2F&amp;title=How%20to%20Write%20a%20Book%20Essay" id="wpa2a_20"><img src="http://www.professays.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.professays.com/info/essay-on-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

