Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Business & Financial

Notices

Business & Financial Career, work, money, income generation, personal finance, investing, debt, wealth, abundance, entrepreneurship, sales, marketing, SEO, commerce, economics, blogging, podcasting

Reply
 
Thread Tools Display Modes
Old 03-05-2008, 03:16 AM   #1 (permalink)
DWR
Junior Member
 
Join Date: Mar 2008
Posts: 9
DWR is on a distinguished road
Default HTML v/s Blogging Software

I notice that Steve has an HTML site with the articles being sectioned onto a Wordpress blog. I am presently starting a site that is HTML only, but would be curious as to what / how significant an advantage it would be to used the blogging software, particularly pertaining to building traffic (for instance, I know that Wordpress autopings Technorati).

If there are indeed significant advantages, what would be some ways to bring those advantages to plain HTML? I have already created an RSS feed manually (not sure if using something like Feedburner would hold any advantage over a homemade XML file).

I would love to hear any opinions on this, as at this early stage I am able to be open to radical changes before reader familiarity sets in.
DWR is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2008, 04:47 AM   #2 (permalink)
Family Member
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 1,823
JimOfferman is on a distinguished road
Default

A blog (or CMS) is just much easier to maintain in the long run. It's much more automatic - I add a new article to my blog and my RSS feed is updated for me. Search, permalinks, comments, etc. - most of those are 'free' with a blog, hard work when you're doing html.

The advantage of feedburner (and similar services) is that it gives you, the owner, a lot of statistics on who uses what to read your feeds and you can use it to publish your feeds to other sites - increasing your exposure.

Why don't you try a hosted blog solution (i.e. www.blogger.com, WordPress.com » Get a Free Blog Here) to see if it suits you? With WordPress, you can always export all your posts and then import them in your self hosted version later.

Ohw, and I think all of Steve's site is in WordPress - except for the forums.
JimOfferman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2008, 08:29 AM   #3 (permalink)
Junior Member
 
Join Date: Mar 2008
Posts: 5
ssmorgan is on a distinguished road
Default

Quote:
Originally Posted by DWR View Post
how significant an advantage it would be to used the blogging software, particularly pertaining to building traffic (for instance, I know that Wordpress autopings Technorati).
For some reason, the search engines tend to index blog entries faster than a website page.

I could be wrong, but I am under the impression that if you maintain your blog well, and consistently add fresh and valuable content, over time, you will get a lot of visitors from the SE faster than you would have if you had a regular website.

A hosted blog that JimOfferman refers to is a great approach, and it's a lot easier than it seems.

The advantage of regular html website is that you have more control over the layout and organization and it could be more structured than a blog.

Have you thought about having both a website and a blog? They can be nice complements to each other.

Hope this helps,

Sherif
ssmorgan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2008, 08:35 AM   #4 (permalink)
Member
 
Join Date: Nov 2006
Location: Raleigh, North Carolina
Posts: 77
Phil Newton is on a distinguished road
Default

There are a couple of advantages with using blog software instead of manually updating everything:

1) Quicker to add new entries.
2) You can add entries from any computer, so you don't need to upload any files and keep them all in synch.
3) Automatically set up things for comments and pingbacks.
4) Automatic updating of navigation links

I've thought about using a plain HTML based site before, but as soon as the site grows it becomes a pain to keep updated. Where possible it's best to reduce the time spent maintaining things so it can be spent on creating good content
Phil Newton is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-05-2008, 05:49 PM   #5 (permalink)
DWR
Junior Member
 
Join Date: Mar 2008
Posts: 9
DWR is on a distinguished road
Default

Thank you all very much.

As it stands, my reasoning for using HTML is:
  • As mentioned, the degree of control over layout and organization. I've got a uniform layout that I use over all of my websites, and have an organizational system that I think works pretty well.
  • Not having my content in a database that can become corrupted, or is not easily moved from one type of site to another should I no longer enjoy working with a particular setup.
  • Able to handle load spikes much better than a database driven site. I have shared hosting and I fear waking up one day with my sites down due to a digg or something similar.
  • Able to project a more unique appearance and feel in a web that has become FILLED with Wordpresss blogs!
