Basic HTML for Bloggers.

Blogging is like learning another language by itself, and there’s a lot of people sitting in the corner with their hands over their ears screaming “NO! I Will Not Learn This HTML! I Just Want To Blog!” – I believe the reason is, people think this is too technical for them.

Well I have good news for you. It’s not technical. It is simply a different language. HTML stands for HyperText Markup Language. If you’ve ever tried to learn a language you’ll know you need to practice and use it often in order to be successful, and you have to learn what things mean in order to understand it.

HTML is no different.

It’s just like French, only more useful – unless you live in France. It’s just like Norwegian, only less pretty looking. It’s just like English, only if you use the wrong spelling or grammar it can stop your site from working right and cause you to have a minor meltdown where you end up curled into a ball on the floor, rocking back and forwards.

The good news –

You don’t need to learn to speak this language out loud, or learn to remember it if you don’t want to. Using this language is a simple matter of copy and paste. Eventually you may learn the code yourself and can write it on your own – even then you can still use copy and paste because it saves you time.. Also, there’s a lot of great sites out there where you can grab bits of code – almost like phrasebooks.

In this post –

The HTML will be put into images, just to make it easier for me to write the post. Do not fear, I’ve got a text file which accompanies this post – and it contains all the HTML I’m talking about today complete with instructions on how to modify it to suit you.

New To Computers?

Some of the people reading this may not know how to copy and paste, I’ll put links to instructions for that at the bottom of this post too – as well as an easy way to “steal” code from websites and blogs.. So let us begin.

Text Links –

Most bloggers use the option in their blogging platform to put in a link. This is time consuming and it means you have to have the page you are linking to open in your browser when you are writing the post in your blog. The code for this is so simple.

<a href="link">text</a>

In order to make a link, you need to copy the link and then paste it to replace link in the HTML. The quotation marks need to stay. You then put the text you want for the link where it says text – in between the brackets. So a link to me would look like this –

<a href="http://www.snoskred.org/">Snoskred</>

Colors –

There are 216 colors which are best for using on the internet because they don’t “dither” – they are solid colors. See Non-dithering colors for more info. What we want to talk about is how to change font colors in HTML. You can do this in your blog color scheme, but sometimes you will want to use it in blog posts or in your sidebars. It truly is child’s play.

<font color="#colorhere">text</font>

Where do you get the color codes from? Try the Visibone Color Lab or the Web Safe Color Chart

Lists –

<ul>
    <li><a href="link">text</a></li>
    <li><a href="link">text</a></li>
</ul>

<ol>
    <li>text</li>
    <li>text</li>
</ol>

Some people have seen the UL code around the place, they use it, they have no idea what it means or what it does. ;) It stands for Unordered List. This just means you can put a bunch of things together in a list. There is also OL which stands for ordered list and that kind of list will automatically put in numbers. There is a fantastic lists tutorial online – HTML Lists which explains lists a lot better than I can.

Centering –

Things tend to look better when they are centered. There’s two ways to do this in HTML and I am going to tell you the really simple one. Are you ready? This one is a doozy, ya’all. You better sit down.

<center>text</center>

Seriously, that is how simple it is. It has to be center, not centre.

You can see now this language is actually easier than a lot of the languages on the planet. It’s not like they’re taking the word newspaper and telling you the word for it is avis as they do in Norwegian. It just involves some brackets and looks complicated but truly, it isn’t. Don’t be scared of it.

Scroll Bars –

Sometimes you want to put something on your sidebar but you don’t want it to take up the amount of space it takes up. A blogroll is an excellent example of this.

Some people use blogrolling to maintain a blogroll. Unfortunately blogrolling uses Javascript – and therefore none of the links count in Technorati or on Google or the other search spiders.

If you want the links to count for the people you are linking to, you need to use the following HTML code – you can put links in there, or just text. I have both link and text scroll bars on my sidebar, can you see them?

<div style="overflow: auto; height: 100px">
<ul>
    <li><a href="link">text</a></li>
    <li><a href="link">text</a></li>
    <li><a href="link">text</a></li>
    <li><a href="link">text</a></li>
</ul>

If you want to change the height of the scroll bar, simply change the 100px to a lesser or higher number – ie 180px, 300px

I’m Ready To Get The Text File Now –

You can get a copy of all this html code in a simple text file with instructions on how to modify it right here – it is better to use right click and save as text file because if you view it in your browser you won’t see the code.

Copy And Paste

There’s a few links on the web which teach you to copy and paste – here are two simple and good ones.

How To Copy And Paste
The Basics of Cut and Paste

How To “Steal” Code

Sephy wrote a great blog post on this a while back.

How To “Steal” Code

Ready For More?

Sephy’s Tuesday Think Tank post (which is a companion post to this one) is fantastic this week, so make sure you go and read it! ;) I will link to it here as soon as he puts it online – which may be a little while because his internet just went offline and he’s gone to bed. Drop back in about 12 hours for the linky. ;)

Check out his post of Some HTML Tips & Tricks here!

Further Reading –

If you know nothing about HTML, this is where you start
Getting Started Tutorial
Web Safe Color Chart
Non-dithering colors
How to Style an Unordered List with CSS

HTML Reference And Learning Websites –

HTML Code Tutorial
HTML Help
HTML Tutorials At W3
HTML Goodies
HTML Dog
Learn HTML And CSS

It’s Up To You –

Learning is a choice. We all make choices in our lives. You might choose to learn the piano. You might choose to learn Norwegian, as I once did. Bloggers can choose to live in fear of HTML and code, or they can choose to dedicate 5-10 minutes a day to do quick HTML tutorials and start the learning process. You may decide only to learn the basics and that is fantastic in itself – doing that is much better than being scared of text on a screen.

Endless Capacity

We Humans have an endless capacity for learning – just consider how many song lyrics you hold inside your head. HTML is not just useful for blogs. If you learn it you can use it to design websites – for yourself and maybe for others. It may lead you onto learning other programming languages.

The Power Of The Internet –

If there is ever anything you don’t understand, aren’t sure about, or don’t know how to use, you can find out on the Internet by searching for it. Or, you can simply ask Sephy and I to make a Tuesday Think Tank on that topic. ;) We’ve done quite a few of these now.

