Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. ASP.NET Blog

ASP.NET Blog

Scheduled Pinned Locked Moved The Lounge
csharpasp-netdatabasesql-servercom
17 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Marc Clifton

    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

    XPressTier

    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

    D Offline
    D Offline
    Dario Solera
    wrote on last edited by
    #4

    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

    P J 2 Replies Last reply
    0
    • D Dario Solera

      Write your own, as I did. :)

      _____________________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA] - Developing ScrewTurn Wiki 1.0 RC

      M Offline
      M Offline
      Mircea Grelus
      wrote on last edited by
      #5

      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.

      D 1 Reply Last reply
      0
      • D Dario Solera

        Write your own, as I did. :)

        _____________________________________________ Tozzi is right: Gaia is getting rid of us. My Blog [ITA] - Developing ScrewTurn Wiki 1.0 RC

        A Offline
        A Offline
        Anders Molin
        wrote on last edited by
        #6

        Too busy :sigh:

        - Anders My new photo website[^]

        D 1 Reply Last reply
        0
        • M Marc Clifton

          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

          XPressTier

          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

          A Offline
          A Offline
          Anders Molin
          wrote on last edited by
          #7

          I have not seen it lately ;) Anyway, I'm unfortunately too busy to write my own these days...

          - Anders My new photo website[^]

          1 Reply Last reply
          0
          • D Dario Solera

            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

            P Offline
            P Offline
            Paul Watson
            wrote on last edited by
            #8

            Public release?

            regards, Paul Watson Ireland FeedHenry needs you

            Shog9 wrote:

            eh, stop bugging me about it, give it a couple of days, see what happens.

            D 1 Reply Last reply
            0
            • M Marc Clifton

              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

              XPressTier

              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

              B Offline
              B Offline
              benjymous
              wrote on last edited by
              #9

              I 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!

              1 Reply Last reply
              0
              • A Anders Molin

                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[^]

                B Offline
                B Offline
                Brian Delahunty
                wrote on last edited by
                #10

                Subtext (it's a fork of .Text) and I found it simple to setup - http://www.subtextproject.com/[^]

                Regards, Brian Dela :-)

                1 Reply Last reply
                0
                • D Dario Solera

                  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

                  J Offline
                  J Offline
                  Jerry Hammond
                  wrote on last edited by
                  #11

                  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

                  D 1 Reply Last reply
                  0
                  • A Anders Molin

                    Too busy :sigh:

                    - Anders My new photo website[^]

                    D Offline
                    D Offline
                    Dustin Metzgar
                    wrote on last edited by
                    #12

                    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.

                    M 1 Reply Last reply
                    0
                    • P Paul Watson

                      Public release?

                      regards, Paul Watson Ireland FeedHenry needs you

                      Shog9 wrote:

                      eh, stop bugging me about it, give it a couple of days, see what happens.

                      D Offline
                      D Offline
                      Dario Solera
                      wrote on last edited by
                      #13

                      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

                      1 Reply Last reply
                      0
                      • J Jerry Hammond

                        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

                        D Offline
                        D Offline
                        Dario Solera
                        wrote on last edited by
                        #14

                        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

                        1 Reply Last reply
                        0
                        • M Mircea Grelus

                          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.

                          D Offline
                          D Offline
                          Dario Solera
                          wrote on last edited by
                          #15

                          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

                          1 Reply Last reply
                          0
                          • A Anders Molin

                            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[^]

                            M Offline
                            M Offline
                            Member 96
                            wrote on last edited by
                            #16

                            Weve been using this http://www.instantasp.co.uk/[^] for our tech support forum, seems to work well and no problems of any kind. Works with SQL server 2000 that's what we're using now.

                            1 Reply Last reply
                            0
                            • D Dustin Metzgar

                              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.

                              M Offline
                              M Offline
                              Marc Clifton
                              wrote on last edited by
                              #17

                              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

                              XPressTier

                              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

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups