So I have something really exciting to talk to you guys about.
Sign up for the Drawn + Drafted newsletter to keep up to date on the book, the kickstarter, and to make sure you don’t miss any of the resources we’ve been developing…
var fnames = new Array();var ftypes = new Array();fnames[1]=’FNAME’;ftypes[1]=’text’;fnames[2]=’LNAME’;ftypes[2]=’text’;fnames[0]=’EMAIL’;ftypes[0]=’email’;
try {
var jqueryLoaded=jQuery;
jqueryLoaded=true;
} catch(err) {
var jqueryLoaded=false;
}
var head= document.getElementsByTagName(‘head’)[0];
if (!jqueryLoaded) {
var script = document.createElement(‘script’);
script.type = ‘text/javascript’;
script.src = ‘//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js’;
head.appendChild(script);
if (script.readyState && script.onload!==null){
script.onreadystatechange= function () {
if (this.readyState == ‘complete’) mce_preload_check();
}
}
}
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/jquery.form-n-validate.js’;
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://drawnanddrafted.us8.list-manage.com/subscribe/post-json?u=41e97736fd8a247b5f0b8cdf5&id=132808eefe&c=?’, 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 = ‘
‘;
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);
}
}
}
So excited about this! I'm glad y'all have to chutzpah to bring something like this together. So far it sounds like a lot of the pondering points, questions, and discussions I have with other illustrators when we talk shop. It's definitely in the same vein as discussions I have with students about the wide world as it opens in front of them. I hope to be able to contribute where I can. Have fun at Spectrum!
peace-BV
Really excited about this, especially the part about the art business demo and how you guys go about finding artists.
Amazing! The design/arts world needs more of this, so glad to see people taking the initiative to actually do it and do it well. Can't wait to see how this unfolds!
Too long, didn't read… just kidding! 🙂 This is a great post and a fantastic project. I have to give a talk soon on all of this stuff and I'm going to encourage the local Fine Art community to check MC religiously everyday and buy this thing. That's the great thing about MC- it may be SFF focussed but there's no resource as good for any kind of art. Thanks Lauren!
Actually we're going to make this for as wide an audience of artists as possible. I worked in non SFF books for almost a decade before Orbit and Im going to be activating all my design-world connections to help as well.
This sounds great Lauren, let me know when we can submit for doing some hand-drawn type for the book!
Absolutely! Stay tuned!
Initiative…thats another word for caffeine right?
To everyone that wants to be alerted about the kickstarter launch AND especially artists who are interested in being commissioned for the project, sign up for the newsletter at http://www.DrawnAndDrafted.com
I love this! Can't wait to hear more about it at Spectrum!
Perfect.
This is fantastic! A lot of these “unknowns” are part of the reason I didn't pursue an art career as seriously after I graduated years ago. No one would share or have clear cut answers on the business side of doing art as a living. See you at Spectrum!
Thanks for the great comments everyone! I'm really excited about this and glad to see I'm not the only one.
We have been working on the book for a while now and while it's not done, we think it's a great resource for everyone. Pooling all our AD/Artist/Designer tips and tricks into one easy-to-read resource.
Feel free to ask questions, or email us/get on our mailing list at http://www.DrawnAndDrafted.com
Oh man, there is SUCH a need for this, you have no idea! (Well okay, obviously you do, hence why this is being made…)
I recently fielded some panicky questions about pricing art on Tumblr, and wrote up a couple of posts with basic info on figuring out prices, contracts, and links to art and business resources (including Muddy Colors.) It was just off-the-top-of-my-head stuff based on my own experience, so I thought nothing of it at the time. But it went instantly totally viral. There's obviously a need for this kind of information. And it's evidently not easy to find. Worse, the good information is scattered all over the web and mixed up with daft advice from kids selling five dollar commissions, so it's easy to go astray.
Even when I was in art school, our supposed “business” class was really kind of useless. I had to interrogate multiple teachers on various business subjects during breaks, and try to piece together whatever bits and pieces of advice I could get that way. (There was no internet then.) And most of what I know about freelance taxes I got from my Mom.
Now I'll have a handy centralized resource to point to whenever questions come up. This will be excellent. 🙂 (Besides having a handy resource for my own reference, of course.)
(Just FYI, some of the subjects I see come up most often that people have the least clue about are
pricing and contracts. And a subject NOBODY seems to even think about, but should, is taxes.)
Gwen you're spot on. We have found that the business/legal side of having an art career are the most muddy (get it? Muddy? Colors? I'll show myself out….). We have some great resources we are including that should help anyone whether they want to copyright their work, all of it, or set themselves up for licensing deals.
Has anyone ever read “Nuts & Bolts: A Blueprint for a Successful Illustration Career” by Charles Hively? It's the closest I've found to a practical, easy-to-read guide to the business aspects of illustration, but it's way too short and not nearly in-depth enough. I'm hoping that Drawn & Drafted can be like a more thorough version of Nuts & Bolts.
Lauren, I've been to planning to take all your MC posts and print then and put them in a binder…that should tell you how much I'm looking forward to this book project! Hands down this sounds fantastic!
This is a great idea! Just signed up through your link above and look forward to hearing more about this project as it grows.
Amazing project idea! I signed up immediately. This will go on the shelf right next to my copy of Art/Work which has been my super readable go-to reference for things like shipping art since college. I'd love to contribute whatever I can to make this a reality!
that was terrible, marc. is it too late to get a new partner on this book?
No. I was smart and got a contract. #protip
Thanks for the tip, Kelley. I'll have a look at it. I've read a few others that we like, and we plan on filling in the gaps, absolutely.
Great idea Lauren, I look forward to the publication of this book! On a related note, I am curious about artwork revisions in the modern publication world. I would think that clients are more likely to ask for them due to the rise of digital art, and the perception that computers make changes easier than the old days. And digital changes ARE easier than alterations on a true oil or acrylic painting. So I am wondering if artists who work in traditional media get cut a little more slack than digital artists regarding the dreaded revisions?
good question. i don't cut traditional artists “slack” but what I do is make twice as many checkins. the artists sends progress along the way, and I have editorial approve each step, while yelling in their ears that WE CANT PHOTOSHOP THIS ONE LATER GUYS. still, there's a lot of times the artist will make alterations in digital after, even if you're a traditional painter, you need to know digital if only to make sure the best representation gets sent. I don't care how sexy your painting is if it won't reproduce well on my book cover…
Great feedback guys! I'm so glad you're excited about this!
I'm very excited about this project! I'm just starting out as an artist, and I sometimes find it bewilderingly difficult to figure out how to get seen, and get seen as a professional. As much as I have been taught about this subject already, it feels like a very complex one, one that takes a huge amount of personal experience. With this book, I'm going to be able to skip all that boring experience stuff and get rich quick! Yessss
Hell yes. Would LOVE to be involved in some way on this with you guys.
Ahhh this is exciting!
aw that was the sweetest email. thank you!
DAMMIT WHERES THE KILL FEE CLAUSE
this will be ever so much more portable.
hmmm. I don't think we can afford a money-back guarantee….Marc?
Dude. Read the book.
This is soooo needed. Thank you!
Oh good. I was sure I might be the only person that printed out art articles without them being forced college reading!
Damn, this is awesome. Sure I'll back this project
I'll totally back this.
It will be awesome! thank you!!!
Done and done!
Latest Automotive Information with Pictures, latest speedy cars, top vehicles
TopAmazingCars.BlogSpot.Com