Previously in the Tuesday Think Tank
21st August: RSS
14 Reasons Readers Unsubscribe From Your Blog
Tuesday Think Tank: All About RSS

28th August: Blog Templates
Blog Design – Open Your Eyes.
Demystifying Blogger Template Editing

4th September: Nofollow
Spam, Spiders And Do Follow, Oh My!
Say No! to Nofollow

11th September: Site Meters
Do NOT Rely On Your Site Meter.
Track Your Visitors with Google Analytics

18th September: Technorati
Technorati – Sending Out An SOS
The Ups (and Downs) of Technorati

Stumble It? –

If you liked this post you may want to stumble it.

Link To It?

If you have readers on your blog and this post would be useful to them, please link to it so they can read this and stop fearing HTML. ;)

Over To You –

Got any thoughts on HTML? Have I taken some of the scariness out of it? ;) Let me know if yes!

blogging tips, html, tuesday think tank

Spam – NEVER Unsubscribe! NEVER Reply!

We bloggers want to put an email address out there on our blogs for people to contact us with. The spammers have “data mining” software, which grabs those email addresses off the internet and loads them into their spam email programs. So how can you protect yourself from this deluge of unwanted email?

Never Unsubscribe – Never Reply

I got an email this morning from a friend of mine, who mentioned receiving a spam email from Romania. This one was actually personally addressed to their email address, which often tricks people into thinking they had actually subscribed to receive these emails.

The bottom line is, spammers send these emails out in the hope that people will unsubscribe – or reply to the email asking them not to email again. Can you figure the logic in people who reply to scammers and spammers saying “Don’t email me again, ever.” – You never asked them to email you and asking them not to email you makes no sense at all. Like they’re going to do anything you ask them to do!!!

Once they have confirmed there is a real human being reading emails at that email address, they can sell it on to other spammers and make big money out of it. So set yourself a policy of never reply, never unsubscribe.

Is It Possible To Not Get Spam Emails?

Yes it is. You just have to keep your email address completely private. As in, you don’t give it to anyone, anywhere. Of course, that defeats the purpose of having an email address! You want people to be able to get in touch with you – you just don’t want spammers and scammers getting in touch.

What Else Can I Do?

There are a couple of options which are relatively simple that may not stop the spammers and scammers completely, but at least makes it harder for them.

Make Your Email Address An Image –

You may have seen this kind of image around the place – note this email address I don’t use anymore so don’t ya’all email me at it!

email

This is easily generated online thanks to this wonderful website – Email Icon Generator.

The only trouble with this is, your email address needs to be simple enough that people can work it out from the image. Try to use letters only because numbers will be confusing. You will find some people will get the address wrong or simply not bother, though. It is almost as bad as those Captcha word generator things for comments.

Put An Extra Word Into Your Email Address –

Then tell people underneath which word to remove. For example (this is not a real email address) emailmePOOP@mail.com <--- take out the Poop to reach me. The only trouble with this is people find it annoying and troublesome and might not email you at all. People used to use NOSPAM as the word to take out - don't use that word anymore, the scammers and spammers have worked that trick out. They're not complete nitwits, ya'all! ;)
Use One Email For The Net –

This is the solution I have chosen for myself. Make an email address which is for the web only and which receives email only – never use it for subscribing to things or personal emails or responding to anything. Be very aware that emails which arrive in there can potentially be spams and scams, and never unsubscribe to anything sent to that address – because you never USED that address to subscribe.

Make another email address for personal correspondance and keep that one to yourself and friends only. There’s no limit on how many email addresses you can have.

I use 5 different email addresses for this blog. One here for people to contact me with, one which receives all the comments people post on my blog, one which I use to email people back with, one which I use for things I have signed up for which are blog related, and one which I use when I reply to comments.

Stumble It –

I hope this might be useful information and helpful to everyone out there on the net, if you found it to be useful please stumble it. ;)

Over To You!

What are you doing to protect yourself from spam and scammers? Do you receive a lot of scam or spam emails?

internet, scams, spam, www safety

Technorati – Sending Out An S.O.S.

Technorati has been screwed up for a while. If I used swear words on this blog, I would say this using a different word that begins with F in place of the word screwed.

I hate to say it –

but Technorati, I feel like our relationship is deteriorating, and I think it is time we faced it. The only trouble is, there is nobody like you out there. And it seems some advertisers believe in you. I have lost faith in you myself. I think you’re cheating on me. Seeing other blogs. Sleeping around like a cheap sheet in a dodgy motel. Lying to me! Please, get yourself together before it is too late for us.

Favourite Nightmare –

Currently there is no way for me to add any new favourites. I have over 200, and apparently this means I am a demon from hell and should not be allowed to have any more favourites. Or something like that. And I am not alone with this problem.

What Does This Mean?

Hopefully it will mean a better Technorati for all of us, but there is a LOT of work to do before that happens. Many people have been experiencing problems with pings. A lot of people feel they cannot use Technorati to read blogs anymore because it is very unreliable.

Some people have given up on it completely because it was increasing their page load times on a regular basis – and that is fair enough, too. People have often reported having trouble getting any kind of technical support, though this may have been fixed recently.

When Will It Be Fixed?

I guess the biggest question is – how long are we all expected to just hang in there while they try to sort things out?

Your Blog Is Important –

It is important to you, and important to your readers. It does not seem to be so important to Technorati. My advice to anyone reading this? Don’t become reliant on Technorati for anything.

Don’t Use It To Read Blogs –

Some of the blogs in my favourites list say they have not been updated in over 100 days or so, and yet those bloggers are still blogging, still writing, and I am getting their posts in Google Reader.

No feed reader is perfect but you should expect feeds to show up within 30 minutes to 6 hours if you’re using feedburner. 100 days is a different century in net time. Use Google Reader or Bloglines or some other feed reader to get your blog fixes. Don’t rely on Technorati for this. You will be disappointed if you do.

Google Search Is Better –

I’ll also take off the search box because I found it quite unreliable. I have found a way to put a Google Search Box on my blog instead. You can do the same because Sephy tells you how to install a Google Search Box onto your blog. I highly recommend that you do it – this will make it easier for your readers to find what they are looking for.

I Feel Sad –

For all the staff who work there and believe in what they are doing. I don’t know what is going wrong there. I don’t want to know what is going wrong there. I want someone to fix it. I want Technorati to be working at the full potential I think it is capable of, and I think all bloggers would agree with that.

