by BizTron
31. January 2010 00:17
But why is it now different from BlogEngine.NET 1.5.1.46?
I downloaded it yesterday and Diffed to find out what I need to change to keep up…and it was the “version number.”
So, I guess keeping up with several code changes over the past few months and making sure my version of the Multi-blog capable SqlBlogProvider was in tune paid off, only to realize I’m still one of the very few to implement such a “clean” version of multiblog BlogEngine.NET. I’ve been working on an Entity Framework provider since this could replace or certainly enhance the capabilities of BlogEngine, but it may really be just another stepping stone to work out a new architecture to support BlogEngine-Like capabilities for .NET 4.0 and IIS 7 using MVC, Entity Framework and perhaps WCF for integration and remote administration capabilities.
At least I’m learning a lot about Open Source capabilities and limitations. Does anyone want to legitimately tackle a Next Gen BlogEngine with me? Of course, I would not want to steal the branding created here unless there is a parallel effort to create a distinctly separate single Blog, Multi-user system such as BlogEngine.NET and a more scalable, database centric, multi-blog, real-time administration console application.
Design first, Agile methodology, Eat-your-own-dog-food approach with lots of prototyping.
Or I could just use BeerHouse or DotNetNuke, I guess. Need to go get some additional experience.
See Y’all l8r,
Dave (BizTron)
76cc4b5c-fc72-411a-91bb-29549d5ee652|0|.0
Tags:
by BizTron
11. January 2010 18:25
A few widget improvements
As commented on by BenAmada:
I think it would be more ideal to create a new widget that does what you're looking for -- rather than modify the TextBox widget. Others have asked to be able to output Google AdSense code or other pieces of Raw HTML into widgets. It never works very well with the TextBox widget.
A new, very simple widget could be created that has a multi-line textbox in it (not tinyMce), and raw HTML would be pasted into the textbox. I know this widget would be perfect for the AdSense and other Ad people, and sounds like it might fit what you're looking for too.
…
Here is a quick Literal Widget created on suggestion since it helps me with one of my own issues.
Thanks “BenAmanda”
Widget:
Please try this and let me know if you have made any improvements. It’s simple and not tested extensively and came right out of the TextBox widget, but without tinyMce and simple required mods.
by BizTron
4. January 2010 04:59
Other Widgets:
This one is simple to use. The original version can be found at: (Creating a XBox 360 Widget.) I just wanted to update it for my own needs, and so that it would run with current BlogEngine.NET Core. This is what it looks like…
Widget:

Config:

Please let me know if there are any problems using this. It requires .NET 3.5 and BlogEngine.NET 1.5. If it runs on anything else it is purely unintentional. :)
by BizTron
3. January 2010 08:22
Twitter Widget
I wanted to post Twitter feeds for a variety of Blogs and ran into several problems with the incarnation I found available on the web. (TwitterFeed-Widget for BlogEngine.NET) Running Multiple blogs, I ran into cache bleeding into each blog since multiple widgets or multiple blogs were never thought about when originally built. I assume this widget, was just a first attempt. In that light, I only assume that this iteration is my “draft” version as well, but hope to improve it as necessary.
Hopefully I do not need to show a screen shot since the sample should be running in the Widgetzone of this Blog. (Of course, I may not have pushed the most recent code here so I will have to update this Post when I confirm.)
Besides updating the Cache to support multiple widgets and Blogs, I removed the XML file and System.IO requirements, and replaced System.Xml with LINQ (System.Xml.Linq). I only believe that I improved the original but by no means created any ground shattering new solution, { as I like to believe I do in my Professional life everyday :) }
XBOX GamerTag Widget
Look for the Improved XBOX GamerTag Widget ( or Creating a XBox 360 Widget.) I simply updated it for .NET 3.5, Linq, and BE.NET 1.5. I’ll Post that soon as soon as I can.