<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>BlogEngine.NET</title><link>http://blogengine.codeplex.com/Project/ProjectRss.aspx</link><description>BlogEngine.NET is a full featured blog engine targeted at .NET developers. It is light weight and very simple to modify and extend.</description><item><title>New Post: Login alternative</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74424</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Have recently downloaded the folioelement theme from&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.themes4blogs.com/"&gt;http://www.themes4blogs.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and am having difficulty with the login page. Is there a way to set the login to open in a new page or in a lightbox. The people at themes4blogs do not respond to my queries and there comments are so full of spam anyway. Appreciate any help with this. Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>nigelnh</author><pubDate>Sat, 07 Nov 2009 22:00:15 GMT</pubDate><guid isPermaLink="false">New Post: Login alternative 20091107100015P</guid></item><item><title>New Post: Cannot login using IE8.  Firefox is OK.</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74271</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have tried on several different computers and several different operating systems.&amp;nbsp; IE7 and IE8 either return a totally blank page or a 404 message.&amp;nbsp; Firefox never has a problem.&lt;/p&gt;
&lt;p&gt;I grabbed the latest sourcecode as of yesterday, recompiled, deleted everthing but App_Data on the server and uploaded the new version.&amp;nbsp; It is now running on version 1.5.1.27.&amp;nbsp; The results are still the same.&lt;/p&gt;
&lt;p&gt;My differences from stock code are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Extensions 
&lt;ul&gt;
&lt;li&gt;CopyCodeToClipboard.cs&lt;/li&gt;
&lt;li&gt;seopack.cs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Themes 
&lt;ul&gt;
&lt;li&gt;GrayShadow&lt;/li&gt;
&lt;li&gt;ProfessionalLight&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I have tried disabling the extensions and changing the theme.&amp;nbsp; Neither made any difference.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;
&lt;p&gt;-bill&lt;/p&gt;&lt;/div&gt;</description><author>BillFugina</author><pubDate>Sat, 07 Nov 2009 21:36:02 GMT</pubDate><guid isPermaLink="false">New Post: Cannot login using IE8.  Firefox is OK. 20091107093602P</guid></item><item><title>New Post: Cannot change password in Users tab in Control Panel</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74351</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Lee,&lt;/p&gt;
&lt;p&gt;Rather than on &amp;quot;Create New User&amp;quot; screen, check two items down on the Administration panel--the last item--to find &amp;quot;Change Password&amp;quot;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;-GayLyn&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>GayLyn</author><pubDate>Sat, 07 Nov 2009 15:13:57 GMT</pubDate><guid isPermaLink="false">New Post: Cannot change password in Users tab in Control Panel 20091107031357P</guid></item><item><title>Created Issue: Editing profiles throws error with Country [10895]</title><link>http://blogengine.codeplex.com/WorkItem/View.aspx?WorkItemId=10895</link><description>Logged as an administrator, create a new user, goto to &amp;#39;Profiles&amp;#39; and switch to the user recently created. It throws an ArgumentOutOfRangeException exception in &amp;#39;ddlCountry&amp;#39;. This is because the values of the dropdownlist where loaded using lower case, and now it tries to select a value in upper case.&lt;br /&gt;&lt;br /&gt;I solved this by setting the SelectedValue property to lower case.&lt;br /&gt;&lt;br /&gt;File&amp;#58; &amp;#34;admin&amp;#47;Pages&amp;#47;Profiles.aspx.cs&amp;#34;&lt;br /&gt;&lt;br /&gt;Method&amp;#58; &amp;#34;SetDefaultCountry&amp;#40;&amp;#41;&amp;#34;&lt;br /&gt;&lt;br /&gt;I changed this line&amp;#58;&lt;br /&gt;     &amp;#34;ddlCountry.SelectedValue &amp;#61; Request.UserLanguages&amp;#91;0&amp;#93;.Substring&amp;#40;3&amp;#41;&amp;#59;&amp;#34; &lt;br /&gt;&lt;br /&gt;to the following&amp;#58;&lt;br /&gt;     &amp;#34;ddlCountry.SelectedValue &amp;#61; Request.UserLanguages&amp;#91;0&amp;#93;.Substring&amp;#40;3&amp;#41;.ToLowerInvariant&amp;#40;&amp;#41;&amp;#59;&amp;#34;&lt;br /&gt;&lt;br /&gt;I am using version 1.5 and &amp;#34;es-AR&amp;#34; culture.&lt;br /&gt;</description><author>lukiller</author><pubDate>Sat, 07 Nov 2009 11:06:36 GMT</pubDate><guid isPermaLink="false">Created Issue: Editing profiles throws error with Country [10895] 20091107110636A</guid></item><item><title>New Post: Blacklist for spam IPs</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74278</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It is a perfect candidate for custom filter - new feature in the BE comment management. I'll check this out, it might make sense to add this to commentor meanwhile. Thanks for bringing this up.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>rtur</author><pubDate>Fri, 06 Nov 2009 22:33:41 GMT</pubDate><guid isPermaLink="false">New Post: Blacklist for spam IPs 20091106103341P</guid></item><item><title>New Post: Cannot change password in Users tab in Control Panel</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74351</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am trying to change my password in the control panel and when I click edit next to the Admin User the only think I can change is the email address. The username and password are not editable.&lt;/p&gt;
&lt;p&gt;Any thought?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Lee&lt;/p&gt;&lt;/div&gt;</description><author>lzoumas</author><pubDate>Fri, 06 Nov 2009 19:29:46 GMT</pubDate><guid isPermaLink="false">New Post: Cannot change password in Users tab in Control Panel 20091106072946P</guid></item><item><title>New Post: Cannot login using IE8.  Firefox is OK.</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74271</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Bill &amp;amp; Ben,&lt;/p&gt;
&lt;p&gt;This sounds similar to some problems I was having with a 1.5.0.7 blog (also at DiscountASP.net) a couple of months ago.&amp;nbsp; It happened multiple times after I edited a text widget.&amp;nbsp; It happened once with an XML backend and once with a SQL Svr backend.&amp;nbsp; It seemed to lose it when trying to post credentials to login.aspx.&amp;nbsp; It seemed as though it couldn't login because it couldn't find the login page, though it was posting to itself.&amp;nbsp; One time I got lucky and found that I was already logged in on another machine.&amp;nbsp; I think what probably solved the problem was restarting the application.&amp;nbsp; I was using IE7 and Vista.&lt;/p&gt;
&lt;p&gt;Betcha I can reproduce the problem.&amp;nbsp; &amp;lt;g&amp;gt;&amp;nbsp; When everything has been running well for a few hours (a rare state at my desk), I'll reproduce the error.&lt;/p&gt;
&lt;p&gt;-GayLyn&lt;/p&gt;&lt;/div&gt;</description><author>GayLyn</author><pubDate>Fri, 06 Nov 2009 12:25:45 GMT</pubDate><guid isPermaLink="false">New Post: Cannot login using IE8.  Firefox is OK. 20091106122545P</guid></item><item><title>New Post: Blacklist for spam IPs</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74278</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;In this site &lt;a href="http://www.stopforumspam.com/"&gt;http://www.stopforumspam.com/&lt;/a&gt; there is a list of spammer IPs.&lt;br&gt;I have checked the last my spam's comments, and are in this list.&lt;/p&gt;
&lt;p&gt;But the problem is that the list are very long, and I think that the better way is developing an extension that use the web service of&amp;nbsp;&amp;quot;Stop Forum Spam&amp;quot;.&lt;/p&gt;&lt;/div&gt;</description><author>andreadottor</author><pubDate>Fri, 06 Nov 2009 08:18:30 GMT</pubDate><guid isPermaLink="false">New Post: Blacklist for spam IPs 20091106081830A</guid></item><item><title>Commented Issue: Curbing Spam Posts [10883]</title><link>http://blogengine.codeplex.com/WorkItem/View.aspx?WorkItemId=10883</link><description>We recieve a great deal of &amp;#34;spam&amp;#34; comments so we moderate our comments.  Is there a way to view all unapproved comments so we don&amp;#39;t have &amp;#34;real&amp;#34; comments slip through the cracks&amp;#63;&lt;br /&gt; &lt;br /&gt;Thank you.&lt;br /&gt;Comments: ** Comment from web user: BenAmada ** &lt;p&gt;Definitely check out this add-in &amp;#40;named Commentor&amp;#41;.  It will show you all your comments for all posts in one place.&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;rtur.net&amp;#47;blog&amp;#47;post&amp;#47;2009&amp;#47;02&amp;#47;16&amp;#47;Commentor-e28093-new-version.aspx&lt;/p&gt;&lt;p&gt;The latest build of BE &amp;#40;available on the Source Code tab above&amp;#41; now has similar functionality available in Commentor, built into BE.  The next release of BE will include this.&lt;/p&gt;</description><author>BenAmada</author><pubDate>Fri, 06 Nov 2009 07:14:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Curbing Spam Posts [10883] 20091106071417A</guid></item><item><title>New Post: Cannot login using IE8.  Firefox is OK.</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74271</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;If possible, try logging into the same blog on a different computer with IE8 (Windows 7 or not Windows 7) -- to see if it's a specific problem with just your particular IE installation.&lt;/p&gt;
&lt;p&gt;It could be some add-on in IE.&amp;nbsp; Or a security tool blocking the content.&amp;nbsp; I'm just guessing.&lt;/p&gt;
&lt;p&gt;I'm running Windows 7 64-bit and can't reproduce this problem.&lt;/p&gt;&lt;/div&gt;</description><author>BenAmada</author><pubDate>Fri, 06 Nov 2009 07:09:04 GMT</pubDate><guid isPermaLink="false">New Post: Cannot login using IE8.  Firefox is OK. 20091106070904A</guid></item><item><title>New Post: language</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=68740</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It's hard to say.&amp;nbsp; I'm guessing your existing site may be setting an explicit culture, rather than letting the culture be automatically detected.&amp;nbsp; For example, in the BE web.config file, there's this setting:&lt;/p&gt;
&lt;p&gt;&amp;lt;globalization requestEncoding=&amp;quot;utf-8&amp;quot; responseEncoding=&amp;quot;utf-8&amp;quot; culture=&amp;quot;auto&amp;quot; uiCulture=&amp;quot;auto&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;Does your existing site have this &amp;lt;globalization&amp;gt; element in its web.config file?&amp;nbsp; If so, what is it?&amp;nbsp; If it's set to a specific culture, you might want to try setting it to &amp;quot;auto&amp;quot; like how BE does it.&lt;/p&gt;&lt;/div&gt;</description><author>BenAmada</author><pubDate>Fri, 06 Nov 2009 07:01:51 GMT</pubDate><guid isPermaLink="false">New Post: language 20091106070151A</guid></item><item><title>New Post: Using BlogEngine.net without roles.</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74150</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;As you register each person, just put them in the existing Editors role.&amp;nbsp; That will allow them to post blog entries.&lt;/p&gt;&lt;/div&gt;</description><author>BenAmada</author><pubDate>Fri, 06 Nov 2009 06:55:27 GMT</pubDate><guid isPermaLink="false">New Post: Using BlogEngine.net without roles. 20091106065527A</guid></item><item><title>New Post: Linking to the blog fails with error message</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74228</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks GayLyn on the Permalink idea. The archive displays because I changed the custom 404 in web.config to load the archive.aspx instead of the error page since the page always fails on the first load. This way the user is greeted with the archive page instead of the oops page.&amp;nbsp; Not optimal but, an improvement.&lt;/p&gt;&lt;/div&gt;</description><author>acidjazz</author><pubDate>Fri, 06 Nov 2009 05:54:23 GMT</pubDate><guid isPermaLink="false">New Post: Linking to the blog fails with error message 20091106055423A</guid></item><item><title>New Post: Blacklist for spam IPs</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74278</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Does anyone know of a blacklist for known Spammer IPs? &amp;nbsp;I now have a few dozen IPs blocked in commentor, and it would be nice to integrate it into some service.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The reason I ask is because these spammers are manually posting to the blog with comments that seem relevant, however they link back to &amp;quot;cheapmeds.com&amp;quot; and the author is &amp;quot;cheapmeds.com&amp;quot; (obvious spam).&lt;/p&gt;&lt;/div&gt;</description><author>jkaiser</author><pubDate>Fri, 06 Nov 2009 03:52:31 GMT</pubDate><guid isPermaLink="false">New Post: Blacklist for spam IPs 20091106035231A</guid></item><item><title>New Post: Cannot login using IE8.  Firefox is OK.</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74271</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;When I try to login I get to the login page and I'm able to enter my name and password.&amp;nbsp; After I press the login button, the returned page is absolutely blank.&amp;nbsp; Well, actually, the HTML for the returned page is as follows:&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:Blue"&gt;&amp;lt;!&lt;/span&gt;&lt;span style="color:#A31515"&gt;DOCTYPE&lt;/span&gt; &lt;span style="color:Red"&gt;HTML&lt;/span&gt; &lt;span style="color:Red"&gt;PUBLIC&lt;/span&gt; &lt;span style="color:Blue"&gt;&amp;quot;-//W3C//DTD HTML 4.0 Transitional//EN&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;HTML&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;HEAD&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;META&lt;/span&gt; &lt;span style="color:Red"&gt;content&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;quot;text/html; charset=windows-1252&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;http-equiv&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Blue"&gt;Content-Type&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;HEAD&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;BODY&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;BODY&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;HTML&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;