But –

We have blogs to run as well, and we cannot afford to sit back and be patient while widgets don’t work, while we can’t add people to our favourites, while this service is used as a way to rate bloggers yet at the same time it is giving incorrect ratings to blogs that don’t exist!

Previous Tuesday Think Tanks –

Do NOT Rely On Your Site Meter
Track Your Visitors with Google Analytics

14 Reasons Readers Unsubscribe From Your Blog
Tuesday Think Tank: All About RSS

Demystifying Blogger Template Editing
Blog Design – Open Your Eyes

Say No! to Nofollow
Spam, Spiders And Do Follow, Oh My!

Stumble It –

If you liked this post, be sure to give it a stumble. :)

Check Sephy Out –

Sephy has a companion post to this, which you can read here – The Ups (and Downs) of Technorati – this covers blog authority, rank and reactions and how they change as well as some other useful stuff.

Make A Request –

This week’s Tuesday Think Tank came as the result of a request from Julie, who had some questions about Technorati and why her ranking has been changing recently. If you have something you want to have covered in a future Tuesday Think Tank, we always are willing to take suggestions; all you need to do is send an email to either myself or to Sephy, and we will tackle your topic on a future Tuesday. :)

Over To You –

How do you feel about Technorati? Are you ready to break up and move on with your life? Will you stick it out a little longer? Are you going to remove some of their widgets? What have you been using it for, is that still working or have you had to look for other options?

Do you have a blog topic you’d like to know more about? Simply mention it in the comments.

blogging tips, tuesday think tank

Do NOT Rely On Your Site Meter.

Today’s Tuesday Think Tank is all about Site Meters. I’m talking about how unreliable they are, how readers of your blog can stop them from working, how you measure your worth as a blogger, and possible ways you could increase your traffic and make sure readers stick around once they get to your blog.

Sephy has written a companion piece to this post – Track Your Visitors with Google Analytics which you should check out. :)

Site Meters Are A Free Service –

It’s rare on the internet to find something that is actually free. Blogger is one thing that is free, and it provides you with a lot of options and things you can do at no cost whatsoever. But if you stop and consider for a moment how much it costs to provide this service to any man – and his dog or cat! – who want to blog.. it costs bandwidth, it takes up CPU time (computer processing unit, your computer has one but so do all the computers at the other end when you look at something on the internet).

Most people who run a website have to pay to run it. They have to pay for server space. That could be as little as $7 a year but the more people who visit your site, the higher that cost can increase.

Consider The Source –

Free can sometimes mean you get what you pay for – i.e. nothing. If you consider these services which are used by so many bloggers but also websites across the www, it takes an enormous amount of “internet juice” (bandwidth, CPU, etc) to run these things. So these people are supposed to provide you with a great service which *costs* them money to provide it and is always reliable and always works, for free? Err, are we asking a bit too much here?

Things Happen –

Servers go down regularly, as any good internet host will tell you. You cannot expect that the information given to you by a free site tracking service is going to be 100% accurate. Unless you want to sit there and check it is working 24/7, which would be a great waste of your time. ;)

These sites also have customers who are paying for the service and if anything goes wrong the first people who they will look after is their paying customers. It makes sense from a business point of view. We cannot expect this free service to be accurate. You can use it as a guide, but that is where it should end.

There May Be Delays –

The information available to you may not be live information. There can be delays – sometimes up to 24 hours or more – with information being tracked and translated. If you post something and then check your counter and think “Nobody’s reading my post!” you may have incorrect information. There could be 50 people reading your post. You might see that days later in your tracker – or maybe not at all, if there was an outage.

It Matters Where You Put It –

If you put the code for your tracker at the very top of your sidebar, you will get different results to putting it lower down on your sidebar. If the code is right at the bottom of the page and it is not Javascript, everything on the page has to load before a “visit” gets counted.

I’ve been trying to find out for certain whether Javascript loads all the scripts on a page at the same time, or one by one in order and not having any luck, so if you know about that can you leave a comment?

People Can Hit Stop –

If your page load takes too long, most browsers have the “Stop Loading This Page” option. You would be surprised how many people use it and how quickly they use it, too. If they stop the page loading before your counter script runs? No data will be sent re their visit.

It Matters What Kind Of Code –

Some trackers are Javascript. Some internet users (myself included) use a Firefox extension called “No Script”. This actually stops any Javascript from loading in a page unless I (the user) personally authorise it. This means if I visit your blog for the first time, and you have a bunch of Javascripts running, they won’t load.

Take for example Statcounter. I have approved statcounter Javascript for any site I visit. That means if I visit a site the Statcounter will load, but none of the other Javascripts will. As an internet user this gives me a LOT more control over how I am viewing the web, but it can also mean my visits to your site won’t be tracked at all.

Why No Script?

I use it because there have been security problems with javascript from time to time, and I sometimes visit websites created by internet scammers. It is a quick and easy way I can tell what is running on a page without checking the source code, and anything I have not previously approved will be unable to run until I do approve it. Here’s what a page looks like when I view it with No Script –

noscript

Click for a bigger view. You can see that a little yellow bar runs across the bottom of the page, telling me which scripts I have previously approved are running. It also tells me how many scripts in total are running on the page and when I click on options (the screenshot shows me clicking on options) it gives me more information. I can choose to forbid any of those approved javascripts at any time.

Results Can Vary Widely –

I run two site meters on the site currently – Google Analytics and Statcounter. Feedburner also has a counter built in. Last Wednesday September the 5th –

Statcounter shows – visits 419, page views 861

Google Analytics shows – visits 349, page views 802

Feedburner shows – visits 323, page views 810

Do you see now how these are a bit unreliable? That is a huge difference, especially given two of the scripts (Statcounter and Google Analytics) are right next to each other in the sidebar. Which one of the above should I believe? How can I know how many people actually visited my page?

Don’t Invest Yourself –

If you define your worth as a blogger in how many people visit your site and you are relying on these free tracking tools, you are setting yourself up for heart break. For no good reason. Site Meters should only be used as a guide to the general traffic on your blog, and not as the bible of internet usage or any kind of measure of how many people are reading you.

How Do You Measure?

How can anyone possibly measure their worth as a blogger? At the end of the day, it could boil down some or all of the following –

