The Business Of Writing Group

Like most writers, I want to spend more time writing, and focus on building a long term writing career, but I know just writing isn’t enough. There is a business to writing. And if this part is ignored your successes will be limited. Off the top of my head I can think of marketing, selling, social network interactions, accounting, contracts, and negotiations. Writing something only get’s you part of the way there.

The last few writing conferences I’ve attended have all been about the act of writing. I don’t know if this is planned, or just coincidence. But I have to think the hundreds of people attending these conferences have no clearly defined plan for building a business writing. Why aren’t there any panels or presentations on the business of writing? I’m creating an outline for this exact panel, and I’ll pitch it to a few conferences. Must eat my own dog food. And I have a lot of great ideas to share.

Here is the kind of group I want to start or participate in. One that’s not about writing, but the business of writing. The legal and technical aspects of writing. The things that will help me build a good writing business. I don’t think you should have to do this alone. There are so many resources out there, but a group of people with the same interests and goals have tremendous value. Not to mention meeting other writers, and learn from their experiences.

For example, when negotiating with an agent or publisher, what are the top things you should be concerned with. Beyond money, what are authors typically offered or expected to do? What should an author expect f the agent or publisher? Pitch sessions.

I guess since it’s my idea I should do more research on the subject. Find out who would be interested in participating, and more importantly sharing their insights. Once I have enough interest I will push for a public meetup for all writers to confabs learn.

Maybe there is already a group like this in my city. I just haven’t found it yet. But if there is I’m looking for you.

Posting this via e-mail from Barnes and Noble.

Kindle Is Convenient But Not Always The Best Choice

Reading I know that’s a bold statement, not cost affective. Why am I saying that? Let’s look at a few things. Utah author Brandon Sanderson (who, by the way is finishing Robert Jordan’s Wheel of Time series), has The Well of Ascension (Mistborn, Book 2) for sale on Amazon in paperback for $7.99. The Kindle version of this book is, $7.99. No savings, and I don’t get a physical book. Why is that important?

In my opinion the Kindle is a great Green appliance. It allows you to read a book without killing trees and eventually ending up in a land fill. However, I like the ability to resale, or even donate, a book once I’m through. With a Kindle book, you can’t. I’m also at the mercy of the Kindle having a power issue, and then I can’t read a book. And the Kindle doesn’t have limitless storage, which limits my library.

I guess I’m struggling paying eight bucks for a digital book. I believe the digital version should be a lot less. I know many Kindle books have a cheaper price than their paper counterpart, but those books tend to be older. Give us new releases for at least half the cost since it should only take half the effort to produce, stock and ship.

I really like the Kindle. In fact, I love the iPhone version (iTunes link). It’s convenient, and I find I’m reading more because I have the book with me all the time.

If you’re an Author, and I know this may buy me some heat here, urge your publisher and Amazon to reduce the price of your digital works. I know I will.

Share with us your view on Kindle books, and if you have one, either the Kindle device or the iPhone application and how you like it.

It's Hot And My Brain Is Fried

dont_enter.jpgI hate writing posts like this. I don’t really have anything of value to share. I cooked for 20 people on a BBQ. The grill was hot, the weather was, and I had a hard time staying cool. The things we do for our Family. After I was through cooking, I didn’t even feel like eating. Here’s to hoping I can write another day.

Thanks to EvaMen for the picture.

I Lived 080808

Yes, today is 08 08 08. The most significant thing happening today is the 2008 Summer Olympic Games (link is to English version), being held in Beijing, China. Without trying to make some political statement, I’m pretty surprised more athletes or countries didn’t refuse to participate. Does that mean something?

A neighbor is getting married today. That will be kinda cool for them, having 080808 as their wedding date. It will definitely be the subject of discussion for years to come.

Today is a Friday, and yeah, I’m working. the weather in Salt Lake City, UT is very cloudy, and in places it’s raining.

I purchased a single MP3 from Amazon this morning. It’s Tracy Lawrence, Find Out Who Your Friends Are. The cost was $0.99. I heard the song on Pandora.com, and they make it easy to buy songs directly from iTunes or Amazon. I buy a lot of songs this way.

What are you doing on 080808?

Could This Be A Hot Solution To My Flickr Post Problem?

flickr_wordpress_post_hack.jpgIf you’re a Flickr user, and want to post photos to your blog, you know there is no way to add categories or tags to the post. There could be a plug-in solution, but I couldn’t find it. Seriously, I looked for a long time. If there is one that does what I’m proposing, please let me know and I will update this post and back out what I’ve done.

This solution isn’t for the faint of heart. And I’m not 100% sure how secure it is. But I know for a fact it works just like I want. Here is the scenario and my hack:

1. Create a new WordPress user for Flickr posts. Doesn’t matter what you call it. Just make sure it has posting rights.
2. Add you blog, or modify and existing entry, in your Flickr account. How to do this is beyond the scope of my explanation.
3. Use the new WordPress user you created in step one in your Flickr blog settings.
4. Modify you xmlrpc.php file that sits in your WordPress root folder, with the below code. It would be in the same place as wp-config.php.

Here is where it gets a little hairy. Find the line which has this code snippet. Mine starts on line 1578, but yours may differ. It’s in the function mw_newPost($args):

if (is_array($catnames)) {

foreach ($catnames as $cat) {

$post_category[] = get_cat_ID($cat);

}

}

Just above the code on line 1578, add this code snippet:

if ( $user_login == '*NEW_USER_NAME*' ) {

$catnames[] = '*CATEGORY*';

$tags_input[] = '*TAG1*';

$tags_input[] = '*TAG2*';

}

Save the file. Flickr gives you the ability to create a test post. I would recommend you do that before calling it good. Make SURE to remove any entries in the Settings/Writing/Update Services box before testing or your test post will show up in your RSS feed and anywhere else that you ping a new post.

Now, when you post from Flickr, using the correct WordPress user, you should have an entry in the category you choose, with the tags you want. You can add as many tags, or even categories as you like.

Again, there may be a more elegant solution that I haven’t found, but for now this solves my problem. I suppose you could use this for any outside service that uses XMLRPC to post to your blog.

I’m also interested in hearing about potential security issues with this solution.

Photo courtesy of poolie.