ajruss Posted March 22, 2010 Share Posted March 22, 2010 Putting this here because your website helps with Station Promotions where can we find good website Content Management Systems that fit with radio and will not break the bank?And that is easy to use. Link to comment Share on other sites More sharing options...
qmr Posted March 22, 2010 Share Posted March 22, 2010 Well there are a few out there. Good free ones are http://www.joomla.org/ http://drupal.org/ http://www.mamboserver.com/ The one thing I would bear in mind is what are the security risks in using a CMS? I run a Joomla 1.5 site and have a joomla firewall for protection against PHP / SQL Injections along with other forms of hacks. Link to comment Share on other sites More sharing options...
wildun Posted March 22, 2010 Share Posted March 22, 2010 I'm using wordpress on several websites. I find it easy to install and use and it has hundreds if not thousands of plugins and widgets. There are lots of both free and paid templates available for it as well. http://wordpress.org/ Link to comment Share on other sites More sharing options...
RazorDenial Posted March 23, 2010 Share Posted March 23, 2010 I know a lot of different ones, and can configure all of them. Right now at my station site, I am using E107. If you need a CMS that can fit your needs, send me an email to admin@fps-radio.com and we can see which one fits everything you are looking for. Link to comment Share on other sites More sharing options...
Aeolus Posted March 24, 2010 Share Posted March 24, 2010 i am using joomla for all my stuff, and i love it Link to comment Share on other sites More sharing options...
wildun Posted March 25, 2010 Share Posted March 25, 2010 As always, I'd be happy to help you along AJ, I can and do support any and all cms systems. It's only a matter of which you prefer. Link to comment Share on other sites More sharing options...
NickolasM. Posted April 5, 2010 Share Posted April 5, 2010 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. Link to comment Share on other sites More sharing options...
Brutish Sailor Posted April 7, 2010 Share Posted April 7, 2010 Nick... You created your own? Can I see it? or your site? KNSJ.org / 89.1 FM San Diego Link to comment Share on other sites More sharing options...
NickolasM. Posted April 7, 2010 Share Posted April 7, 2010 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. Link to comment Share on other sites More sharing options...
James Posted April 7, 2010 Share Posted April 7, 2010 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. 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 More sharing options...
Brutish Sailor Posted April 7, 2010 Share Posted April 7, 2010 Nick, check PM's, I think I wrote it while you were writing this. KNSJ.org / 89.1 FM San Diego Link to comment Share on other sites More sharing options...
NickolasM. Posted April 8, 2010 Share Posted April 8, 2010 James, just remember spacing! It helps alot more then people would think! And Sailor, never got a PM, . P.S. James, have fun working with the forum.... Hehe. Link to comment Share on other sites More sharing options...
James Posted April 8, 2010 Share Posted April 8, 2010 James, just remember spacing! It helps alot more then people would think! And Sailor, never got a PM, . P.S. James, have fun working with the forum.... Hehe. What do you mean about spacing? ;) Studiio - All-In-One Radio Communication Platform SMS | Phone Calls | Social Media | Content Link to comment Share on other sites More sharing options...
NickolasM. Posted April 8, 2010 Share Posted April 8, 2010 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 More sharing options...
Brutish Sailor Posted April 26, 2010 Share Posted April 26, 2010 You never got the PM? KNSJ.org / 89.1 FM San Diego Link to comment Share on other sites More sharing options...
NickolasM. Posted April 26, 2010 Share Posted April 26, 2010 Didn't :(. Send it again or send it to NickolasMastroianni@gmail.com. Link to comment Share on other sites More sharing options...
jax_rox Posted June 3, 2010 Share Posted June 3, 2010 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 More sharing options...
James Posted June 3, 2010 Share Posted June 3, 2010 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 More sharing options...
Man0r Posted June 18, 2010 Share Posted June 18, 2010 hi, if you know html, css.. so its not so hard to put a php script for ur needs look at this site www.hotscripts.com (its a free php scripts) Link to comment Share on other sites More sharing options...
wildun Posted June 19, 2010 Share Posted June 19, 2010 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 More sharing options...
end user Posted June 21, 2010 Share Posted June 21, 2010 I use Drupal for most sites I build for the last few years. I've also used Etomie and Website Baker with good results. Link to comment Share on other sites More sharing options...
WizzSolutions.com Posted June 29, 2010 Share Posted June 29, 2010 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 More sharing options...
Brutish Sailor Posted July 3, 2010 Share Posted July 3, 2010 Security wize? Joomla has the best scripts for that. KNSJ.org / 89.1 FM San Diego Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.