If you are happy with what you are writing
(if not, work harder on the writing)

If you are happy with your blog template
(if not, test out a new one and consider changing it)

If you are happy with the look of your blog
(if not, take a good look at it, remove anything you don’t like)

If you are happy with your header graphic
(if not, create a new one. If you don’t have the tools, ask for help from other bloggers, run a competition on your blog to have your readers create a new one for you)

If you are happy with the amount of comments you receive
(if not, network. Get out there and meet new people, comment on their blogs, they will comment back)

If you are happy with the quality of your content
(if not, learn more about writing, edit, improve, read this- 10 Easy Ways To Improve Your Blog Writing. )

If you are happy with the relationships you have built with other bloggers
(if not, work on building relationships with other bloggers)

If you are happy with the amount of links back to you from other bloggers
(if not, link to them more and you will find they link back to you, a weekly wrap up is one good way to achieve this)

If you are not happy with any of the above, these are all things you can work on and improve.

You’re in charge –

You can create positive change in any area of your blogging. If I can do it, you can do it. Anyone can do it. Daisy The Curly Cat is doing it, even though it must be hard to type with kitty paws. ;) Love your work, Daisy. :)

Bloggers, don’t make excuses for your inaction. If you don’t have the time and energy to put into your blog, that is one thing. People have real lives. We all have to do the chores, etc. Some of us have jobs to go to. Some of us have kids and family. There is only a certain amount of time and energy we can each devote to blogging. We have to accept that, and be ok with it.

But..

If you DO have the time and energy and you waste it by constantly checking your blog stats instead of networking and building relationships with other bloggers and the zillion things you can do to improve your blog- that IS something you can change.

Consider taking some time to learn to manage time better. To begin with, you could try setting yourself a target – for example, comment on 5 new blogs a day – and then set out to hit that target each and every day. Be pro-active and you will see results :) Be inactive and you’ll get exactly what you put in – nothing. :(

There Are Ways –

To improve the traffic to your blog. See the article – 75 Ways to Increase Your Site’s Traffic – by Tay from Super Blogging for some great ideas. Try some of them out. If they don’t work, try something different.

They Say –If you build it, they will come. I have found this to be partially true. They won’t come unless you tell them where it is first. It is like throwing a party and not inviting anyone, yet expecting people to somehow know you’re having a party and find it anyway, and when nobody shows up you fret and get depressed about it. What did you expect? That people are psychic? ;) That they are somehow able to read your thoughts? That people would magically find your blog out of the literally millions of blogs out there on the net?

Stay Positive –

If you look at your stats and find it makes you negative, unhappy, or inspires you to write posts lamenting the lack of readers and traffic, stop right there.

It is one thing to say to your readers – how can I improve this blog – and actually listen to them when they tell you, and make the changes they suggest. That’s fine, and something we should all do as bloggers from time to time.

It is another thing to throw a full blown tantrum which makes the people who do read and are loyal to you feel like they aren’t worth anything to you as readers. Vent elsewhere. Never do it publicly on your blog.

Don’t Be Negative –

You may remember me writing – 14 Reasons Readers Unsubscribe From Your Blog. As a blogger, it is also not good to –

– engage in bitch brawls with other bloggers (not only will the blogger feel attacked but their readers will too, it’s one way to make many enemies at once!) or spend time attacking other bloggers in a negative manner
– post whiny, whinging posts regularly (more often than positive content)
– post things which made your readers feel physically ill (keep your poop and vomit stories away from me!)

Some Things Should Never Be Blogged About.

You know how we all have topics we simply refuse to write about? For some of us it’s sex, religion, drugs, rock and roll, bowel movements, whatever. I suggest it is in a bloggers best interest to add “lack of blog traffic” to the list of topics they will never ever blog about. But feel free to blog up a storm when traffic is good or exceeds your expectations.

I Know This Is True –

Once they arrive, if you do not build it, refine it, work on it, tweak it, make it better, make it load fast, make it pleasing to their eye, and create good content, they won’t stick around long. It’s no easy task and it requires you to be the master of many different subjects – or at least to know a little bit about them.

Blogger can let you down-

Sometimes my page load is slow because of Blogger – again we’re back to what you get for free. Sometime in the next few months this blog will be moving to WordPress, and I will have a lot more control over things like that. It will cost me money but I’m worth it – and so are my readers. :)

Further Reading –

I want to draw your attention to the section – Bloggers Are Helpful – in my sidebar for your further reading today. There’s a lot of great posts in there from bloggers that can help you to improve your blogging.

Over To You – What are your thoughts on blog traffic and site meters? Have you ever run any kinds of tests to investigate how accurate they are? How many times a day do you check your stats?

If you liked this post, give it a Stumble. :)

blog housekeeping, blogging tips, commenting on blogs, tuesday think tank

Assorted Blog Tip Goodness For Bloggers

Google, heatmaps, comments and spiders, oh my! There’s so much to know when you’re a blogger, so I keep putting together some of the little tips I am picking up to share with you. Blogger users take note, I have a couple of great ones for you here.

Have You Googled Your Blog Lately?

In order to get specific results for your blog put the following into the search box – site:www.snoskred.org – just replace the www.snoskred.org with your site URL.

If you want to search your own site only, you can also use Advanced Search and put your site in where it says Domain – Only return results from the site or domain. I use this all the time when looking for past things I wrote here.

For those of us getting frustrated with Technorati, it may be time to consider a Google search widget instead. I’m going to be checking further into this later today and may put a how to together for ya’all for future blogging tip goodness posts..

Find Out What Your Readers Click On

I read Create a Heatmap of Where Readers Click on Your Blog at Problogger and thought it might be something interesting to try. I put it on less than 24 hours ago and it is already showing me interesting information.

If you want to know more about your blog readers, this is an absolute must do. It is also really simple to do – and completely free!

Don’t Forget

I added a new section to my sidebar called Bloggers Are Helpful. It contains some of the best articles I have found about blogging. It is also constantly updated and in the weekly wrap up I will let you know what new articles have been added to it over the week.

If you have a helpful article which should appear in Bloggers Are Helpful, please email me or leave a comment linking to your article.

Blogger Issues.

Comments Policy.

Did you know you can add your comments policy to Blogger? It will show up just above the box where people enter their comments. Here’s a quick screenshot guide on how to do it.

