Blogger Tips and TricksLatest Tips And TricksBlogger Tricks
Showing posts with label W3. Show all posts
Showing posts with label W3. Show all posts

Wednesday, May 17, 2017

Catching Readers with a Catchy Cover --Guest post by Justice

Everyone knows the old saying “you can’t judge a book by its cover” isn’t true anymore. Not with the fast-paced world of digital publishing where every time you turn around there’s a new, interesting book release.

In this world, readers have to judge a book by its cover. Which means you need a kickass cover.

So what makes a kickass cover?

1. It has to look professional.

There are a lot of authors making their own book covers, which is super cool IF they know what they’re doing. But graphic design takes a lot of skill and training most authors haven’t put the time and effort into. And believe me, readers can tell. This is also true for cheap pre-made covers. There’s nothing wrong with grabbing up a pre-made cover that matches the book IF it’s professionally done. But I’ve seen a lot of amateur book covers being sold for $30 and the images are stretched, the font is plain and doesn’t stand out, and the resolution is terrible. Remember, you get what you pay for.

If you want to be taken seriously as an author, you have to come right out of the gate looking like a professional. You have to compete with thousands of traditionally published authors who have covers made by industry professionals with the help of a sales team. That means putting the time and/or money into a cover. It’s the very first thing readers see when they browse books.

2. It has to stand out.

Thousands of books are being published every single day. The market is flooded now more than ever. It’s awesome so many people are getting their stories out there into the world, but it also means there’s a lot of competition for yours to stand out. So how do you stand out in the crazy world of digital publishing?

Do something unexpected. Use a bright color for a horror novel. Or a dark color for a sweet romance. Stay away from trends. Or if you want to go with a trend, put your own twist on it. Or be a minimalist and make good use of dead space. Look at what’s flooding the market and avoid it. Change the angle, desaturate the photo, use a funky font, just do something different.

3. It has to project the right tone.

One of the biggest mistakes I’ve seen authors make with their covers is trying to do too much at once. Your book cover doesn’t need to tell exactly what it’s about. If it’s a paranormal romance about a single mom who falls in love with a werewolf on vacation in Hawaii, you don’t need a wolf, a palm tree, a child, and a couple kissing on the cover. There IS such thing as too much of a good thing.

Think about the tone you want readers to pick up on. Prioritize. Remember, standing out is important but in a way that makes sense for the book. What’s the mood? What’s the genre? Is it funny and flirty? Is it dark and horrific? Is it a deep, emotional memoir? Each of these would use a completely different set of colors, fonts, and effects to create a tone that will give readers an idea of what they’ll experience when they open the book.

When you hire a cover artist, make sure you communicate clearly how you want readers to feel when they look at your book cover. And how they will feel when reading your book. A good cover artist should be able to match the inside to the outside and combine that with standing out and looking professional. With this formula, you should be well on your way to a successful career (in whatever way you define it).

Thank you for having me and I hope these points help you design (or choose a designer) the perfect cover for your book! Remember, pay for a professional (or take a class!), keep it simple but unique, and communicate clearly with your designer.

Bio

Justice is the lead designer at Rebel Book Design. After spending 6 years as a hybrid author and learning photoshop to make marketing graphics, she took a formal course on graphic design and realized, as much as she likes creating what’s inside the book, she likes creating the outside even more.

To see her portfolio, services, and prices, check out her website at www.rebelbookdesign.com or email her at rebelbookdesign@gmail.com. You can also like my facebook page at www.facebook.com/rebelbookdesign to stay in touch.

Wednesday, October 26, 2016

W3 Platform Spotlight: Freemium WordPress

            Freemium WordPress, I’ve so named it because of the pay features, is nearly as good as it gets. We’re talking about slightly limited cosmic power at this point. The only way you get more power is by coding the page by yourself. WordPress simply makes it easier to get widgets and content by having material that’s been previously coded.

Wednesday, October 19, 2016

W3 Platform Spotlight: Free WordPress

            I need to talk about the history of WordPress for this one (okay, I guess I don’t have to, but I find it useful to do so). In the Great Blog Wars, two giants rose to the field, Blogger and WordPress. And in this titanic struggle, WordPress won.

Wednesday, October 12, 2016

W3 Platform Spotlight: Blogger

            I like Blogger. I know many people swear by WordPress, and I’ll get to them in due time, but for now I want to go over the perks and drawbacks of Google’s mighty blog engine.

Wednesday, September 28, 2016

W3 Speed Limits

            Despite Jeremy Clarkson’s insistence of “Power!” those of us making websites can’t count on users having the latest and greatest hardware. Mobile browsing is also up over data connections that don’t measure up to the speeds of Google Fiber. So, we have to be the ones to check the speed limit on our websites.

Wednesday, September 21, 2016

W3 Unlikely Powerful

            Blogs, are generally limited websites. The range of features they offer have a cap on them compared to hosting your own website on a private server. Even WordPress is limited in comparison to what professional web developer can do on a private server. Read more on
 Author Web Guide

Wednesday, August 31, 2016

