473,811 Members | 2,691 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Blog software

Hi

I am looking for some .NET blog software which I can use at my own
website.

I do not have access to a SQL Server, but I do have access to a MySQL
database, and I can have an access database, if I want to.

Preferably in .NET 2.0 but 1.1 will do...

Any thoughts?

Thanks in advance

--
Eliasen Jr. representing himself and not the company he works for.

Private email: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."
Jun 29 '06 #1
7 1370
Hello, Jan!

JE> I am looking for some .NET blog software which I can use at my own
JE> website.

JE> I do not have access to a SQL Server, but I do have access to a MySQL
JE> database, and I can have an access database, if I want to.

JE> Preferably in .NET 2.0 but 1.1 will do...

JE> Any thoughts?

There are number of free blog engines out there, for instance
-dasBlog ( http://sourceforge.net/project/showf...kage_id=139759 )
-.TEXT ( http://www.gotdotnet.com/workspaces/...e-348f6b77c407 )

using search engine you can find more of them....

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Jun 29 '06 #2
> I am looking for some .NET blog software which I can use at my own
website.

I do not have access to a SQL Server, but I do have access to a
MySQL
database, and I can have an access database, if I want to.

Preferably in .NET 2.0 but 1.1 will do...


I prefer .NET solutions whenever I get a choice but in case of blog
software I went with WordPress - http://wordpress.org/. It's well
supported, embarrassingly easy to setup and uses widely available
PHP/MySQL combo.

I've made a switch from dasBlog to WordPress about a year or so ago
about the same time when I changed my site host. Let see if I recall
the issue... My new host, rightfully so, setup site with medium trust.
Most up to date dasBlog version at that time was relying on full trust
and was failing miserably. Not sure what the status of that issue now
is... HTH.
--
Sergey Mishkovskiy
http://www.usysware.com/dpack/ - DPack - free VS.NET add-ons
http://www.usysware.com/blog/

"Code & Seek
Bring Windows Desktop Search Into Visual Studio With Our Cool Add-In"
http://msdn.microsoft.com/msdnmag/is...7/CodeAndSeek/
Jun 29 '06 #3
MSDN blogs use Telligent's Community Server. You can download the express
edition for free, which is all you need for a personal blog site. If you
want to host a lot of blogs, you may want to pay for a license (small cost
compared to the rest of the business costs of running a blog site for public
consumption).

See: http://communityserver.org/Default.aspx

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Jan Eliasen" <el*****@nospam .nospam> wrote in message
news:k5******** *************** *********@4ax.c om...
Hi

I am looking for some .NET blog software which I can use at my own
website.

I do not have access to a SQL Server, but I do have access to a MySQL
database, and I can have an access database, if I want to.

Preferably in .NET 2.0 but 1.1 will do...

Any thoughts?

Thanks in advance

--
Eliasen Jr. representing himself and not the company he works for.

Private email: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."

Jun 30 '06 #4
On Thu, 29 Jun 2006 18:28:03 +0300, "Vadym Stetsyak" <va*****@ukr.ne t>
wrote:
>There are number of free blog engines out there, for instance
-dasBlog ( http://sourceforge.net/project/showf...kage_id=139759 )
-.TEXT ( http://www.gotdotnet.com/workspaces/...e-348f6b77c407 )

using search engine you can find more of them....
Hi

Thanks for your answer.

..TEXT is the one that has become communityserver , right? I looked at
sourcesafe for it, and saw that the last release was from 2004 :-/

I am aware that I can find more using searchengines :-) And I have
tried, believe me. But there are so many that it is difficult to
choose. Especially if I need a .NET version which doesn't require SQL
Server... I thought it would be easier to just ask here to see if
anyone knew of a good one.

I haven't looked at dasBlog, so I will do that now - thanks :)

--
Eliasen Jr. representing himself and not the company he works for.

Private email: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."
Jul 4 '06 #5
On Fri, 30 Jun 2006 01:34:05 -0700, "Nick Malik [Microsoft]"
<ni*******@hotm ail.nospam.comw rote:
>MSDN blogs use Telligent's Community Server. You can download the express
edition for free, which is all you need for a personal blog site. If you
want to host a lot of blogs, you may want to pay for a license (small cost
compared to the rest of the business costs of running a blog site for public
consumption) .

See: http://communityserver.org/Default.aspx
Hi Nick

I remember looking at communityserver at some point. Doesn't it
require SQL Server? Or am I wrong? Also, it seems at bit big if I only
want a personal blog....

But I will give it a second try, since you ask so politely .-)

--
Eliasen Jr. representing himself and not the company he works for.

Private email: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."
Jul 4 '06 #6
On Thu, 29 Jun 2006 16:04:20 -0400, "Sergey M" <no@spam.comwro te:
>I prefer .NET solutions whenever I get a choice but in case of blog
software I went with WordPress - http://wordpress.org/. It's well
supported, embarrassingly easy to setup and uses widely available
PHP/MySQL combo.
Hi

Thanks for your answer. Unfortunately, my hosting company onle lets me
use .NET - not PHP.

--
Eliasen Jr. representing himself and not the company he works for.

Private email: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."
Jul 4 '06 #7
Hi Nick
>
I remember looking at communityserver at some point. Doesn't it
require SQL Server?
Sorry Jan. I just don't know. I'm assuming that the smaller edition uses
MSDE or SQL Server Express Edition. Your web hosting company shouldn't have
too much difficulty with that. I've seen blog sites that used only XML, but
I don't know if Telligent's solution does that.
>
But I will give it a second try, since you ask so politely .-)
I hope I *was* polite ;-).