From your Blogger Dashboard – click on settings.

settings

Click on Comments.

comments

Find the box that looks like this.

comments2

Type your comments policy into the box – and don’t forget to click save when you’re done!

save

Now when your blog readers want to comment, they will see what you typed into the box directly above the comments box. It will look like this –

page

Or perhaps like this if you have your comments appear in a pop up box.

popup

With Blogger you have a choice between a pop up comments box and a comments page – I prefer the comments page myself, which do you prefer as a commenter? and if you want your comments to be do follow I believe you can’t use the popup box. I’m not 100% sure on that one – anyone?

Where’s That Spider?

You may have read this post by Sephy where he talks about Blogger messing with the search engines. If you did not and you are using blogger, you need to know that Blogger has added a robots.txt file to your blog – without asking you, and without giving you any options of changing it.

What is a robots.txt? It simply tells the search spiders what to look at and what to ignore.

Blogger users are not able to submit a sitemap to Google – something ALL other bloggers can do, because it has to be on your site itself in .xml format and blogger does not allow you to upload .xml files to your blog. Blogger is telling the search spiders to read my feed as my sitemap. That means my feed read becomes my site map. Not an ideal situation at all. :(

Bloggers on WordPress and some of the other blogging platforms have a huge advantage over us – they can tell Google what pages to look at, what pages to ignore, and also get their labels listed.

Get Smart

Therefore we Blogger users will need to become smarter about how we do things. That is what the Snoskred Is section is about.

I only had 297 of my 500 posts on google for some strange reason. Some of my much older posts which I used to get hits for on certain search terms seemed to stop getting those hits.

What I chose to do was take the time to go back through my posts and make a links list with keywords appropriate to the post. I put it in my sidebar. It is long and nobody may ever actually look at it other than the spiders. However I do hope that my readers find it useful as well, if they want to know more about me it’s pretty much all there.

You may want to consider doing something similar yourself. It’s your blog. :) At the very least my thought is that you should have your favourite 10 posts available in your sidebar for your readers to check out and get to know more about you.

Consider WordPress.

I am working on learning a bit about WordPress. I have it installed on another domain I own, and Sephy and I are just messing about with it, learning how it works.

I had been getting mixed messages on WordPress. Some people told me WordPress was difficult to use and for more technical type people. Some people told me it was the best thing since sliced bread. Having now messed about with it I can say both are true. It does require some technical knowledge, but it is also is the best thing since sliced bread.

Blogger is great for most bloggers, I completely agree with that. It is easy, simple to use and you can now get templates for Blogger that look fantastic.

For those of us who want a little more control – who want to be in charge – who don’t want Blogger making decisions on their behalf without asking them – WordPress may be the better option. Will I be moving this blog to WordPress? Probably not at the moment, but maybe in the future. I am going to use WordPress for the business blog, though.

blog template, blogging tips, commenting on blogs, how to guides, wordpress

Snoskred Is Getting Organised – Are You?

I am all for making positive changes in all areas of my life, but sometimes you have to put the blinkers on and focus your sights on one specific area. Right now for me, that area is organisation – or organiZation if you’re from the US – and time management.

I have good reasons for wanting to get organised. I want to start a business over the next two months. I realise that if I started a business now without having the right skills in place it just would not work. So it is time to take a deep breath, suck it up, and get to it. At the start of this week I made a personal commitment to myself – I am getting organised.

Now some of the stuff I am going to say here is going to seem.. lame.. silly.. possibly even stupid. In order for you to understand where I’m going you need to know where I am at now. I’m not going to lie to ya’all. ;) here’s my major issues.

I am easily distracted.

I have trains running just fine on the tracks but then suddenly they crash. IE – I can be in the middle of doing something and then my mind throws out something else I need to do, and I will stop and change direction.

I’ll be in the middle of writing something and remember I wanted to check a website. I will be in the middle of one task, and remember one that needs doing RIGHT NOW. Yes, this is happening as I type. I haven’t updated the Aussie Blogs List yet, cos I took a day off today.

It happened again just then, as I was typing this. I noticed my glasses were dirty. This brings us to another issue I have –

I don’t put things back where they belong.

I was watching a West Wing in the lounge room yesterday. Part way through, guess what happened? I noticed my glasses were dirty. So I came in here to my desk and took my lens cleaning cloth out to the lounge room. I had to stop typing this post to go and get it.

My computer is a mess.

On the inside, that is. Information goes in, but I have no easy system, no good way of finding things, my desktop has always been a nightmare of files just dumped there. In fact here is how it looked at the start of this week.

organisearticle

I need to take charge NOW.

When I am running my own business, working to deadlines? All those little distractions and things not being where they should be and not having a system of where things get put and how to find them again on the computer – these things are going to add up and drown me. Especially because the business I want to run is computer orientated.

So how to fix it?

Step One – Done!

Get my computer organised and start a system of where things go that will work for me.

Thanks to this wonderful article – How to Keep your Desktop Organized (without getting insane) my desktop now looks like this.

oscreennow

Step Two – In Progress

I am a digital packrat. There are folders full of files. Take for example our photographs. We have a lot of them. We never had a system for organising them other than to put dates on the folders. Consequently, we now have a lot of this –

organisearticle2

Yes, that right there is the date we began putting some kind of name on the folders. But the no name folders go back to *cringe* 2 years before that date.

There is no magic wand I can wave here, but thanks to another article I read – A 3-Step Cure for Digital Packrats, and How to Know If You’re One of Them – I now know how to cure it.

I’m looking through two folders a day, naming them, putting aside good photos I want to use for the thought of the day photos. I am also looking through two bookmarks folders a day, sorting, deleting, moving. This will take time – If I tried devoting one day to it, I’d still have a lot of folders not labeled. Better to do little chunks daily than overwhelm myself right now.

Step Three – Time Management – Done Daily

1. Create a daily list of tasks.
2. Give each task a priority A, B, C,
3. Ensure that you work on the “A” tasks first.
4. Handle each piece of paper on your desk only once.
5. Ensure that you make the best use of your time.
6. Don’t postpone anything – Do it now!

Step Four – Day Planner

odayplan1

I have done this for the last three days and spent a day preparing for it before that. It’s rocking my socks, ya’all. You have no idea how focused I feel right now. It’s a happy feeling. :)

Step Five – Checklists

