<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Windows Live Writer - PlugBlog</title><link>http://plugblog.codeplex.com/project/feeds/rss</link><description>PlugBlog is an open source project focused on Windows Live Writer. Goal is to help developers integrate existing weblog systems with Live Writer and to help them develop Live Writer plugins by providing them documentation, samples, screencasts and Visual Studio templates. </description><item><title>New Post: Feedback</title><link>http://plugblog.codeplex.com/discussions/42751</link><description>&lt;div style="line-height: normal;"&gt;hi,&lt;br /&gt;
&lt;br /&gt;
yes, this project is finished. &lt;br /&gt;
We are still open to continue working, what did you had in mind?&lt;br /&gt;
&lt;br /&gt;
regards,&lt;br /&gt;
Boris&lt;br /&gt;
&lt;/div&gt;</description><author>BorisT</author><pubDate>Mon, 25 Feb 2013 21:09:40 GMT</pubDate><guid isPermaLink="false">New Post: Feedback 20130225090940P</guid></item><item><title>New Post: Feedback</title><link>http://plugblog.codeplex.com/discussions/42751</link><description>&lt;div style="line-height: normal;"&gt;Hi there!&lt;br /&gt;
&lt;br /&gt;
I did a brief overview of your project and you've accomplished a number of impressive feats, overall awesome :) This project seems to have quiet down a bit, also Windows Live Writer development from Microsoft's side appears to have fell by the way side. I'm very interested in the technology you've explored, which can still be extremely usefull in the absence of Live Writer, maybe even more so. I would like to become involved in your project, if the project is no longer active then I'd consider refactoring your work into a new direction.&lt;br /&gt;
&lt;br /&gt;
Thanks and Regards,&lt;br /&gt;
Dewald Esterhuizen&lt;br /&gt;
&lt;/div&gt;</description><author>softwarebydefault</author><pubDate>Sun, 24 Feb 2013 05:04:07 GMT</pubDate><guid isPermaLink="false">New Post: Feedback 20130224050407A</guid></item><item><title>Source code checked in, #80132</title><link>http://plugblog.codeplex.com/SourceControl/changeset/changes/80132</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:49:39 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80132 20121001094939P</guid></item><item><title>Source code checked in, #80131</title><link>http://plugblog.codeplex.com/SourceControl/changeset/changes/80131</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:43:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #80131 20121001094310P</guid></item><item><title>Source code checked in, #55373</title><link>http://plugblog.codeplex.com/SourceControl/changeset/changes/55373</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Mon, 02 Aug 2010 22:49:34 GMT</pubDate><guid isPermaLink="false">Source code checked in, #55373 20100802104934P</guid></item><item><title>New Post: Get user blogs array?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=102367</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;what was the error?&lt;/p&gt;
&lt;p&gt;to return list of categories please refer to above UserBlog[] method, where you can see how to return array of n elements.&lt;/p&gt;&lt;/div&gt;</description><author>BorisT</author><pubDate>Mon, 22 Feb 2010 16:18:24 GMT</pubDate><guid isPermaLink="false">New Post: Get user blogs array? 20100222041824P</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@ sing is for literal string definition.&lt;/p&gt;
&lt;p&gt;is there any error when you upload images?&lt;/p&gt;&lt;/div&gt;</description><author>BorisT</author><pubDate>Mon, 22 Feb 2010 07:19:47 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100222071947A</guid></item><item><title>New Post: Get user blogs array?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=102367</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This code didn't give me any error:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;        &lt;span style="color:Blue"&gt;public&lt;/span&gt; Category[] getCategories(&lt;span style="color:Blue"&gt;string&lt;/span&gt; blogid, &lt;span style="color:Blue"&gt;string&lt;/span&gt; username, &lt;span style="color:Blue"&gt;string&lt;/span&gt; password)
        {
            &lt;span style="color:Blue"&gt;#region&lt;/span&gt; MSWLWgetCategories
            Category[] returnMe;
 
            &lt;span style="color:Blue"&gt;return&lt;/span&gt; returnMe;
            &lt;span style="color:Blue"&gt;#endregion&lt;/span&gt;
        }
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;But how do I now add multible categoires to the returnMe variable?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>nyqa</author><pubDate>Mon, 22 Feb 2010 01:15:49 GMT</pubDate><guid isPermaLink="false">New Post: Get user blogs array? 20100222011549A</guid></item><item><title>New Post: Get user blogs array?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=102367</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yeah I did but that didn't work. Just gave me an error.&lt;/p&gt;
&lt;p&gt;I got all my categories saved in a database so I need to loop them through and create and array from them.&lt;/p&gt;
&lt;p&gt;Any idea how to post the return?&lt;/p&gt;&lt;/div&gt;</description><author>nyqa</author><pubDate>Mon, 22 Feb 2010 01:08:48 GMT</pubDate><guid isPermaLink="false">New Post: Get user blogs array? 20100222010848A</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;oh... lol sorry... I thought that the &amp;quot;applicationdir&amp;quot; was the local directory of WLW. :P&lt;/p&gt;
&lt;p&gt;Then I get it. :)&lt;/p&gt;
&lt;p&gt;supportsEmbeds is enabled and that code isn't saving anything it just puts a value inside the string &amp;quot;testing&amp;quot; so my guess is it comes from something else beside the options of the manifest file.&lt;/p&gt;
&lt;p&gt;You can see in my first post what options I have enabled.&lt;/p&gt;&lt;/div&gt;</description><author>nyqa</author><pubDate>Sun, 21 Feb 2010 20:17:22 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221081722P</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;my code saves file to your server.&lt;/p&gt;
&lt;p&gt;this error you get might be because embeding is not approved in wlwmanifest ?&lt;/p&gt;&lt;/div&gt;</description><author>BorisT</author><pubDate>Sun, 21 Feb 2010 14:50:35 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221025035P</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Just so I could see what PhysicalApplicationPath looked like I used this code for sending it to a string:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;string&lt;/span&gt; testing = HttpContext.Current.Request.PhysicalApplicationPath.ToString();
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;But with this line i the code the WLW stopped the saving process giving me the error saying the blog doesnt support embedding.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>nyqa</author><pubDate>Sun, 21 Feb 2010 14:10:12 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221021012P</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I guess that saves the file in a folder in WLM but how do I then save it on my webserver?&lt;/p&gt;
&lt;p&gt;Thanks for you help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;edit: I tried your code but it didnt work. What is the @ character doing? Do i need to specify a folder that exists or?&lt;/p&gt;&lt;/div&gt;</description><author>nyqa</author><pubDate>Sun, 21 Feb 2010 13:53:22 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221015322P</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;            &lt;span style="color:Blue"&gt;string&lt;/span&gt; fileUrl = HttpContext.Current.Request.PhysicalApplicationPath + &lt;span style="color:#A31515"&gt;@&amp;quot;somedir\filename.jpg&amp;quot;&lt;/span&gt;;
            File.WriteAllBytes(fileUrl, mediaObject.bits);
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>BorisT</author><pubDate>Sun, 21 Feb 2010 12:21:55 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221122155P</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ah yeah but how do I use that method? I tried it but I dont really know how to use it.&lt;/p&gt;&lt;/div&gt;</description><author>nyqa</author><pubDate>Sun, 21 Feb 2010 12:15:39 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221121539P</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;you can save it however you like it, i used file.writeallbytes because i find it most convenient&lt;/p&gt;&lt;/div&gt;</description><author>BorisT</author><pubDate>Sun, 21 Feb 2010 12:06:44 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221120644P</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;ah right. I just noticed that. But how do I get access to the file and save it on my webserver?&lt;/p&gt;
&lt;p&gt;Do i need to use the &amp;quot;File.WriteAllBytes&amp;quot; method?&lt;/p&gt;&lt;/div&gt;</description><author>nyqa</author><pubDate>Sun, 21 Feb 2010 11:33:06 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221113306A</guid></item><item><title>New Post: Upload photos?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;when your user adds an image to wlw he can resize it in wlw, then wlw makes two uploads (original and thumbnail). If you really wish you can resize your file when you save it on your server, you should be able to check for dimensions when file is saved, not sure how, i never tried that.&lt;/p&gt;&lt;/div&gt;</description><author>BorisT</author><pubDate>Sun, 21 Feb 2010 10:11:03 GMT</pubDate><guid isPermaLink="false">New Post: Upload photos? 20100221101103A</guid></item><item><title>New Post: Create new categories?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=104546</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;yes, you should add it your self, if you say in your wlw that your blog does not support something you do not need to implement it (there is an exception, not sure but i thing that wlw allways calls getcategories method)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>BorisT</author><pubDate>Sun, 21 Feb 2010 09:53:25 GMT</pubDate><guid isPermaLink="false">New Post: Create new categories? 20100221095325A</guid></item><item><title>New Post: Get user blogs array?</title><link>http://plugblog.codeplex.com/Thread/View.aspx?ThreadId=102367</link><description>&lt;div style="line-height: normal;"&gt;&lt;blockquote style="border:solid .1em #ccc;font-style:italic;margin:.25em 1em 0 1em;padding:0 .25em 0 .25em"&gt;did you try this: return returnMe;&lt;br&gt;&lt;/blockquote&gt;
&lt;blockquote style="border:solid .1em #ccc;font-style:italic;margin:.25em 1em 0 1em;padding:0 .25em 0 .25em"&gt;&lt;strong&gt;nyqa wrote:&lt;/strong&gt;&lt;br&gt;&lt;/blockquote&gt;
&lt;blockquote style="border:solid .1em #ccc;font-style:italic;margin:.25em 1em 0 1em;padding:0 .25em 0 .25em"&gt;
&lt;p&gt;I guess the &amp;quot;get-category-function&amp;quot; work the same way with the array so maybe I can use something like this I just came up with:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;            Category[] returnMe = &lt;span style="color:Blue"&gt;new&lt;/span&gt; Category[3];
            
            returnMe[1].categoryid = &lt;span style="color:#A31515"&gt;&amp;quot;1&amp;quot;&lt;/span&gt;;
            returnMe[1].title = &lt;span style="color:#A31515"&gt;&amp;quot;1&amp;quot;&lt;/span&gt;;

            returnMe[2].categoryid = &lt;span style="color:#A31515"&gt;&amp;quot;2&amp;quot;&lt;/span&gt;;
            returnMe[2].title = &lt;span style="color:#A31515"&gt;&amp;quot;2&amp;quot;&lt;/span&gt;;

            returnMe[3].categoryid = &lt;span style="color:#A31515"&gt;&amp;quot;3&amp;quot;&lt;/span&gt;;
            returnMe[3].title = &lt;span style="color:#A31515"&gt;&amp;quot;3&amp;quot;&lt;/span&gt;;
            &lt;span style="color:Blue"&gt;return&lt;/span&gt; &lt;span style="color:Blue"&gt;new&lt;/span&gt; Category[] { returnMe[1], returnMe[2], returnMe[3] };
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;This does indeed return three different categories but what if I want to return the categories in ONE array like:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre style="color:#000000;font-family:Consolas, 'Courier New', Courier, monospace;font-size:1em;margin:8px"&gt;&lt;span style="color:blue"&gt;&lt;span style="white-space:pre"&gt;	&lt;/span&gt;    return&lt;/span&gt; &lt;span style="color:blue"&gt;new&lt;/span&gt; Category[] { returnMe };&lt;/pre&gt;
&lt;p&gt;How do I manage this? I need some way to return the categories dynamicly since im loading them from a database.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>BorisT</author><pubDate>Sun, 21 Feb 2010 09:51:02 GMT</pubDate><guid isPermaLink="false">New Post: Get user blogs array? 20100221095102A</guid></item></channel></rss>