I am still weighing options though, and really appreciate all of your input!
DWR is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-06-2008, 09:03 AM   #6 (permalink)
Family Member
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 1,823
JimOfferman is on a distinguished road
Default

Quote:
Originally Posted by DWR View Post
As mentioned, the degree of control over layout and organization. I've got a uniform layout that I use over all of my websites, and have an organizational system that I think works pretty well.
Blogs are very adapt at keeping a uniform layout, because they rely on fixed templates that are wrapped around your content - old and new.

Quote:
Not having my content in a database that can become corrupted, or is not easily moved from one type of site to another should I no longer enjoy working with a particular setup.
There is no guarantee that the server that hosts your static HTML page doesn't suffer from the same kind of corruption. That's what backup systems are for! Most blog systems can export all their content in one way or another (or, at the very least, all of your posts in an RSS feed).

Whether you go with a blog or static html, you always need a good backup strategy.

Quote:
Able to handle load spikes much better than a database driven site. I have shared hosting and I fear waking up one day with my sites down due to a digg or something similar.
Again, static html sites aren't immune to this - it all depends on how well your hosts handles load spikes.

Quote:
Able to project a more unique appearance and feel in a web that has become FILLED with Wordpresss blogs!
WordPress does not dictate the look and feel of your site. You can customize every last nook and cranny of it (except for, maybe, the WordPress admin backend).

One thing WordPress can do - and your static html can't - is drastically change the look and feel of your entire site at the flick of a switch. Just drop in another theme and presto! (creating the theme is, of course, a little more involved than that). It's one of the reasons why I went with WordPress. I can figure out the organization of the site first, using an off the shelve theme, and then once everything is in place switch to my own unique theme.

Last edited by JimOfferman; 03-06-2008 at 02:29 PM.
JimOfferman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-06-2008, 02:19 PM   #7 (permalink)
Senior Member
 
Join Date: Mar 2007
Location: Western Canada
Posts: 295
1000feet is on a distinguished road
Default

Quote:
Originally Posted by DWR View Post
Thank you all very much.

As it stands, my reasoning for using HTML is:
  • As mentioned, the degree of control over layout and organization. I've got a uniform layout that I use over all of my websites, and have an organizational system that I think works pretty well.
  • Not having my content in a database that can become corrupted, or is not easily moved from one type of site to another should I no longer enjoy working with a particular setup.
  • Able to handle load spikes much better than a database driven site. I have shared hosting and I fear waking up one day with my sites down due to a digg or something similar.
  • Able to project a more unique appearance and feel in a web that has become FILLED with Wordpresss blogs!
I am still weighing options though, and really appreciate all of your input!
DWR - those are all good things to think about but they don't usually weigh in favor of HTML. A database can be corrupted, but it can be backed up or restored with a couple of clicks on most web hosts.

With many hosts the database software and the web server software (which sends the regular HTML) are in fact on the same server. So if there's no resources left none of them has a magic backdoor key that lets them work faster.

In the end you have to ask yourself if it's really worth doing 10x the work on an ongoing basis for a tiny increase in control. There's blog plugins for everything you can imagine so you aren't limited to just having ordinary posts on your site. Is it worth doing this at the expense of time you could spend improving your content?
1000feet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I build my own tax software?? VetTechJess Technology & Technical Skills 19 01-30-2008 05:25 PM
Is blogging software necessary? JohnnyJimJams Technology & Technical Skills 11 01-24-2007 12:29 AM
Flashcard software RiverFlows Technology & Technical Skills 0 01-05-2007 09:23 PM
Flashcard software RiverFlows Personal Effectiveness 0 01-05-2007 09:17 PM


All times are GMT. The time now is 02:36 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC