Question

Hello

I had a blogger blog previously for providing IT services. Due to circumstances I deleted the blog, thinking I can restore any time in the future not knowing the 90 days time frame. Now my blog is gone for ever with it my content and everything. However looking at the situation I have a chance to embrace a new design and new website. I am looking for a good platform which is good for SEO and has access to the html code for the website.

What do you guys advise? I found Blogger top notch simple and tech worthy. Is there a platform better than blogger which is seo friendly and has tons of features. Or shall I get a domain name and design the site with site builder which domain companies provide now days.

My forte is hardware, software, networking and SEO area. I am not so good with designing website so I am looking for a simple solutions.

Thank you.

 

 

Link to comment
https://www.neowin.net/forum/topic/1298444-which-platform-for-blog/
Share on other sites

20 answers to this question

Recommended Posts

  • 0

WordPress.

 

You will simply not find a more open and extensible blog platform than WordPress.

 

Just go buy a domain, some shared hosting and install WordPress on it. It takes 5 minutes. You have full access to the code (HTML, CSS, JavaScript and PHP), as well as a marketplace of themes and plugins, all completely free.

  • 0
Just now, mkol said:

Thank you^

No problem. :) Just ask if you need any help. My day job is 40% development of WordPress. I've even contributed fixes to WordPress core, as well as reviewed and approved themes that you find in the marketplace.

  • Like 1
  • 0
34 minutes ago, Jack W said:

WordPress.

 

You will simply not find a more open and extensible blog platform than WordPress.

 

Just go buy a domain, some shared hosting and install WordPress on it. It takes 5 minutes. You have full access to the code (HTML, CSS, JavaScript and PHP), as well as a marketplace of themes and plugins, all completely free.

 

Seconded.

 

My day job finds me using all sorts of systems, Craft, Perch, Joomla, Drupal etc but i always end up back at WordPress for personal projects and it's always the first place i point clients looking for a blogging/CMS system.

  • 0
Just now, MikeChipshop said:

 

Seconded.

 

My day job finds me using all sorts of systems, Craft, Perch, Joomla, Drupal etc but i always end up back at WordPress for personal projects and it's always the first place i point clients looking for a blogging/CMS system.

Yeah - we generally use it for the smaller clients, on a budget. It still gives room for advanced features, e.g ecommerce, galleries and live chat, but makes the development process far easier.

 

The only times we don't usually use WordPress is:

 

  1. It's a large corporation; although we do sometimes for mobile app backends, just for managing the content
  2. E-commerce; again, we do sometimes, if they don't require advanced e-commerce features such as stock control
  3. Large projects; we'll use Symfony for these things
  • 0
8 hours ago, Jack W said:
  1. It's a large corporation; although we do sometimes for mobile app backends, just for managing the content

Have you had a chance to play with the REST API yet? Makes things like this soooo much better. I was pretty late to the API scene but totally hooked on it now.

  • 0
30 minutes ago, MikeChipshop said:

Have you had a chance to play with the REST API yet? Makes things like this soooo much better. I was pretty late to the API scene but totally hooked on it now.

Nope. One of my colleagues has, but when looking at it, the API doesn't appear to be a stable feature yet. About a month ago, the core team members of WordPress were arguing over how to continue the API. If we're to begin using it, we need to know it will remain part of core and be finalised.

  • 0
10 hours ago, Jack W said:

WordPress.

 

You will simply not find a more open and extensible blog platform than WordPress.

 

Just go buy a domain, some shared hosting and install WordPress on it. It takes 5 minutes. You have full access to the code (HTML, CSS, JavaScript and PHP), as well as a marketplace of themes and plugins, all completely free.

a lot of hosts also offer one click wordpress installs for those not techy. wordpress auto updates itself anyway after you install it though so it's a pretty painless thing once you get the database information and stuff. 

  • 0
3 minutes ago, HawkMan said:

a lot of hosts also offer one click wordpress installs for those not techy. wordpress auto updates itself anyway after you install it though so it's a pretty painless thing once you get the database information and stuff. 

I tend to advise against these one click installs. Fantastico et al can leave some pretty stupid security holes and even the config file for Fantastico can be used as a backdoor in if not deleted. Just a heads up.

  • 0
1 minute ago, MikeChipshop said:

I tend to advise against these one click installs. Fantastico et al can leave some pretty stupid security holes and even the config file for Fantastico can be used as a backdoor in if not deleted. Just a heads up.

yeah, I prefer a proper install. but if you're not a web/tech guy, it's an option. 

it also depends on the host I'd say. My host shut down my whole site and told me what to do when I got compromised way back. not sure if that was a joomla site or the earlier variant. don't think it was a WP site anyway. Actually, it might have been my early e107 site. 

  • 0
35 minutes ago, HawkMan said:

yeah, I prefer a proper install. but if you're not a web/tech guy, it's an option. 

No, absolutely agree with you. Hosts that care would have all the patches up to date and bugs squashed any way, i mean, it'd kill their servers if they didn't!

  • 0

I know my host offers one click wordpress, I'm not sure how patches are handled though. they have some galleries and ecomerce stuff as well as one click installs.  So not sure they you effectively get  WP install that patches itself through WP or if it's handled through their system.

 

I could test, but I already cleared my DB of some 10 different CMS prefix databases already last year or so form old installs of different stuff :p

  • 0
On 5/25/2016 at 3:14 AM, HawkMan said:

yeah, I prefer a proper install. but if you're not a web/tech guy, it's an option. 

