Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 16-09-2007, 01:48 PM   #1 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Information needed :- CMS


Hi

I have already posted a thread concerned with a website that I am designing. This one, I have started cause I want to know about CMS (Content Management Systems).

I want some information on them. Why should one use these systems. In what way they are better, and which one to use.

Aditya
__________________
--- Console Junkie
aditya.shevade is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 16-09-2007, 02:33 PM   #2 (permalink)
Banned
 
slugger's Avatar
 
Join Date: May 2004
Location: Baudland
Posts: 2,433
Default Re: Information needed :- CMS

it s basically a system to manage data systematically, esp when the volume of data is large, like corporate websites, file servers, forums etc

2 get u started

Content management system

List of content management systems
slugger is offline  
Old 16-09-2007, 10:44 PM   #3 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: Information needed :- CMS

^^ I have read the articles on wikipedia.

I want a little detailed information. I was unable to get it after googeling.
__________________
--- Console Junkie
aditya.shevade is offline  
Old 16-09-2007, 10:46 PM   #4 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: Information needed :- CMS

Try joomla or drupal.. If u want a lite one use flux cms.. Basically u use cmses to integrate all ur data in a presentable format
Pathik is offline  
Old 18-09-2007, 11:30 AM   #5 (permalink)
Tux Fan
 
shaunak's Avatar
 
Join Date: Mar 2004
Location: Mumbai
Posts: 1,188
Default Re: Information needed :- CMS

I personally would recomend drupal. Its light, powerfull and [reletively] easy to customize. Initially it took me a while to get used to its structure once you get the hang of it you can customize the layout/theme in a matter of mins. [though my site is still under construction because i just cant decide upon a damn color scheme!]
Plus they have a great and helpfull comunity.
Drupal takes about ~5mb and loads very quickly much.
__________________
Cheers
Shaunak
Feel free to PM/email me.

Visit me sometime @ http://shaunak.ws
shaunak is offline  
Old 18-09-2007, 12:17 PM   #6 (permalink)
Rebooting
 
Choto Cheeta's Avatar
 
Join Date: Aug 2004
Location: 220.225.82.33
Posts: 6,266
Default Re: Information needed :- CMS

Quote:
Originally Posted by aditya.shevade
I want some information on them. Why should one use these systems. In what way they are better, and which one to use.
main advantage is its Dynamic... so kind a bloging or Foruming, using a Text editor to simple post ur page over a static one where u have to manually develop each and every page

there are many, Drupal, Joomla, Mambo Servers...

its just for a starter I personally feel one would need to spend a lot of time to customize his site on the way he would like and there are many options and hacks and plugins or such.. so for starter personally i would say will take some timeto understand, in how to work and giving the site a unique look
__________________
rebooting
ChotoCheeta.com
Choto Cheeta is offline  
Old 18-09-2007, 02:48 PM   #7 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: Information needed :- CMS

Here's a small explanation from me. Although technically not very accurate, it could explain you the concept.

