Showing posts with label WordPress. Show all posts
Showing posts with label WordPress. Show all posts

Friday, June 24, 2016

Windows Live Writer no longer works with Blogger!

I have been using Windows Live Writer for a very long time to manage my code snippets on my blog and when I logged into Windows Live Writer, I discovered that I could no longer log into Blogger!





It also seems that this problem has been reported by a large number of users from more than 1 year ago: http://answers.microsoft.com/en-us/windowslive/forum/writer-program/windows-live-writer-wont-connect-to-blogger/f3ae8ae5-f013-477b-b262-399430d29e28?auth=1

https://plus.google.com/u/0/+RickDoyle/posts/GUPJcu5sZHo

After discovering that Windows Live Writer is no longer actively maintained by Microsoft (the last release version was back in 2012), I started frantically searching for other code snippet tools that would work with Blogger.

One of the ones that I discovered was hilite.me (http://hilite.me/) as well as SyntaxHighlighter (http://alexgorbatchev.com/SyntaxHighlighter/integration.html), however, the sharing and formatting of the code snippets was not as nice as some other syntax highlighting tools such as Crayon Syntax Highlighter for WordPress (https://wordpress.org/plugins/crayon-syntax-highlighter/)

Fortunately, though, I finally came upon GitHub Gist! (https://gist.github.com)

I can easily embed a snippet of HTML that consequently embeds some JavaScript into the page which directly links to the code snippet on GitHub!

Even though I cannot directly preview the code snippet while editing my blog on Blogger, GitHub Gist offers an additional convenience allowing users to directly copy or download my code snippets for their own use!

This offers an additional level of code sharing with my users that I do not readily get with other tools, so I have decided to switch all of my new code snippets and samples over to GitHub Gist!!

Sunday, May 25, 2014

Installing WordPress using Microsoft Web Platform Installer

WordPress, much like Joomla!, only supports MySQL as the database backend.  Of course, if you are interested in installing a version of WordPress which supports SQL Server, you can take a look at Brandoo WordPress: http://wordpress.brandoo.pl/

In any case, if you want to install the main community version of WordPress, this is very easy to do so using Microsoft Web Platform Installer: