ASP.NET Blog
-
Write your own, as I did. :)
_____________________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA] - Developing ScrewTurn Wiki 1.0 RC
Too busy :sigh:
- Anders My new photo website[^]
-
Anders Molin wrote:
Anyone know some good blog software which runs on ASP.NET?
That question seems to get asked about once a month or so. I still haven't found any, so I'm stuck with the idea of writing one myself. *cough* :) Marc
Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmerI have not seen it lately ;) Anyway, I'm unfortunately too busy to write my own these days...
- Anders My new photo website[^]
-
Marc Clifton wrote:
the idea of writing one myself. *cough*
I did, and the result is quite good for me. :)
_____________________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA] - Developing ScrewTurn Wiki 1.0 RC
Public release?
regards, Paul Watson Ireland FeedHenry needs you
eh, stop bugging me about it, give it a couple of days, see what happens.
-
Anders Molin wrote:
Anyone know some good blog software which runs on ASP.NET?
That question seems to get asked about once a month or so. I still haven't found any, so I'm stuck with the idea of writing one myself. *cough* :) Marc
Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmerI made my own in perl, and it's not too complex a task to get something simple working quickly (Mine just pulls in the blog data from a flat text file, throws the lines at some simple templating code, and writes out the resultant html) The text based blog input lets you easily write blog entries without having to worry about a complex front end Mine uses a single text file, with new entries added at the top, but there's no reason why you couldn't have a folder containing text files - use the file's filename as the blog title, the datestamp for the posted date, and the text contents for the post body. - Then you can blog from anywhere that you can upload a text file to your server. You can add a nice posting front end as a future exercise! Comments could be achieved in the same way (create a folder with the same name as the post, and save comment files in it)
-- Help me! I'm turning into a grapefruit! Buzzwords!
-
Hi, Anyone know some good blog software which runs on ASP.NET? .Text sucks, hard to get to run, have a few too many bugs, and the developer abandoned it. CommunityServer is overkill and I just happen nok to like they way they grapped all that open source software and made it commercial. DasBlog seems a bit too "beta" for me ;) Any other recomendations? I have no problems paying for a commercial application, if it works and is good. Would prefer one that works with SQL Server 2000.
- Anders My new photo website[^]
Subtext (it's a fork of .Text) and I found it simple to setup - http://www.subtextproject.com/[^]
Regards, Brian Dela :-)
-
Marc Clifton wrote:
the idea of writing one myself. *cough*
I did, and the result is quite good for me. :)
_____________________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA] - Developing ScrewTurn Wiki 1.0 RC
And your article is where?
When was the last time you poured some wine for you and your sweetie and went out on the front porch to watch the geometry frolic on the lake?--Rebecca M. Riordan, Designing Effective Database Systems
-
Too busy :sigh:
- Anders My new photo website[^]
You're too busy to write blogging software but not too busy to write a blog? Dare I say that the internet does not need yet another blog, but good programmers are always in demand.
Logifusion[^] If not entertaining, write your Congressman.
-
Public release?
regards, Paul Watson Ireland FeedHenry needs you
eh, stop bugging me about it, give it a couple of days, see what happens.
Paul Watson wrote:
Public release?
Something like that, but it is not re-usable. Hard coded strings and so on... :-O
_____________________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA] - Developing ScrewTurn Wiki 1.0 RC
-
And your article is where?
When was the last time you poured some wine for you and your sweetie and went out on the front porch to watch the geometry frolic on the lake?--Rebecca M. Riordan, Designing Effective Database Systems
Jerry Hammond wrote:
And your article is where?
Nowhere. I just wanted a blog engine and done it myself. It sucks on the design aspect, but it works.
_____________________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA] - Developing ScrewTurn Wiki 1.0 RC
-
I was just going to suggest to contact you, but you've beaten me to it. Also, this is off topic, I've been meaning to ask you, are there are sites that display ads for selling used cars in Italy? I'm interested in buying a second hand car and I have an uncle that lives in Italy, that could take a look at the car if I find one that I'm interested in. The thing is I don't know where to look for. I've tried google but I guess they're not indexed in english. I have no problem if the sites are in italian, I can understand most of it. I just can't seem to find the right words to put into google.
regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.
Mircea Grelus wrote:
are there are sites that display ads for selling used cars in Italy?
:wtf: I really don't know. Sorry. :)
_____________________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA] - Developing ScrewTurn Wiki 1.0 RC
-
Hi, Anyone know some good blog software which runs on ASP.NET? .Text sucks, hard to get to run, have a few too many bugs, and the developer abandoned it. CommunityServer is overkill and I just happen nok to like they way they grapped all that open source software and made it commercial. DasBlog seems a bit too "beta" for me ;) Any other recomendations? I have no problems paying for a commercial application, if it works and is good. Would prefer one that works with SQL Server 2000.
- Anders My new photo website[^]
-
You're too busy to write blogging software but not too busy to write a blog? Dare I say that the internet does not need yet another blog, but good programmers are always in demand.
Logifusion[^] If not entertaining, write your Congressman.
Dustin Metzgar wrote:
You're too busy to write blogging software but not too busy to write a blog? Dare I say that the internet does not need yet another blog, but good programmers are always in demand.
Frankly, that doesn't make a lot of sense. It takes a few minutes to blog about something, and I expect it would take a week just to design and implement a basic blog engine. Marc
Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer