|
|
What's the best business blogging tool?Hi Dave, can you help me? I have a website and am partnering with a business blogger (Michael Pollock) on a new venture. But I also want to start my own blog. I know a lot about text ads and pay per click and SEO and blogging and stuff and want to include "monetizing" links in my blog. BUT I am not tech oriented and don't have time to become proficient. What would you suggest as a blog platform? If I get a hosted type like TypePad it looks like I'd have to get the Pro version to monetize with text ads etc. but I've also been reading about TypePad's problems. Wouldn't have a clue how to use WordPress. Am I gonna have to learn code to have a flexible unique blog of my own? Thanks for any insight/advice! You're asking one of those big questions that us old-timers call "$64,000 questions", actually, because there are dozens and dozens of different blogging platforms available nowadays and figuring out which is best for your needs is a non-trivial task. First off, let's start by differentiating hosted weblog solutions from server-side solutions: a hosted solution is where you buy space on someone else's blogging platform and let them worry about running the servers, backing up the data, keeping it hacker-free, etc. A server-side solution is for when you already have a Web server and the administrative and IT know-how to install new software on your own system. The advantage of a server-side solution is that you have far more flexibility, but the cost of that flexibility is greater complexity. For most people, a hosted solution is a far smarter choice. In terms of representative solutions, some of the most popular hosted solutions are Blogger, Typepad, and Yahoo 360. Server solutions are dominated by the Big Two: Movable Type (what I use), and WordPress, though there are many, many other software packages you could install on your system. On the server side, the main difference between Movable Type and WordPress is the template language: because all blogging applications work off a small set of templates you develop or tweak to have the look and feel you seek, the ability to fiddle with the template is a critical differentiator between solutions. As far as I can tell, there are two main approaches to this template language: either a language that's emulating HTML/XML, or one that's built around the PHP scripting language. Let me show you a snippet of each, so you can see the difference. First off, Movable Type (and, by extension, Typepad, which is from the same company), looks like this: <div class="posted"><a href="<$MTEntryPermalink$>">Posted by
<$MTEntryAuthor$> on <$MTEntryDate format="%x"$></a> </div> Not too dissimilar to HTML format, just add the "$" symbols. By comparison, here's a typical snippet from a WordPress template: <?php
if(isset($_GET['author_name'])) : $curauth = get_userdatabylogin($author_name); else : $curauth = get_userdata(intval($author)); endif; ?> Admittedly, they're not doing the same thing, but you can see that while WordPress is probably more powerful in as it offers you the full power of the PHP scripting language, it's also more confusing and much more geeky from a technological perspective. I like WordPress, however, because it's open source and there's something inherently cool about a commercial quality product you can download and run for free. If you look at the hosted solutions, you'll find that they vary from being quite flexible but confusing (there's a hosted version of WordPress, for example, still in beta at Wordpress.com) to being simple but rigid, without any ability to do much more than change a few links and the name of your weblog. Now, with all that said, on to your specific question. What you want to do is go into the templates and add your own code segments so you can include something like Google AdSense (not sure what that is? Check out my new article Getting started with Google AdSense) and similar. My suggestion is for you to seriously consider using TypePad, to be quite honest. Even with their recent performance hiccups, they're still one of the best solutions available and they have the credibility as a commercial hosting platform to help you with your business goals for your weblog. Further, since they don't offer free accounts (like Blogger and WordPress.com) the overall quality of the weblogs on the Typepad site will inevitably be better, which can only reflect positively on your efforts. Depending on how you want to integrate the content, you can also add material like an AdSense block by simply pasting it into the middle of your weblog entries. If you'd want to just add the code to the navigational sidebar of your Typepad design, you can do so by creatlng what TypePad calls a "Notes TypeList" (as documented here: Displaying custom HTML on your Weblog). There are no solutions that make it as simple as clicking on a checkbox to include everything you'd like on your weblog in just the way you'd prefer, but with relatively little work I think that just about any of the paid services could work very well for you. Long answer, but I hope that helps you out!
More Useful Blogs and Blogging Articles:
✔ Get my shopping cart plugin to work with WordPress?
We've put in a shopping cart for a client that's not working, and we need some help! The cart is currently using the...
✔ Embed an audio player on a blog or web page?I have some mp3 audio files I've recorded and would like to have people who visit my site be able to listen to...
✔ Can I write a guest review for AskDaveTaylor.com?Hi Dave. I'm a big fan of your site and love that you're doing so many reviews now. I've noticed, however, that there...
✔ Change author on WordPress blog post?I have two accounts set up for my WordPress blog and I'd like to be able to have all my posts from a...
✔ How do I restructure my Wordpress blog without losing SEO?I have a wordpress blog that was using categories in the url structure like this: /category_name/post_name/ Then I had read somewhere that if...
Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help
right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
Categorized:
Blogs and Blogging
(Article 4279,
Written by Dave Taylor)
Tagged: Previous: How does a subnet work? Next: What percentage of books printed end up destroyed? Reader Comments To Date: 5Mark said, on December 14, 2007 12:57 PM:
Has anyone tried moguling yet? It has done wonders for my business. Check it out www.moguling.com Dale said, on May 4, 2008 11:31 AM:
I realy like this article..keep it coming Conception de blog Montréal said, on September 8, 2009 12:13 PM:
Great post, how much is Typepad (costs) and does it offer included security? Thanks, Hakerus said, on September 11, 2011 2:36 PM:
I think Blogger or WordPress are the best solution, i tried to search over Google a few guides talking about making blogging system..but is too hard to do it. however my opinion about tbis , we are not necessary to buy complate domain to be famous, because i need only a usefull system to put my content online..an example. i take a webserver for one year during this time and i take with it a good result more than 30 articles and more than 20 comment...Blogger is the best selection for me....
I do have a comment, now that you mention it!Check This Out Too... |
Recent Entries
Look for Answers
Recommended
All Our Categories
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and Blogging Building Web Site Traffic Business and Management Computer and Internet Basics d) None of the Above Facebook Help Google Gmail Help Google Plus Help HTML, JavaScript and Web Site Programming Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Kindle Fire Help Mac OS X Help Pay Per Click (PPC) Advertising Pinterest Help Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help Find Me on Google+ ADT on G+ |
Dave, I found your article realy interesting and I was wondering what you thought of http://www.terapad.com ?