odayplan3

Yes, this is possibly the most lame of all the things I am doing, but it is helping me remember the things I do daily. I plan to update it in a week or so when I have identified more things I do daily. This is laminated so I can tick the boxes each day with a whiteboard marker and then rub that off ready for the next day. Yes, in the past I would forget my head if it were not screwed on, apparently. Now I have the checklists, sitting right in front of me, there’s not much chance of that.

Step Six – Email Check

One of the ways I get distracted is by the little envelope that pops up when I have new mail. Solution – open the mail in the morning, check emails, reply emails, close emails. Open again at lunchtime, dinner time, before bed. So if I don’t reply urgently, now you know why – and you can know when to expect that reply.. approximately.. ;)

Step Seven – Time Off For Good Behaviour.

This new stuff I’m doing is pretty intense right now, because I have a lot of organising I am doing. The major two things I need to finish are sorting my google reader and going through my archives here. These are both time consuming. So at lunchtimes, I step away from the computer for an hour. At dinner time, I step away for two hours.

I plan on having at least one light schedule day each week until I have a good handle on things, but I still want to make sure I get two of photos and bookmarks done each day. I took today off, got a haircut, went to see a house, put in an application so we might be moving, got my glasses fixed, did a little shopping. Whoa, what was that? Yes, we might be moving to my dream location. More on that tomorrow.

Step Eight – Buy In Bulk

The inexpensive things I find myself looking for, I need to purchase them so I can have one in each location I may need them. The lens cleaning cloth is a good example. They’re not expensive and it will cost me less to buy 2 more of them (I have 2 now, one in the car – one on my desk) than my time is worth to keep chasing them from room to room.

Step 9 – Put Things Back

The things that I can’t buy extra of, I need to put them back when I’m done. Simple, hey? It’s not as easy as it sounds, but I am committed to doing it.

What happens next..

I’m taking it one day at a time right now. I am hopeful that in three to four weeks I will become unconscious competent in being organised. However I think it may be a habit I need to keep working on and these skills of time management are going to be so useful to me in my business, I’m going to keep using them.

All I know is, I’m feeling motivated. I’m sleeping a bit less because when I wake up, I want to get onto the daily tasks I have set. I’ll update you urgently on developments. ;) so stick around!

get organised, how to guides, life lessons, mistakes I made, moving forward, work

10 Easy Ways To Improve Your Blog Writing.

I hate it when I see good bloggers say “I’m not a good writer”. If you’re not a good writer, I wouldn’t be reading your blog. If I’m not reading your blog, do I know about your blog? Drop by and leave me a link to it in the comments.

Having said that, there are some things I do now that I never did previous to blogging, and here’s 10 of them all neatly typed up for ya’all.

Write a summary –

Tell your reader why they want to read this post you have written in the first few sentences. Since getting on the Bumpzee Community RSS feeds, I have found that the first 250 characters of your post have to grab the reader in order for them to click through and read the rest. Basically this applies to anything you write – people need to be almost *teased* into reading the rest of your article.

Use the Thesaurus –

Tired of using all the same old words? Put the word you’d usually (commonly, consistently, customarily, frequently, generally, habitually, mainly, most often, mostly, normally, occasionally, ordinarily, regularly, routinely, sometimes) use in at the online thesaurus.

You can then take your pick of new, exciting (animating, appealing, arousing, arresting, astonishing, bracing, breathtaking, dangerous, dramatic, electrifying, exhilarant, eye-popping, far out, fine, flashy, groovy, hair-raising, heady, hectic, impressive, interesting, intoxicating, intriguing, lively, mind-blowing, moving, neat, overpowering, overwhelming, provocative, racy, rip-roaring, rousing, sensational, spine-tingling, stimulating, stirring, thrilling, titillating, wild, zestful), unusual words you don’t normally use that mean virtually the same thing!

Write ideas down –

I go nowhere these days without paper and a pen. NOWHERE. I have paper and a pen next to my bed, next to my recliner in the lounge, in the kitchen, in the car, in my handbag. Yes, even in the bathroom!! A lot of my best blogging ideas come to me as a surprise in the shower. I turn off the shower, even mid shampoo, step out, dry my hands, write it down. I find that if you do not seize the moment, that thought will vanish.

Record it –

Want to blog hands free? Do you have one of those little tape recorders students use for recording lectures? I have a Sony recording Walkman which uses cassette tapes but you can get digital voice recorders quite cheaply these days. So you can verbally blog while doing your chores around the house and when you get a chance to sit at the computer and type it up, you know where you’re going.

Edit it –

Cugat helped me learn how to simplify my writing when we were working on a website together a few months ago. I use a lot of extra words. Really and Actually are two such examples. Just doing a quick word search of the blog front page before posting this, the word really appears 6 times and once in the sidebar. Actually appears 3 times. This is a major improvement for me. I’m still working on it.

Don’t edit it too much –

Editing can be a temporal vortex. Like when I go to the hardware store and two hours go by without me even noticing it. I have sometimes spent up to three hours doing it on some posts. It’s better to limit yourself to a certain amount of time. For a longer article it may be appropriate to spend an hour tweaking words and cutting words out. My advice is use a timer with an alarm, set the time you’re happy to spend editing (that could be anywhere from 2 minutes to an hour) and when the bell rings hit publish.

Use Headlines –

If you think readers of your blog read everything you’ve written in a post, I am sorry to tell you that you may be wrong – some readers skim, some readers scroll before deciding to read something in depth. So you’ll see some of my blog posts these days use headlines, in particular the ones which are intended to be helpful to fellow bloggers or the general public. The one you’re reading now is a good example. Doing this makes it easier for readers to focus on the parts of your post that are relevant to them.

Use Paragraphs –

The larger the chunk of text, the less chance some readers will delve into it. Breaking things down into smaller more palatable chunks increases the chance of those things being read.

Size Matters –

There is nothing wrong with a short post. Don’t be afraid to post something brief. Embrace the pithy. On the other hand, long posts can be scary to post because you think people will not read them. If your content is good, people will. Have faith in your readers. But for longer posts try to use small paragraphs and headlines if you can, to make it more accessible to all readers.

Invite Comments –

