<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>For Future Reference</title>
        <link>http://mostlylucid.net/category/8.aspx</link>
        <description>For Future Reference</description>
        <language>en-US</language>
        <copyright>Scott Galloway</copyright>
        <generator>Subtext Version 2.1.0.5</generator>
        <item>
            <title>My experimental blog...</title>
            <link>http://mostlylucid.net/archive/2008/05/20/my-experimental-blog.aspx</link>
            <description>&lt;p&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt; &lt;strong&gt;I'm &lt;u&gt;not&lt;/u&gt; moving to BlogEngine.net...I've spent a couple of days working through the code and to get the level of performance I want would take a significant amount of rework. The most serious issue is how BlogEngine loads in posts...it loads them &lt;u&gt;all&lt;/u&gt; into memory at first page load and holds them there...great if you have 20 or so posts, but I have &amp;gt;800 with hundreds more comments...this is a significant issue IMHO! It's an elegant little engine but it just doesn't scale at a pretty fundamental level.&lt;br /&gt; I'm now a proud member of &lt;/strong&gt;&lt;a href="http://www.haacked.com" target="_blank"&gt;&lt;strong&gt;Phil&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;'s &lt;/strong&gt;&lt;a href="http://subtextproject.com/" target="_blank"&gt;&lt;strong&gt;SubText Project&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, vNext of Subtext addresses a lot of the concerns I had with the current SubText...and frankly I can use my time better helping with that than with BlogEngine. &lt;/strong&gt;&lt;/p&gt; &lt;p&gt;My poor little server which lives under my desk at home is being put to use once more to host what will eventually &lt;a href="http://mostlylucid.homeip.net/" target="_blank"&gt;replace this blog&lt;/a&gt;. It's currently a vanilla install of &lt;a href="http://www.dotnetblogengine.net/" target="_blank"&gt;BlogEngine.net&lt;/a&gt; but I plan (and have already begun) to chop stuff around a bit to try out some ideas I'm playing with. One big thing will be to get a redirection engine working on it (most likely based on the &lt;a href="http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=13576" target="_blank"&gt;WebFormRouting stuff&lt;/a&gt; which &lt;a href="http://www.haacked.com" target="_blank"&gt;Phil&lt;/a&gt; put together). One of the big challenge is going to be making the changes I want whilst retaining the ability to use the existing &lt;a href="http://www.dotnetblogengine.net/page/themes.aspx" target="_blank"&gt;Themes&lt;/a&gt; and &lt;a href="http://www.dotnetblogengine.net/page/extensions.aspx" target="_blank"&gt;Extensions&lt;/a&gt; which play a huge part in making &lt;a href="http://www.blogengine.net" target="_blank"&gt;BlogEngine.net&lt;/a&gt; so interesting. Anyway, that's the plan...&lt;a href="http://mostlylucid.homeip.net/" target="_blank"&gt;my 'play' site&lt;/a&gt; will continue to be experimental until I can get something which   allows current links to continue to work correctly. Priorities are:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Get a decent redirection engine plugged in and working to preserve my existing links&lt;/li&gt; &lt;li&gt;Scratch a few itches I've found in the Blogengine.net code; URL handling is pretty basic, clean up some Singleton handling, get rid of Viewstate, more agressive caching...&lt;/li&gt; &lt;li&gt;Get a design back on track, I've let this slip severely with the &lt;a href="http://www.mostlylucid.net" target="_blank"&gt;current blog site&lt;/a&gt;, I have a few ideas I'm playing with and can use it as an opportunity to brush up on my CSS skills...&lt;/li&gt; &lt;li&gt;Play with some more AJAX / Silverlight stuff...basically any client side interaction should never require postback...and this will help me clean up the look of the main page (&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=AtlasControlToolkit" target="_blank"&gt;AJAX Control Toolkit&lt;/a&gt; will help a LOT!)&lt;/li&gt; &lt;li&gt;If I get a chance, integrate some additional functionality ideas...&lt;/li&gt;&lt;/ol&gt;&lt;img src="http://mostlylucid.net/aggbug/1284.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Scott Galloway</dc:creator>
            <guid>http://mostlylucid.net/archive/2008/05/20/my-experimental-blog.aspx</guid>
            <pubDate>Tue, 20 May 2008 07:04:46 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2008/05/20/my-experimental-blog.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/1284.aspx</wfw:commentRss>
        </item>
        <item>
            <title>For Future Reference: Creating Templated Emails...very nice method using UserControls</title>
            <link>http://mostlylucid.net/archive/2004/04/19/for-future-reference-creating-templated-emails.very-nice-method-using-usercontrols.aspx</link>
            <description>I've done this in a few ways in the past, ranging from custom XML templates with XSLT / Regular Expressions to screen scraping - &lt;a href="http://blog.fluentconsulting.com/archives/000042.html"&gt;this&lt;/a&gt; is just the simplest and cleanest way I've seen to do this (also a very nice example of using the RenderControl method...). Actually, be sure to check out the rest of the content on &lt;a href="http://blog.fluentconsulting.com/"&gt;this blog&lt;/a&gt;, some really handy stuff on there...&lt;img src="http://mostlylucid.net/aggbug/820.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/04/19/for-future-reference-creating-templated-emails.very-nice-method-using-usercontrols.aspx</guid>
            <pubDate>Mon, 19 Apr 2004 18:41:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/04/19/for-future-reference-creating-templated-emails.very-nice-method-using-usercontrols.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/820.aspx</wfw:commentRss>
        </item>
        <item>
            <title>For future reference...Page Events article</title>
            <link>http://mostlylucid.net/archive/2004/04/13/for-future-reference.page-events-article.aspx</link>
            <description>Just noticed &lt;a href="http://aspalliance.com/articleViewer.aspx?aId=134"&gt;this article&lt;/a&gt; by &lt;a href="http://weblogs.asp.net/pwilson/"&gt;Paul Wilson&lt;/a&gt; from reading &lt;a href="http://weblogs.asp.net/pwilson/archive/2004/04/13/112184.aspx"&gt;this post&lt;/a&gt; on his &lt;a href="http://www.aspalliance.com/PaulWilson/Articles/?id=14"&gt;V1.x MasterPages Stuff&lt;/a&gt;. Nice, compact article on the timing of Page events in ASP.NET...very handy!&lt;img src="http://mostlylucid.net/aggbug/806.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://mostlylucid.net/archive/2004/04/13/for-future-reference.page-events-article.aspx</guid>
            <pubDate>Tue, 13 Apr 2004 20:49:00 GMT</pubDate>
            <comments>http://mostlylucid.net/archive/2004/04/13/for-future-reference.page-events-article.aspx#feedback</comments>
            <wfw:commentRss>http://mostlylucid.net/comments/commentRss/806.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>