Some Clicks and Some Text
Starting a blog is ridiculously simple. The hardest part is giving yourself permission to create something. Let me know if you need help with that part, but otherwise skim over this and choose your platform (Blogger or Wordpress are good places to start, I've used both).
Go to http://blogger.com. |
Create a new blog. |
Pick an address and a template. |
Write something and click publish. |
No Time? Add a Template
Add a "Post Template" under Settings > Posts and comments Enter html here. |
For example I use the following. Note the built-in structure that follows a typical term paper: "Hook. Thesis. 1-2-3. Done." The <!--more--> inserts a page break if your template allows it.
hook thesis? <h2>one</h2> <p>something</p> <h2>two</h2> <p> <h3>Video</h3> <div class="separator" style="clear: both; text-align: center;"> <iframe allowfullscreen="" frameborder="0" height="360" src="http://www.youtube.com/embed/ej04Y0VYBJc?rel=0" width="480"></iframe> </div> </p> <h2>three</h2> <p>something <pre class="prettyprint lang-html"> some code </pre> </p> <br/> after the break... <!--more--> broke!
Creative laziness in action. I add basic markup here... |
And get the semantic structure I want here. |
So I can focus on the message, not the formatting. |
Enter a secret phrase and set whether you want to save draft or post right away. If you need time to perfect and revise your message, it's better to save emails to draft. |
Samples and Examples
Topics
Use fascination triggers for impact in your topic selection or title. If not sure, write your content first, then revisit the message.
- Top 5 Things To Know Before Purchasing a CMS
- Why Web 3.0 Doesn’t Apply Anymore
- Your Career Path
- What I Love About The Next Version of Our Software
- The 5 Worse Things to Say in an Interview for …
- The Difference between Enterprise and Shrinkwrap
- Why the Company Culture Persists… What’s in a Name
- Preparation Checklist, Don’t Ignore It!
- PRINCE2 vs PMBOK for Your Next Implementation
- How to Increase Visibility for your Open Source Project
- The Best Demo Ever
- The Worst Demo Ever
Resources
For maximum reach, first create quality content over time. You don't have to post frequently, but consider how old you want your last time stamp to be. Maybe a "lesson learned" or "my recent project" type posts could be once a quarter or once a month.
If you do all your online work in a different medium (StackOverflow, Linked In, an Open Source project, or some forum), then maybe occasionally highlight some good work with a post.
Syndicate (via RSS feed) and/or tweet to engage your community. For me that's #SDLTridion and a few others under Nivlong.
- Blog platforms
- http://wordpress.org
- http://www.blogger.com
- Syntax "prettify" for good-looking code
- http://google-code-prettify.googlecode.com/svn/trunk/README.html
- See Pamela Fox's great example:
http://blog.pamelafox.org/2010/08/how-to-pretty-print-code-snippets-in.html - Microblog to extend your reach
- http://twitter.com
- http://www.tweetdeck.com (schedule tweets!)
- Use royalty-free images to avoid copyright issues
http://www.sxc.hu - Capture your examples in video
- http://camstudio.org
- Do I even need to mention YouTube?
- Analytics or Adsense
- http://www.google.com/analytics
- https://www.google.com/adsense
The Worksheet
This is literally the hardest part. Technology, code, APIs, and even SDL Tridion is simple compared to creating something. It's on the order of the difference between making a baby and having a baby (did you see that coming? vice!).
Take your time and come back when ready. It's literally 5 minutes to create your blog, but it make take days, months, or (hopefully not) years for you to get to that moment.
Set up Your Blog
Either just follow the prompts in your blogging software or take a few minutes to write down the following…
- What would you name your blog (title)
- Pick a “handle.” Could be real name.
- What’s your unique perspective? This will take time and should evolve as you write.
- What’s your url (fragment)?
Your First Post
- What did you recently learn?
- What do you want to share?
- What do you want to learn?
- Post Title
- Any tags or keywords?
Don't forget to publish.
There you go, everything I know about starting a blog. Hopefully I didn't kill the mystery. The specific steps may change over time, but since Web 2.0 and the democratization of content the tools will only get easier. View the now classic "The Web is Us/ing Us" video for a little inspiration.
What's the second hardest part? Coming back for your next post.
Good for new and upcoming bloggers who wish to focus on using Blogger rather than Wordpress.
ReplyDeleteCheers mate!