DCSIMG
Plug-in,Live Writer - Arik Poznanski's Blog

Arik Poznanski's Blog

It CAN be done with .NET

News

MVP

MCC

CodeProject MVP

MCPD

MCTS

Subscribe to my blog by email

Arik Poznanski LinkedIn Profile

Email: arik.com at gmail dot com
or, use this form

Locations of visitors to this page


Sela Group

Sela Canada

DZone MVB

Links

Official Blogs

WPF / SL Blogs

Developers Blogs

Browse by Tags

All Tags » Plug-in » Live Writer (RSS)
How To Implement a Windows Live Writer Plug-in That Checks For Missing Tags
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...
Never Forget To Tag Your Post Again!
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...
Live Writer “Share” Plug-in Posted to MSN Gallery
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...
Live Writer Plug-in for Sharing Technical Post
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...