&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;So, it might as well be blank.&lt;/p&gt;
&lt;p&gt;I'm using WIndows 7 x64.&amp;nbsp; I get the same results in IE8 x64 and in IE8 x32.&amp;nbsp;&amp;nbsp;Turining&amp;nbsp;&amp;quot;Compatibilty View&amp;quot; and off makes no difference.&lt;/p&gt;
&lt;p&gt;On IE7 running on Windows XP running in a virtual machine, I get a 404 error instead of the blank page.&lt;/p&gt;
&lt;p&gt;FireFox has absolutely no trouble under any circumstances..&lt;/p&gt;
&lt;p&gt;The blog is using BlogEngine.NET 1.5.0.7 and is hosted at DiscountASP.net.&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>BillFugina</author><pubDate>Fri, 06 Nov 2009 02:48:09 GMT</pubDate><guid isPermaLink="false">New Post: Cannot login using IE8.  Firefox is OK. 20091106024809A</guid></item><item><title>New Post: Homepage takes very long to show with Arthemia theme</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74026</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am trying to work around with 3 lines of code that cause the speed issue. I try to disable these 3 lines of code, and the homepage works fine. But then I can't control the headline anymore. We are testing now, so my site's still in Intranet.&lt;/p&gt;&lt;/div&gt;</description><author>aladin11</author><pubDate>Fri, 06 Nov 2009 01:44:49 GMT</pubDate><guid isPermaLink="false">New Post: Homepage takes very long to show with Arthemia theme 20091106014449A</guid></item><item><title>New Post: Linking to the blog fails with error message</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74228</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi acidjazz,&lt;/p&gt;
&lt;p&gt;FWIW, both of your links loaded fine for me (using IE 8) on the first try. It seems odd that it loads the Archive page as a default page, but it loads w/out error.&lt;/p&gt;
&lt;p&gt;BTW, if it were me, and I was providing a link to go directly to the &amp;quot;Pediatric Options for Compounding&amp;quot; post, I'd use the &amp;quot;permalink&amp;quot; link which is at the bottom of the post rather than the &amp;quot;SEO Friendly&amp;quot; link that you get at the top of the post.&amp;nbsp; If you're putting the link into a page, you can make the link read &amp;quot;Pediatric Options for Compounding&amp;quot; but set the &amp;quot;href&amp;quot; attribute to the longer, uglier, but more reliable permalink.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;-GayLyn&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>GayLyn</author><pubDate>Thu, 05 Nov 2009 22:19:39 GMT</pubDate><guid isPermaLink="false">New Post: Linking to the blog fails with error message 20091105101939P</guid></item><item><title>New Post: Linking to the blog fails with error message</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74228</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The Website is on a shared host and the webhosting company will not change the Trust Level for the application. Am I out of luck?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>acidjazz</author><pubDate>Thu, 05 Nov 2009 20:29:01 GMT</pubDate><guid isPermaLink="false">New Post: Linking to the blog fails with error message 20091105082901P</guid></item><item><title>New Post: Linking to the blog fails with error message</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74228</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Found this in another thread, going to try it:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;Yes, I did turn customErrors off and then saw some gibberish on every first load.&amp;nbsp; It looked like a memory dump.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Anyhow, the evil was that I didnt set the .NET Trust Level to High but instead it was set to Medium which I believe caused the failed first loads.&amp;nbsp; As soon as I set it to High, it worked fine.&amp;quot;&lt;/p&gt;&lt;/div&gt;</description><author>acidjazz</author><pubDate>Thu, 05 Nov 2009 20:17:07 GMT</pubDate><guid isPermaLink="false">New Post: Linking to the blog fails with error message 20091105081707P</guid></item><item><title>New Post: Linking to the blog fails with error message</title><link>http://blogengine.codeplex.com/Thread/View.aspx?ThreadId=74228</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When I create links to my blog posts from my main website I regularly receive one of two error messages (see below):&lt;/p&gt;
&lt;p&gt;If I try the link a second time it works from the same browser session it works. What could be going wrong? Here are example links that fail:&lt;/p&gt;
&lt;p&gt;http://pavilioncompounding.com/Blog/BlogEngine/post/Pediatric-Options-for-Compounding.aspx&lt;/p&gt;
&lt;p&gt;http://pavilioncompounding.com/Blog/BlogEngine/&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ERROR MESSAGES:&lt;/p&gt;
&lt;h1&gt;Ooops! I can't find the page you're looking for&lt;/h1&gt;
&lt;p&gt;This one's down to me! Please accept my apologies for this - I'll see to it that the developer responsible for this broken link is given 20 lashes (but only after he or she has fixed this problem).&lt;/p&gt;
&lt;p&gt;You can also try to &lt;strong&gt;search for the page you were looking for&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ooops! I can't find the page you're looking for&lt;br&gt; &lt;br&gt; You were incorrectly referred to this page by: localhost&lt;br&gt; &lt;br&gt; I suggest you try one of the links below:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>acidjazz</author><pubDate>Thu, 05 Nov 2009 20:00:46 GMT</pubDate><guid isPermaLink="false">New Post: Linking to the blog fails with error message 20091105080046P</guid></item></channel></rss>