|
-
May 21st, 2003, 02:46 PM
#1
Thread Starter
Hyperactive Member
Is there a finished ASP.Net based Weblog out there?
Does anybody have or know of a ready to go ASP.Net based Weblog?
I have considered rolling my own but I don't think I am ready for that type of application yet.
-
May 21st, 2003, 03:36 PM
#2
Frenzied Member
-
May 21st, 2003, 04:09 PM
#3
Thread Starter
Hyperactive Member
Thanks DevGrp I have been anticipating a software release version of Scott's Weblog. So far he has put most of his effort into fine-tuning the online version, which is a very nice product. I hope it eventually makes it in the wild.
I didn't see an option for downloading Jeff Julian's Blog. Did I just miss it or is it not open to public use yet?
I am basically looking for the ASP or ASP.Net version of Movable Type/Grey Matter etc.
-
May 22nd, 2003, 09:23 AM
#4
What exactly is a blog? I have one myself, but it occured to me to wonder what is so special about it beyond getting a free website and updating it?
-
May 22nd, 2003, 09:31 AM
#5
I may take a crack at developing my own, time permitting, if someone would post me some info to what it is exactly and if their is some kind of standard for it, a link to that would be nice too.
-
May 22nd, 2003, 09:39 AM
#6
PowerPoster
I was thinking the same thing, what is so hard about it? Just taking stuff you write and storing in a database, or xml file. Then when you go to the site, retrieve that info and display it. Unless I am missing a lot about it... never did it myself.
-
May 22nd, 2003, 09:42 AM
#7
Yeah. There has to be something special about it, otherwise what is so special about blog beyond what we have had for years?
-
May 23rd, 2003, 09:21 AM
#8
Thread Starter
Hyperactive Member
I don't think there is anything extra special about a Blog. No more then there is about the vBulleten software that this forum runs on.
In my case I want a Blog for two reasons. One is that Blogs are easy to update and can be done using a browser from anywhere. The second reason is that it allows me to keep my political rants linear, archived and searchable.
I have tried to roll my own a couple of times but have not been able to pull all the great features of the big Blogs into mine. Actually I never even managed to get the not so great features working how I wanted. I eventually started looking for an open source project like MT or GM to work with. ScottW posted yesterday that he is close to making his open source so I have be able to download it soon.
http://aspnetweblog.com/posts/7425.aspx
-
May 23rd, 2003, 10:13 AM
#9
New Member
Hi Everyone!
Correct. The source code wil be released in the next couple of weeks.
At the moment, it is about 20,000 + lines of C#, so I am not sure this group will be to into it , but it is fairly easy to follow and broken out into a number of different components. My hope is that people will be able to reuse the core framework and simply roll their own UI...although I will be including a couple skins/templates as well.
The basics of creating a blog are quite easy (as others have mentioned). My system does a lot more than the basics though which is why it has taken some time to get it out into the public.
-Scott
-
May 23rd, 2003, 10:20 AM
#10
PowerPoster
20,000 lines of code for a web log? Wow, I didn't know they had that much to them. The forum I just created only has about 10,000 total including the actual html of the aspx pages and stored proceedures.
Where can I look at weblogs. I would like to see what is offered as far as features.
-
May 23rd, 2003, 10:32 AM
#11
Thread Starter
Hyperactive Member
Last edited by BukHix; May 23rd, 2003 at 10:40 AM.
-
Jun 17th, 2003, 08:55 AM
#12
Thread Starter
Hyperactive Member
I did find a very nice XML / ASP based Blog so if anyone is interested you can get it here.
BlogWorks XML v1.1.1
Using XML negates the need for an Access / SQL database which is great for those who can not afford either.
-
Jun 17th, 2003, 10:19 AM
#13
Frenzied Member
Hey, I just finished mine. http://blog.pjwc.com Its still a work in progress though. I'll post the code sometime this week. It was'nt that hard. I just need to tweak it some more.
I'm thinking about adding some of the features ScottW mentioned, if time permits. Right now it only supports MS SQL Server and MSDE. It should'nt be too hard to add Access to the mix though.
Also, if anyone can tell if EhostingBiz.com supports the SQLClient data provider. My whole blog application was built around the SQL data provider, but it would'nt work when I uploaded the application, so I had to use the OLE DB data provider.
Last edited by DevGrp; Jun 17th, 2003 at 05:58 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|