Current location: Hot Scripts Forums » Programming Languages » PHP » content management project

content management project

Reply
  #1 (permalink)  
Old 09-11-09, 02:33 AM
Nkhosinathie Nkhosinathie is offline
Newbie Coder
 
Join Date: Sep 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
content management project

i need some help of how i can develop a content management system using netbeans.i have covered languages like c,c++,java and assembly.so i just started php which i think its a great language for web applications.any suggestions are welcome.i'm not in a rush as this is my own project that i'm doing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-11-09, 06:07 AM
wirehopper's Avatar
wirehopper wirehopper is offline
Community Liaison
 
Join Date: Feb 2006
Posts: 2,311
Thanks: 16
Thanked 90 Times in 88 Posts
I don't recommend building your own content management system.

There are many excellent systems available. From a business perspective, the ability to work with an existing CMS is more valuable than building your own.

The advantage of using existing code (whether it is a CMS, cart, blog, registration system, CRM solution) is that you can offer people a lot more code, that has been tested, and usually has documentation for both users and developers.

If I were you, I'd look at Drupal, joomla, eZ Publish, MODx, TYPO3, b2evolution, WordPress (listed in no particular order). You can test them out at opensoucecms.com. These are extremely marketable skills.

You can use NetBeans with any PHP project.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 09-11-09, 10:15 AM
Nkhosinathie Nkhosinathie is offline
Newbie Coder
 
Join Date: Sep 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
thank u Wirehopper but i have taken a look on those cms and the one i like is joomla.i want to know whether i can edit them to be the way i want? is it possible to edit them and how? thank u in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 09-11-09, 11:45 AM
carters-site's Avatar
carters-site carters-site is offline
Newbie Coder
 
Join Date: Sep 2009
Location: Moline, IL
Posts: 99
Thanks: 2
Thanked 1 Time in 1 Post
Their Open Source so the code should be available for you to download. If you are working on a windows machine then you can use XAMPP to setup a local enviroment on your machine for Joomla!

When I toyed with it a while back that is what I did and it worked pretty nicely. I believe Joomla! even has a walkthru on how to get started.

Personally I have worked on multiple CMS projects and they are not something you want to start from scratch. They take lots of time to develop and its best just to use the free versions out their and customize them or write plugin to them to do what you want.

Another important tip to save you some frustration. Make sure u keep an original of the file before you start going crazy editing code. That way if you really botch it you can at least get things back to where you started.

Good luck!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 09-11-09, 03:58 PM
dgreenhouse's Avatar
dgreenhouse dgreenhouse is offline
Aspiring Coder
 
Join Date: Mar 2009
Location: San Francisco
Posts: 444
Thanks: 0
Thanked 2 Times in 2 Posts
I'd add... Definitely buy some books on whichever CMS you settle on (sounds like Joomla).

Joomla has a very active user community, so I'd spend a lot on time in the forums.

It will take awhile to get your head around the whole thing, so you'll have to be patient.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 09-12-09, 03:54 AM
Nkhosinathie Nkhosinathie is offline
Newbie Coder
 
Join Date: Sep 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Guys i really need your help as soon as possible.actually the project i'm doing is the below


Web Portal that will have information of the different careers, education institutions and other resources.
Wants users to be able to register on the site and upload their profiles (cv)
Wants to be able to manage own content without needing programming skills
If users do not have email addresses, they must be able to create email addresses on the domain without having to someone sitting and managing that
Restrictions

Server is running CentOS 4 Linux
Web server is Apache2 with PHP5 support
Database is MySQL 5 or Postgresql
Project must be completed is 3 weeks (design framework and structure must be done in a week)
My take, think of all the different prospectus' in all the different colleges, technikons and universities. All this information must be catered for and much more.


i really need your help as i will be presenting this project to the company in two months time.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 09-12-09, 07:15 AM
wirehopper's Avatar
wirehopper wirehopper is offline
Community Liaison
 
Join Date: Feb 2006
Posts: 2,311
Thanks: 16
Thanked 90 Times in 88 Posts
3 weeks would not be enough time for me to do this work.

I'd translate the requirements into the following tasks:

Determine the visual interface - what the page will look like.
Define the site architecture - how the information will be organized
Determine whether users only upload the CV or if they can post additional materials/edit additional content
Find out what content they will be managing. Text? Images? Structured data such as a profile?
Mechanism to create an email address. This should not be allowed, it presents a huge security risk for the server.
What are 'restrictions'?

You have a good server.

If you have never done a project like this before, it will be very difficult to create accurate estimates of the time it will take to do the work.

My recommendation would be to continue to work on the requirements, such that the client understands exactly what they will get, and you know what work must be done.

Don't allow anyone to create email addresses on your server. Spammers will abuse them.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 09-13-09, 06:02 AM
Nkhosinathie Nkhosinathie is offline
Newbie Coder
 
Join Date: Sep 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
i do agree to that Wirehopper thats why i asked u if there is a way i can get an existing content management system that i can work with,edit the source code to be the way i want it.any suggestions are welcome at this stage.talking about the time,i told them that 4 months will siut me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #9 (permalink)  
Old 09-13-09, 08:48 PM
wirehopper's Avatar
wirehopper wirehopper is offline
Community Liaison
 
Join Date: Feb 2006
Posts: 2,311
Thanks: 16
Thanked 90 Times in 88 Posts
4 Months is good. I recommend breaking the schedule out and showing them where the time goes. Also put in opportunities for them to review your specifications and work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #10 (permalink)  
Old 09-16-09, 01:55 AM
Nkhosinathie Nkhosinathie is offline
Newbie Coder
 
Join Date: Sep 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
sp mr Wire hopper u saying there is no way i can get a code that i can edit to hand this project to a client?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
make element follow page scroll ?! how-to k-knudsen JavaScript 12 08-04-09 02:03 PM
Make a div follow page scroll - the continued k-knudsen JavaScript 7 07-25-09 03:38 AM
PHP Content Management: High Security mary Script Requests 1 01-07-06 09:26 AM
Error On Registeration timmy408 ASP 2 09-05-04 02:53 PM


All times are GMT -5. The time now is 07:01 PM.
vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.