Well, next year I have to do a project on what ever I like really. I quiet like the idea of a new content management system. So id like your thoughts/experiences on any CMS's you've used? Also what kind of features would you like to see in one?
Few of the ideas ive had:
- Dynamic Pages (create your own kinda thing)
- Gallery (pics etc)
- Forums
CMS
Moderator: Administrator
- JazzyJay
- [OFc] Clan Council
- Posts: 389
- Joined: Sun Aug 26, 2007 12:00 am
- Location: Putney, London
- Contact:
Re: CMS
What is the intended use/market if any?
What is the platform it should run on? (independent?)
What is the platform it should run on? (independent?)
> ... so you found a deal seal and it was wearing a penoir?!
>> That's ludicrous, we put the penoir on it.
>> That's ludicrous, we put the penoir on it.
Re: CMS
I was planning an easy to use interface for general use. So like I could develop add ons (such as one for gaming, or blog sites) so users could have what they want. Just getting my head around what could come "as standard"... if that all makes sensebambam wrote:back to planet earth... is the CMS project supposed to do something new or are you supposed to implement something that could just as well be done with wordpress ?
- IXL
- [OFc] Clan Council
- Posts: 1222
- Joined: Wed Aug 15, 2007 12:00 am
- Location: WEDS : GRID, THURS : D.O.D : SOURCE, FRI : C/STRIKE SOURCE, SAT/SUN : BATTLEFIELD 2
- Contact:
Re: CMS
Hmm..
Well, just a few things spring to my mind.
1, What can you offer, thats not already out there being done.
2, POD. Point of difference. If you cant beat the above, what can you do thats being done, but make it better/easier.
I got lots of ideas, but wanna keep some to myself, but just keep an open mind of what your doing so it can appeal to a much wider audience/user...
Well, just a few things spring to my mind.
1, What can you offer, thats not already out there being done.
2, POD. Point of difference. If you cant beat the above, what can you do thats being done, but make it better/easier.
I got lots of ideas, but wanna keep some to myself, but just keep an open mind of what your doing so it can appeal to a much wider audience/user...
Re: CMS
To start off it will be an asp based system as I don't know php at all, and I have to do a project for my course next year (which is vb/c#/c++ based).JazzyJay wrote:What is the target platform dude?
If other people are interested in doing one then id be happy to help out and find a different project to do for my course The main aim would be to make it asynchronous so the user has to wait as little time as possible. I hate going to a CMS based site and waiting for the page to load (my clans for example -- link not posted obv).
Bullet, I can understand what your saying mate dw.
- JazzyJay
- [OFc] Clan Council
- Posts: 389
- Joined: Sun Aug 26, 2007 12:00 am
- Location: Putney, London
- Contact:
Re: CMS
Ermmm, Ajax doesn't necessarily mean faster/more responsive website (however in many cases it is faster). There are many ways how server side processing can be speeded up (M$ platform is harder to optimise/scale than a LAMP one), and also front end page generation by the browser. Asynchronous interaction with a website can be a complex task that requires advanced knowledge of HTML, JavaScript, XML/JSON.Jolteh wrote:indeeedyBullet wrote:ajax
Now that I know that your platform is ASP (perhaps .net), in opinion, it's rather tricky to be in CMS business within this platform. As you know, most of M$ software is paid for therefore your product would hardly reach open source community and you'd be competing with corporations and their CMS solutions.
PHP is a C/Perl-like language that may be ugly at times but does its job very well and there are number of frameworks available that speed up the process and enforce certain design patterns.
Have you reviewed any existing CMS software and made your analysis on how it can be improved and what are the features that are requested by users?
If you haven't built a web application before, a CMS as your first project may be just a bit too much to start with.
JJ
> ... so you found a deal seal and it was wearing a penoir?!
>> That's ludicrous, we put the penoir on it.
>> That's ludicrous, we put the penoir on it.
- JazzyJay
- [OFc] Clan Council
- Posts: 389
- Joined: Sun Aug 26, 2007 12:00 am
- Location: Putney, London
- Contact:
Re: CMS
CMS with a flatfile? Hellooooo, welcome to the 21st century! )Bullet wrote:Jolteh.
Flatfile, or db ?
> ... so you found a deal seal and it was wearing a penoir?!
>> That's ludicrous, we put the penoir on it.
>> That's ludicrous, we put the penoir on it.