it also depends on the host I'd say. My host shut down my whole site and told me what to do when I got compromised way back. not sure if that was a joomla site or the earlier variant. don't think it was a WP site anyway. Actually, it might have been my early e107 site. 

 

Blast form the past there! Haven't used or seen anything on e107 in a LONG time, used way back in the early beta days before I got lazy

  • 0

Software preferences are subjective.

 

Personally just about everything about the Wordpress architecture annoys me immensely. But if somebody else likes it, that's like how people listen to different music.

 

Even Wordpress doesn't like Wordpress and they are re-writing it in JavaScript which is a project I find interesting because it has two simultaneous challenges of changing from PHP to Javascript and also cleaning up the architecture at the same time. I hope they succeed!

 

I also find that people who are not familiar with web stuff, tend to find even Wordpress a bit overwhelming. Wordpress seems to appeal to the "web geek" for projects that don't need thinking. Wordpress is so easy for those guys that they recommend it to beginners without realizing it may not be suitable for everyone.

 

For a simple blog, a static site generator may be more than enough and usually works well with the lowest cost hosting and you always have a backup of the site on your own computer!

 

For Neowin people with a Microsoft preference, Wyam is a good static generator: http://wyam.io/

 

The most popular static generator is Jekyll: http://jekyllrb.com/

 

And for React fans there is Gatsby: https://github.com/gatsbyjs/gatsby

 

Microsoft Azure has a free for forever 10 site web hosting tier that works well for sites with very low page views and you can auto-configure it for Wordpress. It's an easy way to try it out without any time pressure.

 

 

  • 0
10 hours ago, th3rEsa said:

If you're interested in static site generators (I can totally recommend Pelican which might be the best static WordPress replacement available), there is a list of them:

http://www.staticsitegenerators.net

That is a well surveyed list - most lists of things miss out on so much but not that one - excellent.

This topic is now closed to further replies.
  • Posts

    • Same Internet Archive seemed to grab the new version https://web.archive.org/web/20...d/Setup_MakeMKV_v1.18.4.exe
    • Windows 11 KB5094126, KB5093998 bugging out Office apps but it may not be Microsoft's fault by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. Although the tech giant did not acknowledge any major problems, some users online reported various issues ranging from OneDrive and Dropbox access problems, BitLocker recovery lockouts, to blue screens and BSODs. You can read about them in this dedicated piece. While there is still no confirmation about those problems from Microsoft the company has admitted to another bug which we did not report on. The tech giant has confirmed it has received reports of an issue in which certain third-party applications may be unable to launch Microsoft Office apps or open Office documents after installing the Patch Tuesday. This affects both Windows 11 as well as Windows 10. The company says the problem impacts a subset of applications that rely on OLE (Object Linking and Embedding) automation to communicate with Microsoft Office programs. According to Microsoft, affected scenarios involve third-party software attempting to open Office applications or documents from within their own interface. In such cases, the Office program may fail to launch altogether, or the requested document may not open. Oddly there may not be any error message, which probably makes the issue difficult to diagnose. The bug affects several Office products, including Word, Excel, PowerPoint, Access, and other apps in the Microsoft Office suite when they are launched through the affected software. These include tax and accounting software such as CCH Engagement and Workpaper Manager, dental practice management solutions like Dentrix and Softdent, as well as the popular research and reference management tool Zotero. Microsoft adds that other applications using similar Office integration methods could also experience the same problematic behavior. To understand the issue it is important to look at OLE, the Microsoft technology involved. OLE allows different applications to work together and share data, while its Automation feature lets one program control another. Thus this enables third-party software to launch Microsoft Office apps, open documents, and perform tasks automatically without requiring users to switch between programs. Because many accounting, healthcare, research, and business applications rely on OLE automation to interact with Word, Excel, PowerPoint, and other Office apps, any disruption can break those workflows. As a result, affected software may be unable to open Office documents or launch Office applications even though the programs themselves continue to work normally. At the moment the company has not provided a permanent fix though it has confirmed that engineers are actively working on a resolution, which will be delivered through a future Windows update. As such additional details will be shared once more information becomes available. In the meantime, Microsoft recommends a simple workaround for affected users whic is to open the Office application or document directly rather than launching it through the third-party program. For enterprise customers and organizations managing larger deployments, Microsoft says an additional mitigation is available. Admins experiencing the problem on their managed devices are advised to contact Microsoft Support for business to obtain and apply the workaround.
    • It saddens me when cars are such dull colours now. Mine is bright metallic blue and I absolutely adore it for standing out in contrast to that depressing backdrop of traffic.
    • Sparkle 2.20.0 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.0 changelog: Debloat Tweak has animated border New homepage loading UI New Tweak Modal (Markdown Supported) Refactored GPU Detection Added Tests with vitest Added foobar2000 to apps Added Localsend to apps Updated Modal Styles Added styles for disabled inputs Added Animated Border to debloat-windows tweak Bumped dependencies Refactor System info logic for speed Tweak info modals now support Markdown Added Clear System info cache to settings Redesigned Home Page Loading UI Changed Some Icons around the app Download: Sparkle 2.20.0 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • lol it was a typo, fixed! haha imagine an actual 4TB Gen4 NVMe for $40 in 2026
  • Recent Achievements

    • Reacting Well
      Dys Topia earned a badge
      Reacting Well
    • Conversation Starter
      NovaEdgeX earned a badge
      Conversation Starter
    • One Year In
      Console General earned a badge
      One Year In
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!