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

    • Zed 1.7.2 has landed with updated OpenCode models, bug fixes and other improvements by David Uzondu Zed 1.7.2 recently landed on the stable release channel, bringing a host of AI-related features including automatic context compaction and settings-based skill management, along with other things like better Markdown preview rendering and custom git commands in the graph view. Starting with the AI stuff, the developers introduced "/compact", a command that basically summarizes your conversation history on demand. This tool prevents your active chat window from hitting token limits by compressing older parts of the dialogue into a brief overview. In addition to that, the team relocated skill management to the settings UI, improving how the application communicates errors regarding those skills, and updated the OpenCode model roster to support DeepSeek V4 Flash, MiniMax M3, Qwen 3.7 Plus, and Nemotron 3 Ultra Free. External agent users can also monitor context window cost metrics and delete individual sessions directly from their history. Right-clicking ref labels in the git graph now opens a context menu that runs different actions against selected targets, kind of how VS Code does it. Here are some of the bug fixes this new release brings: The active agent fails to auto-select when creating a new git worktree. A scrollbar unexpectedly appears on wrapped code blocks in the agent chat. Collapse indicators for project headers appear when performing sidebar searches. Bracketed ellipsis title prefixes fail to show the ellipsis icon properly. Project icons render incorrectly in the recent projects picker. Diff hunk controls appear inside non-editable commit view multibuffers. The software update button hangs indefinitely on the downloading stage. Restoring an agent terminal in a remote project triggers a sudden crash. Splitting a pane that contains an active commit view causes a crash. Linux Wayland freezes when trying to read the clipboard from laggy external apps. Zed is a "newish" code editor trying to break the massive stronghold VS Code has on the developer community. Funny enough, the editor was created by former GitHub employees who worked on the Atom text editor (which Microsoft killed in 2022, several years after it bought GitHub). The project officially hit version 1.0 back in April, introducing platform parity for Windows and Linux alongside deep support for DeepSeek-V4-Pro.
    • 26H2 absolutely will support ARM Windows just not on devices that came with 26H1. This is evident by the fact I am running 26H2, which on my MacBook Neo and Surface Pro 12 (inch), within a VM.
    • Mp3tag 3.35 by Razvan Serea Mp3tag is a powerful and yet easy-to-use tool to edit metadata (ID3, Vorbis Comments and APE) of common audio formats. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs. Mp3tag supports the following audio formats: Advanced Audio Coding (aac) Free Lossless Audio Codec (flac) Monkeys Audio (ape) Mpeg Layer 3 (mp3) MPEG-4 (mp4 / m4a / m4b / iTunes compatible) Musepack (mpc) Ogg Vorbis (ogg) OptimFROG (ofr) OptimFROG DualStream (ofs) Speex (spx) Toms Audio Kompressor (tak) True Audio (tta) Windows Media Audio (wma) WavPack (wv) Mp3tag 3.35 changelog: This version introduces a new Files options page, enhanced toolbar customization, support for RF64 WAV files, improved Discogs and MusicBrainz tag sources, and many other improvements and fixes. See the Release Notes for more details. Download: Mp3tag 64-bit | 5.7 MB (Freeware) Download: Mp3tag 32-bit | 5.2 MB Link: Mp3tag Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The FIFA World Cup is not US centric.
    • It’s amusing how Microsoft is pushing IT admins as if this was a major, game-changing update. In reality, it’s just an enablement package that bumps the build number, which is disappointing compared to the more substantial 22H2 and 24H2 releases. Technically, 25H2, 26H1, and the upcoming 26H2 are essentially the same, differing only in support schedules. They could have included the Windows K2 improvements here, but chose not to. The era of Windows being in the backburner continues, and this 26H2 release feels like an afterthought. Shame, Nadella, shame.
  • Recent Achievements

    • Week One Done
      AMV earned a badge
      Week One Done
    • One Month Later
      AMV earned a badge
      One Month Later
    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      78
    4. 4
      Steven P.
      72
    5. 5
      Michael Scrip
      71
  • Tell a friend

    Love Neowin? Tell a friend!