<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Simple Blog .NET</title><link>http://www.codeplex.com/sbn/Project/ProjectRss.aspx</link><description>Simple Blog is what the name implies, a simple blogging software application for the ASP.Net 2.0 platform.  Unlike other blogging software like CommunityServer, Simple Blog should be as simple as r...</description><item><title>NEW POST: Creating users and e-mail notifications</title><link>http://www.codeplex.com/sbn/Thread/View.aspx?ThreadId=24320</link><description>&lt;div class="wikidoc"&gt;
Hey there&lt;br /&gt; &lt;br /&gt;These may be stupid questions, but how do I create new users in Simple Blog.NET.&lt;br /&gt;I've installed it i.e. ran the SQL scripts, web-pages in virtual directory, connection string admin etc.&lt;br /&gt;But I don't see an option on the interface to create users. I'd also like it if the users can receive email&lt;br /&gt;notifications on a new post etc. Is that possible with Simple Blog.NET. Maybe I thought that I'm missing&lt;br /&gt;some web-pages? Here are the pages I have:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Archive.aspx&lt;/li&gt;&lt;li&gt;Article.aspx&lt;/li&gt;&lt;li&gt;Default.aspx&lt;/li&gt;&lt;li&gt;Default.master&lt;/li&gt;&lt;li&gt;Downloads.aspx&lt;/li&gt;&lt;li&gt;GetFile.aspx&lt;/li&gt;&lt;li&gt;Login.aspx&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>paulkolo</author><pubDate>Wed, 19 Mar 2008 11:29:15 GMT</pubDate><guid isPermaLink="false">NEW POST: Creating users and e-mail notifications 20080319112915A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sun, 21 Oct 2007 02:19:54 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071021021954A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 20 Oct 2007 04:15:40 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071020041540A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 20 Oct 2007 03:59:04 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071020035904A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 20 Oct 2007 03:45:44 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071020034544A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 20 Oct 2007 03:43:43 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071020034343A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sbn/Wiki/View.aspx?title=Home&amp;version=23</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;4/19/2007 Changes&lt;/b&gt;&lt;br /&gt;I've made dozens of fixes and correctted some problems I was having with TFS.  The new code has support for photo galleries, static pages, pinned articles, etc.  A new official release should be available soon.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;11/05/2006 Changes&lt;/b&gt; &lt;br /&gt;I've checked in more changes that address some bug fixes and missing functionality that is required to make the site operate that I ran into these issues while setting up ryanandkimberly.com.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SQL 2000 Support&lt;/b&gt;&lt;br /&gt;If you're going to run SBN on a SQL 2000 database, you'll need to rename sys.objects to sysobjects and &amp;quot;object&lt;i&gt;id = OBJECT&lt;/i&gt;ID&amp;quot; to &amp;quot;id = OBJECT_ID&amp;quot; in the change scripts and stored procedures.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;10/22/2006 Changes&lt;/b&gt; &lt;br /&gt;I checked in a huge set of changes, including several database changes.  The code includes numerous fixes and several security enhancments to prevent people from posting spam in your blogs.  Things include: optional user registration, software autoposter prevention, maximum login attempts, ip address blocking and several GUI enhancements.  If you're updating an existing database you'll need to make sure you publish your existing blog entries before they'll reappear on your site.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Changes&lt;/b&gt;&lt;br /&gt;I made several changes recently and you'll need to make sure to run the change scripts and the new stored procedures (not the ones in the V2 folder) regardless if you have an old database or if you just created a new one from the create scripts.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Simple Blog .Net (SBN)&lt;/b&gt;&lt;br /&gt;SBN is simple to setup, simple to use blogging application build on top of the .Net 2.0 framework and SQL 2005 (although it'll work in 2000).&lt;br /&gt; &lt;br /&gt;Release 2 is available at &lt;a href="http://www.infinityball.net" class="externalLink"&gt;http://www.infinityball.net&lt;/a&gt;, it has some issues (nothing major) that I'm working on right now and I should have a stable release on CodePlex soon.  Or you can just download Change Set 3222 or higher.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;-SQL Server 2005 (2000 works too)&lt;br /&gt;-Web server capable of running ASP.Net 2.0 code&lt;br /&gt;-Privledges to setup the database and web site&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;Installation is pretty easy. First you need to download the latest source code or grab one of the releases (shouldn't make a big difference unless you're already running an old version of SBN).    Both the release and source contain a folder called &amp;quot;SimpleBlogData&amp;quot;, inside that folder is a &amp;quot;Create Scripts&amp;quot; folder.  This contains the sql script that will build the initial database or upgrade your current DB to the latest version.  In SQL Server, create a new, empty database (i.e. SimpleBlog), then run the create script on the that database.  This will setup the tables and stored procedures you need to run SBN.  Depending on your SQL Server security setup you'll most likely have to create a SQL user that can access the DB and you may have to give that user execute permissions on the stored procedures.  Once that is done, you'll need to copy the contents of the &amp;quot;SimpleBlogWeb&amp;quot; folder that came with the source or release to the server where you'll be hosting SBN.  Next you'll need to modify the web.config file found in the root of the SBN web site you're creating.  Modify the ConnectionString property and SMTPServer properties to match the settings for your web site.  Once that is done you should be able to visit your SBN web site and you will be prompted to setup the admin user.  After that the site should be fully operational.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Lost Admin Password&lt;/b&gt;&lt;br /&gt;If you lost your admin password, the only way to recover it is to modify the sbusers table in the database.  To reset the password, find your admin user account in sbusers and modify the password field to be &amp;quot;admin&amp;quot;.  The word &amp;quot;admin&amp;quot; is a reserved word that will not require or be encrypted to login, this will allow you to login with the password 'admin' and change it to something more secure through the settings page.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Planned Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;AJAX enabled image gallery&lt;/li&gt;&lt;li&gt;Enhanced settings page&lt;/li&gt;&lt;li&gt;SimpleNav control will be database driven&lt;/li&gt;&lt;li&gt;Toolbar navigation control&lt;/li&gt;&lt;li&gt;Themes&lt;/li&gt;&lt;li&gt;RSS support (available in the latest build and currently being tested at &lt;a href="http://www.infinityball.net/rss.aspx" class="externalLink"&gt;http://www.infinityball.net/rss.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Rich text editor for article entry&lt;/li&gt;&lt;li&gt;Article and comment ranking system&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Sites Using SBN&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.infinityball.net" class="externalLink"&gt;http://www.infinityball.net&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.ryanandkimberly.com" class="externalLink"&gt;http://www.ryanandkimberly.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.jdhsreunion.com" class="externalLink"&gt;http://www.jdhsreunion.com&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>rrife</author><pubDate>Fri, 20 Apr 2007 00:10:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070420121033A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/sbn/Wiki/View.aspx?title=Home&amp;version=22</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;4/19/2007 Changes&lt;/b&gt;&lt;br /&gt;I've made dozens of fixes and correctted some problems I was having with TFS.  The new code has support for photo galleries, static pages, pinned articles, etc.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;11/05/2006 Changes&lt;/b&gt; &lt;br /&gt;I've checked in more changes that address some bug fixes and missing functionality that is required to make the site operate that I ran into these issues while setting up ryanandkimberly.com.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;SQL 2000 Support&lt;/b&gt;&lt;br /&gt;If you're going to run SBN on a SQL 2000 database, you'll need to rename sys.objects to sysobjects and &amp;quot;object&lt;i&gt;id = OBJECT&lt;/i&gt;ID&amp;quot; to &amp;quot;id = OBJECT_ID&amp;quot; in the change scripts and stored procedures.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;10/22/2006 Changes&lt;/b&gt; &lt;br /&gt;I checked in a huge set of changes, including several database changes.  The code includes numerous fixes and several security enhancments to prevent people from posting spam in your blogs.  Things include: optional user registration, software autoposter prevention, maximum login attempts, ip address blocking and several GUI enhancements.  If you're updating an existing database you'll need to make sure you publish your existing blog entries before they'll reappear on your site.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Changes&lt;/b&gt;&lt;br /&gt;I made several changes recently and you'll need to make sure to run the change scripts and the new stored procedures (not the ones in the V2 folder) regardless if you have an old database or if you just created a new one from the create scripts.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Simple Blog .Net (SBN)&lt;/b&gt;&lt;br /&gt;SBN is simple to setup, simple to use blogging application build on top of the .Net 2.0 framework and SQL 2005 (although it'll work in 2000).&lt;br /&gt; &lt;br /&gt;Release 2 is available at &lt;a href="http://www.infinityball.net" class="externalLink"&gt;http://www.infinityball.net&lt;/a&gt;, it has some issues (nothing major) that I'm working on right now and I should have a stable release on CodePlex soon.  Or you can just download Change Set 3222 or higher.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Requirements&lt;/b&gt;&lt;br /&gt;-SQL Server 2005 (2000 works too)&lt;br /&gt;-Web server capable of running ASP.Net 2.0 code&lt;br /&gt;-Privledges to setup the database and web site&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;Installation is pretty easy. First you need to download the latest source code or grab one of the releases (shouldn't make a big difference unless you're already running an old version of SBN).    Both the release and source contain a folder called &amp;quot;SimpleBlogData&amp;quot;, inside that folder is a &amp;quot;Create Scripts&amp;quot; folder.  This contains the sql script that will build the initial database or upgrade your current DB to the latest version.  In SQL Server, create a new, empty database (i.e. SimpleBlog), then run the create script on the that database.  This will setup the tables and stored procedures you need to run SBN.  Depending on your SQL Server security setup you'll most likely have to create a SQL user that can access the DB and you may have to give that user execute permissions on the stored procedures.  Once that is done, you'll need to copy the contents of the &amp;quot;SimpleBlogWeb&amp;quot; folder that came with the source or release to the server where you'll be hosting SBN.  Next you'll need to modify the web.config file found in the root of the SBN web site you're creating.  Modify the ConnectionString property and SMTPServer properties to match the settings for your web site.  Once that is done you should be able to visit your SBN web site and you will be prompted to setup the admin user.  After that the site should be fully operational.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Lost Admin Password&lt;/b&gt;&lt;br /&gt;If you lost your admin password, the only way to recover it is to modify the sbusers table in the database.  To reset the password, find your admin user account in sbusers and modify the password field to be &amp;quot;admin&amp;quot;.  The word &amp;quot;admin&amp;quot; is a reserved word that will not require or be encrypted to login, this will allow you to login with the password 'admin' and change it to something more secure through the settings page.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Planned Features&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;AJAX enabled image gallery&lt;/li&gt;&lt;li&gt;Enhanced settings page&lt;/li&gt;&lt;li&gt;SimpleNav control will be database driven&lt;/li&gt;&lt;li&gt;Toolbar navigation control&lt;/li&gt;&lt;li&gt;Themes&lt;/li&gt;&lt;li&gt;RSS support (available in the latest build and currently being tested at &lt;a href="http://www.infinityball.net/rss.aspx" class="externalLink"&gt;http://www.infinityball.net/rss.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Rich text editor for article entry&lt;/li&gt;&lt;li&gt;Article and comment ranking system&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Sites Using SBN&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.infinityball.net" class="externalLink"&gt;http://www.infinityball.net&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.ryanandkimberly.com" class="externalLink"&gt;http://www.ryanandkimberly.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.jdhsreunion.com" class="externalLink"&gt;http://www.jdhsreunion.com&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>rrife</author><pubDate>Fri, 20 Apr 2007 00:09:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070420120917A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 14 Apr 2007 17:26:07 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070414052607P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 14 Apr 2007 16:34:47 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070414043447P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 14 Apr 2007 16:30:26 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070414043026P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 14 Apr 2007 16:29:27 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070414042927P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 14 Apr 2007 16:28:15 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070414042815P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Sat, 14 Apr 2007 16:23:55 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070414042355P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Thu, 12 Apr 2007 21:56:41 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070412095641P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Thu, 12 Apr 2007 21:48:45 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070412094845P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Thu, 12 Apr 2007 21:46:01 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070412094601P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Thu, 12 Apr 2007 21:13:07 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070412091307P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Thu, 12 Apr 2007 21:03:09 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070412090309P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/sbn/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>rrife</author><pubDate>Thu, 12 Apr 2007 20:33:30 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070412083330P</guid></item></channel></rss>