Browse by Tags
All Tags »
Live Writer (
RSS)
This post provides the technical details on how I’ve implemented the Windows Live Writer Plug-in Check For Missing Tags , which was presented here . What Is This Plug-in Anyway? This plug-in will remind you to add the proper tags if they are missing. Trying to post without proper tagging when the plug-in is installed will result with the following dialog: Clicking on the Cancel button (which is the default) will abort the publish operation and will let you update the categories. The list of required...
Background A few days ago, there was a bloggers meeting at Microsoft Raanana Office. While I was there I’ve heard some people complain that they sometimes forget to add the proper tags to their blog posts (e.g. DEV , ITPRO , TECH , OFFTOPIC , VIDEO ). Presenting: Check For Missing Tags Plug-in I’ve decided to pick up the glove and implement a Windows Live Writer plug-in that will remind you to add the proper tags. Trying to post without proper tagging when the plug-in is installed will result with...
In one of my previous posts I’ve published the code for a Live Writer plug-in that allows you to easily add to your post share buttons for common technological sharing sites, like: DotNetKicks DotNetShoutout CodeProject blog feed DZone AddThis (facebook, twitter, mail, etc.) Since I figured this plug-in can be useful to other people as well I’ve published it on the Microsoft Live Gallery , a gallery for Live Writer plug-ins and more. You can download the plug-in here and find details and source here...
Adding a new post to my blog was always a daunting task. I had to follow these steps: Write the post on Windows Live Writer Publish it and get the post link Submit to DotNetKicks and get their counter html Submit to DotNetShoutout and get their counter html Prepare html for my CodeProject blog feed Edit the post and add the html I’ve collected in the previous steps Republish post Well, no more! Inspired by Guy Burstein’s post I’ve decided to write my own Live Writer Plug-in that will handle all of...