Showing posts with label blog design. Show all posts
Showing posts with label blog design. Show all posts

Simple HTML Tips for Bloggers

Photo credit: f-l-e-x on Flickr
When I first started blogging, I was well aware that it would entail writing consistently every week. What I didn’t really consider, however, was just how useful my limited HTML knowledge would be.

You see, the large majority of blogging is getting the words to screen, but before you publish a post, you have to check the formatting, and depending on the blog host you use, the formatting might not always play nice. Which is when you have to dig into the code in order to avoid serious formatting frustration.

When formatting my posts, these are the most common HTML tags that I use:

NOTE: You’ll notice that most of the tags actually come in pairs—that’s because in HTML there are opening tags and closing tags. The opening tag indicates where a certain feature or style should begin (for example: italics begin HERE) and the closing tag indicates where the feature/style should end. Closing tags are always indicated with a backslash (/) before the abbreviated code within the brackets.

  • <body></body> : I don’t actually touch these tags, and for simple blogging, you won’t need to either. All you need to know is that the next within these tags is what makes up your post. 

  • <br /> : This is a paragraph break. I often have to insert these manually when doing bulleted or numbered lists so that there are spaces between the bullets or spaces within a bullet for a multiple paragraph bullet. These don’t need an opening and closing tag–just place <br /> wherever you’d like your paragraph break. 

  • <ol></ol> : This is an ordered list tag, to be used to create numbered lists. You place the opening tag at the very beginning of the list, and the closing tag at the end, with list item tags (<li></li>) to differentiate every point within the list. So, for example, a simple 1-4 numbered list in HTML would look like:

              <ol>
                        <li>One</li>
                        <li>Two</li>
                        <li>Three</li>
                        <li>Four</li>
              </ol>

    NOTE: You don’t need to indent in order for the HTML to work—I just did that to make it a little easier to read.

  • <ul></ul> : This is an unordered list tag, to be used to created bulleted lists. You use this the exact same way as an ordered list tag, except you use “ul” instead of “ol.” You can easily convert an ordered list to an unordered list or vice versa by simply going into the code and changing a single letter in the opening and closing tags of the list. 

  • <i></i> : This indicates italics. You don’t usually need to type this manually because I’ve rarely had the italics button glitch out on me, but it’s useful to know so you can recognize it while looking at the HTML. To put a word or phrase in italics, you insert the word(s) between the opening and closing tags, like so:

              <i>I want this to be in italics.</i>

  • <b></b> : This indicates bold text. It’s used the exact same way as the italics tags. 

  • <u></u> : This indicates underlined text. It works just like bold and italics. 

  • <blockquote></blockquote> : I'll bet you can guess what these do (hint: I use them for my Twitter-sized bites and/or any quotes). Like italics, bold and underline, these are tags that I rarely have to adjust manually, but it's helpful to know what it does. 

  • <h1></h1> : These are heading tags. There are actually six different heading tags, varying from <h1> to <h6>. The <h1> tags are the largest and <h6> are the smallest. Like the last couple tags, the text between them is what is affected. 

  • <a href=“[website address]”> [link text] </a> : And this, my friends, is what an embedded link looks like in HTML. Allow me to break it down a little:

    The <a href=“[web address]”> is all part of the opening tag. Within the quotations, you place the web address you want the link to go to (without the brackets). So if you were awesome and linking to my blog, the opening tag would look like this:

              <a href=“www.avajae.blogspot.com”>

    Next is the link text. This is the visible text that people see and click on, so, for example, it might look like this:

              <a href=“www.avajae.blogspot.com”>Check out this awesome writing blog.

    Finally, you need the closing tag, or the link won’t work at all. This is the easiest part—you just add </a> at the end. So your full embedded link would look like this:

              <a href=“www.avajae.blogspot.com”>Check out this awesome writing blog.</a>

The nice part is these tags are all universal and can be used on any server that allows for HTML editing and in any browser.

I hope this helps your HTML-editing needs. If you have any questions, feel free to give me a shout below. :)

Have you edited HTML before? What tags do you most commonly use? 

Twitter-sized bites:
Are you a blogger struggling to understand HTML? @Ava_Jae shares some easy tips to demystify your blog's code. (Click to tweet
Do you struggle with your blog's HTML? Here are some simple tips to make editing HTML easy. (Click to tweet

How to Find Blog Photos Using Flickr

Photo credit: Andy Woo on Flickr
So I received another question! And it's one that I've been meaning to answer, anyway.

As many bloggers are aware, including blog photos is a great way to add a little extra engagement to the page and make the post look more interesting visually. But with copyright laws and the possibility of lawsuits if photos are used incorrectly, it can sometimes be a little scary to start using photos.

The key is to find photos under a Creative Commons license, and I find all of mine through Flickr.

Flickr is a free site that you can log into with a Google, Facebook or Yahoo! account where photographers (amateur and otherwise) around the world upload and share their photos. And my favorite part about it is that you can search through copyright-free photos for free use in posts.

The steps are pretty simple:
  1. The search. Once you've logged into Flickr, you go up to the search bar in the top right corner and type in whatever key word you want to use to filter through photos. I usually choose something related to the post, so for instance, for this post, I searched "photos" "pictures" and "photography." 

  2. The Creative Commons filter. After you get your results, click “Advanced Search" to bring up the advanced search menu. From there, choose “Only search within Creative Commons-licensed content” at the bottom and it “Search” again to filter your results with only pictures that are copyright-free. 

  3. Choose your photos. Generally, I open up any photo I find interesting in a new tab, then mark my favorites with the star-shaped favorite button. This allows me to save any photos I like for future use and to also remind myself a) not to reuse them and b) to go back later on and let the person know I've used their photo (which is optional, and I am majorly behind on). 

  4. Copy the URL. Once you've picked your photo and checked the Creative Commons settings to see the rules (which is done by clicking the hyperlinked “Some rights reserved”…usually it's to add attribution, which you should always do anyway, but it’s good practice to check), right click the photo and select the size you want. I usually choose “Medium 500.” It will then bring you to a new page with just the photo. Right click the picture again and choose “Copy Image URL." From there you can use that URL to upload the picture into your post.
So that’s it! Don’t forget to add attribution (I usually like to link back to the artist’s Flickr page) and you now have a photo for your blog post. Enjoy!

If you blog, where do you get your blog post photos? 

Twitter-sized bites: 
Not sure where to find blog post photos? Blogger @Ava_Jae shares four easy steps to finding copyright-free photos. (Click to tweet)  
Don't break copyright law for a blog post photo—here are four steps to finding copyright-free images. (Click to tweet

How to Make Your Readers Run


Photo is author's own
It’s happened to most of us—you’re cruising along the web, opening and browsing through blogs, websites, or randomness you just happened to stumble upon when BAM!—your biggest web pet peeve slaps you in the face with the force of an angry kangaroo on speed.

What happens from there depends on you level of tolerance and self-control. Some of us instantly close the tab and block the trauma from memory. Others ignore it and continue to enjoy the content of the page despite the screaming pet peeve alarm. You can probably guess which camp I’m in.

So after a quick survey on Twitter and reviving repressed trauma (the things I do for you guys), I have compiled a list of five ways to make your readers run from your blog faster than a cat from a bubble bath. 

Ready? Go!
  1. Really long paragraphs. Readers like short paragraphs, especially online. Why? Honestly, it’s just easier to read. It’s light on the eyes and it feels faster while you’re reading. Not to mention the increase of reading on mobile devices. Ever try to read a long paragraph on a cell phone? Not pretty.

  2. Light text on dark backgrounds. People tend to make this mistake because they think it looks cool. You know what’s cool? Being able to read without feeling like the words are glaring at you.

    Don’t believe me? Let’s do a quick experiment. Which is easier to read?

    This gorgeous neon text on awesome black background of emo-ness?

    Or this normal black text on a light background?

    It doesn’t look cool, ok guys? It drives readers away from your blog en masse.

  3. Teenie, tiny font size. This is hard to read. If your blog looks like this, you're giving some poor far-sighted person a migraine. Worse—you’re making normal people squint and feel like they need glasses. Make your font bigger. Like, at least 13 (though I’ve read that font size should really be larger than that, so I’m being nice with 13). Larger font = happy readers.

  4. Auto-playing music. I know why people do this, really I do. Setting the atmosphere of your blog with some music sounds like a good idea. But guess what? Some people like to listen to their own music while browsing the web, then when the auto-playing music starts playing all of a sudden two songs are playing at the same time fighting for your attention and I don’t know about you guys, but I go crazy finding the tab to SHUT OFF THE FOREIGN NOISE.

    You know, so I can listen to my music in peace.

    Then there are other times when music just makes reading difficult. The idea is to appeal to as many readers as possible, and playing music is a guaranteed way to alienate some readers. I’m not saying they’ll all care (there are plenty of people, I’m sure, who don’t really mind), but there will be some who leave just because there is music playing. And you really don’t want that, now do you?

  5. Terrible spelling and grammar. I have a feeling this annoys writers more than anyone else, but numerous grammar and spelling errors on a blog makes it look highly unprofessional. I’m not saying the occasional typo will kill you (it won’t, we all understand you’re human), but when your blog reads like a 14-year-old’s text message, there’s a problem.
So there you are, my fair readers—five ways to turn your blog into a nightmare. But I’m sure there are plenty of other methods that have slipped my mind.

What are your worst blog or web design pet peeves? 
Related Posts Plugin for WordPress, Blogger...