Jump to content

CMS


Recommended Posts

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.

Link to comment
https://gtaforums.com/topic/510544-cms/
Share on other sites

 

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?

Link to comment
https://gtaforums.com/topic/510544-cms/#findComment-1061315483
Share on other sites

 

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.

Link to comment
https://gtaforums.com/topic/510544-cms/#findComment-1061315524
Share on other sites

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.

Link to comment
https://gtaforums.com/topic/510544-cms/#findComment-1061315615
Share on other sites

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.

Link to comment
https://gtaforums.com/topic/510544-cms/#findComment-1061324493
Share on other sites

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.

Link to comment
https://gtaforums.com/topic/510544-cms/#findComment-1061341073
Share on other sites

  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.