KiteReader Author Donna Davies and All Hallow’s Eve Press Review & Giveaway

 Halloween Queen Loses Who Lost Her Scream


Donna Davies, the Halloween Queen, channels her love of this haunting holiday into her charming, comical children’s books. She has released six books, including a coloring book, that all center around the legends of All Hallow’s Eve.


Donna Davies


Ms. Davies is a staunch supporter of local libraries and historical societies, she serves as President of the Sleepy Hollow Cemetery Historic  Fund and curates the Hudson Valley Halloween Magazine as an “en-spook-lopedia” of all things grim and ghoulish in the area.


Night of the Candy Creepers:


Night of The Candy Creeper


It’s Halloween and you’re out for the night,


Not quite realizing you’re in for a fright.


The candy creepers have come to town,


And they will gobble your candy down.


The candy creepers are masters of disguise, but boy are they in for a big surprise.


A fun Halloween book sure to bring back fond childhood memories with a surprise ending!


Delightfully illustrated by Rob Peters.


Other Books By Donna Davies


Bye Bye Boogie Man (NEW)


A Mostly Ghostly Christmas


The Halloween Queen who Lost her Scream: An Evil Blue Fairy Tale


Sleepy Hollow and the Road You Better Not Follow


Halloween Book Coloring Pages


 Halloween Color Pages


Something To Do


Paper Plate String Spider Web:


Save Green by Being Green has a wonderful tutorial and activity on creating your own String Spider Web


Spider Web Craft


 


This Eyeball Topiary from Crafts-n-Coffee makes me GIGGLE!


Eyeball Topiary


Get the rest of this great craft instruction HERE.


 Giveaway!


Donna was kind enough to offer one lucky reader the chance to win a copy of her new children’s book Bye Bye BoogieMan!


Does your child fear the creatures of night? Well, here’s a  little girl who is  up for a boogeyman fight! This rip-roaring fun story will  transform any child who is spooked by  monsters in the closet or under the bed into rulers of their rooms.  After taking a few lessons from  little LeAnne, they will never fear that nasty boogeyman again.


 Bye Bye Boogieman


Giveaway guidelines and Official Rules:



Contest runs from October 17 until October 22nd.
Must be 18 years or older to enter.
One entry per household.
Staff and family members of Audrey Press are not eligible.
Prize winner has 48 hours to claim prize.
Winner will be chosen via Rafflecopter on October 23, 2013

How to Enter to Win ONE copy of Donna’s book Bye-Bye Boogieman


Mandatory: Like All Hallow’s Eve on Facebook


Mandatory: Like Jump Into A Book on Facebook


Extra Entries: Visit Donna’s Website and let us know which book you would like to read next.


Follow: Tweet about the Giveaway


 


a Rafflecopter giveaway

Looking for more Halloween fun? How about incorporating the fun of this spooky holiday and the love sharing books. Join the Book-or-Treat Campaign and create one in your neighborhood!  Grab your own Book-or-Treat Community Kit here:  


 




FREE Book-or-Treat Community Kit

 


* indicates required

 


Email Address *

 


First Name

 


Last Name

 


Email Format




html


 



text

 


 



mobile

 


 


 


 



 

 


 


 



var err_style = '';
try{
err_style = mc_custom_error_style;
} catch(e){
err_style = '#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
style.styleSheet.cssText = err_style;
} else {
style.appendChild(document.createTextNode(err_style));
}
head.appendChild(style);
setTimeout('mce_preload_check();', 250);


var mce_preload_checks = 0;
function mce_preload_check(){
if (mce_preload_checks>40) return;
mce_preload_checks++;
try {
var jqueryLoaded=jQuery;
} catch(err) {
setTimeout('mce_preload_check();', 250);
return;
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://downloads.mailchimp.com/js/jqu...
head.appendChild(script);
try {
var validatorLoaded=jQuery("#fake-form").validate({});
} catch(err) {
setTimeout('mce_preload_check();', 250);
return;
}
mce_init_form();
}
function mce_init_form(){
jQuery(document).ready( function($) {
var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} };
var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
$("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
options = { url: 'http://jumpintoabook.us6.list-manage1...?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
beforeSubmit: function(){
$('#mce_tmp_error_msg').remove();
$('.datefield','#mc_embed_signup').each(
function(){
var txt = 'filled';
var fields = new Array();
var i = 0;
$(':text', this).each(
function(){
fields[i] = this;
i++;
});
$(':hidden', this).each(
function(){
var bday = false;
if (fields.length == 2){
bday = true;
fields[2] = {'value':1970};//trick birthdays into having years
}
if ( fields[0].value=='MM' && fields[1].value=='DD' && (fields[2].value=='YYYY' || (bday && fields[2].value==1970) ) ){
this.value = '';
} else if ( fields[0].value=='' && fields[1].value=='' && (fields[2].value=='' || (bday && fields[2].value==1970) ) ){
this.value = '';
} else {
if (/\[day\]/.test(fields[0].name)){
this.value = fields[1].value+'/'+fields[0].value+'/'+fields[2].value;
} else {
this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
}
}
});
});
$('.phonefield-us','#mc_embed_signup').each(
function(){
var fields = new Array();
var i = 0;
$(':text', this).each(
function(){
fields[i] = this;
i++;
});
$(':hidden', this).each(
function(){
if ( fields[0].value.length != 3 || fields[1].value.length!=3 || fields[2].value.length!=4 ){
this.value = '';
} else {
this.value = 'filled';
}
});
});
return mce_validator.form();
},
success: mce_success_cb
};
$('#mc-embedded-subscribe-form').ajaxForm(options);


});
}
function mce_success_cb(resp){
$('#mce-success-response').hide();
$('#mce-error-response').hide();
if (resp.result=="success"){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(resp.msg);
$('#mc-embedded-subscribe-form').each(function(){
this.reset();
});
} else {
var index = -1;
var msg;
try {
var parts = resp.msg.split(' - ',2);
if (parts[1]==undefined){
msg = resp.msg;
} else {
i = parseInt(parts[0]);
if (i.toString() == parts[0]){
index = parts[0];
msg = parts[1];
} else {
index = -1;
msg = resp.msg;
}
}
} catch(e){
index = -1;
msg = resp.msg;
}
try{
if (index== -1){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
} else {
err_id = 'mce_tmp_error_msg';
html = '


'+msg+'

';


var input_id = '#mc_embed_signup';
var f = $(input_id);
if (ftypes[index]=='address'){
input_id = '#mce-'+fnames[index]+'-addr1';
f = $(input_id).parent().parent().get(0);
} else if (ftypes[index]=='date'){
input_id = '#mce-'+fnames[index]+'-month';
f = $(input_id).parent().parent().get(0);
} else {
input_id = '#mce-'+fnames[index];
f = $().parent(input_id).get(0);
}
if (f){
$(f).append(html);
$(input_id).focus();
} else {
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
}
}
} catch(e){
$('#mce-'+resp.result+'-response').show();
$('#mce-'+resp.result+'-response').html(msg);
}
}
}
// ]]>


The post KiteReader Author Donna Davies and All Hallow’s Eve Press Review & Giveaway appeared first on Jump Into A Book.

 •  0 comments  •  flag
Share on Twitter
Published on October 17, 2013 04:03
No comments have been added yet.