W3 Graphical Word

            You don’t need Adobe Photoshop (and its hefty pricetag) to make good looking graphics. You can use GIMP (GNU Image Manipulation Program) which is comparable to Photoshop, but the sheer number of features and tools can be intimidating (as can Photoshop’s). However, most of us have all the horsepower we need to manipulate our graphics in MS Word. Read more on
 Author Web Guide

Wednesday, August 24, 2016

W3 Kompozing

            Editors come in free and wildly expensive. Because we are authors on a budget, we’ll opt for a free editor called Kompozer, available at their website http://www.kompozer.net for Windows, Mac, and Linux.

Wednesday, August 10, 2016

W3 Tag, You're It

            HTML relies on a system of tags to instruct it on what to do. Tags are letters/words/code inside of less than and greater than signs < > that the language will recognize as instructions. Tags tell computers when to begin to do something and when to end, much like capital letters begin a sentence and a period ends one (always have an opening and closing tag). An opening tag will only have the signs and the code, like this: <i>. Closing tags include a slash / just inside the less than sign, like this: </i>.
. You can also use more than one tag at a time, but tags must nest inside one another like matroshka dolls.

Word Processor
HTML Tags
I’m disgusted by the jar of pickled pigs’ feet.
I’m disgusted by the jar of pickled <i>pigs’ feet.</i>
I’m disgusted by the jar of pickled pigs’ feet.
I’m disgusted by the jar of pickled <b><i>pigs’ feet.</i></b>

            For the most part, don’t worry too much about this. Most blogging sites have their own editors, and will check to see if you have the HTML tags, but you don’t need to interact with the HTML side much. You can just use the text editor. Better still, we can use a WYSIWYG editor to create our HTML. We’ll get to that in a couple of weeks.



Wednesday, July 27, 2016

W3 The First Big Secret

            My first big secret when it comes to this site is that I type up 100% of my blog posts in Microsoft Word. Then I copy them straight over. Word plays well with all of the major platforms, so it will create html code automatically to make your post look as much like MS Word as possible. Notice the bold and italics. Those were made by Word. I didn’t have to code them or use my blog’s text editor to make them.
See how this paragraph began? It’s indented. HTML hates indents. They’re not easily made. They don’t’ have an intuitive way to do it.  Word, however, copies your formatting directly. It works. And that’s what we care about. Yes, we will get some of what is called junk code, but this is a simple text post. We’re not programming in javascript functions, and the page will still be rendered quickly. So we can deal with some junk code when it makes our posts easy to create and look how we want them to look.
So I say start your site’s content with something familiar, your word processor.



Wednesday, July 20, 2016

W3 Looks Worse Than It Is

            I promised this would happen wayyyy back, but I never specified when I would actually begin it. I was wrestling with exactly where to begin. So I’ll begin with me.
            I’m not formally trained as a webdev. I don’t have a degree. All of the HTML, javascript, and CSS I know is self-taught. And that’s fine. If anything, this should put it in perspective. Anyone can dabble in this and get good results.
1001 Nights (4) Abraham (11) Adonis (4) Aphrodite (18) Apocalypse (6) Apollo (5) Arabian (4) Ares (2) Artemis (5) Arthur (12) Athena (7) Bard (1) Ben Slater (13) Bible (88) Boxing Day (6) Celtic (2) Character File (2) Chinese (1) Christian (6) Christmas (1) Conferences (30) creation myths (15) Criminalelement (11) Dark Business (61) Dark Winds (22) Demeter (10) Diomedes (6) Don Iverson (4) Eden (5) Enchanter (16) essay (9) Exploding Storm Rider Mystery (1) F3 (632) (2) Fairhaven Club (6) Fairy Tales (20) Family (2) Flood Myth (8) Flynn (84) Greek (96) Greeks (1) Guest (1) Hades (10) Halloween Fall Formal (6) Hercules (9) Hestia (2) Hindu (2) History Prof (22) Holiday (12) Holiday Myths (6) Incan (1) Iranian (2) Jacob (13) Japanese (1) Job (21) Joseph (18) Judges (12) Knowledge Myths (3) Levite (12) Library (8) Life (123) Love Gods (4) M3 (253) (1) map (13) Matt Allen (268) Medieval (7) Metamyth (5) Misc Flash (36) Mom (1) monthly chart (21) Movies (6) Myth Law (2) Myth Media (4) NaNoWriMo (22) Noah (5) noir (9) Noir Tales (1) Norse (10) Odyssey (8) Persephone (15) Perseus (14) Persian (1) Poseidon (1) Prometheus (8) publishing (24) ramble (113) Red Riding Hood (6) Review (1) Sam Faraday (53) Samson (14) Santa's Helper (3) Scavenger Hunt (20) Sci Fi (15) science (1) Serial (84) short story (14) Spotlight (8) Storm Riders (139) Teaching (136) Tech (18) Transformation (5) Travel (27) TV (10) TV Myth (1) Underworld (6) Unhappily (2) Vacation (15) vampires (18) W3 (11) WIP (20) Writing (166) Writing Tools (16) Zeus (21)