473,511 Members | 17,486 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

First pre-alpha of content management script available...

Hi,

I've been working on a PHP/MySQL content management system for a few
weeks when I've had a chance, and (following a bit of a mammoth coding
session tonight) have got to a point where I can upload the scripts...
there's lots of functionality missing, but there is enough there to
actually perform "content management".

To check them out visit any of the following URLs

Development Version (live on the web!)
http://www.pluggedout.com/development/projects/cms

Discussion Forum
http://www.pluggedout.com/developmen...forum.php?f=14

Regards

Jonathan
Jul 17 '05 #1
8 1627
Jon Beckett wrote:
Hi,

I've been working on a PHP/MySQL content management system for a few
weeks when I've had a chance, and (following a bit of a mammoth coding
session tonight) have got to a point where I can upload the scripts...
there's lots of functionality missing, but there is enough there to
actually perform "content management".

To check them out visit any of the following URLs

Development Version (live on the web!)
http://www.pluggedout.com/development/projects/cms

Discussion Forum
http://www.pluggedout.com/developmen...forum.php?f=14

Regards

Jonathan


There's plenty of great CMSs out there. You might want to take a look at
them before working so hard...
Jul 17 '05 #2
On Wed, 18 Feb 2004 03:25:25 GMT, roger <ro****@b.ne> wrote:
I've been working on a PHP/MySQL content management system for a few
weeks when I've had a chance, and (following a bit of a mammoth coding
session tonight) have got to a point where I can upload the scripts...
there's lots of functionality missing, but there is enough there to
actually perform "content management".
There's plenty of great CMSs out there. You might want to take a look at
them before working so hard...


The reason I wrote it is because several commercial projects I am
working on needed a content management system, and all of the scripts
I looked at seemed either very bloated for what they did, or didn't do
what I wanted - therefore I wrote my own.

I tend to give my scripts away as open source because I take a lot of
benefit from various freely downloadable software on the net - this is
my way of at least giving *something* back.

Regards

Jonathan
Jon Beckett
Jul 17 '05 #3
"roger" <ro****@b.ne> schrieb im Newsbeitrag
news:2f******************************@news.teranew s.com...
Jon Beckett wrote:

There's plenty of great CMSs out there. You might want to take a look at
them before working so hard...


I am writing my own CMS, too. There are some good reasons for it:

- Most CMSs do not match the state of complexity I like. They are either
much more complex or much simpler.
- Most CMSs do not match the standard of HTML output I like.
- Changing a CMS to match your or your customer's needs requires a deep
understanding of it. Achieving this takes a lot of time and knowledge. It is
just more fun to invest this time and knowledge for writing my own system.
- There is no better way to learn PHP than writing your own CMS, and adding
new features whenever a client asks for them.
- If you sit on your computer with your client and show him/her how to work
with it, he/she will be very impressed of the fact that you wrote it on your
own. Even if an error occurs it looks much better if you say "Oh, the
addition of the mailing list caused an error here - I will fix that
tomorrow" than "Ooops - what happened here? I will have to check the user
forum".

But most of all: It's fun, and it's mine.

Enjoy coding
Markus
Jul 17 '05 #4
Markus Ernst wrote:
"roger" <ro****@b.ne> schrieb im Newsbeitrag
news:2f******************************@news.teranew s.com...
Jon Beckett wrote:

There's plenty of great CMSs out there. You might want to take a look at
them before working so hard...

I am writing my own CMS, too. There are some good reasons for it:

- Most CMSs do not match the state of complexity I like. They are either
much more complex or much simpler.
- Most CMSs do not match the standard of HTML output I like.
- Changing a CMS to match your or your customer's needs requires a deep
understanding of it. Achieving this takes a lot of time and knowledge. It is
just more fun to invest this time and knowledge for writing my own system.
- There is no better way to learn PHP than writing your own CMS, and adding
new features whenever a client asks for them.
- If you sit on your computer with your client and show him/her how to work
with it, he/she will be very impressed of the fact that you wrote it on your
own. Even if an error occurs it looks much better if you say "Oh, the
addition of the mailing list caused an error here - I will fix that
tomorrow" than "Ooops - what happened here? I will have to check the user
forum".

But most of all: It's fun, and it's mine.

Enjoy coding
Markus


I also am writing a CMS ;) however my CMS wont be available to the
general public for a while after it's "finished", there is a particular
website with which its use is planned, reasons I am writing it are that
if I'm going to be doing lots of websites I can use the one engine as
it's completely modular, I will have something to point possible
employers too and say "Look at!", and just that I love writing PHP, it's
a heavenly language to use!

~Cameron
Jul 17 '05 #5
On Wed, 18 Feb 2004 12:41:57 +0000, Cameron <fo*@bar.invalid> wrote:
I also am writing a CMS ;) <snip> and just that I love writing PHP, it's
a heavenly language to use!


Its great to see people who are so enthusiastic about IT projects
still exist :)

Perhaps I'm not one of a dying species after all!

Jonathan
Jul 17 '05 #6
Jon Beckett wrote:
On Wed, 18 Feb 2004 12:41:57 +0000, Cameron <fo*@bar.invalid> wrote:

I also am writing a CMS ;)


<snip>
and just that I love writing PHP, it's
a heavenly language to use!

Its great to see people who are so enthusiastic about IT projects
still exist :)

Perhaps I'm not one of a dying species after all!

Jonathan


I'm also working on a Unix talk system (Talker) at the moment if that
makes you feel even better ;)

When I think of programming or scripting I think of it as a sort of art,
seeing ones creations come together gives such a good feeling.

Just wish I could do it for money, currently very jobless :(

~Cameron
Jul 17 '05 #7
I noticed that Message-ID: <og********************************@4ax.com>
from Jon Beckett contained the following:
I also am writing a CMS ;)

<snip>
and just that I love writing PHP, it's
a heavenly language to use!


Its great to see people who are so enthusiastic about IT projects
still exist :)

Perhaps I'm not one of a dying species after all!


No. I wrote a CMS too for exactly the same reasons as others have
mentioned. Like I say, it may be crappy code, but it's /my / crappy
code.

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #8
Geoff Berrow wrote:
I noticed that Message-ID: <og********************************@4ax.com>
from Jon Beckett contained the following:

I also am writing a CMS ;)


<snip>
and just that I love writing PHP, it's
a heavenly language to use!


Its great to see people who are so enthusiastic about IT projects
still exist :)

Perhaps I'm not one of a dying species after all!

No. I wrote a CMS too for exactly the same reasons as others have
mentioned. Like I say, it may be crappy code, but it's /my / crappy
code.


I'll drink to that! *Gets a coffee for himself and his fellow geeks* ;)

~Cameron
Jul 17 '05 #9

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

Similar topics

5
2405
by: Randell D. | last post by:
Folks, I know I could do this with a foreach loop but it looks dirty. I'm wondering if I can do this via array_walk() or asort() and would appreciate some help.. I have an array - an example...
7
18513
by: Alan Illeman | last post by:
How do I set several different properties for PRE in a CSS stylesheet, rather than resorting to this: <BODY> <PRE STYLE="font-family:monospace; font-size:0.95em; width:40%; border:red 2px...
5
24083
by: Porthos | last post by:
I'm authoring an XML document and using the <pre> html tag for the portions that are not dynamically generated. The <pre> text is displaying in a smaller font size (and I believe different font)...
5
2075
by: InstallAware | last post by:
For Press Inquiries: Sinan Karaca InstallAware Software Corporation 336 Guerrero Street, San Francisco CA 94103 415 358 4094 (voice/fax) sinank@installaware.com http://www.installaware.com/ ...
8
2484
by: murphy | last post by:
I'm programming a site that displays info from AWS Commerce Service 4.0. At each change of the asp.net application the first load of a page that uses the web service takes 30 seconds. Subsequent...
7
2732
by: Rocky Moore | last post by:
I have a web site called HintsAndTips.com. On this site people post tips using a very simply webform with a multi line TextBox for inputing the tip text. This text is encode to HTML so that no...
14
8641
by: TS | last post by:
I have this custom data list control and i override the onItemDatabound event. After upgrading to vs 2005, this event is not always getting called, though it does at other times. No changes were...
10
2651
by: Tom Cole | last post by:
While I've done javascript work for as long as I can remember (since Netscape first released it), I've only ever used it for trivial things, change a color here, validate a text element there, blah...
6
14464
by: DaveOnSEN | last post by:
Every time I make any .NET framework based webservice consumer I have the same problem: The first call my application makes to consume a webservice takes about 15 seconds. Subsequent calls are...
9
13029
by: SAL | last post by:
I have an ASP.NET 2.0 app that takes about 17 seconds to load on first startup but then is very fast after that. As I understand it from some posts in June, this is caused by the loading of the App...
0
7144
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...
0
7356
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
7427
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...
0
7512
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...
0
5671
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4741
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
3214
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1577
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
785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.