Good luck in finding the software you need.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
Jul 5 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2166
by: Michael W. Folsom | last post by:
Folks: I need to find a blog software that requires users to login before they view the blog. It would be real handy if this feature was rolled into the program so it could be turned on or off - Apache/php/mysgl/linux based a real plus! Thanks -
1
1346
by: Grant Merwitz | last post by:
Hi I am looking for some .NET & Sql Server blog software. One i can run on my local server, so not hosted. I have currently downloaded the free .Text blog software which seems pretty great. I just wanted to see what else was out there, particularly blog software i can buy.
3
1799
by: Victor | last post by:
Dear Members I'm new here. Please permit me to ask some newbie question I'm from a non-profit organization, working for gender equality. We wish to get a small message across to sister blogs (blogs with a common thread, purpose) *I am SERIOUSLY AGAINST SPAM of any kind*
4
1937
by: Vinayak | last post by:
Dear Members I'm new here. Please permit me to ask some newbie question I'm from a non-profit organization, working for gender equality. We wish to get a small message across to sister blogs (blogs with a common thread, purpose) *I am SERIOUSLY AGAINST SPAM of any kind*
2
3979
by: john.d.mann | last post by:
A short overview of how I understand trackback implementation: blogA writes a story about blogB blogA inserts blogB's trackback URL blogA's software pings blogB's trackback URL I think this contains blogA entry's URL blogB's software pingback's blogA's URL to verify the entry's existance blogB lists blogA's URL as an entry about blogB's entry if pingback success and also the reverse if blogB writes a story about blogA's entry. blogA
2
1403
by: bjacob | last post by:
Hi! I have a blog made with b2evo, but I'd want to migrate to another software. I need this feature: different user levels, and each level see only the posts intended for them. I'd want to be able to do posts for everyone, posts for customers, posts for friends and posts for close friends. The user levels deployed in b2evo and Wordpress seem only to limit editing and blogging, but not readability of the posts (actually, in
0
1594
by: jonathan.beckett | last post by:
Version 1.9.9f of the PluggedOut Blog script is now available for download. PluggeOut Blog is a free, open source blog/diary/journal script, written by a professional software developer to give something back to the internet that we take so much from. The script is used by many people all over the world to provide a fast, light, flexible and powerful blogging solution. It's also a good example of how to design and build a database...
1
2080
by: lazukars | last post by:
I am trying to set up a blog on an existing webpage. Is there any kind of IIS .net blog software that you can plug into existing webpages without having to create new themes? I just want to use the page that has already been created as the blog template. Below are a few other necessities: -mod_rewrite integration -software that is up to date -software that is currently supported -software that will be supported for the foreseeable...
1
2243
by: PaulH | last post by:
Just announcing the news in the spirit of the News-groups: Artisteer - Web and Blog Design Automation Software Unveiled at BlogWorld Expo Ground-breaking Software Instantly Creates Professional Website Designs, Wordpress Themes and CMS Templates LAS VEGAS, Nev., Sept. 21 -- Extensoft announced today the release of
0
9728
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10135
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4339
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3018
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.