<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rssdatehelper="urn:rssdatehelper"><channel><title>Refactored i.T comment feed</title><link>http://www.refactored.com.au</link><pubDate></pubDate><generator>umbraco</generator><description>Refactored Information Technology articles, HOWTO's and news</description><language>en</language><item><title>
          Re Blog 4 Umbraco Extensions Documentation by Robert Foster</title><link>http://www.refactored.com.au/blog/2011/6/30/blog-4-umbraco-extensions-documentation/#comment-35</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2011/6/30/blog-4-umbraco-extensions-documentation/#comment-35</guid><content:encoded><![CDATA[ Hi Claire,<br/>
I've noticed the bug reports, unfortunately time is scarce at the moment (I only just noticed your comment - really need to get notifications happening :/ ).  Will try to get back on track with it sometime soon once I have cleared off a few projects...<br/>
<br/>
CodeGecko (a.k.a. Benjamin Howarth) is the one currently driving development on version 3 - I know he's been busy too though, but he's got a test release internally - if you would like to try it out, contact him through the blog4umbraco codeplex project site, or through the our.umbraco website maybe?]]></content:encoded></item><item><title>
          Re Blog 4 Umbraco Extensions Documentation by Claire</title><link>http://www.refactored.com.au/blog/2011/6/30/blog-4-umbraco-extensions-documentation/#comment-33</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2011/6/30/blog-4-umbraco-extensions-documentation/#comment-33</guid><content:encoded><![CDATA[ I'm very glad to see that blog4umbraco development is getting some attention with your addition to the team.  I will continue to report issues on codeplex although it does feel a bit lonesome there and some of the issues seem to get carried over even though they're quite trivial.<br/>
Looking forward to comment notifications - will these be just for the authors or also for commenters to follow discussions too?  <br/>
Can you give us any indication of release date for version 3?  ]]></content:encoded></item><item><title>
          Re Blog Categories in Blog4Umbraco - Take Two by Ben</title><link>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-34</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-34</guid><content:encoded><![CDATA[ Hi,<br/>
<br/>
I've implemeneted your changes but the tagging doesn't seem to be working correctly. <br/>
When I initiially create a post and tag it, it tags correctly with the correct group. However when I edit that post it loses the tag. If I go to add the tag again it creates the tag in the db with a group of 'default'. When i view on the front end the post now has the same post twice. In Umbraco I can only see one tag.<br/>
<br/>
Is this to do with your DataType class not overriding the set method? Or am I doing something wrong?<br/>
<br/>
Thanks in advance<br/>
<br/>
Ben<br/>
]]></content:encoded></item><item><title>
          Re Blog 4 Umbraco Extensions Documentation by Robert Foster</title><link>http://www.refactored.com.au/blog/2011/6/30/blog-4-umbraco-extensions-documentation/#comment-32</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2011/6/30/blog-4-umbraco-extensions-documentation/#comment-32</guid><content:encoded><![CDATA[ Indeed. I've checked it out, and it has some very nice features.  However most of my blog implementations aren't the focus of a website but rather become sub-pages, and I need to do the whole master-page hierarchy thing etc.  I haven't yet gone that deep into blogsy to do that as yet.<br/>
<br/>
Also, there's an upcoming release to Blog4Umbraco that fixes a lot of the current issues and adds some nice new features, and I'll very probably end up writing a suite of MVC-esq templates for that.]]></content:encoded></item><item><title>
          Re Blog 4 Umbraco Extensions Documentation by Kolchy</title><link>http://www.refactored.com.au/blog/2011/6/30/blog-4-umbraco-extensions-documentation/#comment-28</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2011/6/30/blog-4-umbraco-extensions-documentation/#comment-28</guid><content:encoded><![CDATA[ There is also a razor based blog called Blogsy thats very nice!<br/>
<br/>
http://our.umbraco.org/projects/starter-kits/ublogsy<br/>
]]></content:encoded></item><item><title>
          Re Blog Categories in Blog4Umbraco - Take Two by Doug</title><link>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-19</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-19</guid><content:encoded><![CDATA[ This solution is what I'm looking for, but the package download from your website isn't able to be installed. In umbraco 4.5.2 or 4.6.1, both versions I get this message when trying to install the package locally:<br/>
<br/>
Could not upload file<br/>
System.Exception: Error unpacking extension... ---> ICSharpCode.SharpZipLib.Zip.ZipException: Wrong Local header signature: 0x88B1F at ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry() at umbraco.cms.businesslogic.packager.Installer.unPack(String ZipName) at umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) --- End of inner exception stack trace --- at umbraco.cms.businesslogic.packager.Installer.Import(String InputFile) at umbraco.presentation.developer.packages.Installer.uploadFile(Object sender, EventArgs e) <br/>
<br/>
Please help!<br/>
Thanks]]></content:encoded></item><item><title>
          Re Syntax Highlighter TinyMCE plugin for Umbraco by Robert Foster</title><link>http://www.refactored.com.au/blog/2010/10/10/syntax-highlighter-tinymce-plugin-for-umbraco/#comment-18</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2010/10/10/syntax-highlighter-tinymce-plugin-for-umbraco/#comment-18</guid><content:encoded><![CDATA[ Hi Pinal,<br/>
I should clarify: with Umbraco, you only need to update the configuration file for tinyMCE - it's found in the config directory of your umbraco installation - the tinyMCE.init() is dynamically generated from that by umbraco.<br/>
<br/>
Hope this helps...<br/>
Rob.]]></content:encoded></item><item><title>
          Re Blog Categories in Blog4Umbraco - Take Two by Owen Hope</title><link>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-13</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-13</guid><content:encoded><![CDATA[ I installed your package without error, however my Tag Cloud macros are not including these new "Blog Tag" Tags... is this a problem on my end of was that not supported in this project.<br/>
<br/>
Thanks!]]></content:encoded></item><item><title>
          Re Blog Categories in Blog4Umbraco - Take Two by Owen</title><link>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-16</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-16</guid><content:encoded><![CDATA[ Hi Robert,<br/>
<br/>
I resolved the issues with the above post so please ignore it.<br/>
<br/>
However I am still getting mixed Tags in my Blog after installing your package. I installed the .zip file as a local package and changed the Doc Type to "Blog Tags" is there anything I missed?<br/>
<br/>
Thanks..<br/>
<br/>
Owen]]></content:encoded></item><item><title>
          Re Blog Categories in Blog4Umbraco - Take Two by Robert Foster</title><link>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-15</link><pubDate></pubDate><guid>http://www.refactored.com.au/blog/2010/10/19/blog-categories-in-blog4umbraco-take-two/#comment-15</guid><content:encoded><![CDATA[ Hi Owen,<br/>
Take a look at the followup Blog entry:<br/>
http://refactored.com.au/blog/2010/10/19/altering-xslt-files-for-blog-categories-with-tags<br/>
<br/>
It deals with this issue...]]></content:encoded></item></channel></rss>