A browser can understand only HTML. A person who updates the content (e.g. site owner's employee or site admin) doesn't understand HTML. So an interpreter is required between the two. CMS is one such interpreter.

A simple interface is provided to update the content (and other settings of the site). The site admin logs in using a username and password, simply clicks a few times to reach at the right spot and modifies the content. It could be as simple as logging in a hotmail/yahoo account and composing a mail. Once the data is saved, it gets saved in the database which will make it appear at the right place in the right format.

A typical CMS like (Wordpress, Joomla, phpNuke, etc.) is written using PHP and uses a MySQL database.

At times, even if a person has knowledge of HTML, PHP, etc. it is better to use a CMS. For example, in a blog there are various posts which are classified as per category. They can even be in multiple categories. They are also classified date wise. If someone makes a post without CMS, then he will have to manually edit multiple pages. This is a mechanical task prone to human errors. So it is better if a CMS (e.g. WordPress) does the job which is more quicker and more accurate.

Hope I have made it clear.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 18-09-2007, 04:54 PM   #8 (permalink)
TechTin.com
 
ravi_9793's Avatar
 
Join Date: Jun 2005
Location: www.TechTin.com
Posts: 4,090
Default Re: Information needed :- CMS

^^^^^^^^^^I think this is sufficient to know basic abt CMS.

Off topic:
Nice to see you back ashish @tuxfan.
ravi_9793 is offline  
Old 18-09-2007, 05:13 PM   #9 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: Information needed :- CMS

Quote:
Originally Posted by tuxfan
Here's a small explanation from me. Although technically not very accurate, it could explain you the concept.

A browser can understand only HTML. A person who updates the content (e.g. site owner's employee or site admin) doesn't understand HTML. So an interpreter is required between the two. CMS is one such interpreter.

A simple interface is provided to update the content (and other settings of the site). The site admin logs in using a username and password, simply clicks a few times to reach at the right spot and modifies the content. It could be as simple as logging in a hotmail/yahoo account and composing a mail. Once the data is saved, it gets saved in the database which will make it appear at the right place in the right format.

A typical CMS like (Wordpress, Joomla, phpNuke, etc.) is written using PHP and uses a MySQL database.

At times, even if a person has knowledge of HTML, PHP, etc. it is better to use a CMS. For example, in a blog there are various posts which are classified as per category. They can even be in multiple categories. They are also classified date wise. If someone makes a post without CMS, then he will have to manually edit multiple pages. This is a mechanical task prone to human errors. So it is better if a CMS (e.g. WordPress) does the job which is more quicker and more accurate.

Hope I have made it clear.
Hey... nice to see you back. Thanks for the info.

Now one more question, which one should I use? For a site which will contain some articles and project(s) information. Maybe some photos.

For a blog I think I will use wordpress. But for the rest, I am confused. Please suggest. I have tried mambo. But I was not able to change he layout of the site. (Maybe because of lack of knowledge), so please tell me where to learn those also.

Aditya
__________________
--- Console Junkie
aditya.shevade is offline  
Old 18-09-2007, 05:17 PM   #10 (permalink)
TechTin.com
 
ravi_9793's Avatar
 
Join Date: Jun 2005
Location: www.TechTin.com
Posts: 4,090
Default Re: Information needed :- CMS

TO edit CMS...learn PHP and CSS.

Best way to get knowledge is from their respective forums.

My experience says: Drupal is best CMS.
ravi_9793 is offline  
Old 18-09-2007, 05:28 PM   #11 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: Information needed :- CMS

+ 1 for Drupal... I ve had no problems with Joomla too..
Pathik is offline  
Old 18-09-2007, 06:29 PM   #12 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: Information needed :- CMS

Quote:
Originally Posted by ravi_9793
Off topic:
Nice to see you back ashish @tuxfan.
Quote:
Originally Posted by aditya.shevade
Hey... nice to see you back. Thanks for the info.
Thanks guys for the warmth.

@ aditya.shevade: Do you have about 5-6 months at hand? Have a look at http://www.opensourcecms.com/ You can try lots of CMS without bothering about installation.

I am personally a fan of WordPress It can be used even as a CMS if customised properly. Otherwise ModX, Joomla and I have heard that XOOPS is also nice.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 18-09-2007, 07:19 PM   #13 (permalink)
Broken In
 
Join Date: Sep 2004
Location: Mangalore, Karnataka
Posts: 180
Default Re: Information needed :- CMS

I think Joomla is best. I'm using it and found no problems with it. But to edit the layout and modules, PHP and CSS knowledge is needed.
alanpaladka is offline  
Old 18-09-2007, 07:27 PM   #14 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Information needed :- CMS

Quote:
Originally Posted by pathiks
+ 1 for Drupal... I ve had no problems with Joomla too..
+2 For Drupal .

It's main advantage is that it is a LOT efficient than Joomla .

On my P4 machine it churned out ~200 Pages Per Minute whereas Joomla did only 13 Pages Per Minute on server load testing with 50 concurrent connections .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 18-09-2007, 09:52 PM   #15 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: Information needed :- CMS

Actually I have selected a free css template. Is it possible to convert to CMS template?

@ tuxfan, how can one use wordpress as CMS for a website (not weblog)?

@ everyone, so, where to go? Joomla, Drupal or Wordpress (if tuxfan or someone else tells me how).

Aditya
__________________
--- Console Junkie
aditya.shevade is offline  
Old 19-09-2007, 12:14 AM   #16 (permalink)
Broken In
 
Join Date: Sep 2004
Location: Mangalore, Karnataka
Posts: 180
Default Re: Information needed :- CMS

Go for Joomla. Its good.
alanpaladka is offline  
Old 19-09-2007, 09:05 AM   #17 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Information needed :- CMS

Try out all the 3 on your local PC. Get familiar with them and decide for yourself.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 19-09-2007, 09:40 AM   #18 (permalink)
TechTin.com
 
ravi_9793's Avatar
 
Join Date: Jun 2005
Location: www.TechTin.com
Posts: 4,090
Default Re: Information needed :- CMS

Best way to try is...............
http://www.opensourcecms.com/

All open source CMS demo are available.....you can try any...and make your final decision.
ravi_9793 is offline  
Old 20-09-2007, 09:59 AM   #19 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: Information needed :- CMS

Quote:
Originally Posted by aditya.shevade
Actually I have selected a free css template. Is it possible to convert to CMS template?
Could be possible, but you will have to go thru a sample template and study and customise.

Quote:
Originally Posted by aditya.shevade
@ tuxfan, how can one use wordpress as CMS for a website (not weblog)?
It all depends on how your site is divided, what type of theme you select, what are the contents, etc. There are no 1,2,3 kind of steps. It is pretty subjective. Understand WP's working and then decide whether it could be used for your purposes or not.

Quote:
Originally Posted by mehulved
Try out all the 3 on your local PC. Get familiar with them and decide for yourself.
... and for that you will need Apache, PHP, MySQL installed and configured on your machine. Get XAMPP and you could be ready in minutes to try out any PHP+MySQL application offline.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::

Last edited by tuxfan; 20-09-2007 at 09:59 AM. Reason: Automerged Doublepost
tuxfan is offline  
Old 20-09-2007, 11:36 AM   #20 (permalink)
"The Cake is a Lie!!"
 
[xubz]'s Avatar
 
Join Date: Oct 2006
Posts: 471
Default Re: Information needed :- CMS

Wordpress is better for a simple CMS, Easier to code custom templates and Modify it.

I don't think I quite like Drupal, The Templating system is tad difficult and it doesn't allow you to make it look the way YOU want
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
[xubz] is offline  
Old 20-09-2007, 11:39 AM   #21 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: Information needed :- CMS

^^ I have installed XAMPP. I also tried Joomla and Mambo on it. I have been using XAMPP and wordpress for quite long. And, from whatever I have seen about wordpress, I think it might be difficult to port my entire site on it.

Whatever I have designed so far, has a huge tree like structure. With plenty of directories and subbranches. And I don't know PHP yet. So, I think learning a CMS will take time and I think I will launch the initial site without a CMS. But I am on to learning one (most probably joomla). Thanks.
__________________
--- Console Junkie
aditya.shevade is offline  
Old 20-09-2007, 08:59 PM   #22 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Information needed :- CMS

Quote:
Originally Posted by aditya.shevade
^^ I have installed XAMPP. I also tried Joomla and Mambo on it. I have been using XAMPP and wordpress for quite long. And, from whatever I have seen about wordpress, I think it might be difficult to port my entire site on it.

Whatever I have designed so far, has a huge tree like structure. With plenty of directories and subbranches. And I don't know PHP yet. So, I think learning a CMS will take time and I think I will launch the initial site without a CMS. But I am on to learning one (most probably joomla). Thanks.
Do give Drupal a try

http://www.drupal.org
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 20-09-2007, 11:13 PM   #23 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: Information needed :- CMS

^^ I sure will. Even gonna give mambo a try. (The site opensourcecms is managed by that).
__________________
--- Console Junkie
aditya.shevade is offline  
Old 21-09-2007, 09:46 AM   #24 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: Information needed :- CMS

Quote:
Originally Posted by aditya.shevade
@ tuxfan, how can one use wordpress as CMS for a website (not weblog)?
Come, let me popularise a popular Digit member's site here as an example. I saw it for first time y'day when some other member gave me the link.

Go to http://www.askvg.com. The site belongs to Mr. Vis(al Gup)Ta. I liked it's looks and contents. Good job Vishal (and Navjotsingh?)

UPDATE:
Ok, I just saw the askvg.com thread. It's Vishal with help from Navjot and Saurav (ChotoCheeta). Kudos guys! Pat yourselves

Quote:
Originally Posted by aditya.shevade
Whatever I have designed so far, has a huge tree like structure. With plenty of directories and subbranches.
Check if WordPress can handle it with Categories + sub-categories.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::

Last edited by tuxfan; 21-09-2007 at 10:11 AM. Reason: Automerged Doublepost
tuxfan is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i see bit information?? NagpurDaMunda QnA (read only) 2 31-07-2007 01:38 AM
Lightscribe information needed HOly_soldier† QnA (read only) 1 14-06-2007 04:57 PM
Information on net cooldip10 QnA (read only) 2 07-06-2006 02:51 PM
Cable Information needed..... ymhatre Hardware Q&A 12 15-05-2006 09:22 PM

 
Latest Threads
- by tkin
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 05:22 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2