Your blog is where you can express your views. Ideally you will want your readers to express their views in return. Unless you think your bowel movements don’t stink and your opinions are right, perfect, and not to be discussed, in which case you will turn comments off. This will offend people. If you don’t have comments on your blog, chances are I’m going to unsubscribe from your RSS feed. Just so you know.

A final thought –

Don’t ever say you’re a bad writer. I don’t believe there is any such thing. You may not be writing novels that stun the public but blogging isn’t about that.

Writing is about communicating ideas and connecting with people through words. If you’re on my blog roll, I think you’re a good writer. Take the compliment with grace – say thank you, don’t try to tell me my opinion is incorrect.

If you’re not on my blog roll yet, chances are I just haven’t found your blog. Comment on this post with a link to it, I’ll drop by and check you out.

blogging tips, how to guides, writing tips

Thoughts On Making Positive Changes – Can You Do It?

Over the last month I have made one big positive change in my life, and I have a few thoughts on the process of making change which might be useful to you. Have you ever heard of the conscious competence learning matrix? Basically it is 4 stages which you have to go through in order to learn a new skill. The four stages are –

Unconscious Incompetence

You don’t know anything about this new skill – You may know others have this skill but you may think it won’t work for you, you may think you don’t you need it, you may think you’re not capable of learning it it – you need someone to point out how this skill can benefit you before you are willing to consider learning the new skill

Conscious Incompetence

You are now aware of this skill – You are aware that you do not yet posess this skill – You realise that this skill can be useful to you – you make a commitment to learn how to perform this new skill.

Conscious Competence

You are now able to perform this skill without assistance from others but it requires concentration and thought – You are able to demonstrate this skill to others – You now have to commit to practising this skill over and over in order to become unconsciously competent in this skill.

Unconscious Competence.

You have practised this skill so often it enters the unconscious – This skill is now second nature to you – You can now perform this skill while thinking about something else and without concentration – You can now teach this skill to others – Over time you may become less able to teach this skill because you will find it difficult to explain how to do it.

The Four Stages –

Think it’s a load of psychobabble?

Think again. Can you drive a car? Sew? Knit? Type? Paint? Draw? Play a musical instrument? Ride a bike? You have been performing the four stages of learning all your life. You may not have known the name of it until reading this post, but if you take a moment to consider you’ll agree the four stages is exactly how you have been learning to do things.

The exact same process happens when you want to make a positive change in your life. You decide that you want to – lose weight, drink more water, be more positive, get organised, exercise more, play the piano, change a habit, learn any new skill, it could be anything. You think making this change will benefit you. So you make a commitment to change.

The most difficult part is the “practice” – the actual making the change. Unless you *make* yourself practice you will never make the change. Here’s some tips to make it a little easier for you.

This Is Also Known As –

Setting a goal. Sort of. Sometimes a goal requires a lot more work across a lot of different areas, so for the purpose of this post I’m talking more about forming good habits, routines and making *one* positive change at a time.

Pick One Change And Go With It –

Choose the most urgent thing you want to change and focus on changing that. Do not sabotage yourself by trying to change several things at once. You’ll do a lot better if you focus on one at a time. (I made this mistake – on top of the water change I wanted to get more organised. One had to give way – so now I will focus on the organise change I need to make)

Embrace The Need For Change –

You’ve got to want it bad! You have to be passionate about it, long for it, LUST after it! If you don’t want this change, you will find ways to undermine your own efforts. It is sometimes a good idea to write the benefits of making the change down and putting it somewhere you’ll see it often, to remind yourself why you want to make this effort.

Make Success Simple –

If the change is drinking water, carry a bottle with you. If the change is get organised, take time to put systems in place that you can follow. If it’s exercise more, hire a treadmill or exercise bike, whatever floats your boat. Identify how you can make this change easy and simple and then do that first, before you try to begin making the change.

Watch Out For Thwarters –

Friends, family, loved ones can be your worst enemy when it comes to making a change. They like you the way you are. They may not want you to change. They may fear you will leave them behind, not need them anymore. If they can’t get on board, they need to get out of your way – and you may need to push them out of your path.

If you explain to them you want to make this change, you need to make it, and you’re going to make it so you would appreciate their support, and they do not wish to give you the support you’re asking for? That’s a bad sign right there.

I’m not saying cut them out of your life completely, but perhaps it is a good idea to take some time out for yourself to focus on the change you’re making. Do not let anyone hold you back. Don’t let anyone argue with you about it either. You may find it best to – close your ears – smile – nod – ignore – when they try to talk you out of it – and some people will regardless of how much they claim to care for you and want the best for you. Be prepared. Don’t be surprised when it happens.

Look For Supporters –

If you can find people who want to make the same change or even a different positive change from the one you want to make you can support each other. There is nothing like surrounding yourself with people in the progress of positive change. There may be a support group for what you’re looking to do – if not in real life, on the internet. Be wary though, sometimes support can = thwart!

When You Want To Quit –

Keep going. Usually during the first or second week, you’ll have some second thoughts. You’ll think about giving up. You want to quit. Push through it. Don’t allow yourself to give up on your change. You decided to make the change for good reasons and whatever inconveniences you may be experiencing will seem like nothing in a couple of weeks once you get to the unconscious competent stage.

Chart Your Progress –

If the change is something like drink more water, make a simple chart where you can tick off each cup you drink. If it is exercise more, make a chart where you can tick off every half hour of exercise. Whatever your change, try to find a way you can tick boxes for yourself – and always use a tick (positive), never a cross (negative)!

Remind Yourself –

I once had to change my name. I was working in a call centre, and when you answer the phone if you have a longer name there is a better chance the person listening will catch your name if it has more syllables. EG – “This is Ben” will tend to get people saying “Who is it?” whereas”This is Benjamin” you get a lot less “Sorry, I didn’t catch that” which cuts down on your call time. So I wrote my full 3 syllable name on post it notes and stuck it all over my desk. Anywhere I would be looking when I answered a call merited a post it note.

A skill you quickly pick up in a call centre is the ability to listen to what is going on around you as well as on the phone. I heard people discuss my “lack of memory” “That poor girl can’t even remember her own name!” “Doesn’t she know who she is?” – it got so annoying to me that I sent out an email explaining why I had my name all over my desk. Guess what happened next? All kinds of post it notes began to appear all over the office.. I started a trend!

