IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
  Reply to this topicStart new topicStart Poll

 CMS

 Content Management System
 
blitz  
Posted: Saturday, May 19 2012, 18:46
Quote Post


what
Group Icon
Group: Andolini Mafia Family
Joined: Mar 13, 2011

Member Award




Hey there, for school I've started coding (HTML5) a blog site from a template I found online. It was suggested to me that I somehow incorporate a 'CMS' or a 'Content Management System,' however I'm pretty much a complete newbie here that barely knows the basics, thus not so sure what it is.

Anyone mind explaining the concept of a 'CMS' and what it's used for? Also, how do I incorporate one towards my HTML page (already fully coded and complete).

Any help will be appreciated, thanks.

-b.
PMXbox LivePlayStation Network
  Top
 

 
goin-god  
Posted: Saturday, May 19 2012, 19:15
Quote Post


High Roller
Group Icon
Group: $outh $ide Hoodz
Joined: Mar 18, 2007

ar.gif

Member Award




Check this out Blitz:
http://css-tricks.com/php-for-beginners-bu...rst-simple-cms/

You need some basic PHP knowledge.
Users WebsitePMMSNPlayStation Network
  Top
 

 
blitz  
Posted: Saturday, May 19 2012, 19:49
Quote Post


what
Group Icon
Group: Andolini Mafia Family
Joined: Mar 13, 2011

Member Award




QUOTE (goin-god @ Saturday, May 19 2012, 14:15)
Check this out Blitz:
http://css-tricks.com/php-for-beginners-bu...rst-simple-cms/

You need some basic PHP knowledge.

Ok, thanks coin-god.

I was wondering if it was possible to simply port the HTML files into a CMS such as Joomla or Wordpress and manage it from there?
PMXbox LivePlayStation Network
  Top
 

 
goin-god  
Posted: Saturday, May 19 2012, 20:01
Quote Post


High Roller
Group Icon
Group: $outh $ide Hoodz
Joined: Mar 18, 2007

ar.gif

Member Award




QUOTE (blitz @ Saturday, May 19 2012, 16:49)
QUOTE (goin-god @ Saturday, May 19 2012, 14:15)
Check this out Blitz:
http://css-tricks.com/php-for-beginners-bu...rst-simple-cms/

You need some basic PHP knowledge.

Ok, thanks coin-god.

I was wondering if it was possible to simply port the HTML files into a CMS such as Joomla or Wordpress and manage it from there?

Well, in Joomla you have the option to make pages with custom HTML code. But I can't say much, depends on what exactly you have done in HTML.
Users WebsitePMMSNPlayStation Network
  Top
 

 
blitz  
Posted: Saturday, May 19 2012, 20:50
Quote Post


what
Group Icon
Group: Andolini Mafia Family
Joined: Mar 13, 2011

Member Award




I downloaded Joomla, however I must admit I'm a bit lost. I'm not sure if you're talking personal experience here or anything, but any idea how to make a page with custom HTML?

As for what I've done in HTML, I have the page ready for publishing, not sure if I'm going to anyways. Either way, it's pretty much done. Has content, images, backgrounds, and CSS set up.
PMXbox LivePlayStation Network
  Top
 

 
goin-god  
Posted: Saturday, May 19 2012, 21:04
Quote Post


High Roller
Group Icon
Group: $outh $ide Hoodz
Joined: Mar 18, 2007

ar.gif

Member Award




I am, but honestly that was some time ago (2007). I remember the option to create a New PHP page or a new HTML page, it should be easy to find. Unless they changed it.
Users WebsitePMMSNPlayStation Network
  Top
 

 
Jevon  
Posted: Sunday, May 20 2012, 07:51
Quote Post


Advocate
Group Icon
Group: Network Admins
Joined: Nov 21, 2001

wa.gif

XXXXX



You might want to look at creating a new template (not just a one-off page), so that the entire site has the look and feel of your design.
Users WebsitePM
  Top
 

 
nightwalker83  
Posted: Monday, May 21 2012, 07:10
Quote Post


Don't mind me
Group Icon
Group: Members
Joined: Oct 10, 2004

au.gif

XXXXX



QUOTE (Jevon @ Sunday, May 20 2012, 18:21)
You might want to look at creating a new template (not just a one-off page), so that the entire site has the look and feel of your design.

Yeah, a template be good idea and the template still be there if you require it for future projects.
Users WebsitePMMSN
  Top
 

 
blitz  
Posted: Tuesday, May 22 2012, 22:42
Quote Post


what
Group Icon
Group: Andolini Mafia Family
Joined: Mar 13, 2011

Member Award




QUOTE (Jevon @ Sunday, May 20 2012, 02:51)
You might want to look at creating a new template (not just a one-off page), so that the entire site has the look and feel of your design.

I thought about that - I really did, thing is I'm not sure if I have the sufficient skill to code my own website, unless I make it completely using a CMS program, which I'd rather avoid.
PMXbox LivePlayStation Network
  Top
 

 
theboss100  
Posted: Sunday, May 27 2012, 16:48
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Feb 9, 2011

nl.gif

XXXXX



CMS made simple, wordpress or joomla

CMSMS: css and html knowledge
wordpress: dunno
joomla: for simple editing you need the graty module for advanced editing css knowledge reqruid
PM
  Top
 

 
Andy  
Posted: Monday, May 28 2012, 21:25
Quote Post


[NTWK] Tsuroki
Group Icon
Group: Network Admins
Joined: Jul 20, 2002

cd.gif

Member Award




Hey,

Content Management System ("CMS") is used to simplify the creation and management of content on a website. They're not overly useful for one or two page sites, but when you start working with more than a few pages, they become a necessity.

Here are a few of the ones you'd want to start with:

Get Simple CMS get-simple.info
A straightforward content management system that doesn't require a MySQL database.

WordPress wordpress.org
I'm fairly involved with the local WordPress community. smile.gif It's a great CMS, with lots of potential if you're interested in getting into freelance development work. The template system is similar to Get Simple, but with more power under the hood.

Drupal drupal.org
A sophisticated CMS, relying on PHP and MySQL, with a relatively steep learning curve. I consider it the next level above WordPress if you're interested in building comprehensive, large-scale websites.

Note: All three of these CMSes are built with PHP.

Regardless of your CMS choice, you'll rely on templates to define the look/feel of sites. Start by building your template in HTML & CSS. From there, you're going to rely on whatever methodology each CMS follows. In the case of WordPress, there's a good starter guide to theme development on the WP Codex. Get Simple and Drupal also have good documentation.
PM
  Top
 

 
blitz  
Posted: Tuesday, May 29 2012, 00:52
Quote Post


what
Group Icon
Group: Andolini Mafia Family
Joined: Mar 13, 2011

Member Award




Thanks Andy, you're the man.

I found this site, CushyCMS. Not really sure if it's any good, but I think I'm gonna give it a shot. Drupal also seems like a nice alternative, will surely keep those three in mind.

Again, thanks.
PMXbox LivePlayStation Network
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG