473,480 Members | 1,922 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Blog

Hi All,

Can some one explain me how these blog servers keep blog content?

Is it via a database?

Is it via a XML file which save in a local directory?

I was asked to develop a back end service for a blog/ wiki.

Thanks,
Nirosh.
Jan 12 '07 #1
6 1719
Hi Nirosh,

If you're taking about all websites that have blogs, in general, I assume
most (although, probably all) use databases. Storing static page content
doesn't scale well - and we've come a long way since then ;)

--
Dave Sexton
http://davesexton.com/blog

"Champika Nirosh" <te**@tc.comwrote in message
news:Oq*************@TK2MSFTNGP04.phx.gbl...
Hi All,

Can some one explain me how these blog servers keep blog content?

Is it via a database?

Is it via a XML file which save in a local directory?

I was asked to develop a back end service for a blog/ wiki.

Thanks,
Nirosh.

Jan 12 '07 #2
that is a kind of a answer I expected, aprt from blog/ wiki I was also asked
to developed a content management service for the system .. so thought
whether i can use the functions of the content management system to manage
blogs too by saving blog content as XML files.. But ur reply suggest me that
it is a bad approach

Thanks for the reply
Nirosh.
"Dave Sexton" <dave@jwa[remove.this]online.comwrote in message
news:%2***************@TK2MSFTNGP04.phx.gbl...
Hi Nirosh,

If you're taking about all websites that have blogs, in general, I assume
most (although, probably all) use databases. Storing static page content
doesn't scale well - and we've come a long way since then ;)

--
Dave Sexton
http://davesexton.com/blog

"Champika Nirosh" <te**@tc.comwrote in message
news:Oq*************@TK2MSFTNGP04.phx.gbl...
>Hi All,

Can some one explain me how these blog servers keep blog content?

Is it via a database?

Is it via a XML file which save in a local directory?

I was asked to develop a back end service for a blog/ wiki.

Thanks,
Nirosh.


Jan 12 '07 #3
Hi Nirosh,

FYI, there are many content management systems out there, including for
blogs (and probably wikis too). Check out Microsoft's Content Management
Server. Also, check out Community Server, for blog software. If you're
going to write your own you should at least do some research on those
"packaged" solutions to see how they work.

--
Dave Sexton
http://davesexton.com/blog

"Champika Nirosh" <te**@tc.comwrote in message
news:ef**************@TK2MSFTNGP02.phx.gbl...
that is a kind of a answer I expected, aprt from blog/ wiki I was also
asked to developed a content management service for the system .. so
thought whether i can use the functions of the content management system
to manage blogs too by saving blog content as XML files.. But ur reply
suggest me that it is a bad approach

Thanks for the reply
Nirosh.
"Dave Sexton" <dave@jwa[remove.this]online.comwrote in message
news:%2***************@TK2MSFTNGP04.phx.gbl...
>Hi Nirosh,

If you're taking about all websites that have blogs, in general, I assume
most (although, probably all) use databases. Storing static page content
doesn't scale well - and we've come a long way since then ;)

--
Dave Sexton
http://davesexton.com/blog

"Champika Nirosh" <te**@tc.comwrote in message
news:Oq*************@TK2MSFTNGP04.phx.gbl...
>>Hi All,

Can some one explain me how these blog servers keep blog content?

Is it via a database?

Is it via a XML file which save in a local directory?

I was asked to develop a back end service for a blog/ wiki.

Thanks,
Nirosh.



Jan 12 '07 #4
Champika Nirosh wrote:
that is a kind of a answer I expected, aprt from blog/ wiki I was also
asked to developed a content management service for the system .. so
thought whether i can use the functions of the content management system
to manage blogs too by saving blog content as XML files.. But ur reply
suggest me that it is a bad approach
As Dave Sexton points out, there are a number of downloadable examples
already written. You might start with one of those. Also note that storing
blog content as XML rather than in a backend datastore is not new. dasBlog
from http://www.dasblog.info/Features.aspx is one of the most well known
free blog packages that uses XML for storage rather than a database.
--
Tom Porterfield

Jan 12 '07 #5
Hi
"Champika Nirosh" <te**@tc.comwrote in message
news:Oq*************@TK2MSFTNGP04.phx.gbl...
| Hi All,
|
| Can some one explain me how these blog servers keep blog content?

Database most probably.

| Is it via a database?
|
| Is it via a XML file which save in a local directory?

| I was asked to develop a back end service for a blog/ wiki.

Make a search in sourceforge.net I think there there is a free project of a
wiki system

Also make a s earch in the archives of this NG, there have been several
threads relating wiki and how to implement them

--
Ignacio Machin
machin AT laceupsolutions com
Jan 12 '07 #6
On Fri, 12 Jan 2007 09:35:10 -0500, "Tom Porterfield" <tp******@mvps.orgwrote:
>Champika Nirosh wrote:
>that is a kind of a answer I expected, aprt from blog/ wiki I was also
asked to developed a content management service for the system .. so
thought whether i can use the functions of the content management system
to manage blogs too by saving blog content as XML files.. But ur reply
suggest me that it is a bad approach

As Dave Sexton points out, there are a number of downloadable examples
already written. You might start with one of those. Also note that storing
blog content as XML rather than in a backend datastore is not new. dasBlog
from http://www.dasblog.info/Features.aspx is one of the most well known
free blog packages that uses XML for storage rather than a database.
I would imagine storing content in XML would be an excellent way to waste
storage space.

Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
Jan 12 '07 #7

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

Similar topics

2
2220
by: Richard Silverstein | last post by:
I'm having trouble figuring out how I can upload an essay I wrote in MS Word to my blog. Unfortunately, my Typepad blog strips out html formatting code if I cut & paste the text directly into the...
3
4188
by: Kevin | last post by:
Hello, I am just wondering whether there are any good php blog software that do not need any database as background. I want to setup a blog for myself. I know usually, tools such as...
0
1677
by: Marcel - IDUG Europe 2005 | last post by:
Visit the IDUG Europe Conference Blog for Daily Updates and Conference Information IDUG 2005 - Europe Blog New for this year's conference, IDUG 2005 - Europe has created a blog to give you...
6
1580
by: Chance Hopkins | last post by:
This is driving me nuts. As far as I can tell, a blog is a website with an RSS feed. Some seem to have a calendar of events and some support user authentication and forms. Am I missing anything?...
10
2286
by: Neo Geshel | last post by:
I am seeking to hand-roll my own blog in ASP.NET 2.0 and SQLExpress 2005. Why? Because I can. Because I will gain experience. The one thing that has me stumped at square one is inline images....
0
1572
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...
4
1482
by: --CELKO-- | last post by:
PUBLIC NOTICE: I have no blog. I have never had a blog. I have no idea who is using my name, postings and likeness on that "SQL Apprentice" blog.
1
2077
by: javabeginner | last post by:
I m new to Java Servlet. I have project assignment, where i need to create web blog using Java Servlet. I should have following functionalities Program data model will include: ● blog class...
1
3466
by: judacris | last post by:
I've seen the threads here about molding 2 divs in a centered fashion. but I can't seem to solve this thing. my blogger blog is functioning well on my site for now, but the blog feed (left) and...
0
7032
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
6873
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...
1
4767
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...
0
4471
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...
0
2990
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2976
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1294
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 ...
1
558
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
174
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...

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.