So, write yourself little notes about the change you’re making. Put them in every room you spend time in, where you’re going to see them. On the fridge, on the TV, on the back of the toilet door, on your bathroom mirror, on your bedside cabinet, on your computer monitor.

Reward Yourself.

If you practice, there will come a day when you do this thing without even thinking about it. That day came for me a few days ago, when I noticed I had gone through a 1.5 litre bottle of water during my day without once *thinking* about it. It will happen if you have practiced, so make a plan of how you are going to reward yourself for the hard work you’ve put in.

When The Day Comes –

Celebrate it, you did it! :) Then pick the next thing you want to work on and get started. You’re on a roll, so keep it going. ;)

Don’t Stop Now –

If your choice was to lose weight – most people who made the choice to lose weight put it back on eventually – that is because they get *out* of the good habits they made in their life. When you make a decision to lose weight that is a *lifestyle* change and you have to be committed to it for LIFE. As soon as you stop practicing the good habits you will find the weight creeping back on.

If You Do Stop –

Just as you can get back on the bike and remember how to ride it without having to learn from scratch, you can do the same with any of these changes you committed to making. So simply get back on the bike and start pedaling towards your original goal again.

What Change Did I Make?

In case you didn’t know, I challenged myself after reading this article 9 Great Reasons to Drink Water, and How to Form the Water Habit to begin drinking more water. I used to drink Coca Cola – one can a day – and fruit juice or coffee. I wasn’t getting enough liquids and water retention was a huge issue for me.

Week One –

Visits to the bathroom were more frequent than usual in this week. I was expecting this – the article had mentioned it. It wasn’t too bad but there was one day I felt like quitting the whole thing because I was back and forth too often. Push through that urge to quit. Just keep going!

Two Weeks Into Making This Change –

I noticed a big difference with respect to water retention. The backs of my hands went all wrinkly. The puffiness went away. My body could now rely on me to get enough water during the day and it wasn’t holding to any nugget of water it could get just in case it didn’t get more. Visits to the bathroom were now less frequent than *originally* – I was so glad I didn’t quit!

Sometime In The Third Week –

The unconscious competence kicked in. I was keeping a bottle of water on my desk and suddenly I did not have to remind myself to pour a glass and drink it – and I’d filled in a whole day’s worth of ticks to my chart without once noticing I was doing it. I got some scales at the start of the third week because I thought I’d been losing weight and found I was 10kg lighter than the last time I weighed myself, but that had been over a year ago so I couldn’t be sure it was due to the water. Clothes that fit well three weeks before were suddenly a bit roomy, so I think at least some of the loss was due to it.

I have been so busy drinking water that some mornings I found I wasn’t having my coffee until lunch time – which gave me headaches. This week I focused on making sure I have that morning coffee in the morning. Yes, I am a caffeine addict but during this challenge I’ve cut back to 2 cups a day rather than my usual 4 cups. Wow, what a difference!

Four Weeks Into Making This Change –

I’ve lost 3kg (6.6 pounds) over the course of one week, without making any changes to eating or exercise – in fact I’ve been eating 2 pieces of Lindt chocolate each day, something I normally do not do! Now I’m reasonably confident a large part of the weight loss was due to the water drinking. I can see a noticeable change in the mirror. I’ve been working on getting the hands less wrinkly but it will take time for the skin to shrink back after losing the puffiness.

Was It Worth It?

Absolutely. I am feeling a lot better for it. Now I’m all about the next change, which is getting more organised. Over the next week I’ll be putting systems in place to help me do that. I wanted to do it at the same time as the water change but I found two changes at once was too much for me.

Did you find this article helpful?

Let me know in the comments section. :) Let me know if it inspires you to make your own change, too! ;)

how to guides, life lessons, moving forward, power of positive thought

Handy Blog Tips #1

If you have never heard of Google Alerts and how they can help you as a blogger, or you have seen bloggers leaving a URL after their name when they comment and wonder why, this is a post you’ll want to read.

As I travel around the blogosphere it often surprises me how people don’t seem to put thought into doing the little things that mean a lot – but then I stop and remember we’re not all reading the same blogs, and so it is unlikely you have picked up all the tips I have. So from time to time I’m going to post some of the good stuff I have found out.

How does Snoskred magically turn up when someone writes her name?

Snoskred uses Google Alerts. Basically this is like a google search that comes to you as a surprise in your email. They are incredibly simple to set up. Simply –

1) put the search term in
2) choose if you want all (comprehensive), or one of search, groups, news, blogs
3) how often – daily, as it happens, weekly
4) put your email in

alerts

See how simple this is? One more reason to love Google.

For number 2, I went with all. For number 3, choosing as it happens will keep you very up to date but if you’re a busy blogger it might annoy you, too. Mine come to me daily. Of course it is a little easier for me, because my name is fairly unique. I also have alerts set up for Life in the Country, and 419 Scam which helps me stay on top of the latest news in scamming.

You can always use the Alert Management page where you can change all the options and delete any alerts you may be subscribed to. You can also change the formats of the emails you receive – either HTML or plain text.

Why does Snoskred always sign her name and put her blog URL under it?

Snoskred knows that not everyone in the world knows you can click on the name of a commenter to get back to their blog. I may know it, you may know it, but the person who read your comment and thought “wow, that was a great comment, I’d like to read their blog” may not know it.

Rule #1 – Never assume others know what you know!

Those of us with blogger profiles need to pay special attention to this when commenting on blogger blogs because the link blogger puts to your name is to your profile on blogger, not to your blog. If you have more than one blog in your profile people will be confused as to where to find you.

Cybercelt left me a great comment about that a while back, letting me know that you can go into your blogger profile (on your profile page when you are signed in, click edit my profile, then Show my blogs, then Select blogs to display) and choose which blogs are displayed in your profile. If you have more than one, I suggest you choose one to be the main blog, and link to your other blogs from that blog page rather than have them all listed in your profile to make it easier for people to find you, but it’s your profile. ;)

On the other hand, when commenting on WordPress blogs, putting a link may mean your comment gets put into the spam bin. I don’t worry too much about that but it is something to be aware of especially with the busier bloggers who do not always have time to read all their comments. Perhaps you might choose to only leave a link under your name on a WordPress blog in certain circumstances.

I hope these tips are useful! :) Let me know if they are, I’ll consider doing some more posts like this.

blogging tips, commenting on blogs, how to guides