Jump to content

Content Management Systems


Recommended Posts

  • 2 weeks later...
Although it may not be as secure as some other CMS's I create my own. I find it fun (somehow, I guess when I have no errors) making my own CMS, I know everything that is in it, and can build it how ever I want, no spending hours reading through tutorials or waiting for someone else to make a widget for a different CMS.:thumbup:
Link to comment
Share on other sites

I would love to let you see it, but I have only one account and that is for me, so you would have access to my full site. If you want me to make you one, just let me know via PM or email, I can through something togeather if you want to show it. :thumbup:
Link to comment
Share on other sites

Nick...

 

You created your own? Can I see it? or your site?

 

Although it may not be as secure as some other CMS's I create my own. I find it fun (somehow, I guess when I have no errors) making my own CMS, I know everything that is in it, and can build it how ever I want, no spending hours reading through tutorials or waiting for someone else to make a widget for a different CMS.:thumbup:

 

Welcome to my world! BW is a custom cms, I'm still working on it now haha. It's half integrated with the forums (vbulletin) which is handy. But yes, BW is a custom coded site!

Studiio - All-In-One Radio Communication Platform
SMS | Phone Calls | Social Media | Content

Link to comment
Share on other sites

Depending on which program you use to edit, some do it automaticly. I use notepad, so it doesnt.

 

Which is easier to read?

 

 

OR

 

session_start();
if(isset($_GET['logout']))
{
session_destroy();
header("Location: read.php");
exit();
}

if(isset($_POST['form_submission']))
{
$login_name = $_POST['login_user'];
$login_pass = $_POST['login_pass'];

include("../Important/Special-Logins/Feedback.php");
} ?>

 

The second one makes it much easier to identify errors, and easier to read

 

 

~~~~~ The code is a random snippet from a page I had, don't ask I don't know. :D

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
Depending on which program you use to edit, some do it automaticly. I use notepad, so it doesnt.

 

Which is easier to read?

 

OR

 

session_start();
if(isset($_GET['logout']))
{
session_destroy();
header("Location: read.php");
exit();
}

if(isset($_POST['form_submission']))
{
$login_name = $_POST['login_user'];
$login_pass = $_POST['login_pass'];

include("../Important/Special-Logins/Feedback.php");
} ?>

The second one makes it much easier to identify errors, and easier to read

 

 

~~~~~ The code is a random snippet from a page I had, don't ask I don't know. :D

 

 

The BW sites are all spaced out properly if you check out the source code.

Also, spacing is good for when you're editing the site, but there are tools which take all the spacing out of it for when you upload because it loads slightly quicker and quicker loading time is always a good thing :)

Link to comment
Share on other sites

The BW sites are all spaced out properly if you check out the source code.

Also, spacing is good for when you're editing the site, but there are tools which take all the spacing out of it for when you upload because it loads slightly quicker and quicker loading time is always a good thing :)

 

My coding is sloppy in some of my sections i coded. I like my spacing anyway, as i tend to change coding alot as i learn new things. Spacing does not in any way "slow" the website load times down though. The average user will not look at the source code so i figure theres no need to get rid of spacing as its easier for me and thats all that matters :)

Studiio - All-In-One Radio Communication Platform
SMS | Phone Calls | Social Media | Content

Link to comment
Share on other sites

  • 3 weeks later...
My coding is sloppy in some of my sections i coded. I like my spacing anyway, as i tend to change coding alot as i learn new things. Spacing does not in any way "slow" the website load times down though. The average user will not look at the source code so i figure theres no need to get rid of spacing as its easier for me and thats all that matters :)

 

As James said, spacing plays no part in load time. Way back when I was learning html there was a site that claimed compressing the file (removing spacing) would speed up the load time. They had an online tool to do so. I gave it a whirl and it was no faster on the load time whatsoever. It did however make editing a royal pain. I now put large spaces between things I know I will have to edit frequently so they are easy to find.

Link to comment
Share on other sites

  • 2 weeks later...

I would vote for Drupal, We have few clients using this for their web sites and I can tell from my personal experience, This is one of the most flexible and secure content management systems, dozens of plugins, Gears support, and security for my personal opinion far beyond the other CMS systems.

 

So drupal :)

 

Regards,

Roberto

wizzsolutions.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...