General Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingGeneral Programming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old May 10th, 2003, 06:31 PM
Vince Vince is offline
LordNitrous
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: England
Posts: 137 Vince User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Question Starting up a CMS | Tips and Suggestions anyone?

I wanted to start up a CMS which basically posts articles into a new page. The page has to fit in with the site so it is kind of a template system where content is added to a template. I also need headlines for it too. I don't know if there is such a tutorial but if someone knows how to build one please tell me.
Thanks in advance.
Vince.
__________________
You don't deserve to read my signature...yeah! That's it, keep walking...yeah walk away from me! That's it! Get out of my pub, you're barred!

Reply With Quote
  #2  
Old May 10th, 2003, 08:21 PM
jpenn jpenn is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: Washington, DC
Posts: 317 jpenn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 3 sec
Reputation Power: 6
Quote:
I wanted to start up a CMS which basically posts articles into a new page

arghh - well first you have to decide what you want

Quote A: I wanted to start up a CMS
Quote B: so it is kind of a template system
Quote C: a CMS which basically posts articles into a new page

CMS (content management system)
A CMS is not (simply put) something you code in a couple months and label it as a content management system. There are so many aspects involved in developing a true CMS. To give you a feel of what content management actually is, you can check out http://www.cmswatch.com/

Template Systems
Hundreds of them on the market - none of the really good ones are actually written in php, rather they are written as php extensions in C or C++ and more often than not, compiled right into the system running the php engine.

Article/News Publishing System
Simple to create and maintain. Minimal knowledge of databases, php and html can get you started.

-----------------

As for tutorials on an article system, you can find them right on this site...
__________________
~ Joe Penn

We work for free to help make this a valuable resource on the internet. Do you appreciate the help - did we provide help that will help you prosper and help that has contributed to sharpening your current skill set?

Show your appreciation and purchase something from our Amazon Wishlist's - it's simple and a great way to say thank you.




Reply With Quote
  #3  
Old May 10th, 2003, 08:29 PM
Vince Vince is offline
LordNitrous
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: England
Posts: 137 Vince User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
ill take the latter one please
nah the easier the better with my knowledge so ill look into the article system. I didnt know an Article system was different from a CMS, and I thought a CMS made templates...so they are the same thing in my eyes but I guess I was wrong.

Reply With Quote
  #4  
Old May 10th, 2003, 08:47 PM
jpenn jpenn is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: Washington, DC
Posts: 317 jpenn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 3 sec
Reputation Power: 6
Quote:
I didnt know an Article system was different from a CMS, and I thought a CMS made templates...so they are the same thing in my eyes but I guess I was wrong.

Well, to shed a little light - a cms is pretty much an entire package or applcation layer. So yes, it would have a custom templating system and the ability to post articles in real time - but it is so much more. It does exactly what the name implies, content management - and that is for whatever content is streamed from the site; adverts, downloads, articles, pdf articles, xml feeds, member management, newsletters, e-commerce including product publishing-billing, pda content, etc. etc. etc.. Whatever is fed from your site would be fed through the content management system and also maintenanced through the CMS. The large systems also run on server farms and integrate right into the implementing corporations office enviroment. So, the secratary in the office types up a press release in word or whatever - it is then fed to the CMS which holds it in the content repository until approval - the chairman would then view it in real time on his pc and once he marks it approved, it is automatically published on the remote web site and automatically send to the lithographer for printing. Now, thats just some of content management...

As far as doing your article publisher, I would say first sit down and jot down your requirements, draw up some drafts on the layout and then do a hard copy with pen and paper of your DB layout - then start coding. But yes, there are a couple tut's on this site that will help you out in your development...

Reply With Quote
  #5  
Old May 10th, 2003, 08:52 PM
Vince Vince is offline
LordNitrous
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: England
Posts: 137 Vince User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
so how could I have a user login? I need links to all the articles please...

Reply With Quote
  #6  
Old May 10th, 2003, 09:02 PM
jpenn jpenn is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: Washington, DC
Posts: 317 jpenn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 3 sec
Reputation Power: 6
Quote:
so how could I have a user login? I need links to all the articles please...


Articles -> http://www.devarticles.com/cats/9
Pre-Made php scripts -> http://devscripts.com/topicview.php?tId=1

Reply With Quote
  #7  
Old May 10th, 2003, 09:03 PM
Vince Vince is offline
LordNitrous
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: England
Posts: 137 Vince User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
thanks dude, ill tell you how I did with it...

Reply With Quote
  #8  
Old May 11th, 2003, 08:56 AM
aspnewbie aspnewbie is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: The Great White North
Posts: 361 aspnewbie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 50 sec
Reputation Power: 7
Send a message via MSN to aspnewbie
See Ben Rowe's articles on Building a Members only Area (series of 6);

Mitchell Harper's article on Building a multi-page article systems with php and asp

http://www.devarticles.com/art/1/310

Matt Wade's article on Creating a News System with PHP

http://www.devarticles.com/art/1/516

Reply With Quote
  #9  
Old May 11th, 2003, 09:43 AM
Vince Vince is offline
LordNitrous
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: England
Posts: 137 Vince User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I tried the second one and it is terrible, you have to change the names for the form components yourself and I didnt know what ones...

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingGeneral Programming Help > Starting up a CMS | Tips and Suggestions anyone?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway